Match sub_08027C54

This commit is contained in:
Tal Hayon
2022-07-19 05:01:59 +03:00
parent 3e556b393f
commit 203fe4242c
2 changed files with 8 additions and 24 deletions
+8
View File
@@ -1792,3 +1792,11 @@ void sub_08027BBC(ChuchuBossEntity* this) {
}
}
}
bool32 sub_08027C54(ChuchuBossEntity* this) {
if ((u8)gUnk_080CC2DC[this->unk_84->unk_04] > super->child->health) {
return TRUE;
} else {
return FALSE;
}
}