summaryrefslogtreecommitdiff
path: root/data-de
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-01-04 14:52:51 -0800
committerMarcus Huderle <huderlem@gmail.com>2018-01-04 14:52:51 -0800
commit88c42ade4bfb4a285444c327663e72c7f438adea (patch)
tree0fb8c72d58830217ca7d51d150c858cef808d6c1 /data-de
parent5c427e8afed44ed3720cf97d6748fa9e806c9b83 (diff)
Use weather constants in scripts (and giveegg)
Diffstat (limited to 'data-de')
-rw-r--r--data-de/event_scripts.s5
1 files changed, 3 insertions, 2 deletions
diff --git a/data-de/event_scripts.s b/data-de/event_scripts.s
index ab511dcd6..b8cc5d8f6 100644
--- a/data-de/event_scripts.s
+++ b/data-de/event_scripts.s
@@ -8,6 +8,7 @@
#include "constants/opponents.h"
#include "constants/songs.h"
#include "constants/species.h"
+#include "constants/weather.h"
#include "constants/vars.h"
.include "asm/macros.inc"
.include "asm/macros/event.inc"
@@ -2096,9 +2097,9 @@ Route127_EventScript_1A02C1:: @ 81A02C1
Route128_EventScript_1A02C1:: @ 81A02C1
SootopolisCity_EventScript_1A02C1:: @ 81A02C1
.ifdef SAPPHIRE
- setweather 13
+ setweather WEATHER_RAIN_HEAVY
.else
- setweather 12
+ setweather WEATHER_DROUGHT
.endif
return