diff options
| author | GriffinR <griffin.richards@comcast.net> | 2019-10-07 01:13:34 -0400 |
|---|---|---|
| committer | GriffinR <griffin.richards@comcast.net> | 2019-10-07 01:13:34 -0400 |
| commit | 81ee8f07efeba516947e0289c5d58d58e5220332 (patch) | |
| tree | 705aca3a34468e80c41d4ba230a68f2c6bc9d166 /data/maps/Route101 | |
| parent | c0b06025168778705ceb044c875561a694739c74 (diff) | |
Document pc.inc and prof_birch.inc
Diffstat (limited to 'data/maps/Route101')
| -rw-r--r-- | data/maps/Route101/map.json | 2 | ||||
| -rw-r--r-- | data/maps/Route101/scripts.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/Route101/map.json b/data/maps/Route101/map.json index 44d8b2137..7e8cfb959 100644 --- a/data/maps/Route101/map.json +++ b/data/maps/Route101/map.json @@ -87,7 +87,7 @@ "movement_range_y": 0, "trainer_type": "0", "trainer_sight_or_berry_tree_id": "0", - "script": "Route101_EventScript_272141", + "script": "ProfBirch_EventScript_RatePokedexOrRegister", "flag": "FLAG_HIDE_ROUTE_101_BIRCH" }, { diff --git a/data/maps/Route101/scripts.inc b/data/maps/Route101/scripts.inc index 73bfe570c..aab1d44b3 100644 --- a/data/maps/Route101/scripts.inc +++ b/data/maps/Route101/scripts.inc @@ -4,7 +4,7 @@ Route101_MapScripts:: @ 81EBCBA .byte 0 Route101_OnTransition: @ 81EBCC5 - call Route101_EventScript_2720AD + call ProfBirch_EventScript_UpdateLocation end Route101_MapScript2_1EBCCB: @ 81EBCCB |
