mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-13 04:39:36 +00:00
cheeky z_play edit
This commit is contained in:
parent
3920ba0d32
commit
2fa42a7a04
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ void Play_Init(GameState* thisx) {
|
||||||
SET_NEXT_GAMESTATE(&this->state, TitleSetup_Init, TitleSetupState);
|
SET_NEXT_GAMESTATE(&this->state, TitleSetup_Init, TitleSetupState);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
SystemArena_Display();
|
SystemArena_Display();
|
||||||
GameState_Realloc(&this->state, 0x1D4790);
|
GameState_Realloc(&this->state, 0x1D4790);
|
||||||
KaleidoManager_Init(this);
|
KaleidoManager_Init(this);
|
||||||
|
|
Loading…
Reference in a new issue