diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-16 10:23:05 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-16 10:23:05 -0500 |
commit | 6d73bb4b57efb3ff81dcc2aa0d00d5de380add9e (patch) | |
tree | 9f0d2bfa1755c9a0ea5404514d9da686a584d56d /include/field_screen.h | |
parent | da2e0dfe5075d8e6200ecd06994175c81c847705 (diff) |
Import function labels from Ruby
Diffstat (limited to 'include/field_screen.h')
-rw-r--r-- | include/field_screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/field_screen.h b/include/field_screen.h index f01760fcb..cfc0d081f 100644 --- a/include/field_screen.h +++ b/include/field_screen.h @@ -9,6 +9,6 @@ void pal_fill_black(void); bool8 sub_80ABDFC(void); void sub_80AF168(void); -void sub_80AEFBC(u16 days); +void UpdateWeatherPerDay(u16 days); #endif //GUARD_FIELD_SCREEN_H |