diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-17 13:22:46 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-17 13:22:46 -0800 |
commit | b849ce93dbafac8e4961b531ab40585c0fdd103a (patch) | |
tree | 1cfd5cf3b7223a8e91dd0a0d4e6e112bd3458d8b /include/field_screen.h | |
parent | 3ddda066d91cbbd377584acacaea62a9deba8873 (diff) |
decompile main
Diffstat (limited to 'include/field_screen.h')
-rw-r--r-- | include/field_screen.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/field_screen.h b/include/field_screen.h new file mode 100644 index 000000000..cfc0d081f --- /dev/null +++ b/include/field_screen.h @@ -0,0 +1,14 @@ +#ifndef GUARD_FIELD_SCREEN_H +#define GUARD_FIELD_SCREEN_H + +// Exported type declarations + +// Exported RAM declarations + +// Exported ROM declarations +void pal_fill_black(void); +bool8 sub_80ABDFC(void); +void sub_80AF168(void); +void UpdateWeatherPerDay(u16 days); + +#endif //GUARD_FIELD_SCREEN_H |