40 lines
1.2 KiB
PHP
40 lines
1.2 KiB
PHP
SootopolisCity_House1_MapScripts::
|
||
.byte 0
|
||
|
||
SootopolisCity_House1_EventScript_BrickBreakBlackBelt::
|
||
lock
|
||
faceplayer
|
||
goto_if_set FLAG_RECEIVED_TM_BRICK_BREAK, SootopolisCity_House1_EventScript_ReceivedBrickBreak
|
||
msgbox SootopolisCity_House1_Text_DevelopedThisTM, MSGBOX_DEFAULT
|
||
giveitem ITEM_TM_BRICK_BREAK
|
||
goto_if_eq VAR_RESULT, FALSE, Common_EventScript_ShowBagIsFull
|
||
setflag FLAG_RECEIVED_TM_BRICK_BREAK
|
||
msgbox SootopolisCity_House1_Text_ExplainBrickBreak, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
SootopolisCity_House1_EventScript_ReceivedBrickBreak::
|
||
msgbox SootopolisCity_House1_Text_ExplainBrickBreak, MSGBOX_DEFAULT
|
||
release
|
||
end
|
||
|
||
SootopolisCity_House1_EventScript_Kecleon::
|
||
lock
|
||
faceplayer
|
||
waitse
|
||
playmoncry SPECIES_KECLEON, CRY_MODE_NORMAL
|
||
msgbox SootopolisCity_House1_Text_Kecleon, MSGBOX_DEFAULT
|
||
waitmoncry
|
||
release
|
||
end
|
||
|
||
SootopolisCity_House1_Text_DevelopedThisTM:
|
||
.string "我在琉璃市\n磨练了30年,\p制作出了这个强大的招式学习器。\n我传授给你吧!$"
|
||
|
||
SootopolisCity_House1_Text_ExplainBrickBreak:
|
||
.string "招式学习器31的内容是劈瓦!这是一种\n无法描述的恐怖招式。$"
|
||
|
||
SootopolisCity_House1_Text_Kecleon:
|
||
.string "变隐龙:噗噗噗呀。$"
|
||
|