TWEAK: Add transition to the Time Travel feature (#3276)
* ADD/ Proper Transition * REM: Dupe
This commit is contained in:
@@ -42,8 +42,8 @@ bool performSave = false;
|
|||||||
void ReloadSceneTogglingLinkAge() {
|
void ReloadSceneTogglingLinkAge() {
|
||||||
gPlayState->nextEntranceIndex = gSaveContext.entranceIndex;
|
gPlayState->nextEntranceIndex = gSaveContext.entranceIndex;
|
||||||
gPlayState->sceneLoadFlag = 0x14;
|
gPlayState->sceneLoadFlag = 0x14;
|
||||||
gPlayState->fadeTransition = 11;
|
gPlayState->fadeTransition = 42; // Fade Out
|
||||||
gSaveContext.nextTransitionType = 11;
|
gSaveContext.nextTransitionType = 42;
|
||||||
gPlayState->linkAgeOnLoad ^= 1; // toggle linkAgeOnLoad
|
gPlayState->linkAgeOnLoad ^= 1; // toggle linkAgeOnLoad
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user