diff options
author | Marcus Huderle <huderlem@gmail.com> | 2015-03-27 22:24:03 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2015-03-27 22:24:03 -0700 |
commit | d9264eb2bb205e82ad5314927311e84c5042ff0e (patch) | |
tree | fb1bc252ac276095bed657e9f5c725c6da5968e7 /wram.asm | |
parent | 83762c311a0fffa33840079f440e7becfbfa4941 (diff) |
Dump and document in-game menu routine.
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -120,7 +120,12 @@ wFlipperCollision:: ; 0xd7b9 ; Set to $1 when the ball is colliding with a flipper ds 1 - ds $137 + ds $3f + +wInGameMenuIndex:: ; 0xd7f9 + ds 1 + + ds $f7 wCurrentScreen:: ; 0xd8f1 ; The game is driven by state machines. This is the current screen. |