Adds missing healBlockTimer for Baton Pass (#7220)

This commit is contained in:
Alex 2025-06-26 15:54:19 +02:00 committed by GitHub
parent 4def635e1f
commit 565cf6f7ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3188,6 +3188,7 @@ void SwitchInClearSetData(u32 battler)
gDisableStructs[battler].perishSongTimer = disableStructCopy.perishSongTimer;
gDisableStructs[battler].battlerPreventingEscape = disableStructCopy.battlerPreventingEscape;
gDisableStructs[battler].embargoTimer = disableStructCopy.embargoTimer;
gDisableStructs[battler].healBlockTimer = disableStructCopy.healBlockTimer;
}
else if (effect == EFFECT_SHED_TAIL)
{