diff options
| author | huderlem <huderlem@gmail.com> | 2019-10-15 16:30:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-15 16:30:27 -0500 |
| commit | a0b3f5d9e34e65c1948325bd4177a734bfde6bb4 (patch) | |
| tree | edd30aaf0011fa31b0dd75fee2a670b2215390e2 /data/maps/Route103 | |
| parent | 07ac727c6d0c54d5d0f9f2a1f4c11b81f9d64cb4 (diff) | |
| parent | 928cdf2531e74df2432ec8d602c4c2d2fee14eb1 (diff) | |
Merge pull request #833 from GriffinRichards/doc-inc2
Document .incs split from event_scripts Round 2
Diffstat (limited to 'data/maps/Route103')
| -rw-r--r-- | data/maps/Route103/map.json | 2 | ||||
| -rw-r--r-- | data/maps/Route103/scripts.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/Route103/map.json b/data/maps/Route103/map.json index bf207ec2f..8f5b9f2b3 100644 --- a/data/maps/Route103/map.json +++ b/data/maps/Route103/map.json @@ -165,7 +165,7 @@ "movement_range_y": 1, "trainer_type": "0", "trainer_sight_or_berry_tree_id": "0", - "script": "Route103_EventScript_272141", + "script": "ProfBirch_EventScript_RatePokedexOrRegister", "flag": "FLAG_HIDE_ROUTE_103_BIRCH" }, { diff --git a/data/maps/Route103/scripts.inc b/data/maps/Route103/scripts.inc index 363da2cb4..9a185aa14 100644 --- a/data/maps/Route103/scripts.inc +++ b/data/maps/Route103/scripts.inc @@ -5,7 +5,7 @@ Route103_MapScripts:: @ 81EC38E Route103_OnTransition: @ 81EC399 call Common_EventScript_SetupRivalGfxId - call Route103_EventScript_2720AD + call ProfBirch_EventScript_UpdateLocation end Route103_MapScript1_1EC3A4: @ 81EC3A4 |
