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;