diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-02-24 17:10:28 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-02-24 17:10:28 +0100 |
commit | 098c6df150a83ec3f10051a65c42bd0bf64a86dc (patch) | |
tree | a60f1231a6c320107ebd07d0aec36fa1ad323702 /src/wram.asm | |
parent | 107d5b24c157f5d061a1374d930106878dc3cb4c (diff) |
More bank0 disasm, labeling, and sram-related constants
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wram.asm b/src/wram.asm index 2696c3c..5d01d58 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -279,6 +279,7 @@ ENDU wOpponentDeck:: ; c480 ds $80 +wc500:: ; c500 ds $10 ; this holds a list of cards (e.g. in hand or in bench) or the attack list of a pokemon card @@ -594,6 +595,7 @@ wIsPracticeDuel:: ; cc13 wOpponentPortrait:: ; cc15 ds $1 +; text id of the opponent's name wOpponentName:: ; cc16 ds $2 |