aboutsummaryrefslogtreecommitdiff
path: root/src/title.s
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-03-27 12:18:59 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-03-27 12:18:59 +0100
commit3fc9105696e4fb1388abf4036fc7bc693fa950c7 (patch)
treecfbbb4de4d5f7e2bcd40a82df7b36ab5182db0cc /src/title.s
parent63939a5c86c5678347f41f877e562b58236782df (diff)
downloadjetpac.nes-3fc9105696e4fb1388abf4036fc7bc693fa950c7.tar.gz
jetpac.nes-3fc9105696e4fb1388abf4036fc7bc693fa950c7.zip
Add copyright notices on the title screen
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'src/title.s')
-rw-r--r--src/title.s4
1 files changed, 2 insertions, 2 deletions
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.