diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-22 11:37:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-22 11:37:37 -0500 |
commit | c75296640d9c42897eecf229bc7fc294f60a65eb (patch) | |
tree | ece62ff0dfbe903b144a1f4987367fe113497541 /data/scripts/test.inc | |
parent | 407c49820e1e64ff6deb4480b6ff9aceb0a3b085 (diff) | |
parent | 2908c9fa954b2e4b6afa70f3686853ea69cf8569 (diff) |
Merge pull request #235 from GriffinRichards/doc-miscscript
Document some misc small scripts
Diffstat (limited to 'data/scripts/test.inc')
-rw-r--r-- | data/scripts/test.inc | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/data/scripts/test.inc b/data/scripts/test.inc index 55578f159..bd0497209 100644 --- a/data/scripts/test.inc +++ b/data/scripts/test.inc @@ -1,27 +1,27 @@ -EventScript_1C5550:: @ 81C5552 - msgbox Text_1C556D, MSGBOX_NPC +Test_EventScript_NPC:: @ 81C5552 + msgbox Test_Text_WelcomeToWorldOfPokemon, MSGBOX_NPC end -EventScript_1C555B:: @ 81C555B - msgbox Text_1C558D, MSGBOX_SIGN +Test_EventScript_Sign:: @ 81C555B + msgbox Test_Text_ThisIsASignpost, MSGBOX_SIGN end -EventScript_1C5564:: @ 81C5564 - msgbox Text_1C55A4, MSGBOX_SIGN +Test_EventScript_CoordEvent:: @ 81C5564 + msgbox Test_Text_ThisIsACoordEvent, MSGBOX_SIGN end -Text_1C556D:: @ 81C556D +Test_Text_WelcomeToWorldOfPokemon:: @ 81C556D .string "テストよう メッセージです!\n" .string "ポケモンの せかいへ ようこそ!$" -Text_1C558D:: @ 81C558D +Test_Text_ThisIsASignpost:: @ 81C558D .string "テストよう メッセージです!\n" .string "かんばん です$" -Text_1C55A4:: @ 81C55A4 +Test_Text_ThisIsACoordEvent:: @ 81C55A4 .string "テストよう メッセージです!\n" .string "ざひょう チェックの イベントです$" .align 2 -Text_1C55C8:: @ 81C55C8 +Test_Text_Empty:: @ 81C55C8 .string "$" |