2021-07-20 21:18:31 +02:00
|
|
|
SootopolisCity_Mart_MapScripts::
|
2017-11-10 02:21:31 +01:00
|
|
|
.byte 0
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
SootopolisCity_Mart_EventScript_Clerk::
|
2017-11-10 02:21:31 +01:00
|
|
|
lock
|
|
|
|
faceplayer
|
2019-08-15 05:38:42 +02:00
|
|
|
message gText_HowMayIServeYou
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmessage
|
2019-11-03 18:53:51 +01:00
|
|
|
pokemart SootopolisCity_Mart_Pokemart
|
2019-08-15 05:38:42 +02:00
|
|
|
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2021-08-04 17:50:33 +02:00
|
|
|
.align 2
|
2021-07-20 21:18:31 +02:00
|
|
|
SootopolisCity_Mart_Pokemart:
|
2017-11-10 02:21:31 +01:00
|
|
|
.2byte ITEM_ULTRA_BALL
|
|
|
|
.2byte ITEM_HYPER_POTION
|
|
|
|
.2byte ITEM_MAX_POTION
|
|
|
|
.2byte ITEM_FULL_HEAL
|
|
|
|
.2byte ITEM_REVIVE
|
|
|
|
.2byte ITEM_MAX_REPEL
|
|
|
|
.2byte ITEM_X_ATTACK
|
2019-04-13 13:14:45 +02:00
|
|
|
.2byte ITEM_X_DEFENSE
|
2017-11-10 02:21:31 +01:00
|
|
|
.2byte ITEM_SHADOW_MAIL
|
|
|
|
.2byte ITEM_NONE
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
SootopolisCity_Mart_EventScript_FatMan::
|
2017-11-10 02:21:31 +01:00
|
|
|
lock
|
|
|
|
faceplayer
|
2021-11-19 05:06:30 +01:00
|
|
|
goto_if_ge VAR_SKY_PILLAR_STATE, 2, SootopolisCity_Mart_EventScript_FatManNoLegendaries
|
2019-11-03 18:53:51 +01:00
|
|
|
goto_if_unset FLAG_KYOGRE_ESCAPED_SEAFLOOR_CAVERN, SootopolisCity_Mart_EventScript_FatManNoLegendaries
|
|
|
|
msgbox SootopolisCity_Mart_Text_TooScaryOutside, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
SootopolisCity_Mart_EventScript_FatManNoLegendaries::
|
2019-11-03 18:53:51 +01:00
|
|
|
msgbox SootopolisCity_Mart_Text_PPUpIsGreat, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
SootopolisCity_Mart_EventScript_Gentleman::
|
2017-11-10 02:21:31 +01:00
|
|
|
lock
|
|
|
|
faceplayer
|
2021-11-19 05:06:30 +01:00
|
|
|
goto_if_ge VAR_SKY_PILLAR_STATE, 2, SootopolisCity_Mart_EventScript_GentlemanNoLegendaries
|
2019-11-03 18:53:51 +01:00
|
|
|
goto_if_unset FLAG_KYOGRE_ESCAPED_SEAFLOOR_CAVERN, SootopolisCity_Mart_EventScript_GentlemanNoLegendaries
|
|
|
|
msgbox SootopolisCity_Mart_Text_DidSomethingAwaken, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
SootopolisCity_Mart_EventScript_GentlemanNoLegendaries::
|
2019-11-03 18:53:51 +01:00
|
|
|
msgbox SootopolisCity_Mart_Text_FullRestoreItemOfDreams, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
SootopolisCity_Mart_Text_PPUpIsGreat:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "PP UP is great!\p"
|
|
|
|
.string "It raises the POWER POINTS, the PP,\n"
|
|
|
|
.string "of a POKéMON move.$"
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
SootopolisCity_Mart_Text_TooScaryOutside:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "What…\n"
|
|
|
|
.string "What is happening?\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "I really want to know, but it's too\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "scary to go outside.$"
|
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
SootopolisCity_Mart_Text_FullRestoreItemOfDreams:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "Do you know FULL RESTORE?\p"
|
|
|
|
.string "Full restoration of HP!\n"
|
|
|
|
.string "Eradication of all status problems!\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "It's truly an item of your dreams!$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|
2021-07-20 21:18:31 +02:00
|
|
|
SootopolisCity_Mart_Text_DidSomethingAwaken:
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "This weather…\n"
|
|
|
|
.string "Did something awaken?$"
|
|
|
|
|