summaryrefslogtreecommitdiff
path: root/include/field_screen.h
diff options
context:
space:
mode:
authorsceptillion <33798691+sceptillion@users.noreply.github.com>2017-12-17 13:22:46 -0800
committersceptillion <33798691+sceptillion@users.noreply.github.com>2017-12-17 13:22:46 -0800
commitb849ce93dbafac8e4961b531ab40585c0fdd103a (patch)
tree1cfd5cf3b7223a8e91dd0a0d4e6e112bd3458d8b /include/field_screen.h
parent3ddda066d91cbbd377584acacaea62a9deba8873 (diff)
decompile main
Diffstat (limited to 'include/field_screen.h')
-rw-r--r--include/field_screen.h14
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