mirror of
https://github.com/zeldaret/tp
synced 2026-07-07 22:22:05 -04:00
d_menu_skill OK (#2096)
* d_menu_skill OK * remove asm and update progress
This commit is contained in:
@@ -97,7 +97,11 @@ public:
|
||||
/* 802FF634 */ virtual u8 getTextureCount() const;
|
||||
/* 80053C6C */ virtual bool setBlack(JUtility::TColor);
|
||||
/* 80053C44 */ virtual bool setWhite(JUtility::TColor);
|
||||
/* 8018BEE0 */ virtual bool setBlackWhite(JUtility::TColor, JUtility::TColor);
|
||||
/* 8018BEE0 */ virtual bool setBlackWhite(JUtility::TColor i_black, JUtility::TColor i_white) {
|
||||
mBlack = i_black;
|
||||
mWhite = i_white;
|
||||
return 1;
|
||||
}
|
||||
/* 801DFA4C */ virtual JUtility::TColor getBlack() const;
|
||||
/* 801DFA40 */ virtual JUtility::TColor getWhite() const;
|
||||
/* 8025603C */ virtual bool getMaterial() const;
|
||||
|
||||
@@ -49,7 +49,7 @@ public:
|
||||
/* 801F9470 */ u8 getSkillNum();
|
||||
/* 801F9500 */ void setHIO(bool);
|
||||
|
||||
/* 801F9A08 */ virtual void draw();
|
||||
/* 801F9A08 */ virtual void draw() { _draw(); }
|
||||
/* 801F7348 */ virtual ~dMenu_Skill_c();
|
||||
|
||||
u8 getStatus() { return mStatus; }
|
||||
@@ -96,6 +96,6 @@ private:
|
||||
/* 0x209 */ u8 field_0x209;
|
||||
/* 0x20A */ u8 field_0x20a;
|
||||
/* 0x20B */ u8 mTotalSkillNum;
|
||||
}; // Size: 0x20C
|
||||
}; // Size: 0x20C
|
||||
|
||||
#endif /* D_MENU_D_MENU_SKILL_H */
|
||||
|
||||
Reference in New Issue
Block a user