Merge branch 'master' into fix-eventobj
This commit is contained in:
+2
-2
@@ -863,7 +863,7 @@ static void mli0_load_map(u32 a1)
|
||||
isOutdoors = IsMapTypeOutdoors(gMapHeader.mapType);
|
||||
isIndoors = IsMapTypeIndoors(gMapHeader.mapType);
|
||||
|
||||
sub_80EB218();
|
||||
CheckLeftFriendsSecretBase();
|
||||
TrySetMapSaveWarpStatus();
|
||||
ClearTempFieldEventData();
|
||||
ResetCyclingRoadChallengeData();
|
||||
@@ -1714,7 +1714,7 @@ void CB2_ContinueSavedGame(void)
|
||||
FieldClearVBlankHBlankCallbacks();
|
||||
StopMapMusic();
|
||||
ResetSafariZoneFlag_();
|
||||
if (gSaveFileStatus == 0xFF)
|
||||
if (gSaveFileStatus == SAVE_STATUS_ERROR)
|
||||
ResetWinStreaks();
|
||||
|
||||
LoadSaveblockMapHeader();
|
||||
|
||||
Reference in New Issue
Block a user