Match sub_080264AC

This commit is contained in:
Tal Hayon
2022-07-16 09:04:59 +03:00
parent 27f9666970
commit 1112df0a2a
2 changed files with 8 additions and 20 deletions
+8
View File
@@ -619,3 +619,11 @@ void sub_0802647C(ChuchuBossEntity* this) {
this->unk_84->unk_03++;
}
}
void sub_080264AC(ChuchuBossEntity* this) {
sub_080277B8(this, 0xd0, 8);
if (this->unk_84->unk_03 != 6) {
InitAnimationForceUpdate(super->child, 4);
sub_08027D20(this);
}
}