summaryrefslogtreecommitdiff
path: root/src/engine/home.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2019-07-23 21:03:39 +0200
committerxCrystal <rgr.crystal@gmail.com>2019-07-23 21:03:39 +0200
commitb7ee18f262b1d88582fdc55879f1abaad17cc5ce (patch)
treeb3ccca487812143478c8369fa810abe00ef3efef /src/engine/home.asm
parent0d2dce27ff7ad77a12f5182bbb8618d871446aa4 (diff)
Disassemble and document code related to knocking out Pokemon and taking prizes
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 b46bc44..6ff4cbb 100644
--- a/src/engine/home.asm
+++ b/src/engine/home.asm
@@ -4023,8 +4023,8 @@ PutHandCardInPlayArea: ; 14d2 (0:14d2)
ret
; 0x14dd
-; move the play area Pokemon card of the turn holder at CARD_LOCATION_PLAY_AREA + a
-; to the discard pile
+; move the Pokemon card of the turn holder in the
+; PLAY_AREA_* location given in e to the discard pile
MovePlayAreaCardToDiscardPile: ; 14dd (0:14dd)
call EmptyPlayAreaSlot
ld l, DUELVARS_NUMBER_OF_POKEMON_IN_PLAY_AREA