diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-08-03 00:10:09 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-08-03 00:10:09 +0100 |
commit | e980a09f3b3055bbb3657965d5432b0e147308e8 (patch) | |
tree | c996282292c2dc709f456747ead53885c8c8f691 /src/engine/home.asm | |
parent | c196e542ceafdab41c28b8e4cd69a9d8ffca2569 (diff) |
Correct SubstractHPFromCard label
Diffstat (limited to 'src/engine/home.asm')
-rw-r--r-- | src/engine/home.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm index 5271270..6a64246 100644 --- a/src/engine/home.asm +++ b/src/engine/home.asm @@ -5256,9 +5256,9 @@ MoveCardToDiscardPileIfInArena: ; 1c13 (0:1c13) ret ; 0x1c35 -; substract [hl] HP from the turn holder's card at CARD_LOCATION_PLAY_AREA + e +; calculate damage of card at CARD_LOCATION_PLAY_AREA + e ; return the result in a -SubstractHPFromCard: ; 1c35 (0:1c35) +GetCardDamage: ; 1c35 (0:1c35) push hl push de ld a, DUELVARS_ARENA_CARD |