summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2018-10-03 04:16:36 -0600
committerIIMarckus <iimarckus@gmail.com>2018-10-03 04:16:36 -0600
commit095d1b60fd0a2d21d40c1091a04b37ea83cfe7cf (patch)
tree0517bfb93207da47d15a2799f329f5816d781a47 /main.asm
parent3ec304aadfb74c9063251fa8411ffae719559449 (diff)
Add map objects from bank 52.
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm17
1 files changed, 8 insertions, 9 deletions
diff --git a/main.asm b/main.asm
index 837c2d3f..8057da20 100644
--- a/main.asm
+++ b/main.asm
@@ -1732,15 +1732,14 @@ SECTION "bank51", ROMX, BANK[$51]
dr $144000, $148000
SECTION "bank52", ROMX, BANK[$52]
-;INCLUDE "maps/EcruteakTinTowerEntrance.asm"
-;INCLUDE "maps/WiseTriosRoom.asm"
-;INCLUDE "maps/EcruteakPokecenter1F.asm"
-;INCLUDE "maps/EcruteakLugiaSpeechHouse.asm"
-;INCLUDE "maps/DanceTheatre.asm"
-;INCLUDE "maps/EcruteakMart.asm"
-;INCLUDE "maps/EcruteakGym.asm"
-;INCLUDE "maps/EcruteakItemfinderHouse.asm"
- dr $148000, $14c000
+INCLUDE "maps/EcruteakTinTowerEntrance.asm"
+INCLUDE "maps/WiseTriosRoom.asm"
+INCLUDE "maps/EcruteakPokecenter1F.asm"
+INCLUDE "maps/EcruteakLugiaSpeechHouse.asm"
+INCLUDE "maps/DanceTheatre.asm"
+INCLUDE "maps/EcruteakMart.asm"
+INCLUDE "maps/EcruteakGym.asm"
+INCLUDE "maps/EcruteakItemfinderHouse.asm"
SECTION "bank53", ROMX, BANK[$53]
INCLUDE "maps/BlackthornGym1F.asm"