pokeemerald/data/maps/DewfordTown_House2/scripts.inc

58 lines
1.8 KiB
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
DewfordTown_House2_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
DewfordTown_House2_EventScript_Man::
2017-11-10 02:21:31 +01:00
lock
faceplayer
2019-11-07 22:36:48 +01:00
goto_if_set FLAG_RECEIVED_SILK_SCARF, DewfordTown_House2_EventScript_ExplainSilkScarf
msgbox DewfordTown_House2_Text_WantYouToHaveSilkScarf, MSGBOX_DEFAULT
giveitem ITEM_SILK_SCARF
goto_if_eq VAR_RESULT, FALSE, DewfordTown_House2_EventScript_NoRoomForScarf
2019-01-02 22:12:43 +01:00
setflag FLAG_RECEIVED_SILK_SCARF
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
DewfordTown_House2_EventScript_NoRoomForScarf::
2019-11-07 22:36:48 +01:00
msgbox DewfordTown_House2_Text_NoRoom, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
DewfordTown_House2_EventScript_ExplainSilkScarf::
2019-11-07 22:36:48 +01:00
msgbox DewfordTown_House2_Text_ExplainSilkScarf, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
DewfordTown_House2_EventScript_Boy::
2019-11-07 22:36:48 +01:00
msgbox DewfordTown_House2_Text_BrawlySoCool, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
DewfordTown_House2_Text_WantYouToHaveSilkScarf:
2017-11-10 02:21:31 +01:00
.string "Gorge your eyes on this!\p"
2018-12-07 16:41:08 +01:00
.string "It's a SILK SCARF. It's right at the\n"
2017-11-10 02:21:31 +01:00
.string "cutting edge of fashion, yeah!\p"
.string "Oh, I can see your eyes twinkling!\n"
.string "You appreciate my dazzling style!\p"
2018-12-07 16:41:08 +01:00
.string "Oh, you're a delight!\n"
2017-11-10 02:21:31 +01:00
.string "Here you go. I want you to have it!$"
2021-07-20 21:18:31 +02:00
DewfordTown_House2_Text_NoRoom:
2018-12-07 16:41:08 +01:00
.string "Oh, you don't have room?\p"
2017-11-10 02:21:31 +01:00
.string "Now, listen tight, this SCARF is a must-\n"
.string "have! Why, I would sell all my items\l"
.string "in order to get it!$"
2021-07-20 21:18:31 +02:00
DewfordTown_House2_Text_ExplainSilkScarf:
2017-11-10 02:21:31 +01:00
.string "The SILK SCARF raises the power of\n"
.string "NORMAL-type moves.\p"
2018-12-07 16:41:08 +01:00
.string "It's a marvelous SCARF that will go\n"
2017-11-10 02:21:31 +01:00
.string "with almost all POKéMON!$"
2021-07-20 21:18:31 +02:00
DewfordTown_House2_Text_BrawlySoCool:
2017-11-10 02:21:31 +01:00
.string "Wow, you bothered to cross the sea\n"
.string "to visit DEWFORD?\p"
.string "Did you maybe come here because you\n"
.string "heard about BRAWLY?\p"
2018-12-07 16:41:08 +01:00
.string "He's so cool…\n"
2017-11-10 02:21:31 +01:00
.string "Everyone idolizes him.$"