1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-10 19:20:13 +00:00

cheeky z_play edit

This commit is contained in:
Dragorn421 2024-01-31 19:42:23 +01:00
parent 3920ba0d32
commit 2fa42a7a04
No known key found for this signature in database
GPG key ID: 381AEBAF3D429335

View file

@ -232,7 +232,7 @@ void Play_Init(GameState* thisx) {
SET_NEXT_GAMESTATE(&this->state, TitleSetup_Init, TitleSetupState);
return;
}
SystemArena_Display();
GameState_Realloc(&this->state, 0x1D4790);
KaleidoManager_Init(this);