From 2fa08605b8cf4f8f2cca6ecad046587275737b20 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 4 Nov 2019 17:12:02 -0500 Subject: Propagate save status, type, and sector defines --- src/intro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/intro.c') diff --git a/src/intro.c b/src/intro.c index e2432b6a2..33a03a389 100644 --- a/src/intro.c +++ b/src/intro.c @@ -574,7 +574,7 @@ void c2_copyright_1(void) { ResetMenuAndMonGlobals(); Save_ResetSaveCounters(); - Save_LoadGameData(0); + Save_LoadGameData(SAVE_NORMAL); if (gSaveFileStatus == SAVE_STATUS_EMPTY || gSaveFileStatus == SAVE_STATUS_INVALID) Sav2_ClearSetDefault(); SetPokemonCryStereo(gSaveBlock2Ptr->optionsSound); -- cgit v1.2.3