diff options
author | Marcus Huderle <huderlem@gmail.com> | 2015-08-10 19:04:47 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2015-08-10 19:04:47 -0700 |
commit | 2b08ecc2a4a8571cbde645b716b2a50eea784c2a (patch) | |
tree | 7cf7731c4d1fb0c21f148f236ba7766a23a56b93 /wram.asm | |
parent | 97d13f46e98b23997b8daf22859dfae0bb14b069 (diff) |
Map song bank address.
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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. |