mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-30 16:02:18 -04:00
d_menu_fmap and d_menu_fmap2D OK (#2202)
This commit is contained in:
@@ -104,7 +104,7 @@ public:
|
||||
void offStateFlg0(daMidna_FLG0 i_flag) { mStateFlg0 &= ~i_flag; }
|
||||
void onStateFlg1(daMidna_FLG1 i_flag) { mStateFlg1 |= i_flag; }
|
||||
void offStateFlg1(daMidna_FLG1 i_flag) { mStateFlg1 &= ~i_flag; }
|
||||
u32 checkStateFlg0(daMidna_FLG0 flag) const { return mStateFlg0 & flag; }
|
||||
BOOL checkStateFlg0(daMidna_FLG0 flag) const { return mStateFlg0 & flag; }
|
||||
u32 checkStateFlg1(daMidna_FLG1 flag) const { return mStateFlg1 & flag; }
|
||||
void setFaceNum(int num) { mFaceNum = num; }
|
||||
void setMotionNum(int num) { mMotionNum = num; }
|
||||
|
||||
@@ -38,6 +38,8 @@ public:
|
||||
/* 804CE1F0 */ void setListStart();
|
||||
/* 804CE214 */ void _delete();
|
||||
|
||||
void setPos(cXyz);
|
||||
|
||||
private:
|
||||
/* 0x568 */ u8 field_0x568[0x9d4 - 0x568];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user