mirror of
https://github.com/pret/pokefirered.git
synced 2026-03-22 09:45:28 -05:00
28 lines
716 B
PHP
28 lines
716 B
PHP
Test_EventScript_NPC::
|
|
msgbox Test_Text_WelcomeToWorldOfPokemon, MSGBOX_NPC
|
|
end
|
|
|
|
EventScript_TestSignpostMsg::
|
|
msgbox Test_Text_ThisIsASignpost, MSGBOX_SIGN
|
|
end
|
|
|
|
Test_EventScript_CoordEvent::
|
|
msgbox Test_Text_ThisIsACoordEvent, MSGBOX_SIGN
|
|
end
|
|
|
|
Test_Text_WelcomeToWorldOfPokemon::
|
|
.string "テストよう メッセージです!\n"
|
|
.string "ポケモンの せかいへ ようこそ!$"
|
|
|
|
Test_Text_ThisIsASignpost::
|
|
.string "テストよう メッセージです!\n"
|
|
.string "かんばん です$"
|
|
|
|
Test_Text_ThisIsACoordEvent::
|
|
.string "テストよう メッセージです!\n"
|
|
.string "ざひょう チェックの イベントです$"
|
|
|
|
.align 2
|
|
Test_Text_Empty::
|
|
.string "$"
|