67 lines
2.0 KiB
PHP
67 lines
2.0 KiB
PHP
SootopolisCity_Mart_MapScripts::
|
||
.byte 0
|
||
|
||
SootopolisCity_Mart_EventScript_Clerk::
|
||
lock
|
||
faceplayer
|
||
message gText_HowMayIServeYou
|
||
waitmessage
|
||
pokemart SootopolisCity_Mart_Pokemart
|
||
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
.align 2
|
||
SootopolisCity_Mart_Pokemart:
|
||
.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
|
||
.2byte ITEM_X_DEFENSE
|
||
.2byte ITEM_SHADOW_MAIL
|
||
pokemartlistend
|
||
|
||
SootopolisCity_Mart_EventScript_FatMan::
|
||
lock
|
||
faceplayer
|
||
goto_if_ge VAR_SKY_PILLAR_STATE, 2, SootopolisCity_Mart_EventScript_FatManNoLegendaries
|
||
goto_if_unset FLAG_KYOGRE_ESCAPED_SEAFLOOR_CAVERN, SootopolisCity_Mart_EventScript_FatManNoLegendaries
|
||
msgbox SootopolisCity_Mart_Text_TooScaryOutside, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
SootopolisCity_Mart_EventScript_FatManNoLegendaries::
|
||
msgbox SootopolisCity_Mart_Text_PPUpIsGreat, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
SootopolisCity_Mart_EventScript_Gentleman::
|
||
lock
|
||
faceplayer
|
||
goto_if_ge VAR_SKY_PILLAR_STATE, 2, SootopolisCity_Mart_EventScript_GentlemanNoLegendaries
|
||
goto_if_unset FLAG_KYOGRE_ESCAPED_SEAFLOOR_CAVERN, SootopolisCity_Mart_EventScript_GentlemanNoLegendaries
|
||
msgbox SootopolisCity_Mart_Text_DidSomethingAwaken, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
SootopolisCity_Mart_EventScript_GentlemanNoLegendaries::
|
||
msgbox SootopolisCity_Mart_Text_FullRestoreItemOfDreams, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
SootopolisCity_Mart_Text_PPUpIsGreat:
|
||
.string "PP提升剂真不错!\p它能提升宝可梦招式的\nPP值。$"
|
||
|
||
SootopolisCity_Mart_Text_TooScaryOutside:
|
||
.string "发……\n发生了什么?\p我很想知道,\n但我不敢出去。$"
|
||
|
||
SootopolisCity_Mart_Text_FullRestoreItemOfDreams:
|
||
.string "知道全复药吗?\p它能完全恢复体力!\n清除所有异常状态!\p简直是梦一样的道具!$"
|
||
|
||
SootopolisCity_Mart_Text_DidSomethingAwaken:
|
||
.string "这种天气……\n有什么觉醒了吗?$"
|
||
|