diff options
| author | Melody <melody@pallet.town> | 2018-12-24 16:23:58 -0500 |
|---|---|---|
| committer | Melody <melody@pallet.town> | 2018-12-24 16:23:58 -0500 |
| commit | 1e87810414110a68fb2c4dd47e95ac004803320d (patch) | |
| tree | dcc86048f419ab524bafa833878188d7c2667651 /data/maps/Route120/scripts.inc | |
| parent | 370b1093cd40235951f0d1b6762006b085565499 (diff) | |
document setweather calls
Diffstat (limited to 'data/maps/Route120/scripts.inc')
| -rw-r--r-- | data/maps/Route120/scripts.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/Route120/scripts.inc b/data/maps/Route120/scripts.inc index ccd77b4cc..cde0fbbd3 100644 --- a/data/maps/Route120/scripts.inc +++ b/data/maps/Route120/scripts.inc @@ -76,11 +76,11 @@ Route120_EventScript_1F54D8:: @ 81F54D8 return Route120_EventScript_1F54FF:: @ 81F54FF - setweather 1 + setweather WEATHER_CLOUDS return Route120_EventScript_1F5503:: @ 81F5503 - setweather 2 + setweather WEATHER_SUNNY return Route120_EventScript_1F5507:: @ 81F5507 @@ -92,7 +92,7 @@ Route120_EventScript_1F5507:: @ 81F5507 end Route120_EventScript_1F5523:: @ 81F5523 - setweather 3 + setweather WEATHER_RAIN_LIGHT return Route120_EventScript_1F5527:: @ 81F5527 |
