You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
Healed target's equipped weapon is treated as effectiveness incorrectly.
Reason
gBattleTarget.weaponBefore is set during heal while gBattleTarget.weapon is not, and IsItemEffectiveAgainst accepts bu->weapon as argument, so if the previous battle target's weapon happens to be effective against the current healer, bug happens.
The text was updated successfully, but these errors were encountered:
Problem
Healed target's equipped weapon is treated as effectiveness incorrectly.
Reason
gBattleTarget.weaponBefore
is set during heal whilegBattleTarget.weapon
is not, andIsItemEffectiveAgainst
acceptsbu->weapon
as argument, so if the previous battle target's weapon happens to be effective against the current healer, bug happens.The text was updated successfully, but these errors were encountered: