summaryrefslogtreecommitdiff
path: root/home/map_objects.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/map_objects.asm')
-rw-r--r--home/map_objects.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/map_objects.asm b/home/map_objects.asm
index a13aa9769..abb7c3315 100644
--- a/home/map_objects.asm
+++ b/home/map_objects.asm
@@ -410,7 +410,7 @@ LoadMovementDataPointer::
ld hl, OBJECT_STEP_TYPE
add hl, bc
- ld [hl], STEP_TYPE_00
+ ld [hl], STEP_TYPE_RESET
ld hl, wVramState
set 7, [hl]