diff options
| author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-02-19 08:47:26 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-19 08:47:26 -0500 |
| commit | ea7d66593819f0588174185f4382d2446f70e40e (patch) | |
| tree | 08a3b8c421a06d83e6966724f5c275465a656504 /data/maps/Route3/scripts.inc | |
| parent | f9c1b6101495f09cf797cf0cb466ec4cc5838e72 (diff) | |
| parent | 058d30fe806f4fd512ec6708bc68f54d6d98e356 (diff) | |
Merge pull request #251 from GriffinRichards/doc-routes1
Document Routes 3-9 scripts
Diffstat (limited to 'data/maps/Route3/scripts.inc')
| -rw-r--r-- | data/maps/Route3/scripts.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/Route3/scripts.inc b/data/maps/Route3/scripts.inc index bc44936d0..c8e3c1a58 100644 --- a/data/maps/Route3/scripts.inc +++ b/data/maps/Route3/scripts.inc @@ -1,10 +1,10 @@ Route3_MapScripts:: @ 8167F77 .byte 0 -Route3_EventScript_167F78:: @ 8167F78 - msgbox gUnknown_8183491, MSGBOX_NPC +Route3_EventScript_Youngster:: @ 8167F78 + msgbox Route3_Text_TunnelFromCeruleanTiring, MSGBOX_NPC end -Route3_EventScript_167F81:: @ 8167F81 - msgbox gUnknown_81838C0, MSGBOX_SIGN +Route3_EventScript_RouteSign:: @ 8167F81 + msgbox Route3_Text_RouteSign, MSGBOX_SIGN end |
