diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-02-10 14:11:36 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-02-10 14:11:36 +0100 |
commit | f541f5e03adadf0b9315cc642da9a5b377b52c12 (patch) | |
tree | 3aa0db9181a57a8dd5456955f7957a1950fe1400 /src/wram.asm | |
parent | 4d594f0e320b5eda3a6bc503392c88131358d3ce (diff) |
Refractor/rearrange some macros
Diffstat (limited to 'src/wram.asm')
-rwxr-xr-x | src/wram.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wram.asm b/src/wram.asm index 570bd04..4431587 100755 --- a/src/wram.asm +++ b/src/wram.asm @@ -40,8 +40,8 @@ wPlayerDeckCards:: ; c27e ds DECK_SIZE ; Stores x = (60 - deck remaining cards) -; The first x cards in the wPlayerDeckCards array are not actually in the deck -; For example, the top card of the player's deck is at wPlayerDeckCards + [wPlayerNumberOfCardsNotInDeck] +; The first x cards in the wPlayerDeckCards array are no longer in the drawable deck this duel +; The top card of the player's deck is at wPlayerDeckCards + [wPlayerNumberOfCardsNotInDeck] wPlayerNumberOfCardsNotInDeck:: ; c2ba ds $1 |