zl1 cleanup, inline cleanup

This commit is contained in:
LagoLunatic
2026-07-27 12:14:38 -04:00
parent 7fae08bcd1
commit be8da688fc
30 changed files with 106 additions and 104 deletions
+2 -2
View File
@@ -68,8 +68,8 @@ void nzg_00_move(nzg_class* i_this) {
parameters |= 0x100;
}
if (parameters & 0x100 || fopAcM_searchActorDistance(actor, dComIfGp_getPlayer(0)) < i_this->m2CC * 0.5f) {
if (fopAcM_searchActorDistance(actor, dComIfGp_getPlayer(0)) > i_this->m2D0 * 0.5f) {
if (parameters & 0x100 || fopAcM_searchPlayerDistance(actor) < i_this->m2CC * 0.5f) {
if (fopAcM_searchPlayerDistance(actor) > i_this->m2D0 * 0.5f) {
parameters |= 1;
csXyz child_angle = actor->current.angle;