pokeemerald/data/maps/FallarborTown_Mart/scripts.inc

67 lines
1.6 KiB
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
FallarborTown_Mart_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
FallarborTown_Mart_EventScript_Clerk::
2017-11-10 02:21:31 +01:00
lock
faceplayer
2019-08-15 05:38:42 +02:00
message gText_HowMayIServeYou
2017-11-10 02:21:31 +01:00
waitmessage
2019-11-03 18:53:51 +01:00
pokemart FallarborTown_Mart_Pokemart
2019-08-15 05:38:42 +02:00
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
.align 2
2021-07-20 21:18:31 +02:00
FallarborTown_Mart_Pokemart:
2017-11-10 02:21:31 +01:00
.2byte ITEM_GREAT_BALL
.2byte ITEM_SUPER_POTION
.2byte ITEM_ANTIDOTE
.2byte ITEM_PARALYZE_HEAL
.2byte ITEM_ESCAPE_ROPE
.2byte ITEM_SUPER_REPEL
2019-04-13 13:14:45 +02:00
.2byte ITEM_X_SP_ATK
2017-11-10 02:21:31 +01:00
.2byte ITEM_X_SPEED
.2byte ITEM_X_ATTACK
2019-04-13 13:14:45 +02:00
.2byte ITEM_X_DEFENSE
2017-11-10 02:21:31 +01:00
.2byte ITEM_DIRE_HIT
.2byte ITEM_GUARD_SPEC
.2byte ITEM_NONE
release
end
2021-07-20 21:18:31 +02:00
FallarborTown_Mart_EventScript_Woman::
2019-11-03 18:53:51 +01:00
msgbox FallarborTown_Mart_Text_DecidingSkittyEvolve, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
FallarborTown_Mart_EventScript_PokefanM::
2019-11-03 18:53:51 +01:00
msgbox FallarborTown_Mart_Text_SellNuggetIFound, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
FallarborTown_Mart_EventScript_Skitty::
2017-11-10 02:21:31 +01:00
lock
faceplayer
waitse
2021-11-07 18:58:11 +01:00
playmoncry SPECIES_SKITTY, CRY_MODE_NORMAL
2019-11-03 18:53:51 +01:00
msgbox FallarborTown_Mart_Text_Skitty, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
waitmoncry
release
end
2021-07-20 21:18:31 +02:00
FallarborTown_Mart_Text_DecidingSkittyEvolve:
2018-12-07 16:41:08 +01:00
.string "I'm having a hard time deciding if I\n"
2017-11-10 02:21:31 +01:00
.string "should make my SKITTY evolve or not.\p"
.string "I only have to use this MOON STONE,\n"
2018-12-07 16:41:08 +01:00
.string "but it's so hard to decide…\p"
2017-11-10 02:21:31 +01:00
.string "If I make it evolve, it will become\n"
.string "much stronger.\p"
.string "But it will look so different, too.$"
2021-07-20 21:18:31 +02:00
FallarborTown_Mart_Text_Skitty:
2017-11-10 02:21:31 +01:00
.string "SKITTY: Miyao?$"
2021-07-20 21:18:31 +02:00
FallarborTown_Mart_Text_SellNuggetIFound:
2017-11-10 02:21:31 +01:00
.string "This NUGGET I found here…\n"
2018-12-07 16:41:08 +01:00
.string "I suppose I'll have to sell it, seeing\l"
2017-11-10 02:21:31 +01:00
.string "as how it has no other use.$"