Match sub_0802626C

This commit is contained in:
Tal Hayon
2022-07-16 08:32:59 +03:00
parent 542b20b914
commit feb2565528
2 changed files with 8 additions and 28 deletions
+8
View File
@@ -521,3 +521,11 @@ void sub_08026110(ChuchuBossEntity* this) {
sub_0800445C(super);
}
}
void sub_0802626C(ChuchuBossEntity* this) {
gPauseMenuOptions.disabled = 1;
gUnk_080CC20C[this->unk_84->unk_03](this);
if (gPlayerEntity.action != 23 && gPlayerEntity.action != 15) {
sub_08078B48();
}
}