From 2695e4c42c4bd8007803cf674384a8a34bcd78ef Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 19 Aug 2025 17:36:46 +0200 Subject: Do not close dialogue on start button --- dialogues/functions.gbasm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dialogues') diff --git a/dialogues/functions.gbasm b/dialogues/functions.gbasm index 366abf9..237f3e9 100644 --- a/dialogues/functions.gbasm +++ b/dialogues/functions.gbasm @@ -79,7 +79,7 @@ Dialogue_script_instruction_Jump_Table: POP HL LD A, $mem_display_flag - AND $40 ; Keeping the object ones + AND $c0 ; Keeping the object ones OR $05 LD $mem_display_flag, A @@ -117,7 +117,7 @@ Dialogue_script_instruction_Jump_Table: POP HL LD A, $mem_display_flag - AND $40 ; Keeping the object ones + AND $c0 ; Keeping the object ones OR $07 LD $mem_display_flag, A @@ -176,7 +176,7 @@ Dialogue_script_instruction_Jump_Table: POP HL LD A, $mem_display_flag - AND $40 ; Keeping the object ones + AND $c0 ; Keeping the object ones OR $07 LD $mem_display_flag, A -- cgit v1.2.3-70-g09d2