From 7dabd903cef19c03056a38d9571e26b600f93e5b Mon Sep 17 00:00:00 2001 From: "U-DESKTOP-K1J86FD\\Owner" Date: Mon, 5 Sep 2022 12:07:38 -0400 Subject: [PATCH] v -> STATUS4_WATER_SPORT (applicable to Gens 3-5) --- src/battle_script_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index 18fa5bbdff..ddc502c00d 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -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; }