summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-04-10 16:13:20 +0200
committerxCrystal <rgr.crystal@gmail.com>2018-04-10 16:13:20 +0200
commit6895547b0d2c86d769b29dc8eb5f5021723fc763 (patch)
tree4aeb9f6b02cf9814d1ab34723ff72a02fd917b7f /src/wram.asm
parentd5e21ce300222d80c3e4c35ada6451a67817a9ea (diff)
define *_DECK_ID constants ; split macros/code.asm
Diffstat (limited to 'src/wram.asm')
-rw-r--r--src/wram.asm5
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