summaryrefslogtreecommitdiff
path: root/VP-map.lua
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2013-06-22 19:16:59 -0700
committerPixel <pixel@nobis-crew.org>2013-06-22 19:16:59 -0700
commit476cf29aca86d8dbace2c4cab7db6a036404b679 (patch)
tree51f36596218206fc7d4e80120b439366935d730a /VP-map.lua
parentb8a9b4f9fa8a75c79ea7d9096e8f5d03514612e1 (diff)
parentad728683a0f8896508bcf24dadf9161b158573af (diff)
Merge branch 'master' of ssh+git://git.grumpycoder.net/pub/repo.git/VP-hack
Diffstat (limited to 'VP-map.lua')
-rw-r--r--VP-map.lua16
1 files changed, 16 insertions, 0 deletions
diff --git a/VP-map.lua b/VP-map.lua
index df096b9..54a382e 100644
--- a/VP-map.lua
+++ b/VP-map.lua
@@ -4,6 +4,7 @@ VP_maintypes = {
"GFX",
"MAIN",
"GAME",
+ "MISC",
}
VP_map = { }
@@ -49,6 +50,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,6 +70,7 @@ VP_map = {
[ 3] = { dir = "MISC", ext = "txt" },
[ 4] = { dir = "MAIN/SOUNDS", ext = "wag" },
[ 5] = { dir = "MAIN/GFX" },
+ [ 6] = { dir = "MAIN/MISC", ext = "sarc", ftype = "arcroom" },
[ 618] = { dir = "SOUNDS/MISC", ext = "wag" },
[1021] = { dir = "SOUNDS/MISC", ext = "wag" },
@@ -87,6 +92,17 @@ 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", },
+
+ [2294] = { dir = "MISC/SCRIPT", ext = "script", ftype = "cscript", },
+
+ [4734] = { dir = "MISC/SCRIPT", ext = "sarc", ftype = "arcroom", },
+
+ [4797] = { dir = "MISC/UNKNOWN", ext = "carc", ftype = "carc", },
+ [4798] = { dir = "MISC/UNKNOWN", ext = "carc", ftype = "carc", },
+ [4799] = { dir = "MISC/UNKNOWN", ext = "carc", ftype = "carc", },
+ [4807] = { dir = "MISC/UNKNOWN", ext = "carc", ftype = "carc", },
+
--
-- Videos
--