summaryrefslogtreecommitdiff
path: root/include/field_weather_util.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-03-17 08:53:24 -0400
committerGitHub <noreply@github.com>2020-03-17 08:53:24 -0400
commitd52f2aa5712d042f344409d8925ed80d7109706e (patch)
treebd32fd38e0409fa6f899b6fbc02433bbccb3a237 /include/field_weather_util.h
parentf8915246a77a4453135ac3a4e6a61c098d557451 (diff)
parent8a64f8b431b0d68453f8d4302474926adf407bb1 (diff)
Merge pull request #305 from PikalaxALT/field_weather
Field weather
Diffstat (limited to 'include/field_weather_util.h')
-rw-r--r--include/field_weather_util.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/field_weather_util.h b/include/field_weather_util.h
new file mode 100644
index 000000000..da49d3869
--- /dev/null
+++ b/include/field_weather_util.h
@@ -0,0 +1,6 @@
+#ifndef GUARD_FIELD_WEATHER_UTIL_H
+#define GUARD_FIELD_WEATHER_UTIL_H
+
+void SetWeather(u8 weather);
+
+#endif //GUARD_FIELD_WEATHER_UTIL_H