diff options
author | Astatin <[email protected]> | 2025-03-07 15:01:07 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-03-07 15:01:07 +0900 |
commit | 3649b73eca599701db818dbbf470b1b17e660083 (patch) | |
tree | e2116939c2cfa66806cb039fb68ee236eef21658 /map | |
parent | b04c85f5316b58a60b5ae161e9bbf3a20cf1b084 (diff) |
Fix walk on deleted objects + fix out of vblank on dialogue close and object draw
Diffstat (limited to 'map')
-rw-r--r-- | map/objects.gbasm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/map/objects.gbasm b/map/objects.gbasm index b1a43fe..1745092 100644 --- a/map/objects.gbasm +++ b/map/objects.gbasm @@ -344,6 +344,8 @@ Object_Interactions_Check: LD A, (HL+) CP $00 JR Z, =.next + CP $FF + JR Z, =.next LD A, (HL+) CP C |