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-11-04 17:51:00 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-11-04 17:51:00 +0300
commit704e5ab1beb20d29350c5ad47f65115b6222744b (patch)
tree2ba9fd47de1f8ba0e038e2b8ae1b23ebe8991dc8 /menu.asm
parent80538da3e456d996f08c456ac64931204c03ae24 (diff)
Intant save by default
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 7d38b06..674d95a 100644
--- a/menu.asm
+++ b/menu.asm
@@ -59,7 +59,7 @@ DIM_OUT_DELAY .equ 1
.endif
; save cursor position immediately
.ifndef INSTANT_STATE_SAVE
-INSTANT_STATE_SAVE .equ 0
+INSTANT_STATE_SAVE .equ 1
.endif
.ifndef GAMES_DB