several more player functions done

This commit is contained in:
theo3
2021-03-15 21:17:25 -07:00
parent c319dc53d3
commit af98f5f9a3
80 changed files with 1366 additions and 1920 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ void sub_08077E3C(Entity* ent, u32 idx) {
void sub_08077E54(Entity* ent) {
ent->action = gPlayerEntity.animIndex;
*(u8*)&ent->spriteIndex = gPlayerEntity.frameIndex;
ent->previousActionFlag = gPlayerEntity.frameDuration;
ent->subAction = gPlayerEntity.frameDuration;
ent->actionDelay = gPlayerEntity.frames.all;
}