From dbfc9ecc9a24774e54610838de465aed5d1cad47 Mon Sep 17 00:00:00 2001 From: Josh <32826900+ShinyDragonHunter@users.noreply.github.com> Date: Tue, 25 May 2021 22:33:08 +0100 Subject: [PATCH] Updated Adding Multi region Support (markdown) --- Adding-Multi-region-Support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)