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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue