summaryrefslogtreecommitdiff
path: root/src/code_08077DF4.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code_08077DF4.c')
-rw-r--r--src/code_08077DF4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code_08077DF4.c b/src/code_08077DF4.c
index ac1d61e5..89246080 100644
--- a/src/code_08077DF4.c
+++ b/src/code_08077DF4.c
@@ -40,7 +40,7 @@ void sub_08077E54(ItemBehavior* beh) {
ent->action = gPlayerEntity.animIndex;
*(u8*)&ent->spriteIndex = gPlayerEntity.frameIndex;
ent->subAction = gPlayerEntity.frameDuration;
- ent->actionDelay = gPlayerEntity.frames.all;
+ ent->actionDelay = gPlayerEntity.frame;
}
void sub_08077E78(ItemBehavior* arg0, u32 bits) {