Match sub_0802650C

This commit is contained in:
Tal Hayon
2022-07-16 09:10:52 +03:00
parent 47a9d7deec
commit 385cf5c658
2 changed files with 8 additions and 25 deletions
+8
View File
@@ -637,3 +637,11 @@ void sub_080264D4(ChuchuBossEntity* this) {
}
sub_080277F8(this);
}
void sub_0802650C(ChuchuBossEntity* this) {
if (((ChuchuBossEntity*)super->child)->unk_80[1] == 0) {
this->unk_84->unk_03++;
gRoomControls.camera_target = &gPlayerEntity;
}
sub_08027870(super);
}