diff options
Diffstat (limited to 'maps/Route2.asm')
-rw-r--r-- | maps/Route2.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/Route2.asm b/maps/Route2.asm index 9cf002f92..36de9dc5f 100644 --- a/maps/Route2.asm +++ b/maps/Route2.asm @@ -17,7 +17,7 @@ TrainerBugCatcherRob: trainer BUG_CATCHER, ROB, EVENT_BEAT_BUG_CATCHER_ROB, BugCatcherRobSeenText, BugCatcherRobBeatenText, 0, .Script .Script: - end_if_just_battled + endifjustbattled opentext writetext BugCatcherRobAfterBattleText waitbutton @@ -28,7 +28,7 @@ TrainerBugCatcherEd: trainer BUG_CATCHER, ED, EVENT_BEAT_BUG_CATCHER_ED, BugCatcherEdSeenText, BugCatcherEdBeatenText, 0, .Script .Script: - end_if_just_battled + endifjustbattled opentext writetext BugCatcherEdAfterBattleText waitbutton @@ -39,7 +39,7 @@ TrainerBugCatcherDoug: trainer BUG_CATCHER, DOUG, EVENT_BEAT_BUG_CATCHER_DOUG, BugCatcherDougSeenText, BugCatcherDougBeatenText, 0, .Script .Script: - end_if_just_battled + endifjustbattled opentext writetext BugCatcherDougAfterBattleText waitbutton |