diff options
author | Daniel Harding <33dannye@gmail.com> | 2018-04-10 10:27:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-10 10:27:18 -0500 |
commit | 7cce23ef764bcc3bfaed851f8d72dcadde1400f6 (patch) | |
tree | 0371e3e80bcc1d99979f5dfb97e52ce668316b9b /src/wram.asm | |
parent | d5e21ce300222d80c3e4c35ada6451a67817a9ea (diff) | |
parent | 217eff6eda39082b1f31a0bf5c28834e032ab43a (diff) |
Merge pull request #40 from xCrystal/master
Create *_DECK_ID constants ; minor style changes
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 |