mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-12 10:54:44 +00:00
Minor Misc Cleanup (#1360)
* misc cleanup * missed one * EffectSsDust_UpdateFire * revert change, needs more testing
This commit is contained in:
parent
c0f7f4ad26
commit
9e2aee3fa3
13 changed files with 29 additions and 29 deletions
|
@ -206,7 +206,7 @@ void Play_Destroy(GameState* thisx) {
|
|||
}
|
||||
|
||||
func_80031C3C(&this->actorCtx, this);
|
||||
func_80110990(this);
|
||||
Interface_Destroy(this);
|
||||
KaleidoScopeCall_Destroy(this);
|
||||
KaleidoManager_Destroy();
|
||||
ZeldaArena_Cleanup();
|
||||
|
@ -335,7 +335,7 @@ void Play_Init(GameState* thisx) {
|
|||
|
||||
Cutscene_HandleEntranceTriggers(this);
|
||||
KaleidoScopeCall_Init(this);
|
||||
func_801109B0(this);
|
||||
Interface_Init(this);
|
||||
|
||||
if (gSaveContext.nextDayTime != NEXT_TIME_NONE) {
|
||||
if (gSaveContext.nextDayTime == NEXT_TIME_DAY) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue