Merge branch 'mr-origin-84'
This commit is contained in:
@@ -89,7 +89,7 @@ void func_803867F4(void){
|
||||
func_802BAFE4(4);
|
||||
if(nodeProp_findPositionFromActorId(0x148, sp24)){
|
||||
jiggy_spawn(JIGGY_46_GV_ANCIENT_ONES, sp24);
|
||||
__spawnQueue_add_4((GenFunction_4)func_802C4140, 0x4C, reinterpret_cast(s32, sp24[0]), reinterpret_cast(s32, sp24[1]), reinterpret_cast(s32, sp24[2]));
|
||||
__spawnQueue_add_4((GenFunction_4)spawnQueue_actor_f32, 0x4C, reinterpret_cast(s32, sp24[0]), reinterpret_cast(s32, sp24[1]), reinterpret_cast(s32, sp24[2]));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -183,10 +183,10 @@ void chAncientOne_update(Actor *this){
|
||||
this->position_z += (sp38 & 2) ? 0xC : -0xC;
|
||||
if(this->unkF4_8 != 1){
|
||||
if(sp38 == 6){
|
||||
__spawnQueue_add_4((GenFunction_4)func_802C4140, 0x4C, reinterpret_cast(s32, this->position_x), reinterpret_cast(s32, sp34), reinterpret_cast(s32, this->position_z));
|
||||
__spawnQueue_add_4((GenFunction_4)spawnQueue_actor_f32, 0x4C, reinterpret_cast(s32, this->position_x), reinterpret_cast(s32, sp34), reinterpret_cast(s32, this->position_z));
|
||||
}
|
||||
if(sp38 == 4 && this->position_y < LOCAL_CH_ANCIENT_ONE(this)->unk1C - 600.0f){
|
||||
__spawnQueue_add_4((GenFunction_4)func_802C4140, 0x11f, reinterpret_cast(s32, this->position_x), reinterpret_cast(s32, sp34), reinterpret_cast(s32, this->position_z));
|
||||
__spawnQueue_add_4((GenFunction_4)spawnQueue_actor_f32, 0x11f, reinterpret_cast(s32, this->position_x), reinterpret_cast(s32, sp34), reinterpret_cast(s32, this->position_z));
|
||||
}//L80386D80
|
||||
}
|
||||
if(LOCAL_CH_ANCIENT_ONE(this)->unk1C <= this->position_y){
|
||||
|
@@ -22,9 +22,9 @@ void __chGobi3_spawnHoneyComb(Actor *this){
|
||||
s32 pad24;
|
||||
f32 sp18[3];
|
||||
TUPLE_ASSIGN(sp18, -6885.0f, 2383.0f, 1335.0f);
|
||||
func_802C8F70(this->yaw);
|
||||
bundle_setYaw(this->yaw);
|
||||
func_802CA1CC(HONEYCOMB_C_GV_GOBI_3);
|
||||
func_802C937C(0xd, sp18);
|
||||
bundle_spawn_f32(0xd, sp18);
|
||||
}
|
||||
|
||||
void __chGobi3_runaway(ActorMarker *caller, enum asset_e text_id, s32 arg2){
|
||||
|
Reference in New Issue
Block a user