From 0a8c61789e5a04811a6efcd5c6af91637c5d8e57 Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Tue, 17 Sep 2024 15:52:13 -0300 Subject: [PATCH] ActorEvent_SxWarpGate_Draw --- src/engine/fox_enmy2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/engine/fox_enmy2.c b/src/engine/fox_enmy2.c index b1847580..ae47c3c2 100644 --- a/src/engine/fox_enmy2.c +++ b/src/engine/fox_enmy2.c @@ -3846,7 +3846,7 @@ bool ActorEvent_OverrideLimbDraw2(s32 limbIndex, Gfx** dList, Vec3f* pos, Vec3f* return false; } -void ActorEvent_DrawEVID_SX_WARP_GATE(ActorEvent* this) { +void ActorEvent_SxWarpGate_Draw(ActorEvent* this) { Vec3f frameTable[10]; Animation_GetFrameData(&D_SX_6013820, 0, frameTable); @@ -4082,7 +4082,7 @@ void ActorEvent_Draw(ActorEvent* this) { break; case EVID_SX_WARP_GATE: - ActorEvent_DrawEVID_SX_WARP_GATE(this); + ActorEvent_SxWarpGate_Draw(this); break; case EVID_SY_ROBOT_1: