aboutsummaryrefslogtreecommitdiff
path: root/gui.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'gui.gbasm')
-rw-r--r--gui.gbasm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gui.gbasm b/gui.gbasm
index 667788d..bd03284 100644
--- a/gui.gbasm
+++ b/gui.gbasm
@@ -268,8 +268,9 @@ Check_dialogue_action:
CP $00
RET Z
BIT 0, A
+ RET Z
.SET_SOUND_EFFECT =_sound_effect_Click
- JP NZ, =Dialogue_script_step
+ JP =Dialogue_script_step
.Dungeon_Menu:
LD A, $mem_button_action
@@ -282,6 +283,7 @@ Check_dialogue_action:
BIT 3, A
JR Z, =.test_attack_chosen
.SET_SOUND_EFFECT =_sound_effect_Menu_Close
+ LD A, $69
JP =Exit_Menu
.test_attack_chosen: