Skip to content

Commit

Permalink
TWEAK: Add transition to the Time Travel feature (#3276)
Browse files Browse the repository at this point in the history
* ADD/ Proper Transition

* REM: Dupe
  • Loading branch information
PurpleHato authored Oct 15, 2023
1 parent 42f6cfe commit 3ed976e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions soh/soh/Enhancements/mods.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ bool performSave = false;
void ReloadSceneTogglingLinkAge() {
gPlayState->nextEntranceIndex = gSaveContext.entranceIndex;
gPlayState->sceneLoadFlag = 0x14;
gPlayState->fadeTransition = 11;
gSaveContext.nextTransitionType = 11;
gPlayState->fadeTransition = 42; // Fade Out
gSaveContext.nextTransitionType = 42;
gPlayState->linkAgeOnLoad ^= 1; // toggle linkAgeOnLoad
}

Expand Down

0 comments on commit 3ed976e

Please sign in to comment.