animation struct documentation
This commit is contained in:
@@ -30,7 +30,7 @@ Actor *FP_func_8038CED0(ActorMarker *marker, Gfx **gfx, Mtx **mtx, Vtx **vtx){
|
||||
if(0.0f == this->velocity[1])
|
||||
return this;
|
||||
}
|
||||
return func_80325888(marker, gfx, mtx, vtx);
|
||||
return actor_draw(marker, gfx, mtx, vtx);
|
||||
}
|
||||
|
||||
void func_8038CF54(f32 position[3], s32 count, enum asset_e model_id){
|
||||
@@ -246,7 +246,7 @@ void func_8038D51C(ActorMarker *marker){
|
||||
this->unk1C[1] = 1.0f;
|
||||
timed_exitStaticCamera(1.7f);
|
||||
func_80324E38(1.7f, 0);
|
||||
timedFunc_set_1(2.3f, (GenMethod_1)func_8038D294, (s32)this->marker);
|
||||
timedFunc_set_1(2.3f, (GenFunction_1)func_8038D294, (s32)this->marker);
|
||||
this->velocity[1] = 1.0f;
|
||||
}
|
||||
|
||||
@@ -355,7 +355,7 @@ void func_8038D6C8(Actor *this){
|
||||
func_8038D324(this);
|
||||
|
||||
if(actor_animationIsAt(this, 0.999f))
|
||||
__spawnQueue_add_1((GenMethod_1)func_8038D474, (s32)this->marker);
|
||||
__spawnQueue_add_1((GenFunction_1)func_8038D474, (s32)this->marker);
|
||||
|
||||
if(this->velocity[0] != 0.0f)
|
||||
break;
|
||||
@@ -368,7 +368,7 @@ void func_8038D6C8(Actor *this){
|
||||
item_set(ITEM_6_HOURGLASS, TRUE);
|
||||
this->unk38_31 = 0xA;
|
||||
item_set(ITEM_24_TWINKLY_SCORE, this->unk38_31);
|
||||
__spawnQueue_add_1((GenMethod_1)func_8038D41C, (s32)this->marker);
|
||||
__spawnQueue_add_1((GenFunction_1)func_8038D41C, (s32)this->marker);
|
||||
this->unk60 = 0.0f;
|
||||
func_80347A14(0);
|
||||
func_802FAD64(ITEM_14_HEALTH);
|
||||
@@ -385,7 +385,7 @@ void func_8038D6C8(Actor *this){
|
||||
func_8025A6EC(COMUSIC_2D_PUZZLE_SOLVED_FANFARE, 28000);
|
||||
func_8038D3D8();
|
||||
func_80324E38(0.0f, 3);
|
||||
timedFunc_set_1(1.3f, (GenMethod_1)func_8038D51C, (s32)this->marker);
|
||||
timedFunc_set_1(1.3f, (GenFunction_1)func_8038D51C, (s32)this->marker);
|
||||
timed_setStaticCameraToNode(0.9f, 0xC);
|
||||
item_set(ITEM_24_TWINKLY_SCORE, this->unk38_31);
|
||||
func_80347A14(1);
|
||||
@@ -408,7 +408,7 @@ void func_8038D6C8(Actor *this){
|
||||
|
||||
if(0.96 < animctrl_getAnimTimer(this->animctrl)){
|
||||
if(this->unk60 <= 0.0){
|
||||
__spawnQueue_add_1((GenMethod_1)func_8038D474, (s32)this->marker);
|
||||
__spawnQueue_add_1((GenFunction_1)func_8038D474, (s32)this->marker);
|
||||
this->unk60 = 2.9f;
|
||||
}
|
||||
else{
|
||||
|
Reference in New Issue
Block a user