diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2022-06-29 13:19:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-29 22:19:09 +0200 |
| commit | 046d178003035ea87d3042a61917c2d482c68c74 (patch) | |
| tree | 4240e760d8d40201ca4ec96634da8abff211f6bb /src/d/msg/d_msg_string.cpp | |
| parent | cd5b02450cf278cbeb2c8bb90be1ad22518938c7 (diff) | |
work on daalink, fop actor, mDo machine, msg_scrn, + various (#201)
* work on fop actor / actor mng, daalink, d_a_obj_item
* d_a_title mostly decompiled
* daalink / d_event / JMessage / dmsg_out_font work
* msg_scrn_base / msg_scrn_boss
* some work on mDo machine, d_menu_save, d_tresure, and various
* remove asm
* progress
Diffstat (limited to 'src/d/msg/d_msg_string.cpp')
| -rw-r--r-- | src/d/msg/d_msg_string.cpp | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/src/d/msg/d_msg_string.cpp b/src/d/msg/d_msg_string.cpp index 6d42f06d93..3e29d44b76 100644 --- a/src/d/msg/d_msg_string.cpp +++ b/src/d/msg/d_msg_string.cpp @@ -8,41 +8,6 @@ #include "dolphin/types.h" // -// Types: -// - -struct J2DTextBox {}; - -struct JUTFont {}; - -struct COutFont_c { - /* 80225C94 */ COutFont_c(u8); -}; - -struct dMsgString_c { - /* 80191B6C */ void getString(u32, J2DTextBox*, J2DTextBox*, JUTFont*, COutFont_c*, u8); - /* 801E1D10 */ void getStringPage(u32, u8, u8, J2DTextBox*, J2DTextBox*, JUTFont*, COutFont_c*, - u8); - /* 80249C20 */ dMsgString_c(); - /* 80249CA0 */ dMsgString_c(u8); - /* 80249D28 */ ~dMsgString_c(); - /* 80249DB4 */ void resetStringLocal(J2DTextBox*); - /* 80249DE4 */ void drawOutFontLocal(J2DTextBox*, f32); - /* 80249ED0 */ void drawFontLocal(J2DTextBox*, u8, f32, f32, f32, f32, u32, u8); -}; - -struct dMsgStringBase_c { - /* 802493B4 */ dMsgStringBase_c(); - /* 80249528 */ ~dMsgStringBase_c(); - /* 80249700 */ void getResource(); - /* 80249BF8 */ void getMessage(u32, char*); -}; - -struct J2DPane { - /* 802F79A8 */ void getGlbVtx(u8) const; -}; - -// // Forward References: // |
