Split files from event_scripts.s
Also move maps/scripts to scripts/maps
This commit is contained in:
47
data/scripts/maps/LavaridgeTown_Mart.inc
Normal file
47
data/scripts/maps/LavaridgeTown_Mart.inc
Normal file
@@ -0,0 +1,47 @@
|
||||
LavaridgeTown_Mart_MapScripts:: @ 81FF9CD
|
||||
.byte 0
|
||||
|
||||
LavaridgeTown_Mart_EventScript_1FF9CE:: @ 81FF9CE
|
||||
lock
|
||||
faceplayer
|
||||
message gUnknown_08272A21
|
||||
waitmessage
|
||||
pokemart LavaridgeTown_Mart_Pokemart_1FF9E8
|
||||
msgbox gUnknown_08272A3F, 4
|
||||
release
|
||||
end
|
||||
|
||||
.align 2
|
||||
LavaridgeTown_Mart_Pokemart_1FF9E8: @ 81FF9E8
|
||||
.2byte ITEM_GREAT_BALL
|
||||
.2byte ITEM_SUPER_POTION
|
||||
.2byte ITEM_ANTIDOTE
|
||||
.2byte ITEM_PARALYZE_HEAL
|
||||
.2byte ITEM_AWAKENING
|
||||
.2byte ITEM_BURN_HEAL
|
||||
.2byte ITEM_REVIVE
|
||||
.2byte ITEM_SUPER_REPEL
|
||||
.2byte ITEM_X_SPEED
|
||||
.2byte ITEM_NONE
|
||||
release
|
||||
end
|
||||
|
||||
LavaridgeTown_Mart_EventScript_1FF9FE:: @ 81FF9FE
|
||||
msgbox LavaridgeTown_Mart_Text_1FFA10, 2
|
||||
end
|
||||
|
||||
LavaridgeTown_Mart_EventScript_1FFA07:: @ 81FFA07
|
||||
msgbox LavaridgeTown_Mart_Text_1FFA83, 2
|
||||
end
|
||||
|
||||
LavaridgeTown_Mart_Text_1FFA10: @ 81FFA10
|
||||
.string "Use X SPEED to add to a POKéMON’s\n"
|
||||
.string "SPEED in battle.\p"
|
||||
.string "That will help it get in the first\n"
|
||||
.string "strike--a decided advantage!$"
|
||||
|
||||
LavaridgeTown_Mart_Text_1FFA83: @ 81FFA83
|
||||
.string "On MT. CHIMNEY’s peak, there’s a local\n"
|
||||
.string "specialty that you can buy only there.\p"
|
||||
.string "Give it to a POKéMON--it will be elated.$"
|
||||
|
||||
Reference in New Issue
Block a user