diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-04-18 10:43:01 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-04-18 10:43:01 +0100 |
commit | a20bbd2a93e4b20a5d77de6db43b0c7a27d4f5f3 (patch) | |
tree | dc6baf7453e39c8e04ce831afb2d60af6cada800 /src/engine/home.asm | |
parent | 4e2bb488d2a62087ebd9514ca69cbdd2566067d5 (diff) |
AI related constants and wram
Diffstat (limited to 'src/engine/home.asm')
-rw-r--r-- | src/engine/home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm index b7374aa..9584db2 100644 --- a/src/engine/home.asm +++ b/src/engine/home.asm @@ -5259,7 +5259,7 @@ MoveCardToDiscardPileIfInArena: ; 1c13 (0:1c13) ret ; 0x1c35 -; calculate damage of card at CARD_LOCATION_PLAY_AREA + e +; calculate damage of card at CARD_LOCATION_* in e ; return the result in a GetCardDamage: ; 1c35 (0:1c35) push hl |