Merge pull request #2295 from Yak-Attack-1012/water_sport_past_gens

v -> STATUS4_WATER_SPORT (battle_script_commands.c)
This commit is contained in:
Eduardo Quezada D'Ottone 2022-09-05 13:37:04 -03:00 committed by GitHub
commit 75c4e7dc13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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