mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 14:34:32 +00:00
Minor Misc Cleanup 3 (#1502)
* more misc cleanup * remove z64 conflicts * undo ISVDbg
This commit is contained in:
parent
54638f9768
commit
0ce0313342
27 changed files with 155 additions and 151 deletions
|
@ -1479,7 +1479,7 @@ void FileSelect_LoadGame(GameState* thisx) {
|
|||
gSaveContext.nextTransitionType = TRANS_NEXT_TYPE_DEFAULT;
|
||||
gSaveContext.nextCutsceneIndex = 0xFFEF;
|
||||
gSaveContext.cutsceneTrigger = 0;
|
||||
gSaveContext.chamberCutsceneNum = 0;
|
||||
gSaveContext.chamberCutsceneNum = CHAMBER_CS_FOREST;
|
||||
gSaveContext.nextDayTime = NEXT_TIME_NONE;
|
||||
gSaveContext.retainWeatherMode = false;
|
||||
|
||||
|
|
|
@ -828,7 +828,7 @@ void FileSelect_SetupEraseConfirm2(GameState* thisx) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Allow the player to confirm their chioce to erase or return back to erase select.
|
||||
* Allow the player to confirm their choice to erase or return back to erase select.
|
||||
* Update function for `CM_ERASE_CONFIRM`
|
||||
*/
|
||||
void FileSelect_EraseConfirm(GameState* thisx) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue