mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-16 07:10:34 -05:00
TWEAK: Add transition to the Time Travel feature (#3276)
* ADD/ Proper Transition * REM: Dupe
This commit is contained in:
parent
42f6cfe66b
commit
3ed976e6af
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user