summaryrefslogtreecommitdiff
path: root/include/field_screen.h
diff options
context:
space:
mode:
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