mirror of
https://github.com/zeldaret/tp
synced 2026-07-08 14:36:36 -04:00
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
This commit is contained in:
@@ -1,6 +1,26 @@
|
||||
#ifndef D_MSG_D_MSG_STRING_H
|
||||
#define D_MSG_D_MSG_STRING_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "d/msg/d_msg_string_base.h"
|
||||
#include "d/msg/d_msg_out_font.h"
|
||||
|
||||
class dMsgString_c {
|
||||
public:
|
||||
|
||||
/* 80249C20 */ dMsgString_c();
|
||||
/* 80249CA0 */ dMsgString_c(u8);
|
||||
/* 80249D28 */ ~dMsgString_c();
|
||||
|
||||
/* 80191B6C */ virtual void getString(u32, J2DTextBox*, J2DTextBox*, JUTFont*, COutFont_c*, u8);
|
||||
/* 801E1D10 */ virtual void getStringPage(u32, u8, u8, J2DTextBox*, J2DTextBox*, JUTFont*, COutFont_c*,
|
||||
u8);
|
||||
/* 80249DB4 */ virtual void resetStringLocal(J2DTextBox*);
|
||||
/* 80249DE4 */ virtual void drawOutFontLocal(J2DTextBox*, f32);
|
||||
/* 80249ED0 */ virtual void drawFontLocal(J2DTextBox*, u8, f32, f32, f32, f32, u32, u8);
|
||||
|
||||
private:
|
||||
/* 0x24 */ COutFont_c* mpOutFont;
|
||||
/* 0x28 */ u8 field_0x28;
|
||||
};
|
||||
|
||||
#endif /* D_MSG_D_MSG_STRING_H */
|
||||
|
||||
Reference in New Issue
Block a user