mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 20:17:38 +01:00
39 lines
1.3 KiB
PHP
39 lines
1.3 KiB
PHP
RustboroCity_Flat2_2F_MapScripts:: @ 8215FD7
|
|
.byte 0
|
|
|
|
RustboroCity_Flat2_2F_EventScript_OldMan:: @ 8215FD8
|
|
msgbox RustboroCity_Flat2_2F_Text_DevonWasTinyInOldDays, MSGBOX_NPC
|
|
end
|
|
|
|
RustboroCity_Flat2_2F_EventScript_NinjaBoy:: @ 8215FE1
|
|
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
|
|
compare VAR_RESULT, FALSE
|
|
goto_if_eq Common_EventScript_ShowBagIsFull
|
|
setflag FLAG_RECEIVED_PREMIER_BALL_RUSTBORO
|
|
release
|
|
end
|
|
|
|
RustboroCity_Flat2_2F_EventScript_GavePremierBall:: @ 8216010
|
|
msgbox RustboroCity_Flat2_2F_Text_GoingToWorkAtDevonToo, MSGBOX_DEFAULT
|
|
release
|
|
end
|
|
|
|
RustboroCity_Flat2_2F_Text_DevonWasTinyInOldDays: @ 821601A
|
|
.string "Way back in the old days, DEVON was just\n"
|
|
.string "a teeny, tiny company.$"
|
|
|
|
RustboroCity_Flat2_2F_Text_MyDaddyMadeThisYouCanHaveIt: @ 821605A
|
|
.string "My daddy's working at the CORPORATION.\p"
|
|
.string "My daddy made this!\n"
|
|
.string "But I can't use it, so you can have it.$"
|
|
|
|
RustboroCity_Flat2_2F_Text_GoingToWorkAtDevonToo: @ 82160BD
|
|
.string "My daddy's working at the CORPORATION.\p"
|
|
.string "When I grow up, I'm going to work for\n"
|
|
.string "DEVON, too.$"
|
|
|