1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-04-08 15:46:42 +00:00

Move data into func_80A75A38

This commit is contained in:
Sirius902 2020-10-19 00:07:43 -07:00
parent 12dd8045dd
commit cfe009672f

View file

@ -579,16 +579,13 @@ void func_80A7598C(EnIk* this) {
EnIk_SetupAction(this, func_80A75A38);
}
static Vec3f D_80A78464 = { 0.0f, 0.5f, 0.0f };
void func_80A75A38(EnIk* this, GlobalContext* globalCtx) {
s32 i;
Vec3f pos;
Vec3f sp7C;
if (SkelAnime_FrameUpdateMatrix(&this->skelAnime)) {
if ((this->actor.colChkInfo.health == 0) && (this->unk_2F9 != 0)) {
sp7C = D_80A78464;
s32 i;
Vec3f pos;
Vec3f sp7C = { 0.0f, 0.5f, 0.0f };
this->unk_2F9--;
for (i = 0xC - (this->unk_2F9 >> 1); i >= 0; i--) {