pokeemerald/data/maps/MtPyre_1F/scripts.inc

48 lines
1.3 KiB
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
MtPyre_1F_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
MtPyre_1F_EventScript_CleanseTagWoman::
2017-11-10 02:21:31 +01:00
lock
faceplayer
2019-11-09 18:23:30 +01:00
goto_if_set FLAG_RECEIVED_CLEANSE_TAG, MtPyre_1F_EventScript_ReceivedCleanseTag
msgbox MtPyre_1F_Text_TakeThisForYourOwnGood, MSGBOX_DEFAULT
giveitem ITEM_CLEANSE_TAG
goto_if_eq VAR_RESULT, FALSE, Common_EventScript_ShowBagIsFull
2019-01-02 22:12:43 +01:00
setflag FLAG_RECEIVED_CLEANSE_TAG
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
MtPyre_1F_EventScript_ReceivedCleanseTag::
2019-11-09 18:23:30 +01:00
msgbox MtPyre_1F_Text_ExplainCleanseTag, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
MtPyre_1F_EventScript_PokefanF::
2019-11-09 18:23:30 +01:00
msgbox MtPyre_1F_Text_ComeToPayRespects, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MtPyre_1F_EventScript_Man::
2019-11-09 18:23:30 +01:00
msgbox MtPyre_1F_Text_RestingPlaceOfZigzagoon, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MtPyre_1F_Text_TakeThisForYourOwnGood:
2017-11-10 02:21:31 +01:00
.string "All sorts of beings wander the slopes\n"
.string "of MT. PYRE…\p"
.string "There is no telling what may happen.\n"
2018-12-07 16:41:08 +01:00
.string "Take this. It's for your own good.$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
MtPyre_1F_Text_ExplainCleanseTag:
2017-11-10 02:21:31 +01:00
.string "Have a POKéMON hold that\n"
.string "CLEANSE TAG.\p"
.string "It will help ward off wild POKéMON.$"
2021-07-20 21:18:31 +02:00
MtPyre_1F_Text_ComeToPayRespects:
2017-11-10 02:21:31 +01:00
.string "Did you come to pay your respect\n"
.string "to the spirits of departed POKéMON?\p"
.string "You must care for your POKéMON a lot.$"
2021-07-20 21:18:31 +02:00
MtPyre_1F_Text_RestingPlaceOfZigzagoon:
2017-11-10 02:21:31 +01:00
.string "This is the final resting place of my\n"
.string "ZIGZAGOON. I cherished it…$"