aboutsummaryrefslogtreecommitdiff
path: root/src/title.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/title.s')
-rw-r--r--src/title.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/title.s b/src/title.s
index db627ae..3e6da61 100644
--- a/src/title.s
+++ b/src/title.s
@@ -8,7 +8,7 @@
SPRITE_X_POSITION = $40
;; The title has a timer as a delay between joypad presses from the player.
- TIMER_INIT_VALUE = 20
+ TIMER_INIT_VALUE = (HZ / 3)
zp_title_timer = $30
;; Initialize all the elements for the title screen.