mirror of https://github.com/pret/pokeemerald.git
Updated Adding Multi region Support (markdown)
parent
1375a1fe68
commit
dbfc9ecc9a
|
@ -15,7 +15,7 @@ static void LoadCurrentMapData(void)
|
||||||
+ gMapHeader.region = sMapsecToRegion[gMapHeader.regionMapSectionId];
|
+ 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:
|
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
|
```diff
|
||||||
static void LoadSaveblockMapHeader(void)
|
static void LoadSaveblockMapHeader(void)
|
||||||
|
|
Loading…
Reference in New Issue