summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwram.asm7
1 files changed, 6 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 626a36d..06f8f8d 100755
--- a/wram.asm
+++ b/wram.asm
@@ -21,7 +21,12 @@ wTitleScreenCursorSelection:: ; 0xd909
; 2 = Option
ds 1
- ds 2
+wTitleScreenGameStartCursorSelection:: ; 0xd90a
+; 0 = New Game
+; 1 = Continue
+ ds 1
+
+ ds 1
wTitleScreenBlinkAnimationFrame:: ; 0xd90c
; Pikachu's blinking animation is looped through frames. This keeps track of the current frame.