diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-02-21 23:33:44 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-02-21 23:33:44 +0100 |
commit | 2e1d018a7a95880a36f3935307aeb76875797ae4 (patch) | |
tree | 157d54cda557f23aab233c096ebfc24a99bc882f /src/wram.asm | |
parent | 5adbc86885177a3f8a67506ae216e57bc5f321dc (diff) |
Some bank1 labeling and disasm
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/src/wram.asm b/src/wram.asm index a708599..4a57b98 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -481,7 +481,8 @@ wcc04:: ; cc04 wcc05:: ; cc05 ds $1 -wcc06:: ; cc06 +; number of turns taken by both players +wDuelTurns:: ; cc06 ds $1 ; 0 = no one has won duel yet @@ -506,7 +507,8 @@ wAlreadyPlayedEnergy:: ; cc0b wcc0c:: ; cc0c ds $1 -wcc0d:: ; cc0d +; DUELIST_TYPE_* of the turn holder +wDuelistType:: ; cc0d ds $1 ; this seems to hold the current opponent's deck id - 2, @@ -531,14 +533,11 @@ wIsPracticeDuel:: ; cc13 ds $1 -wcc15:: ; cc15 +wOpponentPortrait:: ; cc15 ds $1 -wcc16:: ; cc16 - ds $1 - -wcc17:: ; cc17 - ds $1 +wOpponentName:: ; cc16 + ds $2 wcc18:: ; cc18 ds $1 |