summaryrefslogtreecommitdiff
path: root/scripts/Route9.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Route9.asm')
-rwxr-xr-xscripts/Route9.asm18
1 files changed, 9 insertions, 9 deletions
diff --git a/scripts/Route9.asm b/scripts/Route9.asm
index 5dc060c4..e69d4d35 100755
--- a/scripts/Route9.asm
+++ b/scripts/Route9.asm
@@ -14,7 +14,7 @@ Route9_ScriptPointers:
Route9_TextPointers:
dw Route9Text1
- dw Route9Text2
+ dw Route9TextAJ
dw Route9Text3
dw Route9Text4
dw Route9Text5
@@ -28,7 +28,7 @@ Route9_TextPointers:
Route9TrainerHeader0:
trainer EVENT_BEAT_ROUTE_9_TRAINER_0, 3, Route9BattleText1, Route9EndBattleText1, Route9AfterBattleText1
Route9TrainerHeader1:
- trainer EVENT_BEAT_ROUTE_9_TRAINER_1, 2, Route9BattleText2, Route9EndBattleText2, Route9AfterBattleText2
+ trainer EVENT_BEAT_ROUTE_9_TRAINER_1, 2, Route9BattleTextAJ, Route9EndBattleTextAJ, Route9AfterBattleTextAJ
Route9TrainerHeader2:
trainer EVENT_BEAT_ROUTE_9_TRAINER_2, 4, Route9BattleText3, Route9EndBattleText3, Route9AfterBattleText3
Route9TrainerHeader3:
@@ -50,7 +50,7 @@ Route9Text1:
ld hl, Route9TrainerHeader0
jr Route9TalkToTrainer
-Route9Text2:
+Route9TextAJ:
text_asm
ld hl, Route9TrainerHeader1
jr Route9TalkToTrainer
@@ -104,16 +104,16 @@ Route9AfterBattleText1:
text_far _Route9AfterBattleText1
text_end
-Route9BattleText2:
- text_far _Route9BattleText2
+Route9BattleTextAJ:
+ text_far _Route9BattleTextAJ
text_end
-Route9EndBattleText2:
- text_far _Route9EndBattleText2
+Route9EndBattleTextAJ:
+ text_far _Route9EndBattleTextAJ
text_end
-Route9AfterBattleText2:
- text_far _Route9AfterBattleText2
+Route9AfterBattleTextAJ:
+ text_far _Route9AfterBattleTextAJ
text_end
Route9BattleText3: