diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-03-03 16:18:45 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-03-03 17:45:25 -0500 |
commit | 7af1b35d17b7077b13e04c2717b48a55960fa8ce (patch) | |
tree | 75e74cfc0e365ec2aab4395f8ede0d8b8824db47 /data/scripts/trainer_battle.inc | |
parent | 1aa1f189721ba9c21597bae047282c4a785ab400 (diff) |
Sync some specials/drop unnecessary prefixes
Diffstat (limited to 'data/scripts/trainer_battle.inc')
-rw-r--r-- | data/scripts/trainer_battle.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/trainer_battle.inc b/data/scripts/trainer_battle.inc index a49700846..3e4eb2c44 100644 --- a/data/scripts/trainer_battle.inc +++ b/data/scripts/trainer_battle.inc @@ -63,7 +63,7 @@ EventScript_TryDoRematchBattle:: @ 81A4F3E waitmessage waitbuttonpress goto_if_questlog EventScript_EndQuestLogRematch - special BattleSetup_StartRematchBattle + special StartRematchBattle waitstate releaseall end @@ -84,7 +84,7 @@ EventScript_TryDoDoubleRematchBattle:: @ 81A4F73 waitmessage waitbuttonpress goto_if_questlog EventScript_EndQuestLogRematch - special BattleSetup_StartRematchBattle + special StartRematchBattle waitstate releaseall end |