summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
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.