summaryrefslogtreecommitdiff
path: root/src/engine/home.asm
diff options
context:
space:
mode:
authorElectroDeoxys <ElectroDeoxys@gmail.com>2019-08-03 00:10:09 +0100
committerElectroDeoxys <ElectroDeoxys@gmail.com>2019-08-07 23:24:59 +0100
commite14fe82a133a03059d3c0f8fb90d9d76b7e52580 (patch)
tree1153b444396b533f5f9a551b8189c262a5eb2821 /src/engine/home.asm
parentf28d945360edf5903c92118c2db6bcef83e0fef1 (diff)
Correct SubstractHPFromCard label
Diffstat (limited to 'src/engine/home.asm')
-rw-r--r--src/engine/home.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm
index d8a9a01..15778ca 100644
--- a/src/engine/home.asm
+++ b/src/engine/home.asm
@@ -5259,9 +5259,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