From bc889e13f7308b1c4485bf3ba961830afbdfad41 Mon Sep 17 00:00:00 2001 From: JordanLongstaff Date: Tue, 9 Dec 2025 09:32:39 -0500 Subject: [PATCH] Forgot to rename the other reference --- src/overlays/actors/ovl_En_Maruta/z_en_maruta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/overlays/actors/ovl_En_Maruta/z_en_maruta.c b/src/overlays/actors/ovl_En_Maruta/z_en_maruta.c index 2bf107e25a..3e6018166e 100644 --- a/src/overlays/actors/ovl_En_Maruta/z_en_maruta.c +++ b/src/overlays/actors/ovl_En_Maruta/z_en_maruta.c @@ -737,7 +737,7 @@ void EnMaruta_Draw(Actor* thisx, PlayState* play) { if (this->shape == ENMARUTA_SHAPE_WHOLE) { MATRIX_FINALIZE_AND_LOAD(POLY_OPA_DISP++, play->state.gfxCtx); - gSPDisplayList(POLY_OPA_DISP++, gPracticeLogWhole); + gSPDisplayList(POLY_OPA_DISP++, gPracticeLogWholeDL); } else { translate = sTranslationVectorsToRecoilAxis[this->shape];