pokeemerald/data/maps/MossdeepCity_House3/scripts.inc

52 lines
1.7 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
MossdeepCity_House3_MapScripts:: @ 82225C2
.byte 0
2019-11-09 17:28:28 +01:00
MossdeepCity_House3_EventScript_SuperRodFisherman:: @ 82225C3
2017-11-10 02:21:31 +01:00
lock
faceplayer
2019-11-09 17:28:28 +01:00
goto_if_set FLAG_RECEIVED_SUPER_ROD, MossdeepCity_House3_EventScript_ReceivedSuperRod
msgbox MossdeepCity_House3_Text_YouWantSuperRod, MSGBOX_YESNO
2019-11-02 17:34:53 +01:00
compare VAR_RESULT, NO
2019-11-09 17:28:28 +01:00
goto_if_eq MossdeepCity_House3_EventScript_DeclineSuperRod
msgbox MossdeepCity_House3_Text_SuperRodIsSuper, MSGBOX_DEFAULT
giveitem ITEM_SUPER_ROD
2019-01-02 22:12:43 +01:00
setflag FLAG_RECEIVED_SUPER_ROD
2019-11-09 17:28:28 +01:00
msgbox MossdeepCity_House3_Text_TryDroppingRodInWater, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2019-11-09 17:28:28 +01:00
MossdeepCity_House3_EventScript_ReceivedSuperRod:: @ 8222602
msgbox MossdeepCity_House3_Text_GoAfterSeafloorPokemon, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2019-11-09 17:28:28 +01:00
MossdeepCity_House3_EventScript_DeclineSuperRod:: @ 822260C
msgbox MossdeepCity_House3_Text_DontYouLikeToFish, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2019-11-09 17:28:28 +01:00
MossdeepCity_House3_Text_YouWantSuperRod: @ 8222616
2017-11-10 02:21:31 +01:00
.string "Hey there, TRAINER!\n"
.string "A SUPER ROD really is super!\p"
.string "Say all you want, but this baby can\n"
.string "catch POKéMON off the seafloor!\p"
.string "What do you think?\n"
2018-12-07 16:41:08 +01:00
.string "You want it, don't you?$"
2017-11-10 02:21:31 +01:00
2019-11-09 17:28:28 +01:00
MossdeepCity_House3_Text_SuperRodIsSuper: @ 82226B6
2017-11-10 02:21:31 +01:00
.string "You bet, you bet!\n"
.string "After all, a SUPER ROD is really super!$"
2019-11-09 17:28:28 +01:00
MossdeepCity_House3_Text_TryDroppingRodInWater: @ 82226F0
2018-12-07 16:41:08 +01:00
.string "If there's any water, try dropping in\n"
2017-11-10 02:21:31 +01:00
.string "your ROD and see what bites!$"
2019-11-09 17:28:28 +01:00
MossdeepCity_House3_Text_DontYouLikeToFish: @ 8222733
2017-11-10 02:21:31 +01:00
.string "Hunh?\n"
2018-12-07 16:41:08 +01:00
.string "Don't you like to fish?$"
2017-11-10 02:21:31 +01:00
2019-11-09 17:28:28 +01:00
MossdeepCity_House3_Text_GoAfterSeafloorPokemon: @ 8222751
2017-11-10 02:21:31 +01:00
.string "Go after the seafloor POKéMON with\n"
.string "your SUPER ROD.$"