diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-09-22 15:08:38 -0500 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-09-22 15:23:47 -0500 |
commit | 9e840dc5fea3d732a347092c804afb3c6a86d61a (patch) | |
tree | 22141282dc7f0f7cf9fd05f48dbb884def3d9f19 /data | |
parent | d50554bb8e90d314ae0131e925224406992a4c97 (diff) | |
parent | 1f767e4c4925f77f1a34c3da124b8be267a0b193 (diff) |
Merge remote-tracking branch 'Tetra/master'
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 fec030bb5..0c5e172b0 100644 --- a/data/battle_scripts_1.s +++ b/data/battle_scripts_1.s @@ -2968,7 +2968,7 @@ BattleScript_PayDayMoneyAndPickUpItems:: BattleScript_LocalBattleLost:: jumpifbattletype BATTLE_TYPE_DOME, BattleScript_CheckDomeDrew jumpifbattletype BATTLE_TYPE_FRONTIER, BattleScript_LocalBattleLostPrintTrainersWinText - jumpifbattletype BATTLE_TYPE_x4000000, BattleScript_LocalBattleLostPrintTrainersWinText + jumpifbattletype BATTLE_TYPE_TRAINER_HILL, BattleScript_LocalBattleLostPrintTrainersWinText jumpifbattletype BATTLE_TYPE_EREADER_TRAINER, BattleScript_LocalBattleLostEnd jumpifhalfword CMP_EQUAL, gTrainerBattleOpponent_A, 0x400, BattleScript_LocalBattleLostEnd BattleScript_LocalBattleLostPrintWhiteOut:: |