diff options
| author | dannye <33dannye@gmail.com> | 2023-11-21 20:18:04 -0600 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2023-11-21 20:18:04 -0600 |
| commit | a247120ac115c7c7f48d487dbaf9aaaf26e18757 (patch) | |
| tree | 56dd818eaa0f515291e2643feeebc5dd265cf74e /engine/battle/display_effectiveness.asm | |
| parent | Fix inaccurate comment in UpdateNPCSprite (diff) | |
| download | pokeyellow-a247120ac115c7c7f48d487dbaf9aaaf26e18757.tar.gz pokeyellow-a247120ac115c7c7f48d487dbaf9aaaf26e18757.tar.xz pokeyellow-a247120ac115c7c7f48d487dbaf9aaaf26e18757.zip | |
Fix a few usages of EFFECTIVE
Diffstat (limited to 'engine/battle/display_effectiveness.asm')
| -rw-r--r-- | engine/battle/display_effectiveness.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/display_effectiveness.asm b/engine/battle/display_effectiveness.asm index b23695cf..2879f847 100644 --- a/engine/battle/display_effectiveness.asm +++ b/engine/battle/display_effectiveness.asm @@ -1,7 +1,7 @@ DisplayEffectiveness: ld a, [wDamageMultipliers] and $7F - cp $0A + cp EFFECTIVE ret z ld hl, SuperEffectiveText jr nc, .done |
