aboutsummaryrefslogtreecommitdiff
path: root/map
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-03-07 15:01:07 +0900
committerAstatin <[email protected]>2025-03-07 15:01:07 +0900
commit3649b73eca599701db818dbbf470b1b17e660083 (patch)
treee2116939c2cfa66806cb039fb68ee236eef21658 /map
parentb04c85f5316b58a60b5ae161e9bbf3a20cf1b084 (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.gbasm2
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