This commit is contained in:
Bl00D4NGEL
2024-09-29 17:37:20 +02:00
23 changed files with 240 additions and 171 deletions

View File

@@ -270,7 +270,7 @@ bool func_80360198(Actor *this) {
this->position[1] += this->velocity[0];
}
if (this->state == 4) {
if (this->state == CH_BAT_STATE_ROAM) {
if (func_8035FF5C(this) == 0) {
return FALSE;
}