minor issue

This commit is contained in:
jiangzhengwenjz
2019-08-05 09:25:46 +08:00
parent b9d547a02f
commit 08e8856f10
3 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ static bool8 ShouldSwitchIfWonderGuard(void)
s32 i, j;
u16 move;
if(gBattleTypeFlags & BATTLE_TYPE_DOUBLE)
if (gBattleTypeFlags & BATTLE_TYPE_DOUBLE)
return FALSE;
if (gBattleMons[GetBattlerAtPosition(B_POSITION_PLAYER_LEFT)].ability == ABILITY_WONDER_GUARD)
{