aboutsummaryrefslogtreecommitdiff
path: root/definitions.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-08-19 17:36:46 +0200
committerAstatin <[email protected]>2025-08-19 17:36:46 +0200
commit2695e4c42c4bd8007803cf674384a8a34bcd78ef (patch)
tree3f69d28c7e43b966ce1ffbb2e0298d8eccdcc46e /definitions.gbasm
parentbbc5ab6ad02dbabcb79e1e83195288c0fb8cf1d1 (diff)
Do not close dialogue on start button
Diffstat (limited to 'definitions.gbasm')
-rw-r--r--definitions.gbasm1
1 files changed, 1 insertions, 0 deletions
diff --git a/definitions.gbasm b/definitions.gbasm
index e50008e..e7cfd7d 100644
--- a/definitions.gbasm
+++ b/definitions.gbasm
@@ -78,6 +78,7 @@
; bit 4: if dialogue box text should be refreshed (part2)
; bit 5: if object display is paused
; bit 6: if additional tile should be loaded
+; bit 7: 1 when the dialogue box cannot be closed with start button
.DEFINE mem_current_mode ($c014)
.DEFINE mem_requested_mode ($c015)