diff options
| author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-22 04:01:38 -0500 |
|---|---|---|
| committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-22 04:01:38 -0500 |
| commit | e12a7790cf294db7fd656eba85ec4bbfb3bc211e (patch) | |
| tree | 59b0ad9cdc8312bedc6d874d4048e730c2309ad5 /data/maps/Route110/map.json | |
| parent | b105d20d1e0297d0c858fe99a0946e5c07da81c1 (diff) | |
Start porting pokeruby vars to pokeemerald
Diffstat (limited to 'data/maps/Route110/map.json')
| -rw-r--r-- | data/maps/Route110/map.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/Route110/map.json b/data/maps/Route110/map.json index 404155652..a9ac7796a 100644 --- a/data/maps/Route110/map.json +++ b/data/maps/Route110/map.json @@ -567,7 +567,7 @@ "x": 33, "y": 56, "elevation": 3, - "var": "VAR_0x4069", + "var": "VAR_ROUTE110_STATE", "var_value": "0", "script": "Route110_EventScript_1EF74D" }, @@ -576,7 +576,7 @@ "x": 34, "y": 56, "elevation": 3, - "var": "VAR_0x4069", + "var": "VAR_ROUTE110_STATE", "var_value": "0", "script": "Route110_EventScript_1EF758" }, @@ -585,7 +585,7 @@ "x": 35, "y": 56, "elevation": 3, - "var": "VAR_0x4069", + "var": "VAR_ROUTE110_STATE", "var_value": "0", "script": "Route110_EventScript_1EF763" }, |
