From 698220341f822bf7cf76a61cd0f09f63ad3cfadf Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Thu, 2 Nov 2023 16:23:50 -0300 Subject: [PATCH] ACTOR_EN_COL_MAN --- src/overlays/actors/ovl_En_Jso2/z_en_jso2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/overlays/actors/ovl_En_Jso2/z_en_jso2.c b/src/overlays/actors/ovl_En_Jso2/z_en_jso2.c index 569c597bd..e58671143 100644 --- a/src/overlays/actors/ovl_En_Jso2/z_en_jso2.c +++ b/src/overlays/actors/ovl_En_Jso2/z_en_jso2.c @@ -790,7 +790,7 @@ void func_80A7A124(EnJso2* this, PlayState* play) { if ((this->unk1040 == 0x15) && (this->unk374 <= curFrame)) { if (this->unk2D0 == NULL) { - this->unk2D0 = Actor_SpawnAsChild(&play->actorCtx, &this->actor, play, 0x1D9, this->unk2C4.x, + this->unk2D0 = Actor_SpawnAsChild(&play->actorCtx, &this->actor, play, ACTOR_EN_COL_MAN, this->unk2C4.x, this->unk2C4.y, this->unk2C4.z, 0, 0, 0, 4); } else if (this->unk104A >= 0xA) { if (this->unk2D0 != NULL) {