mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-18 01:14:19 +01:00
Fixed Z-Move not being cleared if Pokémon faints
This commit is contained in:
parent
068422bc3f
commit
dd2d6107bd
@ -3303,6 +3303,11 @@ void FaintClearSetData(void)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Clear Z-Move data
|
||||
gBattleStruct->zmove.active = FALSE;
|
||||
gBattleStruct->zmove.toBeUsed[gActiveBattler] = MOVE_NONE;
|
||||
gBattleStruct->zmove.effect = EFFECT_HIT;
|
||||
}
|
||||
|
||||
static void DoBattleIntro(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user