diff options
Diffstat (limited to 'dialogues')
-rw-r--r-- | dialogues/functions.gbasm | 6 |
1 files changed, 3 insertions, 3 deletions
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 |