From 24b6db0b09d032770d6da60cc3db5729fa432e03 Mon Sep 17 00:00:00 2001 From: JordanLongstaff Date: Fri, 5 Dec 2025 17:54:23 -0500 Subject: [PATCH] Add ASCII picture to explain DL array --- src/overlays/actors/ovl_En_Maruta/z_en_maruta.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 0b50f0885f..d064543f6d 100644 --- a/src/overlays/actors/ovl_En_Maruta/z_en_maruta.c +++ b/src/overlays/actors/ovl_En_Maruta/z_en_maruta.c @@ -46,6 +46,21 @@ ActorProfile En_Maruta_Profile = { /**/ EnMaruta_Draw, }; +/** + * These chunks of log are arranged like so (indices in array included): + * + * ------- + * |6 | 7| + * | | | + * |\ | /| + * |4\|/5| + * ------- + * |2/|\3| + * |/ | \| + * | | | + * |0 | 1| + * ------- + */ Gfx* sDisplayLists[] = { gPracticeLogBottomLeftBigChunkDL, gPracticeLogBottomRightBigChunkDL, gPracticeLogBottomLeftCornerChunkDL, gPracticeLogBottomRightCornerChunkDL, gPracticeLogTopLeftCornerChunkDL, gPracticeLogTopRightCornerChunkDL,