mirror of
https://github.com/zeldaret/tp
synced 2026-05-25 07:23:14 -04:00
929c5cfa5a
* 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 * finish d_menu_save / d_pane_class_alpha / d_pane_class / rename some data * rename more data * remove asm / progress * match all of d_pane_class * fixes / some dKankyo doc
31 lines
851 B
C++
31 lines
851 B
C++
#ifndef D_FILE_D_FILE_SEL_WARNING_H
|
|
#define D_FILE_D_FILE_SEL_WARNING_H
|
|
|
|
#include "d/com/d_com_inf_game.h"
|
|
|
|
class dFile_warning_c {
|
|
public:
|
|
/* 80191BAC */ dFile_warning_c(JKRArchive*, u8);
|
|
/* 80191CF4 */ void screenSet();
|
|
/* 80191F18 */ void _move();
|
|
/* 80191F90 */ void modeWait();
|
|
/* 80191F94 */ void modeMove();
|
|
/* 80191FD4 */ void baseMoveAnm();
|
|
/* 801920B8 */ void openInit();
|
|
/* 8019210C */ void closeInit();
|
|
/* 80192160 */ void init();
|
|
/* 80192190 */ void _draw();
|
|
/* 801921CC */ void drawSelf();
|
|
/* 801921F8 */ void setText(u32);
|
|
/* 80192240 */ void setFontColor(JUtility::TColor, JUtility::TColor);
|
|
|
|
/* 80191C18 */ virtual ~dFile_warning_c();
|
|
|
|
u8 getStatus() { return mStatus; }
|
|
|
|
u8 field_0x4[0x3D - 0x4];
|
|
/* 0x3D */ u8 mStatus;
|
|
};
|
|
|
|
#endif /* D_FILE_D_FILE_SEL_WARNING_H */
|