summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-02-20 12:51:18 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-02-20 21:59:22 -0500
commit96372eb336d21e5da66246983e0522212f370bdf (patch)
tree84112b7f1643443dba9af53b21890ae9504a45bb /include/constants
parent3555fb7c945ef5152910a84390ecbd1a38ea585d (diff)
Decomped CanUseOnSelfWithStatusChecker()
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/weather.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/weather.h b/include/constants/weather.h
index e7225b9..2a8cf42 100644
--- a/include/constants/weather.h
+++ b/include/constants/weather.h
@@ -4,7 +4,7 @@
#define WEATHER_CLEAR 0
#define WEATHER_SUNNY 1
#define WEATHER_SANDSTORM 2
-#define WEATHER_CLOUDY` 3
+#define WEATHER_CLOUDY 3
#define WEATHER_RAIN 4
#define WEATHER_HAIL 5
#define WEATHER_FOG 6