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,