diff options
author | Josh <32826900+ShinyDragonHunter@users.noreply.github.com> | 2021-05-25 22:33:08 +0100 |
---|---|---|
committer | Josh <32826900+ShinyDragonHunter@users.noreply.github.com> | 2021-05-25 22:33:08 +0100 |
commit | dbfc9ecc9a24774e54610838de465aed5d1cad47 (patch) | |
tree | 000a21e99151e11484bc1499ffaef1787f1cc9fe | |
parent | 1375a1fe68c3a703c1ac531508da70644ed8028c (diff) |
Updated Adding Multi region Support (markdown)
-rw-r--r-- | Adding-Multi-region-Support.md | 2 |
1 files changed, 1 insertions, 1 deletions
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) |