mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-10 03:56:24 -05:00
Fixes Trainer Slide messages causing corruption for recoil damage (#5926)
This commit is contained in:
@@ -10369,6 +10369,7 @@ static void Cmd_various(void)
|
||||
{
|
||||
gBattlerSpriteIds[BATTLE_PARTNER(battler)] = gBattleScripting.savedDmg >> 8;
|
||||
gBattlerSpriteIds[battler] = gBattleScripting.savedDmg & 0xFF;
|
||||
gBattleScripting.savedDmg = 0;
|
||||
if (IsBattlerAlive(battler))
|
||||
{
|
||||
SetBattlerShadowSpriteCallback(battler, gBattleMons[battler].species);
|
||||
|
||||
Reference in New Issue
Block a user