one more battle label change

This commit is contained in:
DizzyEggg
2017-11-12 17:11:06 +01:00
parent 9febe24d9f
commit 716590c165
5 changed files with 10 additions and 12 deletions

View File

@@ -36,7 +36,7 @@ static bool8 ShouldUseItem(void);
static bool8 ShouldSwitchIfPerishSong(void)
{
if (gStatuses3[gActiveBank] & STATUS3_PERISH_SONG
&& gDisableStructs[gActiveBank].perishSong1 == 0)
&& gDisableStructs[gActiveBank].perishSongTimer1 == 0)
{
*(gBattleStruct->AI_monToSwitchIntoId + gActiveBank) = 6;
EmitTwoReturnValues(1, ACTION_SWITCH, 0);