diff options
author | yenatch <yenatch@gmail.com> | 2013-12-20 21:21:43 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-20 21:21:43 -0500 |
commit | 1ef4b0e848091890d65d2f73e69cb776585d32b9 (patch) | |
tree | 2548fca67dfc102e23ef812e927e6be9be99c764 /contents.asm | |
parent | d4074dd3853e819b6e544d296b227550772c73d1 (diff) |
move blockdata into maps.asm
Diffstat (limited to 'contents.asm')
-rw-r--r-- | contents.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contents.asm b/contents.asm index 25afc4779..62756c88d 100644 --- a/contents.asm +++ b/contents.asm @@ -74,6 +74,10 @@ PICS_19 EQU $5A MAP_HEADERS EQU $25 +MAPS_1 EQU $2A +MAPS_2 EQU $2B +MAPS_3 EQU $2C + MAP_SCRIPTS_1 EQU $15 MAP_SCRIPTS_2 EQU $16 MAP_SCRIPTS_3 EQU $17 |