From f41b09ea8e328226f542ab16f8d0a765955d690f Mon Sep 17 00:00:00 2001 From: JordanLongstaff Date: Fri, 5 Dec 2025 17:40:33 -0500 Subject: [PATCH] Rename display lists properly --- assets/xml/objects/object_maruta.xml | 18 +++++++++--------- .../actors/ovl_En_Maruta/z_en_maruta.c | 10 +++++----- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/assets/xml/objects/object_maruta.xml b/assets/xml/objects/object_maruta.xml index 6a10769008..280ad1cf1a 100644 --- a/assets/xml/objects/object_maruta.xml +++ b/assets/xml/objects/object_maruta.xml @@ -3,14 +3,14 @@ - - - - - - - - - + + + + + + + + + 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 69172bd29a..96038c491c 100644 --- a/src/overlays/actors/ovl_En_Maruta/z_en_maruta.c +++ b/src/overlays/actors/ovl_En_Maruta/z_en_maruta.c @@ -47,10 +47,10 @@ ActorProfile En_Maruta_Profile = { }; Gfx* sDisplayLists[] = { - object_maruta_DL_BottomLeftBigChunk, object_maruta_DL_BottomRightBigChunk, - object_maruta_DL_BottomLeftCornerChunk, object_maruta_DL_BottomRightCornerChunk, - object_maruta_DL_TopLeftCornerChunk, object_maruta_DL_TopRightCornerChunk, - object_maruta_DL_TopLeftBigChunk, object_maruta_DL_TopRightBigChunk, + gPracticeLogBottomLeftBigChunkDL, gPracticeLogBottomRightBigChunkDL, + gPracticeLogBottomLeftCornerChunkDL, gPracticeLogBottomRightCornerChunkDL, + gPracticeLogTopLeftCornerChunkDL, gPracticeLogTopRightCornerChunkDL, + gPracticeLogTopLeftBigChunkDL, gPracticeLogTopRightBigChunkDL, }; u8 sFragmentsByShape[] = { @@ -723,7 +723,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++, object_maruta_DL_Whole); + gSPDisplayList(POLY_OPA_DISP++, gPracticeLogWhole); } else { translate = sTranslationVectorsToRecoilAxis[this->shape];