aboutsummaryrefslogtreecommitdiff
path: root/gui.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'gui.gbasm')
-rw-r--r--gui.gbasm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui.gbasm b/gui.gbasm
index 4a0025f..30bacec 100644
--- a/gui.gbasm
+++ b/gui.gbasm
@@ -268,7 +268,7 @@ Check_dialogue_action:
RET Z
; Wait for the music to stop to restart game when button pressed
LD A, $mem_sound_flags
- BIT 0, A
+ AND 0b01000001
RET NZ
JP =Start
RET
@@ -400,7 +400,7 @@ Dialogue_Arrow_Animation:
.dead:
LD A, $mem_sound_flags
- BIT 0, A
+ AND 0b01000001
JR NZ, =.not_dialogue
.dialogue: