Move events and scripts into map dirs
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
VerdanturfTown_Mart_EventObjects: @ 852E790
|
||||
object_event 1, EVENT_OBJ_GFX_MART_EMPLOYEE, 0, 1, 3, 3, 10, 0, 0, 0, 0, VerdanturfTown_Mart_EventScript_202587, 0
|
||||
object_event 2, EVENT_OBJ_GFX_BOY_2, 0, 5, 4, 3, 10, 0, 0, 0, 0, VerdanturfTown_Mart_EventScript_2025BA, 0
|
||||
object_event 3, EVENT_OBJ_GFX_OLD_WOMAN_1, 0, 8, 5, 3, 9, 0, 0, 0, 0, VerdanturfTown_Mart_EventScript_2025C3, 0
|
||||
object_event 4, EVENT_OBJ_GFX_LASS, 0, 3, 2, 3, 9, 1, 1, 0, 0, VerdanturfTown_Mart_EventScript_2025CC, 0
|
||||
|
||||
VerdanturfTown_Mart_MapWarps: @ 852E7F0
|
||||
warp_def 3, 7, 0, 1, MAP_VERDANTURF_TOWN
|
||||
warp_def 4, 7, 0, 1, MAP_VERDANTURF_TOWN
|
||||
|
||||
VerdanturfTown_Mart_MapEvents:: @ 852E800
|
||||
map_events VerdanturfTown_Mart_EventObjects, VerdanturfTown_Mart_MapWarps, 0x0, 0x0
|
||||
|
||||
@@ -0,0 +1,60 @@
|
||||
VerdanturfTown_Mart_MapScripts:: @ 8202586
|
||||
.byte 0
|
||||
|
||||
VerdanturfTown_Mart_EventScript_202587:: @ 8202587
|
||||
lock
|
||||
faceplayer
|
||||
message gUnknown_08272A21
|
||||
waitmessage
|
||||
pokemart VerdanturfTown_Mart_Pokemart_2025A0
|
||||
msgbox gUnknown_08272A3F, 4
|
||||
release
|
||||
end
|
||||
|
||||
.align 2
|
||||
VerdanturfTown_Mart_Pokemart_2025A0: @ 82025A0
|
||||
.2byte ITEM_GREAT_BALL
|
||||
.2byte ITEM_NEST_BALL
|
||||
.2byte ITEM_SUPER_POTION
|
||||
.2byte ITEM_ANTIDOTE
|
||||
.2byte ITEM_PARALYZE_HEAL
|
||||
.2byte ITEM_AWAKENING
|
||||
.2byte ITEM_BURN_HEAL
|
||||
.2byte ITEM_ICE_HEAL
|
||||
.2byte ITEM_REPEL
|
||||
.2byte ITEM_X_SPECIAL
|
||||
.2byte ITEM_FLUFFY_TAIL
|
||||
.2byte ITEM_NONE
|
||||
release
|
||||
end
|
||||
|
||||
VerdanturfTown_Mart_EventScript_2025BA:: @ 82025BA
|
||||
msgbox VerdanturfTown_Mart_Text_2025D5, 2
|
||||
end
|
||||
|
||||
VerdanturfTown_Mart_EventScript_2025C3:: @ 82025C3
|
||||
msgbox VerdanturfTown_Mart_Text_20264C, 2
|
||||
end
|
||||
|
||||
VerdanturfTown_Mart_EventScript_2025CC:: @ 82025CC
|
||||
msgbox VerdanturfTown_Mart_Text_2026C9, 2
|
||||
end
|
||||
|
||||
VerdanturfTown_Mart_Text_2025D5: @ 82025D5
|
||||
.string "For any POKéMON match, X SPECIAL\n"
|
||||
.string "is crucial.\p"
|
||||
.string "It jacks up the power of some moves\n"
|
||||
.string "even though it’s only for one battle.$"
|
||||
|
||||
VerdanturfTown_Mart_Text_20264C: @ 820264C
|
||||
.string "They don’t seem to sell any winning\n"
|
||||
.string "strategy guides for the BATTLE TENT…\p"
|
||||
.string "It seems one must rely on one’s\n"
|
||||
.string "own wits after all…$"
|
||||
|
||||
VerdanturfTown_Mart_Text_2026C9: @ 82026C9
|
||||
.string "The NEST BALL works better on\n"
|
||||
.string "weakened POKéMON.\p"
|
||||
.string "VERDANTURF is the only place you can\n"
|
||||
.string "buy it.$"
|
||||
|
||||
Reference in New Issue
Block a user