diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-28 08:16:21 -0500 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2020-02-28 09:54:01 -0500 |
| commit | 948b695ad436ade56858d76c3cd0d836910936ff (patch) | |
| tree | 4745b8598774e0886d0189ce6d42c41eef08606f /data/maps/SixIsland_GreenPath/scripts.inc | |
| parent | 43f66fce5574592ac1c37b9452fe858e482156bb (diff) | |
Document Six Island scripts
Diffstat (limited to 'data/maps/SixIsland_GreenPath/scripts.inc')
| -rw-r--r-- | data/maps/SixIsland_GreenPath/scripts.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/SixIsland_GreenPath/scripts.inc b/data/maps/SixIsland_GreenPath/scripts.inc index acc4336d2..559158455 100644 --- a/data/maps/SixIsland_GreenPath/scripts.inc +++ b/data/maps/SixIsland_GreenPath/scripts.inc @@ -1,10 +1,10 @@ SixIsland_GreenPath_MapScripts:: @ 8168B2D .byte 0 -SixIsland_GreenPath_EventScript_168B2E:: @ 8168B2E - msgbox gUnknown_818B84D, MSGBOX_SIGN +SixIsland_GreenPath_EventScript_RightRouteSign:: @ 8168B2E + msgbox SixIsland_GreenPath_Text_LeftRouteSign, MSGBOX_SIGN end -SixIsland_GreenPath_EventScript_168B37:: @ 8168B37 - msgbox gUnknown_818B86B, MSGBOX_SIGN +SixIsland_GreenPath_EventScript_LeftRouteSign:: @ 8168B37 + msgbox SixIsland_GreenPath_Text_RightRouteSign, MSGBOX_SIGN end |
