diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-07-03 13:22:50 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-07-03 13:22:50 +0200 |
commit | 7fe9f49ccabcc33ce6ab988e605352df2e8837ce (patch) | |
tree | 0929158e48ea213ff2b1e85aebc605d03ba88e06 /src/wram.asm | |
parent | d201196bea11e71887a826b5b364d2d11f94abc9 (diff) |
Misc bank 1 stuff
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wram.asm b/src/wram.asm index 02b6296..ad078c7 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -623,7 +623,9 @@ wSelectedDuelSubMenuScrollOffset:: ; cbd0 wcbd1:: ; cbd1 ds $1 -wcbd2:: ; cbd2 +; when processing or displaying the play area Pokemon cards of a duelist, +; whether to account for only the benched Pokemon ($01) or also the arena Pokemon ($00). +wExcludeArenaPokemon:: ; cbd2 ds $1 wcbd3:: ; cbd3 @@ -1946,7 +1948,7 @@ wd697:: ; d697 ds $6e8 -SECTION "WRAM Music", WRAMX +SECTION "WRAM Audio", WRAMX ; bit 7 is set once the song has been started wCurSongID:: ; dd80 @@ -2116,8 +2118,6 @@ wMusicCh3Stack:: ; de13 wMusicCh4Stack:: ; de1f ds $c -SECTION "WRAM Sfx", WRAMX - wde2b:: ; de2b ds $3 |