diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-02-21 13:58:32 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-02-21 13:58:32 +0100 |
commit | c60dd37d93cf681b40052e7c970d88feab037c86 (patch) | |
tree | c500ef7c55f141e8029c14c4bc5ca1257f2c2c12 /src/wram.asm | |
parent | 673e6ceb895b7788cce826b9d4e9e05b9d9f9f0b (diff) |
Some hram labels
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm index f081eb5..82f4ab8 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -13,7 +13,7 @@ wTempCardCollection:: ; c000 SECTION "WRAM Duels 1", WRAM0 ; In order to be identified during a duel, the 60 cards of each duelist are given an index between 0 and 59. -; These indexes are assigned following the internal order of the cards that make up the deck. +; These indexes are assigned following the internal order (id) of the cards that make up the deck. ; This temporary index identifies the card during the current duel and within the duelist's deck. wPlayerDuelVariables:: ; c200 @@ -434,6 +434,7 @@ wCardPageNumber:: ; cbc7 wcbc9:: ; cbc9 ds $2 +; selected bench slot (1-5) wBenchSelectedPokemon:: ; cbcb ds $1 |