diff options
author | GriffinR <25753467+GriffinRichards@users.noreply.github.com> | 2019-08-05 11:23:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-05 11:23:45 -0400 |
commit | c2bf668fdd63b246a04e3e833e2eaef963cfb17b (patch) | |
tree | 024bc1804b5799d36b67fd8c89085c9af48e4ade /data/maps/Route129/scripts.inc | |
parent | 0f5d96e5f57801137bae8d3cdf3825d0fcd007f1 (diff) |
rename town/city vars
Diffstat (limited to 'data/maps/Route129/scripts.inc')
-rw-r--r-- | data/maps/Route129/scripts.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/Route129/scripts.inc b/data/maps/Route129/scripts.inc index 49b26011a..d57a27cf9 100644 --- a/data/maps/Route129/scripts.inc +++ b/data/maps/Route129/scripts.inc @@ -14,7 +14,7 @@ Route129_MapScript1_1F7294: @ 81F7294 Route129_OnTransition: @ 81F72AB compare VAR_SHOULD_END_UNUSUAL_WEATHER, 1 call_if_eq Route129_EventScript_273D13 - compare VAR_RAYQUAZA_STATE, 4 + compare VAR_SOOTOPOLIS_CITY_STATE, 4 call_if_ge Route129_EventScript_1F72D8 compare VAR_UNUSUAL_WEATHER_LOCATION, UNUSUAL_WEATHER_ROUTE_129_WEST call_if_eq UnusualWeather_StartKyogreWeather |