diff options
Diffstat (limited to 'src/hram.asm')
-rw-r--r-- | src/hram.asm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/hram.asm b/src/hram.asm index 25f8f10..2bf432f 100644 --- a/src/hram.asm +++ b/src/hram.asm @@ -59,13 +59,14 @@ hTempListPtr_ff99:: ; ff99 hTempCardID_ff9b:: ; ff9b ds $2 -; a PLAY_AREA_ARENA constant (0: arena card, 1-5: bench card) +; a PLAY_AREA_* constant (0: arena card, 1-5: bench card) hTempPlayAreaLocationOffset_ff9d:: ; ff9d ds $1 hAIActionTableIndex:: ; ff9e ds $1 +; deck index of a card (0-59) hTempCardIndex_ff9f:: ; ff9f ds $1 @@ -73,10 +74,11 @@ hTempCardIndex_ff9f:: ; ff9f hTemp_ffa0:: ; ffa0 ds $1 +; a PLAY_AREA_* constant (0: arena card, 1-5: bench card) hTempPlayAreaLocationOffset_ffa1:: ; ffa1 ds $1 -; FF-terminated list of cards $to be discarded upon retreat +; FF-terminated list of cards to be discarded upon retreat hTempRetreatCostCards:: ; ffa2 ds $6 |