aboutsummaryrefslogtreecommitdiff
path: root/gui.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-02-27 17:06:33 +0900
committerAstatin <[email protected]>2025-02-27 17:06:33 +0900
commit398c9d42b691bc633d22dff85bc2ac29ed635efa (patch)
tree21de30112ea1a49f2f064b4d8322cfba4015cfcb /gui.gbasm
parentb21954eb05d9285ed7542a1f42ed755a147782a8 (diff)
Fix entities and objects spawning on top of each other
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