summaryrefslogtreecommitdiff
path: root/engine/map_objects.asm
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2016-09-27 09:37:10 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2016-09-27 09:37:10 -0400
commitef98c44edd40d28f56afb271d0a64e52ee59fc96 (patch)
tree026a0e9e7a9d02f2b6606313b5666c07b636a139 /engine/map_objects.asm
parent700321a7fb2d6c852ffc91cc0b8867526cb76813 (diff)
Person action and facing labels, part 1
Diffstat (limited to 'engine/map_objects.asm')
-rw-r--r--engine/map_objects.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/map_objects.asm b/engine/map_objects.asm
index 58c30c8fb..949eab968 100644
--- a/engine/map_objects.asm
+++ b/engine/map_objects.asm
@@ -965,7 +965,7 @@ MapObjectMovementPattern: ; 47dd
call ._MovementShadow_Grass_Emote_BoulderDust
ld hl, OBJECT_ACTION
add hl, bc
- ld [hl], PERSON_ACTION_0F
+ ld [hl], PERSON_ACTION_GRASS_SHAKE
ld hl, OBJECT_STEP_DURATION
add hl, de
ld a, [hl]