diff options
| author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-02-26 14:08:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-26 14:08:45 -0500 |
| commit | 43f66fce5574592ac1c37b9452fe858e482156bb (patch) | |
| tree | ca10c0d3042c8452d8ddbf1e685a324e1e584d0e /data/maps/TwoIsland/map.json | |
| parent | 435fe5962169ddd51a8d09409470c2b99df7db4e (diff) | |
| parent | e80ddc46758bfef075b749af2802ce5d646bd9cd (diff) | |
Merge pull request #271 from GriffinRichards/doc-twoisland
Document Two Island scripts
Diffstat (limited to 'data/maps/TwoIsland/map.json')
| -rw-r--r-- | data/maps/TwoIsland/map.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/data/maps/TwoIsland/map.json b/data/maps/TwoIsland/map.json index 668886176..8a258b635 100644 --- a/data/maps/TwoIsland/map.json +++ b/data/maps/TwoIsland/map.json @@ -31,7 +31,7 @@ "movement_range_y": 2, "trainer_type": 0, "trainer_sight_or_berry_tree_id": 0, - "script": "TwoIsland_EventScript_16760F", + "script": "TwoIsland_EventScript_Clerk", "flag": "0" }, { @@ -44,7 +44,7 @@ "movement_range_y": 1, "trainer_type": 0, "trainer_sight_or_berry_tree_id": 0, - "script": "TwoIsland_EventScript_167755", + "script": "TwoIsland_EventScript_Woman", "flag": "FLAG_HIDE_TWO_ISLAND_WOMAN" }, { @@ -57,7 +57,7 @@ "movement_range_y": 1, "trainer_type": 0, "trainer_sight_or_berry_tree_id": 0, - "script": "TwoIsland_EventScript_16775E", + "script": "TwoIsland_EventScript_Beauty", "flag": "FLAG_HIDE_TWO_ISLAND_BEAUTY" }, { @@ -70,7 +70,7 @@ "movement_range_y": 1, "trainer_type": 0, "trainer_sight_or_berry_tree_id": 0, - "script": "TwoIsland_EventScript_16774C", + "script": "TwoIsland_EventScript_Sailor", "flag": "0" }, { @@ -83,7 +83,7 @@ "movement_range_y": 1, "trainer_type": 0, "trainer_sight_or_berry_tree_id": 0, - "script": "TwoIsland_EventScript_167777", + "script": "TwoIsland_EventScript_SuperNerd", "flag": "FLAG_HIDE_TWO_ISLAND_SUPER_NERD" }, { @@ -122,7 +122,7 @@ "movement_range_y": 1, "trainer_type": 0, "trainer_sight_or_berry_tree_id": 0, - "script": "TwoIsland_EventScript_167789", + "script": "TwoIsland_EventScript_LittleBoy", "flag": "0" }, { @@ -135,7 +135,7 @@ "movement_range_y": 1, "trainer_type": 0, "trainer_sight_or_berry_tree_id": 0, - "script": "TwoIsland_EventScript_167780", + "script": "TwoIsland_EventScript_Boy", "flag": "0" } ], @@ -176,21 +176,21 @@ "x": 29, "y": 8, "elevation": 0, - "script": "TwoIsland_EventScript_167792" + "script": "TwoIsland_EventScript_IslandSign" }, { "type": "bg_event_type_0", "x": 40, "y": 10, "elevation": 0, - "script": "TwoIsland_EventScript_16779B" + "script": "TwoIsland_EventScript_JoyfulGameCornerSign" }, { "type": "bg_event_type_0", "x": 8, "y": 3, "elevation": 0, - "script": "TwoIsland_EventScript_1677A4" + "script": "TwoIsland_EventScript_FastCurrentSign" } ] } |
