diff options
author | dannye <33dannye@gmail.com> | 2021-01-09 23:57:21 -0600 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-01-10 18:24:08 -0600 |
commit | c8c78a2213f23ca6425feea875be596c8019e8eb (patch) | |
tree | bb207af77274a45bbcf3b7cebae98b0638e505fc /src/engine/effect_functions.asm | |
parent | 62de45a387eb955c730aa08400cd1895e35ce2d7 (diff) |
Add Script_Sam
Diffstat (limited to 'src/engine/effect_functions.asm')
-rw-r--r-- | src/engine/effect_functions.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/effect_functions.asm b/src/engine/effect_functions.asm index 0fc94d4..1394815 100644 --- a/src/engine/effect_functions.asm +++ b/src/engine/effect_functions.asm @@ -495,7 +495,7 @@ ApplyAndAnimateHPRecovery: ; 2c221 (b:4221) ld e, a ld a, 0 adc d - ld d, a + ld d, a ; de = damage dealt + current HP ; bc = max HP of card call CompareDEtoBC @@ -9097,7 +9097,7 @@ MorphEffect: ; 2eff6 (b:6ff6) .successful ld a, DUELVARS_ARENA_CARD_STAGE call GetTurnDuelistVariable - or a + or a jr z, .skip_discard_stage_below ; if this is a stage 1 Pokemon (in case it's used |