pokeemerald/data/maps/MauvilleCity_House1/scripts.inc

47 lines
1.5 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
MauvilleCity_House1_MapScripts:: @ 820F975
.byte 0
2019-11-07 15:41:59 +01:00
MauvilleCity_House1_EventScript_RockSmashDude:: @ 820F976
2017-11-10 02:21:31 +01:00
lock
faceplayer
2019-11-07 15:41:59 +01:00
goto_if_set FLAG_RECEIVED_HM06, MauvilleCity_House1_EventScript_ReceivedRockSmash
msgbox MauvilleCity_House1_Text_ImRockSmashDudeTakeThis, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
giveitem_std ITEM_HM06
2019-01-02 22:12:43 +01:00
setflag FLAG_RECEIVED_HM06
2018-10-19 19:04:47 +02:00
setflag FLAG_HIDE_ROUTE_111_ROCK_SMASH_TIP_GUY
2019-11-07 15:41:59 +01:00
msgbox MauvilleCity_House1_Text_ExplainRockSmash, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2019-11-07 15:41:59 +01:00
MauvilleCity_House1_EventScript_ReceivedRockSmash:: @ 820F9A5
msgbox MauvilleCity_House1_Text_MonCanFlyOutOfSmashedRock, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2019-11-07 15:41:59 +01:00
MauvilleCity_House1_Text_ImRockSmashDudeTakeThis: @ 820F9AF
2017-11-10 02:21:31 +01:00
.string "Woohoo!\p"
.string "I hear people call me the ROCK SMASH\n"
.string "GUY, but I find that sort of degrading.\p"
.string "I think I deserve a bit more respect,\n"
.string "like maybe the ROCK SMASH DUDE.\p"
.string "Woohoo!\p"
.string "Anyways, your POKéMON look pretty\n"
.string "strong.\p"
.string "I like that!\n"
.string "Here, take this HIDDEN MACHINE!$"
2019-11-07 15:41:59 +01:00
MauvilleCity_House1_Text_ExplainRockSmash: @ 820FAA9
2017-11-10 02:21:31 +01:00
.string "That HM contains ROCK SMASH.\p"
.string "If you come across large boulders\n"
.string "that block your path…\p"
.string "Well, use that HM move and smash\n"
.string "them right out of your way!\p"
.string "Yes, sir! Smash rocks aside, I say!\n"
.string "Woohoo!$"
2019-11-07 15:41:59 +01:00
MauvilleCity_House1_Text_MonCanFlyOutOfSmashedRock: @ 820FB67
2017-11-10 02:21:31 +01:00
.string "Oh, yes, if you smash a rock, a POKéMON\n"
.string "could come flying out of hiding.\p"
.string "Woohoo!$"