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/Route131/scripts.inc | |
parent | 0f5d96e5f57801137bae8d3cdf3825d0fcd007f1 (diff) |
rename town/city vars
Diffstat (limited to 'data/maps/Route131/scripts.inc')
-rw-r--r-- | data/maps/Route131/scripts.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/Route131/scripts.inc b/data/maps/Route131/scripts.inc index 17ac3f52f..c1c3e26dc 100644 --- a/data/maps/Route131/scripts.inc +++ b/data/maps/Route131/scripts.inc @@ -3,7 +3,7 @@ Route131_MapScripts:: @ 81F7404 .byte 0 Route131_OnTransition: @ 81F740A - compare VAR_RAYQUAZA_STATE, 4 + compare VAR_SOOTOPOLIS_CITY_STATE, 4 call_if_ge Route131_EventScript_1F741F call Route131_EventScript_1F741B end |