The first commit
This commit is contained in:
148
src/core2/code_59780.c
Normal file
148
src/core2/code_59780.c
Normal file
@@ -0,0 +1,148 @@
|
||||
#include <ultra64.h>
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
|
||||
extern void func_802C71F0(Actor *);
|
||||
extern void func_80325794(ActorMarker *);
|
||||
|
||||
Actor *func_802E0738(ActorMarker *marker, Gfx **gfx, Mtx **mtx, Vtx **vtx);
|
||||
void func_802E07E0(Actor *this);
|
||||
void func_802E08F0(Actor *this);
|
||||
|
||||
/* .data */
|
||||
extern ActorAnimationInfo D_80368440[];
|
||||
|
||||
extern ActorInfo D_80368450 = {
|
||||
0x72, 0xA2, 0x3AD,
|
||||
0x1, D_80368440,
|
||||
func_802E08F0, func_80326224, func_80325888,
|
||||
0, 0, 0.0f, 0
|
||||
};
|
||||
|
||||
|
||||
extern ActorInfo D_80368474 = {
|
||||
0x8C, 0xBC, 0x45C,
|
||||
0, NULL,
|
||||
NULL, func_802E07E0, func_802E0738,
|
||||
0, 0, 0.0f, 0
|
||||
};
|
||||
|
||||
extern ActorInfo D_80368498 = {
|
||||
0x8D, 0xBD, 0x45E,
|
||||
0, NULL,
|
||||
NULL, func_802E07E0, func_802E0738,
|
||||
0, 0, 0.0f, 0
|
||||
};
|
||||
|
||||
extern ActorInfo D_803684BC = {
|
||||
0x13D, 0x2F4, 0x46E,
|
||||
0, NULL,
|
||||
NULL, func_802E07E0, func_802E0738,
|
||||
0, 0, 0.0f, 0
|
||||
};
|
||||
|
||||
extern ActorInfo D_803684E0 = {
|
||||
0x13E, 0x2F5, 0x46F,
|
||||
0, NULL,
|
||||
NULL, func_802E07E0, func_802E0738,
|
||||
0, 0, 0.0f, 0
|
||||
};
|
||||
|
||||
extern ActorInfo D_80368504 = {
|
||||
0x13F, 0x2F6, 0x3BB,
|
||||
0, NULL,
|
||||
NULL, func_802E07E0, func_802E0738,
|
||||
0, 0, 0.0f, 0
|
||||
};
|
||||
|
||||
extern ActorInfo D_80368528 = {
|
||||
0x140, 0x2F7, 0x3BB,
|
||||
0, NULL,
|
||||
NULL, func_802E07E0, func_802E0738,
|
||||
0, 0, 0.0f, 0
|
||||
};
|
||||
|
||||
extern ActorInfo D_8036854C = {
|
||||
0x141, 0x2F8, 0x3BB,
|
||||
0, NULL,
|
||||
NULL, func_802E07E0, func_802E0738,
|
||||
0, 0, 0.0f, 0
|
||||
};
|
||||
|
||||
extern ActorInfo D_80368570 = {
|
||||
0x142, 0x2F9, 0x3BB,
|
||||
0, NULL,
|
||||
NULL, func_802E07E0, func_802E0738,
|
||||
0, 0, 0.0f, 0
|
||||
};
|
||||
|
||||
/* .code */
|
||||
void func_802E0710(Actor *this){
|
||||
func_803253A0(this);
|
||||
func_80361E9C(this);
|
||||
}
|
||||
|
||||
Actor *func_802E0738(ActorMarker *marker, Gfx **gfx, Mtx **mtx, Vtx **vtx){
|
||||
f32 sp34[3];
|
||||
Actor *this;
|
||||
|
||||
this = func_80325300(marker, &sp34);
|
||||
func_8033A2D4(func_802E0710, this);
|
||||
func_8033A2E8(func_80325794, marker);
|
||||
func_803391A4(gfx, mtx, this->position, &sp34, this->scale, NULL, func_80330B1C(marker));
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
void func_802E07C0(Actor *this){
|
||||
func_80361DC4(this);
|
||||
}
|
||||
|
||||
void func_802E07E0(Actor *this) {
|
||||
s32 sp24;
|
||||
|
||||
switch(this->marker->modelId){
|
||||
default:
|
||||
sp24 = 0;
|
||||
break;
|
||||
|
||||
case 0x451:
|
||||
case 0x458:
|
||||
case 0x532:
|
||||
sp24 = 1;
|
||||
break;
|
||||
}
|
||||
|
||||
if(!this->unk16C_4) {
|
||||
this->unk16C_4 = TRUE;
|
||||
if (sp24) {
|
||||
func_802C7318(this);
|
||||
}
|
||||
func_80361E10(this);
|
||||
this->marker->unk30 = func_802E07C0;
|
||||
}
|
||||
|
||||
func_80326244(this);
|
||||
if (this->unk48 == 1.0) {
|
||||
marker_despawn(this->marker);
|
||||
return;
|
||||
}
|
||||
if (sp24) {
|
||||
this->unk130 = func_802C71F0;
|
||||
func_802C7478(this);
|
||||
}
|
||||
func_80361EE0(this);
|
||||
}
|
||||
|
||||
void func_802E08F0(Actor *this) {
|
||||
f32 sp24[3];
|
||||
|
||||
this->marker->collidable = FALSE;
|
||||
animctrl_setDuration(this->animctrl, this->unk5C);
|
||||
animctrl_setPlaybackType(this->animctrl, 1);
|
||||
if (actor_animationIsAt(this, 0.99f) != 0) {
|
||||
marker_despawn(this->marker);
|
||||
}
|
||||
func_8024C764(sp24);
|
||||
this->yaw = sp24[1];
|
||||
}
|
Reference in New Issue
Block a user