code_9E370.c progress

This commit is contained in:
Banjo Kazooie
2022-07-27 19:34:05 -05:00
parent f9588fa0c1
commit 19b01cf810
26 changed files with 95 additions and 48 deletions

View File

@@ -36,10 +36,10 @@ extern f32 D_803936E4[];
/* .code */
bool func_8038A690(Actor *this) {
if (this->unkF4_8 != 3) {
return func_803296B8(this, 0x190, 0x5A);
return subaddie_playerIsWithinCylinder(this, 400, 90);
}
else{
return func_80329628(this, 0x1F4, 0x104, 0x5A);
return subaddie_playerIsWithinAsymmetricCylinder(this, 500, 260, 90);
}
}

View File

@@ -151,7 +151,7 @@ void func_803916BC(f32 position[3], s32 cnt){
void func_803917B0(Actor *actor)
{
Actor *unk = func_80329980(actor);
Actor *unk = subaddie_getLinkedActor(actor);
unk->unk38_0 = TRUE;
}