diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-02-19 08:47:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-19 08:47:39 -0500 |
commit | 71fec599bbe144af8d4a16e98ec32454fd10a4a8 (patch) | |
tree | c01d0ba48843b0f8e74f3385584e6c3ce9658ea6 /data/maps/Route13/scripts.inc | |
parent | ea7d66593819f0588174185f4382d2446f70e40e (diff) | |
parent | c1d17b2df183689c0befd3c7bc08810308f2bcd2 (diff) |
Merge pull request #252 from GriffinRichards/doc-routes2
Document Routes 10-14 scripts
Diffstat (limited to 'data/maps/Route13/scripts.inc')
-rw-r--r-- | data/maps/Route13/scripts.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/maps/Route13/scripts.inc b/data/maps/Route13/scripts.inc index 6524d5dd6..9cedaa23f 100644 --- a/data/maps/Route13/scripts.inc +++ b/data/maps/Route13/scripts.inc @@ -1,14 +1,14 @@ Route13_MapScripts:: @ 81680B5 .byte 0 -Route13_EventScript_1680B6:: @ 81680B6 - msgbox gUnknown_8185DB7, MSGBOX_SIGN +Route13_EventScript_TrainerTips1:: @ 81680B6 + msgbox Route13_Text_LookToLeftOfThatPost, MSGBOX_SIGN end -Route13_EventScript_1680BF:: @ 81680BF - msgbox gUnknown_8185DEF, MSGBOX_SIGN +Route13_EventScript_TrainerTips2:: @ 81680BF + msgbox Route13_Text_SelectToSwitchItems, MSGBOX_SIGN end -Route13_EventScript_1680C8:: @ 81680C8 - msgbox gUnknown_8185E2C, MSGBOX_SIGN +Route13_EventScript_RouteSign:: @ 81680C8 + msgbox Route13_Text_RouteSign, MSGBOX_SIGN end |