move blockdata into maps.asm

This commit is contained in:
yenatch
2013-12-20 21:21:43 -05:00
parent d4074dd385
commit 1ef4b0e848
3 changed files with 21 additions and 14 deletions

View File

@@ -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"