summaryrefslogtreecommitdiff
path: root/src/code_0805436C.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code_0805436C.c')
-rw-r--r--src/code_0805436C.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code_0805436C.c b/src/code_0805436C.c
index 76a9b18c..be879f99 100644
--- a/src/code_0805436C.c
+++ b/src/code_0805436C.c
@@ -255,7 +255,7 @@ u32 CreateItemDrop(Entity* arg0, u32 itemID, u32 itemParameter) {
arg0->attachedEntity = itemEntity;
} else if (arg0->id == 0x1e) {
itemEntity->direction = arg0->animationState << 3 | 0x80;
- itemEntity->nonPlanarMovement = 0xc0;
+ itemEntity->speed = 0xc0;
itemEntity->field_0x20 = 0x18000;
}
}