summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2015-03-27 22:24:03 -0700
committerMarcus Huderle <huderlem@gmail.com>2015-03-27 22:24:03 -0700
commitd9264eb2bb205e82ad5314927311e84c5042ff0e (patch)
treefb1bc252ac276095bed657e9f5c725c6da5968e7 /wram.asm
parent83762c311a0fffa33840079f440e7becfbfa4941 (diff)
Dump and document in-game menu routine.
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 a632981..3ec5168 100755
--- a/wram.asm
+++ b/wram.asm
@@ -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.