From 2fa42a7a0403437ee322e9f19f9eb58d6869f85b Mon Sep 17 00:00:00 2001 From: Dragorn421 Date: Wed, 31 Jan 2024 19:42:23 +0100 Subject: [PATCH] cheeky z_play edit --- src/code/z_play.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code/z_play.c b/src/code/z_play.c index 5ad02db22e..71ad39aaa5 100644 --- a/src/code/z_play.c +++ b/src/code/z_play.c @@ -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);