Finish documentation of battle_scripts_1

This commit is contained in:
PikalaxALT
2019-11-06 18:15:43 -05:00
parent d97eb6353d
commit 60b75e85c9
3 changed files with 411 additions and 418 deletions
+1 -1
View File
@@ -3675,7 +3675,7 @@ static void HandleEndTurn_BattleWon(void)
{
BattleStopLowHpSound();
PlayBGM(MUS_WIN_TRE);
gBattlescriptCurrInstr = gUnknown_81D88D7;
gBattlescriptCurrInstr = BattleScript_BattleTowerTrainerBattleWon;
}
else if (gBattleTypeFlags & BATTLE_TYPE_TRAINER && !(gBattleTypeFlags & BATTLE_TYPE_LINK))
{