diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/battle_scripts_1.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/battle_scripts_1.s b/data/battle_scripts_1.s index 89de51ca5..3c34da93a 100644 --- a/data/battle_scripts_1.s +++ b/data/battle_scripts_1.s @@ -3056,7 +3056,7 @@ BattleScript_PayDayMoneyAndPickUpItems:: @ 81D8DCE BattleScript_LocalBattleLost:: @ 81D8DD1 jumpifbattletype BATTLE_TYPE_BATTLE_TOWER, BattleScript_LocalBattleLostEnd jumpifbattletype BATTLE_TYPE_EREADER_TRAINER, BattleScript_LocalBattleLostEnd - jumpifhalfword EQUAL, gTrainerBattleOpponent, 1024, BattleScript_LocalBattleLostEnd + jumpifhalfword EQUAL, gTrainerBattleOpponent, SECRET_BASE_OPPONENT, BattleScript_LocalBattleLostEnd printstring BATTLE_TEXT_OutOfUsablePoke waitmessage 64 printstring BATTLE_TEXT_WhitedOut |