Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/coolgirl-multicart/coolgirl-multirom-builder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-06-06 17:21:41 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-06-06 17:21:41 +0300
commit7a3cf20ed3c52f88c2ec75b07816d82cb35a4418 (patch)
tree04b887ba1f5196553a9ef3372cab76954fcef791 /menu.asm
parentc217710ce3c32cedc53b44d6d5a8023e8bf37d98 (diff)
Maximum menu name extended to 29
Diffstat (limited to 'menu.asm')
-rw-r--r--menu.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu.asm b/menu.asm
index 17302f1..1bf2e66 100644
--- a/menu.asm
+++ b/menu.asm
@@ -19,7 +19,7 @@ ENABLE_RIGHT_CURSOR .equ 1
.endif
; game names offset from the left
.ifndef GAME_NAMES_OFFSET
-GAME_NAMES_OFFSET .equ 2
+GAME_NAMES_OFFSET .equ 1
.endif
; time before button autorepeat
.ifndef BUTTON_REPEAT_FRAMES