Match sub_08027C7C

This commit is contained in:
Tal Hayon
2022-07-19 05:08:41 +03:00
parent 203fe4242c
commit c31e523629
2 changed files with 6 additions and 16 deletions
+6
View File
@@ -1800,3 +1800,9 @@ bool32 sub_08027C54(ChuchuBossEntity* this) {
return FALSE;
}
}
void sub_08027C7C(ChuchuBossEntity* this, u32 param_2) {
sub_08027C9C(super->child, param_2);
sub_08027C9C(this->unk_68, param_2);
sub_08027C9C(super->parent, param_2);
}