diff options
author | Astatin <[email protected]> | 2025-02-27 17:06:33 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-02-27 17:06:33 +0900 |
commit | 398c9d42b691bc633d22dff85bc2ac29ed635efa (patch) | |
tree | 21de30112ea1a49f2f064b4d8322cfba4015cfcb /gui.gbasm | |
parent | b21954eb05d9285ed7542a1f42ed755a147782a8 (diff) |
Fix entities and objects spawning on top of each other
Diffstat (limited to 'gui.gbasm')
-rw-r--r-- | gui.gbasm | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |