aboutsummaryrefslogtreecommitdiff
path: root/gui.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'gui.gbasm')
-rw-r--r--gui.gbasm4
1 files changed, 4 insertions, 0 deletions
diff --git a/gui.gbasm b/gui.gbasm
index 3639b04..a22c0af 100644
--- a/gui.gbasm
+++ b/gui.gbasm
@@ -272,6 +272,10 @@ Check_Open_Menu_button:
CP $enum_dungeon_mode
RET NZ
+ LD A, $mem_bunny_status
+ BIT 0, A
+ RET NZ
+
LD A, $mem_last_button_action
AND $08
LD B, A