decomp vaati reborn npc

This commit is contained in:
Henny022p
2021-05-28 16:26:09 +02:00
parent a0af1ae46d
commit a1a8e0d1fc
8 changed files with 593 additions and 597 deletions
+1 -4
View File
@@ -241,10 +241,7 @@ bool32 sub_0803E4A0(Entity* this) {
if (this->parent->currentHealth == 0) {
return TRUE;
} else {
ret = FALSE;
if (this->parent->next == NULL) {
ret = TRUE;
}
ret = this->parent->next == NULL;
}
} else {
return TRUE;