diff options
author | Pixel <pixel@nobis-crew.org> | 2012-10-25 09:32:15 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2012-10-25 09:32:15 -0700 |
commit | 911936a303001d2fb2f2e94c7228374656d1b88b (patch) | |
tree | b9c8b2a37e6ade550b737c05f3f3b766c5f6a191 /VP-map.lua | |
parent | 0294089b7ddf4c957ecd37123a9a0ed6f78bf176 (diff) |
A bit more on the menus.
Diffstat (limited to 'VP-map.lua')
-rw-r--r-- | VP-map.lua | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -49,6 +49,9 @@ VP_map_spans = { { idx_s = 2096, idx_e = 2097, data = { dir = "SOUNDS/UNKNOWN03", ext = "wag", }, }, { idx_s = 2098, idx_e = 2172, data = { dir = "SOUNDS/VICTORY", ext = "wag", }, }, + + { idx_s = 2175, idx_e = 2186, data = { dir = "MISC/MENUS", ext = "sarc", ftype = "arcroom", }, }, + { idx_s = 2187, idx_e = 2211, data = { dir = "GFX/STATUSPIC" }, }, { idx_s = 2296, idx_e = 2319, data = { dir = "GFX/UNKNOWN06" }, }, { idx_s = 3299, idx_e = 3505, data = { dir = "GFX/FACE" }, }, @@ -66,7 +69,7 @@ VP_map = { [ 3] = { dir = "MISC", ext = "txt" }, [ 4] = { dir = "MAIN/SOUNDS", ext = "wag" }, [ 5] = { dir = "MAIN/GFX" }, - [ 6] = { dir = "MAIN/MISC", ext = "main", ftype = "arcroom" }, + [ 6] = { dir = "MAIN/MISC", ext = "sarc", ftype = "arcroom" }, [ 618] = { dir = "SOUNDS/MISC", ext = "wag" }, [1021] = { dir = "SOUNDS/MISC", ext = "wag" }, @@ -88,6 +91,8 @@ VP_map = { [1983] = { dir = "GFX/MAGIC12", ext = "agx", ftype = "arcgfx", }, [1986] = { dir = "GFX/MAGIC13", ext = "agx", ftype = "arcgfx", }, + [2173] = { dir = "MISC/GFX", ext = "agx", ftype = "arcgfx", }, + -- -- Videos -- |