diff options
| author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-08-05 11:59:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-05 11:59:53 -0400 |
| commit | 9beeba842453c836d18ecce4b6760bf03bfdb513 (patch) | |
| tree | 5079a332346c7c5b0d513538d4f976cb72c9333d /data/maps/Route110/map.json | |
| parent | f5e18718d95cd6da312cd8f9bae19d356a54af12 (diff) | |
| parent | 191f74525dd23ed8262d914e163a3c6b9c5b9751 (diff) | |
Merge pull request #764 from GriffinRichards/document-varnames
Document vars that are used and unnamed
Diffstat (limited to 'data/maps/Route110/map.json')
| -rw-r--r-- | data/maps/Route110/map.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/maps/Route110/map.json b/data/maps/Route110/map.json index 8cbc93af6..570c38dcc 100644 --- a/data/maps/Route110/map.json +++ b/data/maps/Route110/map.json @@ -594,7 +594,7 @@ "x": 7, "y": 85, "elevation": 3, - "var": "VAR_0x40DA", + "var": "VAR_REGISTER_BIRCH_STATE", "var_value": "1", "script": "Route110_EventScript_1EF9CB" }, @@ -603,7 +603,7 @@ "x": 8, "y": 85, "elevation": 3, - "var": "VAR_0x40DA", + "var": "VAR_REGISTER_BIRCH_STATE", "var_value": "1", "script": "Route110_EventScript_1EF9D6" }, @@ -612,7 +612,7 @@ "x": 9, "y": 85, "elevation": 3, - "var": "VAR_0x40DA", + "var": "VAR_REGISTER_BIRCH_STATE", "var_value": "1", "script": "Route110_EventScript_1EF9E1" }, @@ -621,7 +621,7 @@ "x": 10, "y": 85, "elevation": 3, - "var": "VAR_0x40DA", + "var": "VAR_REGISTER_BIRCH_STATE", "var_value": "1", "script": "Route110_EventScript_1EF9EC" } @@ -762,4 +762,4 @@ "script": "Route110_EventScript_1EF34A" } ] -}
\ No newline at end of file +} |
