v -> STATUS4_WATER_SPORT (applicable to Gens 3-5)

This commit is contained in:
U-DESKTOP-K1J86FD\Owner 2022-09-05 12:07:38 -04:00
parent 99a9b9f859
commit 7dabd903ce

View file

@ -13476,7 +13476,7 @@ static void Cmd_settypebasedhalvers(void)
#else
if (!(gStatuses4[gBattlerAttacker] & STATUS4_WATER_SPORT))
{
gStatuses4[gBattlerAttacker] |= v;
gStatuses4[gBattlerAttacker] |= STATUS4_WATER_SPORT;
gBattleCommunication[MULTISTRING_CHOOSER] = B_MSG_WEAKEN_FIRE;
worked = TRUE;
}