summaryrefslogtreecommitdiff
path: root/scripts
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 /scripts
parent2b96f4165f01fb41cb8c302a8da9d9a3131ab92e (diff)
Route 6 scripts
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/route6.asm6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/route6.asm b/scripts/route6.asm
index e748fed1..8ef32a42 100755
--- a/scripts/route6.asm
+++ b/scripts/route6.asm
@@ -36,7 +36,7 @@ Route6TrainerHeader1: ; 590e3 (16:50e3)
db ($0 << 4) ; trainer's view range
dwEventFlagAddress EVENT_BEAT_ROUTE_6_TRAINER_1
dw Route6BattleText2 ; TextBeforeBattle
- dw Route6AfterBattleText1 ; TextAfterBattle
+ dw Route6AfterBattleText2 ; TextAfterBattle
dw Route6EndBattleText2 ; TextEndBattle
dw Route6EndBattleText2 ; TextEndBattle
@@ -110,6 +110,10 @@ Route6EndBattleText2: ; 59148 (16:5148)
TX_FAR _Route6EndBattleText2
db "@"
+Route6AfterBattleText2:
+ TX_FAR _Route6AfterBattleText2
+ db "@"
+
Route6Text3: ; 5914d (16:514d)
TX_ASM
ld hl, Route6TrainerHeader2