mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-21 11:43:37 +01:00
Fix thawing being triggered by every move
This commit is contained in:
parent
b1f75569a1
commit
0315f704c1
@ -3650,7 +3650,7 @@ u8 AtkCanceller_UnableToUseMove(void)
|
||||
}
|
||||
effect = 2;
|
||||
}
|
||||
if (gBattleMons[gBattlerAttacker].status1 & STATUS1_FROSTBITE)
|
||||
if (gBattleMons[gBattlerAttacker].status1 & STATUS1_FROSTBITE && (gBattleMoves[gCurrentMove].flags & FLAG_THAW_USER))
|
||||
{
|
||||
if (!(gBattleMoves[gCurrentMove].effect == EFFECT_BURN_UP && !IS_BATTLER_OF_TYPE(gBattlerAttacker, TYPE_FIRE)))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user