aboutsummaryrefslogtreecommitdiffstats
path: root/home/map_objects.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/map_objects.asm')
-rw-r--r--home/map_objects.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/map_objects.asm b/home/map_objects.asm
index c959f2db..59140505 100644
--- a/home/map_objects.asm
+++ b/home/map_objects.asm
@@ -293,9 +293,9 @@ SetSpriteMovementBytesToFE::
SetSpriteMovementBytesToFF::
push hl
call GetSpriteMovementByte1Pointer
- ld [hl], $FF
+ ld [hl], STAY
call GetSpriteMovementByte2Pointer
- ld [hl], $FF ; prevent person from walking?
+ ld [hl], NONE
pop hl
ret