Fight and other docu
This commit is contained in:
@@ -28,7 +28,7 @@ ActorAnimationInfo chAncientOneAnimations[] = {
|
||||
|
||||
ActorInfo chAncientOne = { MARKER_F4_ANCIENT_ONE, ACTOR_147_ANCIENT_ONE, ASSET_3E8_MODEL_ANCIENT_ONE,
|
||||
0x1, chAncientOneAnimations,
|
||||
chAncientOne_update, func_80326224, chAncientOne_draw,
|
||||
chAncientOne_update, actor_update_func_80326224, chAncientOne_draw,
|
||||
0, 0x100, 0.0f, 0
|
||||
};
|
||||
|
||||
|
@@ -202,7 +202,7 @@ void chGobi1_update(Actor *this){
|
||||
}//L80387830
|
||||
|
||||
if(this->state == 4){
|
||||
func_80326224(this);
|
||||
actor_update_func_80326224(this);
|
||||
tmp_s1 = func_8033A12C(marker_loadModelBin(this->marker));
|
||||
if(tmp_s1){
|
||||
player_getPosition(sp54);
|
||||
|
@@ -224,7 +224,7 @@ void chGobi2_update(Actor *this){
|
||||
}
|
||||
|
||||
if(this->state == 6){
|
||||
func_80326224(this);
|
||||
actor_update_func_80326224(this);
|
||||
}
|
||||
|
||||
if(this->state == 8){
|
||||
|
@@ -143,7 +143,7 @@ void chGobi3_update(Actor *this){
|
||||
}
|
||||
|
||||
if(this->state == 4){
|
||||
func_80326224(this);
|
||||
actor_update_func_80326224(this);
|
||||
if(timedFuncQueue_is_empty())
|
||||
chGobi3_setState(this, 6);
|
||||
}
|
||||
|
@@ -17,7 +17,7 @@ Actor *chGobiRock_draw(ActorMarker *this_marker, Gfx **gfx, Mtx **mtx, Vtx **vtx
|
||||
/* .data */
|
||||
ActorInfo chGobiRock = { MARKER_BE_GOBI_ROCK, ACTOR_130_GOBI_ROCK, ASSET_3E4_MODEL_GOBI_ROCK,
|
||||
0, NULL,
|
||||
chGobiRock_update, func_80326224, chGobiRock_draw,
|
||||
chGobiRock_update, actor_update_func_80326224, chGobiRock_draw,
|
||||
0, 0x533, 0.0f, 0
|
||||
};
|
||||
|
||||
|
@@ -8,7 +8,7 @@ void chGobiRope_update(Actor *this);
|
||||
/* .data */
|
||||
ActorInfo chGobiRope = { MARKER_BD_GOBI_ROPE, ACTOR_12F_GOBI_ROPE, ASSET_3E3_MODEL_GOBI_ROPE,
|
||||
0, NULL,
|
||||
chGobiRope_update, func_80326224, actor_draw,
|
||||
chGobiRope_update, actor_update_func_80326224, actor_draw,
|
||||
0, 0x533, 0.0f, 0
|
||||
};
|
||||
|
||||
|
@@ -21,7 +21,7 @@ ActorAnimationInfo D_803912E0[] = {
|
||||
};
|
||||
ActorInfo D_80391318 = { MARKER_AA_HISTUP, ACTOR_11C_HISTUP, ASSET_3DE_MODEL_HISTUP,
|
||||
0x1, D_803912E0,
|
||||
func_8038DBDC, func_80326224, func_8038DA18,
|
||||
func_8038DBDC, actor_update_func_80326224, func_8038DA18,
|
||||
2500, 0, 1.7f, 0
|
||||
};
|
||||
|
||||
|
@@ -20,13 +20,13 @@ ActorAnimationInfo chSarcophagusAnimations[] = {
|
||||
|
||||
ActorInfo chSarcophagus = { MARKER_A8_GV_MAZE_SARCOPHAGUS, ACTOR_11A_GV_MAZE_SARCOPHAGUS, ASSET_33D_MODEL_SARCOPHAGUS,
|
||||
0x1, chSarcophagusAnimations,
|
||||
chSarcophagus_update, func_80326224, actor_draw,
|
||||
chSarcophagus_update, actor_update_func_80326224, actor_draw,
|
||||
2500, 0, 0.0f, 0
|
||||
};
|
||||
|
||||
ActorInfo chSNSSarcophagus = { MARKER_23B_GV_SNS_SARCOPHAGUS, ACTOR_244_GV_SNS_SARCOPHAGUS, ASSET_33D_MODEL_SARCOPHAGUS,
|
||||
0x1, chSarcophagusAnimations,
|
||||
chSarcophagus_updateSNS, func_80326224, actor_draw,
|
||||
chSarcophagus_updateSNS, actor_update_func_80326224, actor_draw,
|
||||
0, 0, 0.0f, 0
|
||||
};
|
||||
|
||||
|
@@ -14,7 +14,7 @@ ActorAnimationInfo chTootsAnimations[] = {
|
||||
|
||||
ActorInfo chToots = { MARKER_1F4_TOOTS, ACTOR_1E4_TOOTS, ASSET_434_MODEL_TOOTS,
|
||||
0x1, chTootsAnimations,
|
||||
chtoots_update, func_80326224, actor_draw,
|
||||
chtoots_update, actor_update_func_80326224, actor_draw,
|
||||
2000, 0, 0.5f, 0
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user