From fedb963871180ce886a4350e3dce117b9ccea2e4 Mon Sep 17 00:00:00 2001 From: Briggs Baltzell Date: Tue, 3 Feb 2026 20:55:02 -0600 Subject: [PATCH] Include `l_matDL` in `d_menu_cloth` and call it in `dMCloth_c::draw`. --- src/d/d_menu_cloth.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/d/d_menu_cloth.cpp b/src/d/d_menu_cloth.cpp index 4763a48dd..b06b00f99 100644 --- a/src/d/d_menu_cloth.cpp +++ b/src/d/d_menu_cloth.cpp @@ -6,6 +6,8 @@ #include "d/dolzel.h" // IWYU pragma: keep #include "d/d_menu_cloth.h" +#include "assets/l_matDL__d_menu_cloth.h" + static daCLOTH_HIO_c l_HIO; /* 8019940C-8019966C .text __ct__13daCLOTH_HIO_cFv */ @@ -110,6 +112,10 @@ void dMCloth_c::ShadowTevSetting() { /* 8019ADD4-8019B670 .text draw__9dMCloth_cFf8_GXColor8_GXColorUc */ void dMCloth_c::draw(float, GXColor, GXColor, unsigned char) { /* Nonmatching */ + // TODO + GXSetNumChans(1); + GXCallDisplayList(l_matDL, 0x20); + // TODO } /* 8019B670-8019B9C0 .text cloth_move_sin__9dMCloth_cFv */