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 /maps.asm | |
parent | d4074dd3853e819b6e544d296b227550772c73d1 (diff) |
move blockdata into maps.asm
Diffstat (limited to 'maps.asm')
-rw-r--r-- | maps.asm | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -5,6 +5,23 @@ INCLUDE "maps/map_headers.asm" INCLUDE "maps/second_map_headers.asm" + +SECTION "Map Blockdata 1", ROMX, BANK[MAPS_1] + +INCLUDE "maps/blockdata_1.asm" + + +SECTION "Map Blockdata 2", ROMX, BANK[MAPS_2] + +INCLUDE "maps/blockdata_2.asm" + + +SECTION "Map Blockdata 3", ROMX, BANK[MAPS_3] + +INCLUDE "maps/blockdata_3.asm" + + + SECTION "Map Scripts 1", ROMX, BANK[MAP_SCRIPTS_1] INCLUDE "maps/GoldenrodGym.asm" |