2025-04-08 01:07:12 +08:00

57 lines
1.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

FallarborTown_Mart_MapScripts::
.byte 0
FallarborTown_Mart_EventScript_Clerk::
lock
faceplayer
message gText_HowMayIServeYou
waitmessage
pokemart FallarborTown_Mart_Pokemart
msgbox gText_PleaseComeAgain, MSGBOX_DEFAULT
release
end
.align 2
FallarborTown_Mart_Pokemart:
.2byte ITEM_GREAT_BALL
.2byte ITEM_SUPER_POTION
.2byte ITEM_ANTIDOTE
.2byte ITEM_PARALYZE_HEAL
.2byte ITEM_ESCAPE_ROPE
.2byte ITEM_SUPER_REPEL
.2byte ITEM_X_SP_ATK
.2byte ITEM_X_SPEED
.2byte ITEM_X_ATTACK
.2byte ITEM_X_DEFENSE
.2byte ITEM_DIRE_HIT
.2byte ITEM_GUARD_SPEC
pokemartlistend
FallarborTown_Mart_EventScript_Woman::
msgbox FallarborTown_Mart_Text_DecidingSkittyEvolve, MSGBOX_NPC
end
FallarborTown_Mart_EventScript_PokefanM::
msgbox FallarborTown_Mart_Text_SellNuggetIFound, MSGBOX_NPC
end
FallarborTown_Mart_EventScript_Skitty::
lock
faceplayer
waitse
playmoncry SPECIES_SKITTY, CRY_MODE_NORMAL
msgbox FallarborTown_Mart_Text_Skitty, MSGBOX_DEFAULT
waitmoncry
release
end
FallarborTown_Mart_Text_DecidingSkittyEvolve:
.string "我一直在犹豫该不该\n让我的向尾喵进化。\p只要使用这个月之石就可以了\n但我还没下定决心…\p它进化后当然会\n变得更强,\p但看上去会完全不同了。$"
FallarborTown_Mart_Text_Skitty:
.string "向尾喵:喵-夭?$"
FallarborTown_Mart_Text_SellNuggetIFound:
.string "我在这儿找到的金色珠…\n好像没什么用,\l我想该卖掉它。$"