summaryrefslogtreecommitdiff
path: root/include/field_screen.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-05-11 09:25:26 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-05-11 09:25:26 -0400
commit4488bbe9e69a8551cb5bb34e70b8ffb9d8e554db (patch)
treed9c5a70fd1c4f42dc29f43becd142cc89456f19d /include/field_screen.h
parentc15b50ac686632130512de37d01037bff6e10cd2 (diff)
parent3e93615e38842643b8dd115c1fd2e0b4a0dbcd01 (diff)
Merge branch 'master' into contest
Diffstat (limited to 'include/field_screen.h')
-rw-r--r--include/field_screen.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/field_screen.h b/include/field_screen.h
index 02e0a0a91..2eea5b505 100644
--- a/include/field_screen.h
+++ b/include/field_screen.h
@@ -7,10 +7,11 @@
// Exported ROM declarations
void pal_fill_black(void);
-bool8 sub_80ABDFC(void);
+bool8 IsWeatherNotFadingIn(void);
void sub_80AF168(void);
void UpdateWeatherPerDay(u16 days);
void sub_80AC3D0(void);
void sub_80AC3E4(void);
+void PreservePaletteInWeather(u8);
#endif //GUARD_FIELD_SCREEN_H