From 3fc9105696e4fb1388abf4036fc7bc693fa950c7 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 27 Mar 2026 12:18:59 +0100 Subject: Add copyright notices on the title screen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- src/title.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/title.s') diff --git a/src/title.s b/src/title.s index d091922..152ba67 100644 --- a/src/title.s +++ b/src/title.s @@ -3,8 +3,8 @@ ;; All the functions and variables which are related to the title screen. .scope Title ;; Y and X coordinates for the sprite that guides the player on the menu. - SPRITE_Y_POSITION0 = $A7 - SPRITE_Y_POSITION1 = $BF + SPRITE_Y_POSITION0 = $9F + SPRITE_Y_POSITION1 = $B7 SPRITE_X_POSITION = $40 ;; The title has a timer as a delay between joypad presses from the player. -- cgit v1.2.3