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
if (!(gStatuses4[gBattlerAttacker] & STATUS4_WATER_SPORT))
{
gStatuses4[gBattlerAttacker] |= v;
gStatuses4[gBattlerAttacker] |= STATUS4_WATER_SPORT;
gBattleCommunication[MULTISTRING_CHOOSER] = B_MSG_WEAKEN_FIRE;
worked = TRUE;
}