v -> STATUS4_WATER_SPORT (applicable to Gens 3-5)
This commit is contained in:
parent
99a9b9f859
commit
7dabd903ce
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