mirror of
https://github.com/zeldaret/tp
synced 2026-08-22 06:44:53 -04:00
d_menu_insect partly matching
This commit is contained in:
@@ -11,6 +11,8 @@ struct STControl;
|
||||
class dMsgScrn3Select_c;
|
||||
class dMsgString_c;
|
||||
class dSelect_cursor_c;
|
||||
class mDoDvdThd_mountArchive_c;
|
||||
class JKRArchive;
|
||||
|
||||
class dMenu_Insect_c : public dDlst_base_c {
|
||||
public:
|
||||
@@ -20,8 +22,8 @@ public:
|
||||
/* 801D8760 */ void _draw();
|
||||
/* 801D88EC */ bool isSync();
|
||||
/* 801D8914 */ void init();
|
||||
/* 801D894C */ void _open();
|
||||
/* 801D8B2C */ void _close();
|
||||
/* 801D894C */ int _open();
|
||||
/* 801D8B2C */ int _close();
|
||||
/* 801D8C68 */ void wait_init();
|
||||
/* 801D8CCC */ void wait_move();
|
||||
/* 801D8E00 */ void explain_open_init();
|
||||
@@ -36,15 +38,15 @@ public:
|
||||
/* 801D98F0 */ void screenSetExplain();
|
||||
/* 801D9BD0 */ void screenSetDoIcon();
|
||||
/* 801D9D4C */ static u8 getGetInsectNum();
|
||||
/* 801D9DCC */ void getInsectItemID(int, int);
|
||||
/* 801D9DE4 */ void isGetInsect(int, int);
|
||||
/* 801D9E20 */ void isGiveInsect(int, int);
|
||||
/* 801D9ED4 */ void isGiveInsect(u8);
|
||||
/* 801D9E7C */ void isCatchInsect(u8);
|
||||
/* 801D9DCC */ u8 getInsectItemID(int, int);
|
||||
/* 801D9DE4 */ bool isGetInsect(int, int);
|
||||
/* 801D9E20 */ bool isGiveInsect(int, int);
|
||||
/* 801D9ED4 */ static bool isGiveInsect(u8);
|
||||
/* 801D9E7C */ static bool isCatchInsect(u8);
|
||||
/* 801D9F3C */ static u8 isCatchNotGiveInsect(u8);
|
||||
/* 801D9F8C */ void cursorMove();
|
||||
/* 801DA1EC */ void setCursorPos();
|
||||
/* 801DA2FC */ bool dpdMove();
|
||||
/* 801DA2FC */ u8 dpdMove();
|
||||
/* 801DA304 */ void setAButtonString(u16);
|
||||
/* 801DA3B4 */ void setBButtonString(u16);
|
||||
/* 801DA464 */ void setHIO(bool);
|
||||
@@ -56,17 +58,17 @@ public:
|
||||
|
||||
private:
|
||||
/* 0x04 */ JKRExpHeap* mpHeap;
|
||||
/* 0x08 */ void* field_0x8;
|
||||
/* 0x08 */ JKRArchive* mpArchive;
|
||||
/* 0x0C */ STControl* mpStick;
|
||||
/* 0x10 */ CSTControl* mpCStick;
|
||||
/* 0x14 */ void* field_0x14;
|
||||
/* 0x14 */ mDoDvdThd_mountArchive_c* mpMount;
|
||||
/* 0x18 */ dSelect_cursor_c* mpDrawCursor;
|
||||
/* 0x1C */ dMsgScrn3Select_c* mpSelect_c;
|
||||
/* 0x20 */ J2DScreen* mpScreen;
|
||||
/* 0x24 */ J2DScreen* mpExpScreen;
|
||||
/* 0x28 */ J2DScreen* mpIconScreen;
|
||||
/* 0x2C */ J2DTextBox* field_0x2c[5];
|
||||
/* 0x40 */ J2DTextBox* field_0x40[5];
|
||||
/* 0x2C */ J2DTextBox* mpAButtonString[5];
|
||||
/* 0x40 */ J2DTextBox* mpBButtonString[5];
|
||||
/* 0x54 */ J2DTextBox* field_0x54;
|
||||
/* 0x58 */ J2DTextBox* field_0x58;
|
||||
/* 0x5C */ J2DTextBox* field_0x5c;
|
||||
@@ -80,8 +82,7 @@ private:
|
||||
/* 0xE0 */ CPaneMgr* mpButtonText[2];
|
||||
/* 0xE8 */ dMsgString_c* mpString;
|
||||
/* 0xEC */ void* mpExpItemTex;
|
||||
/* 0xF0 */ u8 field_0xf0;
|
||||
/* 0xF1 */ u8 field_0xf1;
|
||||
/* 0xF0 */ s16 field_0xf0;
|
||||
/* 0xF2 */ u8 mStatus;
|
||||
/* 0xF3 */ u8 field_0xf3;
|
||||
/* 0xF4 */ u8 field_0xf4;
|
||||
|
||||
Reference in New Issue
Block a user