diff options
| author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-09-27 10:18:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-27 10:18:27 -0400 |
| commit | 3d9bad5558c6ef8828be7a50e3e553d55ca877e0 (patch) | |
| tree | 1ea4e595b35a0e248af16a09e1a0d7bd9a2afe6a /data/maps/SecretBase_Tree3/map.json | |
| parent | 208e1c968959c781562f0b94c03368385ce7012c (diff) | |
| parent | 0c1f1281dab28d481e717ff1343a213b4e0da2a8 (diff) | |
Merge pull request #778 from GriffinRichards/document-eventscripts
Document some of event_scripts.s
Diffstat (limited to 'data/maps/SecretBase_Tree3/map.json')
| -rw-r--r-- | data/maps/SecretBase_Tree3/map.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/maps/SecretBase_Tree3/map.json b/data/maps/SecretBase_Tree3/map.json index 6e4494836..89fd3cf49 100644 --- a/data/maps/SecretBase_Tree3/map.json +++ b/data/maps/SecretBase_Tree3/map.json @@ -1,6 +1,7 @@ { "id": "MAP_SECRET_BASE_TREE3", "name": "SecretBase_Tree3", + "shared_scripts_map": "SecretBase", "layout": "LAYOUT_SECRET_BASE_TREE3", "music": "MUS_MACHI_S3", "region_map_section": "MAPSEC_SECRET_BASE", @@ -24,7 +25,7 @@ "movement_range_y": 0, "trainer_type": "0", "trainer_sight_or_berry_tree_id": "0", - "script": "SecretBase_Tree3_EventScript_275D64", + "script": "SecretBase_EventScript_RecordMixTrainer", "flag": "FLAG_DECORATION_0" }, { |
