1
0
mirror of https://github.com/Ninjdai1/pokeemerald.git synced 2025-02-17 01:43:35 +01:00
2021-07-20 15:18:31 -04:00

20 lines
582 B
PHP

RustboroCity_Flat2_3F_MapScripts::
.byte 0
RustboroCity_Flat2_3F_EventScript_DevonEmployee::
msgbox RustboroCity_Flat2_3F_Text_PresidentCollectsRareStones, MSGBOX_NPC
end
RustboroCity_Flat2_3F_EventScript_Woman::
msgbox RustboroCity_Flat2_3F_Text_PresidentsSonAlsoCollectsRareStones, MSGBOX_NPC
end
RustboroCity_Flat2_3F_Text_PresidentCollectsRareStones:
.string "DEVON's PRESIDENT likes to collect\n"
.string "rare stones.$"
RustboroCity_Flat2_3F_Text_PresidentsSonAlsoCollectsRareStones:
.string "I think the PRESIDENT's son also\n"
.string "collects rare stones.$"