summaryrefslogtreecommitdiff
path: root/include/d/d_msg_string.h
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2025-11-30 14:23:42 -0800
committerGitHub <noreply@github.com>2025-11-30 15:23:42 -0700
commita6e76c0841cae03cae0c0e6ac75c32f979043093 (patch)
tree76b5f590c59c6abdf2c80d0a3d5c0ccb31ebd0fe /include/d/d_msg_string.h
parent434415337d268e405b09f6b72935a7e918e4cfe7 (diff)
project cleanup (#2895)
* some wii OS fixes * remove old dol2asm comments * remove dol2asm.h * remove function address comments * normalize ATTRIBUTE_ALIGN usage * DECL_WEAK macro * fix gcc attribute weak macro * wrap more mwcc specific things in ifdefs * fixes * fix revo sdk version flags * fixes
Diffstat (limited to 'include/d/d_msg_string.h')
-rw-r--r--include/d/d_msg_string.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/d/d_msg_string.h b/include/d/d_msg_string.h
index 3fb5d4da33..45a148b401 100644
--- a/include/d/d_msg_string.h
+++ b/include/d/d_msg_string.h
@@ -8,11 +8,11 @@ class JUTFont;
class dMsgString_c : public dMsgStringBase_c {
public:
- /* 80249C20 */ dMsgString_c();
- /* 80249CA0 */ dMsgString_c(u8);
- /* 80249D28 */ ~dMsgString_c();
+ dMsgString_c();
+ dMsgString_c(u8);
+ ~dMsgString_c();
- /* 80191B6C */ virtual f32 getString(u32 param_0, J2DTextBox* param_1, J2DTextBox* param_2,
+ virtual f32 getString(u32 param_0, J2DTextBox* param_1, J2DTextBox* param_2,
JUTFont* param_3, COutFont_c* param_4, u8 param_5) {
if (param_4 == NULL && mpOutFont != NULL) {
return getStringLocal(param_0, param_1, param_2, param_3, mpOutFont, param_5);
@@ -20,7 +20,7 @@ public:
return getStringLocal(param_0, param_1, param_2, param_3, param_4, param_5);
}
}
- /* 801E1D10 */ virtual f32 getStringPage(u32 param_1, u8 param_2, u8 param_3,
+ virtual f32 getStringPage(u32 param_1, u8 param_2, u8 param_3,
J2DTextBox* param_4, J2DTextBox* param_5,
JUTFont* param_6, COutFont_c* param_7, u8 param_8) {
if (param_7 == NULL && mpOutFont != NULL) {
@@ -31,9 +31,9 @@ public:
param_8);
}
}
- /* 80249DB4 */ virtual void resetStringLocal(J2DTextBox*);
- /* 80249DE4 */ virtual void drawOutFontLocal(J2DTextBox*, f32);
- /* 80249ED0 */ virtual void drawFontLocal(J2DTextBox*, u8, f32, f32, f32, f32, u32, u8);
+ virtual void resetStringLocal(J2DTextBox*);
+ virtual void drawOutFontLocal(J2DTextBox*, f32);
+ virtual void drawFontLocal(J2DTextBox*, u8, f32, f32, f32, f32, u32, u8);
void drawOutFont(J2DTextBox* param_0, f32 param_1) {
drawOutFontLocal(param_0, param_1);