diff --git a/Adding-Multi-region-Support.md b/Adding-Multi-region-Support.md index 2f185f2..809a79b 100644 --- a/Adding-Multi-region-Support.md +++ b/Adding-Multi-region-Support.md @@ -15,7 +15,7 @@ static void LoadCurrentMapData(void) + gMapHeader.region = sMapsecToRegion[gMapHeader.regionMapSectionId]; } ``` -This function handles the loading of the data for the currently loaded map +This function handles the loading of the data for the currently loaded map. Right below that function, there is `LoadSaveblockMapHeader`, which handles loading the respective map data on save resume. We need to make the following change: ```diff static void LoadSaveblockMapHeader(void)