diff options
-rw-r--r-- | Better-White-Out-Money-Calculation.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Better-White-Out-Money-Calculation.md b/Better-White-Out-Money-Calculation.md index ba5f2c5..c4183cf 100644 --- a/Better-White-Out-Money-Calculation.md +++ b/Better-White-Out-Money-Calculation.md @@ -45,17 +45,17 @@ Let's put these new battle strings to use, shall we? To do that, we'll do some q BattleScript_LocalBattleLostPrintWhiteOut:: + jumpifbattletype BATTLE_TYPE_TRAINER, BattleScript_LocalBattleLostEnd printstring STRINGID_PLAYERWHITEOUT - waitmessage 0x40 + waitmessage B_WAIT_TIME_LONG + getmoneyreward printstring STRINGID_PLAYERWHITEOUT2 - waitmessage 0x40 + waitmessage B_WAIT_TIME_LONG + end2 BattleScript_LocalBattleLostEnd:: + printstring STRINGID_PLAYERLOSTTOENEMYTRAINER -+ waitmessage 0x40 ++ waitmessage B_WAIT_TIME_LONG + getmoneyreward + printstring STRINGID_PLAYERPAIDPRIZEMONEY -+ waitmessage 0x40 ++ waitmessage B_WAIT_TIME_LONG end2 ``` |