From cdfebce9c34e3116457a7c28e3eb60000d65d7e6 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 14 Mar 2025 16:31:43 +0100 Subject: Support PAL natively MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also add a make target specific for a PAL version, even if only the full game will be built, not the development "partial" one. Signed-off-by: Miquel Sabaté Solà --- src/title.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/title.s') 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. -- cgit v1.2.3