summaryrefslogtreecommitdiff
path: root/include/constants/weather.h
diff options
context:
space:
mode:
authorSwastik Baranwal <swstkbaranwal@gmail.com>2019-06-23 18:47:35 +0530
committerGitHub <noreply@github.com>2019-06-23 18:47:35 +0530
commit99703c6ab831d34e6859d8a8f53ba8e73dc4d3d9 (patch)
tree3a712d3039d152616af58a45a13d82c40a87e58f /include/constants/weather.h
parent6d190f861e3559eec922cd760778c0cba6e08397 (diff)
parent9ee0c34758a63f8c00724b6fc984b4e96be2f7af (diff)
Merge pull request #5 from pret/master
Take files
Diffstat (limited to 'include/constants/weather.h')
-rw-r--r--include/constants/weather.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/constants/weather.h b/include/constants/weather.h
new file mode 100644
index 000000000..a45d2e523
--- /dev/null
+++ b/include/constants/weather.h
@@ -0,0 +1,20 @@
+#ifndef GUARD_CONSTANTS_WEATHER_H
+#define GUARD_CONSTANTS_WEATHER_H
+
+#define WEATHER_NONE 0
+#define WEATHER_SUNNY_CLOUDS 1 // unused
+#define WEATHER_SUNNY 2
+#define WEATHER_RAIN 3 // unused
+#define WEATHER_SNOW 4 // unused
+#define WEATHER_RAIN_THUNDERSTORM 5 // unused
+#define WEATHER_FOG_HORIZONTAL 6
+#define WEATHER_VOLCANIC_ASH 7 // unused
+#define WEATHER_SANDSTORM 8 // unused
+#define WEATHER_FOG_DIAGONAL 9 // unused
+#define WEATHER_UNDERWATER 10 // unused
+#define WEATHER_CLOUDY 11
+#define WEATHER_DROUGHT 12 // unused and broken in overworld
+#define WEATHER_DOWNPOUR 13 // unused
+#define WEATHER_UNDERWATER_BUBBLES 14 // unused
+
+#endif // GUARD_CONSTANTS_WEATHER_H