summaryrefslogtreecommitdiff
path: root/src/hram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/hram.asm')
-rw-r--r--src/hram.asm9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/hram.asm b/src/hram.asm
index dc90bd1..58c455b 100644
--- a/src/hram.asm
+++ b/src/hram.asm
@@ -50,7 +50,14 @@ hWhoseTurn:: ; ff97
hTempCardIndex_ff98:: ; ff98
ds 1
- ds 4
+; used in SortCardsInListByID
+hTempListPtr_ff99:: ; ff99
+ ds 2
+
+; used in SortCardsInListByID
+; this function supports 16-bit card IDs
+hTempCardID_ff9b:: ; ff9b
+ ds 2
; a PLAY_AREA_ARENA constant (0: arena card, 1-5: bench card)
hTempPlayAreaLocationOffset_ff9d:: ; ff9d