This commit is contained in:
robojumper
2025-09-27 12:25:35 +02:00
parent cf47974f6a
commit 819dc7f5d5
4 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -2472,7 +2472,7 @@ enum StoryFlags_e {
/** [Skip last cutscene during credits (Groose appears in the Groosenator, re-enables groosenator to lanayru after
* sky keep)] Story Flag #490 (0x01EA) - JP 805ACD93 0x01 / US 805A9B13 0x01
*/
STORYFLAG_490,
STORYFLAG_GAME_COMPLETE,
/** [sets after finishing request for gorko at goddess wall (or S&Q) (unsets after getting new request)]
* Story Flag #491 (0x01EB) - JP 805ACD93 0x02 / US 805A9B13 0x02
+4
View File
@@ -48,6 +48,10 @@ public:
ACTION_MAX,
};
bool isFinishedFadingIn() const {
return mIsFinishedFadingIn;
}
private:
static dLytSaveMgr_c *sInstance;