mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-07 12:03:24 -04:00
fmap poe counter
This commit is contained in:
@@ -421,6 +421,13 @@ public:
|
||||
/* 0xC2 */ u8 mAlphaButtonZ;
|
||||
/* 0xC3 */ u8 mAlphaAnalogStick;
|
||||
/* 0xC4 */ u8 mAlphaDpad;
|
||||
|
||||
#if TARGET_PC
|
||||
J2DTextBox* mpPoeCountPane;
|
||||
ResTIMG* mpPoeCountIconTex;
|
||||
J2DPicture* mpPoeCountIcon;
|
||||
u8 mSelectRegionNo;
|
||||
#endif
|
||||
};
|
||||
|
||||
#endif /* D_MENU_D_MENU_FMAP2D_H */
|
||||
|
||||
@@ -76,6 +76,11 @@ public:
|
||||
}
|
||||
#endif
|
||||
|
||||
#if TARGET_PC
|
||||
static void getDmapPoeCount(const std::string& stageName, int& nowCount, int& totalCount);
|
||||
static void getFmapPoeCount(const int regionNo, int& nowCount, int& totalCount);
|
||||
#endif
|
||||
|
||||
struct Stage_c {
|
||||
// Incomplete class
|
||||
|
||||
|
||||
@@ -133,6 +133,7 @@ struct UserSettings {
|
||||
ConfigVar<bool> instantText;
|
||||
ConfigVar<bool> sunsSong;
|
||||
ConfigVar<bool> autoSave;
|
||||
ConfigVar<bool> showMapPoeCounter;
|
||||
|
||||
// Preferences
|
||||
ConfigVar<bool> enableMirrorMode;
|
||||
|
||||
Reference in New Issue
Block a user