summaryrefslogtreecommitdiff
path: root/include/field_weather.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-02-27 14:08:26 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-02-27 14:08:26 -0500
commit0d88e2d1de7135d7cc3d724398fa8d9022831511 (patch)
treeab11672b5b44d1bbca11bed286fa431c2c466974 /include/field_weather.h
parentc93915120f23a9545ff0743f506af3d58a1fabff (diff)
through MultiplyPaletteRGBComponents
Diffstat (limited to 'include/field_weather.h')
-rw-r--r--include/field_weather.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/field_weather.h b/include/field_weather.h
index 3cb17f9e2..7488c8c5a 100644
--- a/include/field_weather.h
+++ b/include/field_weather.h
@@ -19,5 +19,7 @@ void sub_807B070(void);
u8 GetCurrentWeather(void);
void FieldWeather_StartFadingOutCreditsMap(u8, u8, u32);
void sub_807AA8C(u8 palIdx);
+void ResetPreservedPalettesInWeather(void);
+void PreservePaletteInWeather(u8 palIdx);
#endif // GUARD_WEATHER_H