core2/code_78E50.c done, misc documentation

This commit is contained in:
Banjo Kazooie
2022-12-05 13:37:58 -06:00
parent 1c063c781c
commit 612636992f
94 changed files with 899 additions and 970 deletions

View File

@@ -87,7 +87,7 @@ void func_803867CC(void){
void func_803867F4(void){
f32 sp24[3];
func_802BAFE4(4);
if(func_80304E24(0x148, sp24)){
if(nodeProp_findPositionFromActorId(0x148, sp24)){
jiggySpawn(JIGGY_46_GV_ANCIENT_ONES, sp24);
__spawnQueue_add_4((GenMethod_4)func_802C4140, 0x4C, reinterpret_cast(s32, sp24[0]), reinterpret_cast(s32, sp24[1]), reinterpret_cast(s32, sp24[2]));
}

View File

@@ -33,7 +33,7 @@ void func_8038D47C(Actor *this){
actor_collisionOff(this);
func_80287784(this->animctrl, 0);
if(!this->initialized){
if(!func_80304E24(0x331, this->spawn_position)){
if(!nodeProp_findPositionFromActorId(0x331, this->spawn_position)){
this->spawn_position_x = -2569.0f;
this->spawn_position_y = 2997.0f;
this->spawn_position_z = 5884.0f;