Fight and other docu
This commit is contained in:
@@ -10,7 +10,7 @@ void func_8038FCB0(Actor *);
|
||||
|
||||
/* .data */
|
||||
ActorInfo D_80390D70 = {MARKER_DC_BIG_ALLIGATOR, ACTOR_F6_BIG_ALLIGATOR, ASSET_397_MODEL_BIG_ALLIGATOR, 0x01, NULL,
|
||||
func_8038FCB0, func_80326224, actor_draw,
|
||||
func_8038FCB0, actor_update_func_80326224, actor_draw,
|
||||
0, 0, 0.0f, 0
|
||||
};
|
||||
|
||||
|
@@ -18,8 +18,8 @@ ActorAnimationInfo D_80390B90[] = {
|
||||
{ASSET_D5_ANIM_SWITCH_UP, 0.5f},
|
||||
{ASSET_D5_ANIM_SWITCH_UP, 1e+8f}
|
||||
};
|
||||
ActorInfo D_80390BD8 = {MARKER_F5_BGS_ELEVATED_WALKWAY_SWITCH, ACTOR_14E_BGS_ELEVATED_WALKWAY_SWITCH, ASSET_3F5_BGS_JIGGY_SWITCH, 1, D_80390B90, func_8038EEA4, func_80326224, actor_draw, 0, 0, 0.0f, 0};
|
||||
ActorInfo D_80390BFC = {MARKER_FD_BGS_MAZE_SWITCH, ACTOR_1FB_BGS_MAZE_SWITCH, ASSET_3F5_BGS_JIGGY_SWITCH, 1, D_80390B90, func_8038F06C, func_80326224, actor_draw, 0, 0, 0.0f, 0};
|
||||
ActorInfo D_80390BD8 = {MARKER_F5_BGS_ELEVATED_WALKWAY_SWITCH, ACTOR_14E_BGS_ELEVATED_WALKWAY_SWITCH, ASSET_3F5_BGS_JIGGY_SWITCH, 1, D_80390B90, func_8038EEA4, actor_update_func_80326224, actor_draw, 0, 0, 0.0f, 0};
|
||||
ActorInfo D_80390BFC = {MARKER_FD_BGS_MAZE_SWITCH, ACTOR_1FB_BGS_MAZE_SWITCH, ASSET_3F5_BGS_JIGGY_SWITCH, 1, D_80390B90, func_8038F06C, actor_update_func_80326224, actor_draw, 0, 0, 0.0f, 0};
|
||||
|
||||
void func_8038EE50(void){
|
||||
f32 sp24[3];
|
||||
|
@@ -31,7 +31,7 @@ ActorAnimationInfo D_803907CC[] = {
|
||||
};
|
||||
ActorInfo D_80390804 ={MARKER_FC_CROCTUS, ACTOR_1FA_CROCTUS, ASSET_425_MODEL_CROCTUS,
|
||||
1, D_803907CC,
|
||||
func_80387FD4, func_80326224, func_8038860C,
|
||||
func_80387FD4, actor_update_func_80326224, func_8038860C,
|
||||
0, 0, 0.0f, 0
|
||||
};
|
||||
|
||||
|
@@ -88,7 +88,7 @@ void func_8038FD9C(Actor *this){
|
||||
switch(this->state){
|
||||
case 1:
|
||||
if(this->marker->unk2C_2)
|
||||
func_80326224(this);
|
||||
actor_update_func_80326224(this);
|
||||
this->marker->propPtr->unk8_3 = 1;
|
||||
this->unk1C[0] = 1.0f;
|
||||
this->alpha_124_19 = 0xff;
|
||||
@@ -99,7 +99,7 @@ void func_8038FD9C(Actor *this){
|
||||
|
||||
case 2:
|
||||
if(this->marker->unk2C_2)
|
||||
func_80326224(this);
|
||||
actor_update_func_80326224(this);
|
||||
|
||||
this->marker->propPtr->unk8_3 = 1;
|
||||
this->unk1C[0] = 1.0f;
|
||||
@@ -118,7 +118,7 @@ void func_8038FD9C(Actor *this){
|
||||
break;
|
||||
case 3:
|
||||
if (this->marker->unk2C_2) {
|
||||
func_80326224(this);
|
||||
actor_update_func_80326224(this);
|
||||
}
|
||||
this->marker->propPtr->unk8_3 = FALSE;
|
||||
this->unk1C[0] = 0.0f;
|
||||
|
@@ -27,7 +27,7 @@ ActorAnimationInfo D_80390B30[4] = {
|
||||
u32 D_80390B50[6] = {0xA, 0xA, 0xB, 0xA, 0xA, 0xC};
|
||||
|
||||
ActorInfo D_80390B68 = {MARKER_D5_BGS_MUD_HUT, ACTOR_C_MUD_HUT, ASSET_7D8_MODEL_MM_HUT_TOP, 0x01, D_80390B30,
|
||||
chmudhut_update, func_80326224, chmudhut_draw,
|
||||
chmudhut_update, actor_update_func_80326224, chmudhut_draw,
|
||||
0, 0, 0.0f, 0
|
||||
};
|
||||
|
||||
|
@@ -28,27 +28,27 @@ ActorAnimationInfo D_803906D8[4] = {
|
||||
};
|
||||
|
||||
ActorInfo D_803906F8 = {MARKER_6E_PINK_EGG_LARGEST, ACTOR_5B_PINK_EGG_LARGEST, ASSET_380_MODEL_PINK_EGG_LARGEST, 0x01, D_803906D8,
|
||||
chpinkegg_update, func_80326224, chpinkegg_draw,
|
||||
chpinkegg_update, actor_update_func_80326224, chpinkegg_draw,
|
||||
0, 0x2CC, 6.0f, 0
|
||||
};
|
||||
|
||||
ActorInfo D_8039071C = {MARKER_D6_PINK_EGG_LARGE, ACTOR_ED_PINK_EGG_LARGE, ASSET_381_MODEL_PINK_EGG_LARGE, 0x01, D_803906D8,
|
||||
chpinkegg_update, func_80326224, chpinkegg_draw,
|
||||
chpinkegg_update, actor_update_func_80326224, chpinkegg_draw,
|
||||
0, 0x2CC, 5.0f, 0
|
||||
};
|
||||
|
||||
ActorInfo D_80390740 = {MARKER_D7_PINK_EGG_MEDIUM, ACTOR_EE_PINK_EGG_MEDIUM, ASSET_382_MODEL_PINK_EGG_MEDIUM, 0x01, D_803906D8,
|
||||
chpinkegg_update, func_80326224, chpinkegg_draw,
|
||||
chpinkegg_update, actor_update_func_80326224, chpinkegg_draw,
|
||||
0, 0x2CC, 4.0f, 0
|
||||
};
|
||||
|
||||
ActorInfo D_80390764 = {MARKER_D8_PINK_EGG_SMALL, ACTOR_EF_PINK_EGG_SMALL, ASSET_383_MODEL_PINK_EGG_SMALL, 0x01, D_803906D8,
|
||||
chpinkegg_update, func_80326224, chpinkegg_draw,
|
||||
chpinkegg_update, actor_update_func_80326224, chpinkegg_draw,
|
||||
0, 0x2CC, 3.0f, 0
|
||||
};
|
||||
|
||||
ActorInfo D_80390788 = {MARKER_D9_PINK_EGG_SMALLEST, ACTOR_F0_PINK_EGG_SMALLEST, ASSET_384_MODEL_PINK_EGG_SMALLEST, 0x01, D_803906D8,
|
||||
chpinkegg_update, func_80326224, chpinkegg_draw,
|
||||
chpinkegg_update, actor_update_func_80326224, chpinkegg_draw,
|
||||
0, 0x2CC, 2.0f, 0
|
||||
};
|
||||
|
||||
|
@@ -29,7 +29,7 @@ ActorAnimationInfo BGS_D_80390C20[] = {
|
||||
};
|
||||
|
||||
ActorInfo D_80390C40 = {MARKER_6C_TANKTUP, ACTOR_E8_TANKTUP, ASSET_3EE_TANKTUP, 0x01, BGS_D_80390C20,
|
||||
func_8038F6A4, func_80326224, actor_draw,
|
||||
func_8038F6A4, actor_update_func_80326224, actor_draw,
|
||||
0, 0x80, 0.0f, 0
|
||||
};
|
||||
|
||||
|
@@ -17,7 +17,7 @@ ActorAnimationInfo D_80390C70[3] = {
|
||||
};
|
||||
|
||||
ActorInfo D_80390C88 = {MARKER_6D_TANKTUP_LEG, ACTOR_E9_TANKTUP_LEG_FL, ASSET_3EF_MODEL_TANKTUP_LEG_FL, 0x01, D_80390C70,
|
||||
func_8038FBF8, func_80326224, actor_draw,
|
||||
func_8038FBF8, actor_update_func_80326224, actor_draw,
|
||||
0, 0x166, 0.0f, 0
|
||||
};
|
||||
u8 pad_80390CCC[4] = {0};
|
||||
@@ -29,7 +29,7 @@ ActorAnimationInfo BGS_D_80390CB0[3] = {
|
||||
};
|
||||
|
||||
ActorInfo D_80390CC8 = {MARKER_6D_TANKTUP_LEG, ACTOR_EA_TANKTUP_LEG_BL, ASSET_3F0_MODEL_TANKTUP_LEG_BL, 0x01, BGS_D_80390CB0,
|
||||
func_8038FBF8, func_80326224, actor_draw,
|
||||
func_8038FBF8, actor_update_func_80326224, actor_draw,
|
||||
0, 0x166, 0.0f, 0
|
||||
};
|
||||
u8 pad_80390CEC[4] = {0};
|
||||
@@ -41,7 +41,7 @@ ActorAnimationInfo BGS_D_80390CF0[3] = {
|
||||
};
|
||||
|
||||
ActorInfo D_80390D08 = {MARKER_6D_TANKTUP_LEG, ACTOR_EB_TANKTUP_LEG_FR, ASSET_3F1_MODEL_TANKTUP_LEG_FR, 0x01, BGS_D_80390CF0,
|
||||
func_8038FBF8, func_80326224, actor_draw,
|
||||
func_8038FBF8, actor_update_func_80326224, actor_draw,
|
||||
0, 0x166, 0.0f, 0
|
||||
};
|
||||
u8 pad_80390C2C[4] = {0};
|
||||
@@ -53,7 +53,7 @@ ActorAnimationInfo D_80390C30[3] = {
|
||||
};
|
||||
|
||||
ActorInfo D_80390D48 = {MARKER_6D_TANKTUP_LEG, ACTOR_EC_TANKTUP_LEG_BR, ASSET_3F2_MODEL_TANKTUP_LEG_BR, 0x01, D_80390C30,
|
||||
func_8038FBF8, func_80326224, actor_draw,
|
||||
func_8038FBF8, actor_update_func_80326224, actor_draw,
|
||||
0, 0x166, 0.0f, 0
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user