diff options
| author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-22 11:41:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-22 11:41:14 -0500 |
| commit | e97d3532d4d72a1fe9aec755cd2a3c6527484e27 (patch) | |
| tree | 0ad5656457aff5ac67fd50c32d6600592815a9a5 /data/maps/Route12/map.json | |
| parent | 6eec1c1cc9c115492aec43f80c8a6be7a86c61a5 (diff) | |
| parent | a4f5f41e2496a4c2b91cd0643dc44d98faed0c89 (diff) | |
Merge pull request #231 from GriffinRichards/doc-staticmon
Document static mon scripts
Diffstat (limited to 'data/maps/Route12/map.json')
| -rw-r--r-- | data/maps/Route12/map.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/Route12/map.json b/data/maps/Route12/map.json index e6fcf63fc..09e49160b 100644 --- a/data/maps/Route12/map.json +++ b/data/maps/Route12/map.json @@ -91,7 +91,7 @@ "movement_range_y": 1, "trainer_type": 0, "trainer_sight_or_berry_tree_id": 0, - "script": "Route12_EventScript_168014", + "script": "Route12_EventScript_Snorlax", "flag": "FLAG_HIDE_ROUTE_12_SNORLAX" }, { @@ -249,14 +249,14 @@ "x": 17, "y": 13, "elevation": 0, - "script": "Route12_EventScript_1680A3" + "script": "Route12_EventScript_RouteSign" }, { "type": "bg_event_type_0", "x": 15, "y": 69, "elevation": 0, - "script": "Route12_EventScript_1680AC" + "script": "Route12_EventScript_FishingSign" }, { "type": "hidden_item", |
