Skip to content

Commit 0c948be

Browse files
committed
Fix missing fallback in save confirmation screen
1 parent faa2049 commit 0c948be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/overlays/misc/ovl_kaleido_scope/z_kaleido_scope_PAL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1931,7 +1931,7 @@ void KaleidoScope_DrawPages(GlobalContext* globalCtx, GraphicsContext* gfxCtx)
19311931
}
19321932
else if(((pauseCtx->state == 7 && pauseCtx->unk_1EC >= 4) || pauseCtx->state == 0xF) && oot::config().game().restoreSaveConfirmation())
19331933
{
1934-
POLY_OPA_DISP = KaleidoScope_QuadTextureIA8(POLY_OPA_DISP, sSaveConfirmationTexs[gSaveContext.language], 152, 16, 0);
1934+
POLY_OPA_DISP = KaleidoScope_QuadTextureIA8(POLY_OPA_DISP, sSaveConfirmationTexs[GetLanguageIndex()], 152, 16, 0);
19351935
}
19361936
else if((pauseCtx->state != 7) || (pauseCtx->unk_1EC < 4))
19371937
{

0 commit comments

Comments
 (0)