Updated Adding Multi region Support (markdown)

Josh 2021-05-25 22:33:08 +01:00
parent 1375a1fe68
commit dbfc9ecc9a
1 changed files with 1 additions and 1 deletions

@ -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)