pokeemerald/data/maps/RustboroCity_CuttersHouse/scripts.inc

53 lines
1.8 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
RustboroCity_CuttersHouse_MapScripts:: @ 8215BD3
.byte 0
2019-11-05 20:05:29 +01:00
RustboroCity_CuttersHouse_EventScript_Cutter:: @ 8215BD4
2017-11-10 02:21:31 +01:00
lock
faceplayer
2019-11-05 20:05:29 +01:00
goto_if_set FLAG_RECEIVED_HM01, RustboroCity_CuttersHouse_EventScript_ExplainCut
msgbox RustboroCity_CuttersHouse_Text_YouCanPutThisHMToGoodUse, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
giveitem_std ITEM_HM01
2019-01-02 22:12:43 +01:00
setflag FLAG_RECEIVED_HM01
2019-11-05 20:05:29 +01:00
msgbox RustboroCity_CuttersHouse_Text_ExplainCut, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2019-11-05 20:05:29 +01:00
RustboroCity_CuttersHouse_EventScript_ExplainCut:: @ 8215C00
msgbox RustboroCity_CuttersHouse_Text_ExplainCut, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2019-11-05 20:05:29 +01:00
RustboroCity_CuttersHouse_EventScript_Lass:: @ 8215C0A
msgbox RustboroCity_CuttersHouse_Text_DadHelpedClearLandOfTrees, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-11-05 20:05:29 +01:00
RustboroCity_CuttersHouse_Text_YouCanPutThisHMToGoodUse: @ 8215C13
2017-11-10 02:21:31 +01:00
.string "That determined expression…\n"
.string "That limber way you move…\l"
.string "And your well-trained POKéMON…\p"
2018-12-07 16:41:08 +01:00
.string "You're obviously a skilled TRAINER!\p"
.string "No, wait, don't say a word.\n"
2017-11-10 02:21:31 +01:00
.string "I can tell just by looking at you.\p"
2018-12-07 16:41:08 +01:00
.string "I'm sure that you can put this\n"
2017-11-10 02:21:31 +01:00
.string "HIDDEN MACHINE to good use.\p"
.string "No need to be modest or shy.\n"
.string "Go on, take it!$"
2019-11-05 20:05:29 +01:00
RustboroCity_CuttersHouse_Text_ExplainCut: @ 8215D33
2017-11-10 02:21:31 +01:00
.string "That HIDDEN MACHINE, or HM for\n"
.string "short, is CUT.\p"
.string "An HM move is one that can be used\n"
.string "by POKéMON outside of battle.\p"
2018-12-07 16:41:08 +01:00
.string "Any POKéMON that's learned CUT can\n"
2017-11-10 02:21:31 +01:00
.string "chop down thin trees if the TRAINER\l"
.string "has earned the STONE BADGE.\p"
.string "And, unlike a TM, an HM can be used\n"
.string "more than once.$"
2019-11-05 20:05:29 +01:00
RustboroCity_CuttersHouse_Text_DadHelpedClearLandOfTrees: @ 8215E39
2017-11-10 02:21:31 +01:00
.string "When they were expanding the city of\n"
.string "RUSTBORO, my dad helped out.\p"
.string "He made his POKéMON use CUT to clear\n"
.string "the land of trees.$"