diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-04-10 16:13:20 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-04-10 16:13:20 +0200 |
commit | 6895547b0d2c86d769b29dc8eb5f5021723fc763 (patch) | |
tree | 4aeb9f6b02cf9814d1ab34723ff72a02fd917b7f /src/wram.asm | |
parent | d5e21ce300222d80c3e4c35ada6451a67817a9ea (diff) |
define *_DECK_ID constants ; split macros/code.asm
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/wram.asm b/src/wram.asm index d957273..84cd374 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -732,9 +732,8 @@ wcc0c:: ; cc0c wDuelistType:: ; cc0d ds $1 -; this seems to hold the current opponent's deck id - 2, -; perhaps to account for the two unused pointers at the -; beginning of DeckPointers +; this holds the current opponent's deck minus 2 (that is, a *_DECK_ID constant), +; perhaps to account for the two unused pointers at the beginning of DeckPointers. wOpponentDeckID:: ; cc0e ds $1 |