d_menu_collect mostly matching for GZLE01 (#1164)

* more progress

* more progress

* more progress

* more progress

* d_menu work

d_menu_collect class members cleaned up, some functions at 100% matching

* added `Nonmatching` tag to unmatched functions

* more functions at 100%

* more functions matching

* more functions matching

* more progress

* more progress

* d_menu mostly matching for GZLE01

* fixed broken member names
This commit is contained in:
Mattias Blum
2026-08-13 16:27:09 -04:00
committed by GitHub
parent 37f7baaaf0
commit 56f975b580
7 changed files with 2052 additions and 239 deletions
+4 -4
View File
@@ -44,10 +44,10 @@ public:
param_0.mBR = mColorBR;
}
void getWhite() const {}
void setBlack(JUtility::TColor) {}
void setContentsColor(TContentsColor) {}
void setContentsColor(JUtility::TColor) {}
void setWhite(JUtility::TColor) {}
void setBlack(JUtility::TColor black) { mBlack = black; }
void setContentsColor(TContentsColor& param_0) { setContentsColor(param_0.mTL, param_0.mTR, param_0.mBL, param_0.mBR); }
void setContentsColor(JUtility::TColor param_0) { setContentsColor(param_0, param_0, param_0, param_0); }
void setWhite(JUtility::TColor white) { mWhite = white; }
public:
/* 0x0CC */ JUTTexture* mpFrameTexture1;