code_9E370.c progress
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user