summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2015-08-10 19:04:47 -0700
committerMarcus Huderle <huderlem@gmail.com>2015-08-10 19:04:47 -0700
commit2b08ecc2a4a8571cbde645b716b2a50eea784c2a (patch)
tree7cf7731c4d1fb0c21f148f236ba7766a23a56b93 /wram.asm
parent97d13f46e98b23997b8daf22859dfae0bb14b069 (diff)
Map song bank address.
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm7
1 files changed, 6 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 06a5ff7..ebb9f6e 100755
--- a/wram.asm
+++ b/wram.asm
@@ -362,7 +362,12 @@ wLowerRightCollisionAttribute:: ; 0xd7c8
wInGameMenuIndex:: ; 0xd7f9
ds 1
- ds $f7
+ ds $61
+
+wCurrentSongBank:: ; 0xd85b
+ ds 1
+
+ ds $95
wCurrentScreen:: ; 0xd8f1
; The game is driven by state machines. This is the current screen.