mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
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:
commit
75c4e7dc13
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user