diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-29 21:03:07 -0500 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-29 21:03:07 -0500 |
| commit | a1ea8cc82958679baee1c65acc30069d051463c6 (patch) | |
| tree | e09485cb3457e26fa8c0a0ff6c234dd61baf1c28 /data/maps/Route7 | |
| parent | 65690ca7dc880f08a4c63d490797f4b16ce5195e (diff) | |
Document Routes 3-9 scripts
Diffstat (limited to 'data/maps/Route7')
| -rw-r--r-- | data/maps/Route7/map.json | 2 | ||||
| -rw-r--r-- | data/maps/Route7/scripts.inc | 4 | ||||
| -rw-r--r-- | data/maps/Route7/text.inc | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/Route7/map.json b/data/maps/Route7/map.json index e30bc8149..66833b93b 100644 --- a/data/maps/Route7/map.json +++ b/data/maps/Route7/map.json @@ -61,7 +61,7 @@ "x": 5, "y": 14, "elevation": 0, - "script": "Route7_EventScript_167FBC" + "script": "Route7_EventScript_UndergroundPathSign" }, { "type": "hidden_item", diff --git a/data/maps/Route7/scripts.inc b/data/maps/Route7/scripts.inc index 52d0f5f36..299d6bad8 100644 --- a/data/maps/Route7/scripts.inc +++ b/data/maps/Route7/scripts.inc @@ -1,6 +1,6 @@ Route7_MapScripts:: @ 8167FBB .byte 0 -Route7_EventScript_167FBC:: @ 8167FBC - msgbox gUnknown_8184097, MSGBOX_SIGN +Route7_EventScript_UndergroundPathSign:: @ 8167FBC + msgbox Route7_Text_UndergroundPathSign, MSGBOX_SIGN end diff --git a/data/maps/Route7/text.inc b/data/maps/Route7/text.inc index 3f1cdda5b..4a58cc14b 100644 --- a/data/maps/Route7/text.inc +++ b/data/maps/Route7/text.inc @@ -1,4 +1,4 @@ -gUnknown_8184097:: @ 8184097 +Route7_Text_UndergroundPathSign:: @ 8184097 .string "UNDERGROUND PATH\n" .string "CELADON CITY - LAVENDER TOWN$" |
