summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm5
1 files changed, 3 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index 46696cec..f4e6d582 100755
--- a/main.asm
+++ b/main.asm
@@ -913,7 +913,8 @@ INCLUDE "data/mapObjects/route6.asm"
Route6Blocks: ; 58079
INCBIN "maps/route6.blk"
- dr $5812d,$581c6
+INCLUDE "data/mapHeaders/route8.asm"
+INCLUDE "data/mapObjects/route8.asm"
Route8Blocks: ; 581c6
INCBIN "maps/route8.blk"
@@ -955,7 +956,7 @@ INCLUDE "engine/status_ailments.asm"
INCLUDE "engine/overworld/oaks_aide.asm"
INCLUDE "scripts/route6.asm"
- dr $59052,$591d2
+INCLUDE "scripts/route8.asm"
INCLUDE "scripts/route10.asm"
INCLUDE "scripts/route11.asm"
INCLUDE "scripts/route12.asm"