mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-04 08:48:45 -04:00
Time Stones Feature
This commit is contained in:
@@ -27,6 +27,9 @@ public:
|
||||
bool chkEveOccur();
|
||||
void exeModeHowl();
|
||||
void exeModeMapDisp();
|
||||
#if TARGET_PC
|
||||
void exeModeSetTime();
|
||||
#endif
|
||||
bool chkMapDispMode();
|
||||
u8 getGoldWolfIdx();
|
||||
|
||||
|
||||
@@ -47,6 +47,7 @@ struct UserSettings {
|
||||
ConfigVar<bool> noMissClimbing;
|
||||
ConfigVar<bool> fastTears;
|
||||
ConfigVar<bool> instantSaves;
|
||||
ConfigVar<bool> timeStones;
|
||||
|
||||
// Preferences
|
||||
ConfigVar<bool> enableMirrorMode;
|
||||
|
||||
Reference in New Issue
Block a user