Fix weather color map documentation

This commit is contained in:
Marcus Huderle
2022-10-16 13:06:43 -05:00
parent 716025395c
commit 48ab684b48
4 changed files with 222 additions and 213 deletions
+1 -1
View File
@@ -813,7 +813,7 @@ void LoadMapFromCameraTransition(u8 mapGroup, u8 mapNum)
LoadSecondaryTilesetPalette(gMapHeader.mapLayout);
for (paletteIndex = 6; paletteIndex < 13; paletteIndex++)
ApplyWeatherGammaShiftToPal(paletteIndex);
ApplyWeatherColorMapToPal(paletteIndex);
InitSecondaryTilesetAnimation();
UpdateLocationHistoryForRoamer();