From c01884f0c47c9939375f3abe2b185c6d0958192d Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Tue, 21 May 2024 20:56:52 -0600 Subject: [PATCH] Fixed EVSTATE_ME --- src/engine/fox_enmy2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/fox_enmy2.c b/src/engine/fox_enmy2.c index 3078d292..41d213e3 100644 --- a/src/engine/fox_enmy2.c +++ b/src/engine/fox_enmy2.c @@ -3320,7 +3320,7 @@ void ActorEvent_Update(ActorEvent* this) { } if (var_s0 == 3) { - this->info.hitbox = SEGMENTED_TO_VIRTUAL(D_ME_602F638); + this->info.hitbox = LOAD_ASSET(D_ME_602F638); ActorEvent_ProcessScript(this); } break;