diff options
author | Pixel <pixel@nobis-crew.org> | 2012-10-25 01:45:53 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2012-10-25 01:45:53 -0700 |
commit | e9f6873c0ebaa4ecfd368a4b3a932f3a63ba374a (patch) | |
tree | ecfcef8a07dcb0d713727e9c720519115fc3955f /VP-map.lua | |
parent | bb7745a988db1c4be68e4b12b51e16a7e5a21f8e (diff) |
Adding preliminary work on non-room scripts (menus ?)
Diffstat (limited to 'VP-map.lua')
-rw-r--r-- | VP-map.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -66,6 +66,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" }, [ 618] = { dir = "SOUNDS/MISC", ext = "wag" }, [1021] = { dir = "SOUNDS/MISC", ext = "wag" }, |