fmap poe counter

This commit is contained in:
TakaRikka
2026-05-20 03:19:25 -07:00
parent 5d6e58eeac
commit fa660ebd0f
9 changed files with 183 additions and 0 deletions
+7
View File
@@ -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 */
+5
View File
@@ -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
+1
View File
@@ -133,6 +133,7 @@ struct UserSettings {
ConfigVar<bool> instantText;
ConfigVar<bool> sunsSong;
ConfigVar<bool> autoSave;
ConfigVar<bool> showMapPoeCounter;
// Preferences
ConfigVar<bool> enableMirrorMode;