From a74af799e53b64690153c24fb1eae616d67568a8 Mon Sep 17 00:00:00 2001 From: Briggs Baltzell Date: Wed, 4 Mar 2026 17:11:19 -0600 Subject: [PATCH] Change `mWaveProgress` type from `u16` to `s16` in `d_menu_cloth` for consistency with signed calculations. --- include/d/d_menu_cloth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/d/d_menu_cloth.h b/include/d/d_menu_cloth.h index ed4acdf5e..fc802e1c3 100644 --- a/include/d/d_menu_cloth.h +++ b/include/d/d_menu_cloth.h @@ -56,7 +56,7 @@ public: /* 0x0004 */ u16 unused_0x4; /* 0x0006 */ u8 field_0x6[0x08 - 0x06]; - /* 0x0008 */ u16 mWaveProgress; + /* 0x0008 */ s16 mWaveProgress; /* 0x000A */ s16 mFadeInCounter; /* 0x000C */ u8 mAlphaOut; /* 0x000D */ u8 mCurrentAlpha;