summaryrefslogtreecommitdiff
path: root/src/intro.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-11-04 17:12:02 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2019-11-04 17:12:02 -0500
commit2fa08605b8cf4f8f2cca6ecad046587275737b20 (patch)
tree913a034293f828caa2544cec5def0054c4a0e7f3 /src/intro.c
parent57b328ad409349510691952805eb058965d3d321 (diff)
Propagate save status, type, and sector defines
Diffstat (limited to 'src/intro.c')
-rw-r--r--src/intro.c2
1 files changed, 1 insertions, 1 deletions
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);