summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-26 13:10:04 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-26 13:10:04 -0400
commit18c4d8603a09c475ceb6dbd6cafefcac4b3928c5 (patch)
treea417e89a7f601798d9c6bce6b366dd2ea95eb8da
parent8abddd138c6aac54b3e1eb5c16d24fe6ce4b9c29 (diff)
Include Route 4
-rwxr-xr-xmain.asm9
1 files changed, 7 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index 4ee65629..ded64e8a 100755
--- a/main.asm
+++ b/main.asm
@@ -803,7 +803,11 @@ INCLUDE "engine/hidden_object_functions14.asm"
SECTION "bank15",ROMX,BANK[$15]
- dr $54000,$543f4
+ dr $54000,$5425d
+Route3Blocks: ; 5425d
+INCBIN "maps/route3.blk"
+INCLUDE "data/mapHeaders/route4.asm"
+INCLUDE "data/mapObjects/route4.asm"
Route4Blocks: ; 543f4
INCBIN "maps/route4.blk"
INCLUDE "data/mapHeaders/route5.asm"
@@ -817,7 +821,8 @@ INCBIN "maps/route9.blk"
INCLUDE "engine/battle/experience.asm"
- dr $554f7,$556c6
+ dr $554f7,$5566c
+INCLUDE "scripts/route4.asm"
INCLUDE "scripts/route5.asm"
dr $556d0,$56714