summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-27 12:46:48 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-27 12:46:48 -0400
commit35ab6056cae9e69b557dffac762ef68c55c8d286 (patch)
treea62cba078710062c1b23436104fe030716a08744 /main.asm
parent2b96f4165f01fb41cb8c302a8da9d9a3131ab92e (diff)
Route 6 scripts
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm6
1 files changed, 4 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index e04d9103..cb5b2c45 100755
--- a/main.asm
+++ b/main.asm
@@ -873,7 +873,8 @@ INCLUDE "engine/overworld/trainers.asm"
SECTION "bank16",ROMX,BANK[$16]
- dr $58000,$58079
+INCLUDE "data/mapHeaders/route6.asm"
+INCLUDE "data/mapObjects/route6.asm"
Route6Blocks: ; 58079
INCBIN "maps/route6.blk"
dr $5812d,$581c6
@@ -893,7 +894,8 @@ INCLUDE "engine/status_ailments.asm"
INCLUDE "engine/overworld/oaks_aide.asm"
- dr $58f47,$5a53a
+INCLUDE "scripts/route6.asm"
+ dr $59052,$5a53a
INCLUDE "engine/overworld/saffron_guards.asm"