mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-09 12:35:23 -05:00
25 lines
532 B
PHP
25 lines
532 B
PHP
EventScript_TestSignpostMsg::
|
|
msgbox Test_Text_ThisIsASignpost, MSGBOX_SIGN
|
|
end
|
|
|
|
Test_Text_ThisIsASignpost::
|
|
.string "テストよう メッセージです!\n"
|
|
.string "かんばん です$"
|
|
|
|
EventScript_TryGetTrainerScript::
|
|
special ShouldTryGetTrainerScript
|
|
goto_if_eq VAR_RESULT, TRUE, EventScript_GotoTrainerScript
|
|
releaseall
|
|
end
|
|
|
|
EventScript_GotoTrainerScript::
|
|
gotobeatenscript
|
|
releaseall
|
|
end
|
|
|
|
EventScript_ObjectApproachPlayer::
|
|
lock
|
|
special DoTrainerApproach
|
|
waitstate
|
|
gotonative LoadTrainerObjectScript
|