2025-04-08 01:07:12 +08:00

33 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

RustboroCity_Flat2_2F_MapScripts::
.byte 0
RustboroCity_Flat2_2F_EventScript_OldMan::
msgbox RustboroCity_Flat2_2F_Text_DevonWasTinyInOldDays, MSGBOX_NPC
end
RustboroCity_Flat2_2F_EventScript_NinjaBoy::
lock
faceplayer
goto_if_set FLAG_RECEIVED_PREMIER_BALL_RUSTBORO, RustboroCity_Flat2_2F_EventScript_GavePremierBall
msgbox RustboroCity_Flat2_2F_Text_MyDaddyMadeThisYouCanHaveIt, MSGBOX_DEFAULT
giveitem ITEM_PREMIER_BALL
goto_if_eq VAR_RESULT, FALSE, Common_EventScript_ShowBagIsFull
setflag FLAG_RECEIVED_PREMIER_BALL_RUSTBORO
release
end
RustboroCity_Flat2_2F_EventScript_GavePremierBall::
msgbox RustboroCity_Flat2_2F_Text_GoingToWorkAtDevonToo, MSGBOX_DEFAULT
release
end
RustboroCity_Flat2_2F_Text_DevonWasTinyInOldDays:
.string "许多年以前,得文只是个\n微不足道的小公司。$"
RustboroCity_Flat2_2F_Text_MyDaddyMadeThisYouCanHaveIt:
.string "我爸爸在公司里工作,\p他做了这个东西\n但我不会用,给你吧。$"
RustboroCity_Flat2_2F_Text_GoingToWorkAtDevonToo:
.string "我爸爸在公司里工作,\p我长大后也要\n去得文工作。$"