Move events and scripts into map dirs
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
LilycoveCity_DepartmentStore_4F_EventObjects: @ 85322A4
|
||||
object_event 1, EVENT_OBJ_GFX_GENTLEMAN, 0, 0, 2, 3, 2, 1, 1, 0, 0, LilycoveCity_DepartmentStore_4F_EventScript_21FDEB, 0
|
||||
object_event 2, EVENT_OBJ_GFX_WOMAN_3, 0, 6, 2, 3, 2, 1, 1, 0, 0, LilycoveCity_DepartmentStore_4F_EventScript_21FDF4, 0
|
||||
object_event 3, EVENT_OBJ_GFX_YOUNGSTER, 0, 13, 4, 3, 2, 1, 1, 0, 0, LilycoveCity_DepartmentStore_4F_EventScript_21FDFD, 0
|
||||
object_event 4, EVENT_OBJ_GFX_WOMAN_4, 0, 7, 6, 3, 7, 0, 0, 0, 0, LilycoveCity_DepartmentStore_4F_EventScript_21FE06, 0
|
||||
object_event 5, EVENT_OBJ_GFX_WOMAN_4, 0, 9, 6, 3, 7, 0, 0, 0, 0, LilycoveCity_DepartmentStore_4F_EventScript_21FE2C, 0
|
||||
|
||||
LilycoveCity_DepartmentStore_4F_MapWarps: @ 853231C
|
||||
warp_def 16, 1, 0, 1, MAP_LILYCOVE_CITY_DEPARTMENT_STORE_3F
|
||||
warp_def 13, 1, 0, 0, MAP_LILYCOVE_CITY_DEPARTMENT_STORE_5F
|
||||
warp_def 2, 1, 0, 0, MAP_LILYCOVE_CITY_DEPARTMENT_STORE_ELEVATOR
|
||||
|
||||
LilycoveCity_DepartmentStore_4F_MapEvents:: @ 8532334
|
||||
map_events LilycoveCity_DepartmentStore_4F_EventObjects, LilycoveCity_DepartmentStore_4F_MapWarps, 0x0, 0x0
|
||||
|
||||
@@ -0,0 +1,72 @@
|
||||
LilycoveCity_DepartmentStore_4F_MapScripts:: @ 821FDEA
|
||||
.byte 0
|
||||
|
||||
LilycoveCity_DepartmentStore_4F_EventScript_21FDEB:: @ 821FDEB
|
||||
msgbox LilycoveCity_DepartmentStore_4F_Text_21FE50, 2
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_4F_EventScript_21FDF4:: @ 821FDF4
|
||||
msgbox LilycoveCity_DepartmentStore_4F_Text_21FEC7, 2
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_4F_EventScript_21FDFD:: @ 821FDFD
|
||||
msgbox LilycoveCity_DepartmentStore_4F_Text_21FF2D, 2
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_4F_EventScript_21FE06:: @ 821FE06
|
||||
lock
|
||||
faceplayer
|
||||
message gUnknown_08272A21
|
||||
waitmessage
|
||||
pokemart LilycoveCity_DepartmentStore_4F_Pokemart_21FE20
|
||||
msgbox gUnknown_08272A3F, 4
|
||||
release
|
||||
end
|
||||
|
||||
.align 2
|
||||
LilycoveCity_DepartmentStore_4F_Pokemart_21FE20: @ 821FE20
|
||||
.2byte ITEM_TM38
|
||||
.2byte ITEM_TM25
|
||||
.2byte ITEM_TM14
|
||||
.2byte ITEM_TM15
|
||||
.2byte ITEM_NONE
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_4F_EventScript_21FE2C:: @ 821FE2C
|
||||
lock
|
||||
faceplayer
|
||||
message gUnknown_08272A21
|
||||
waitmessage
|
||||
pokemart LilycoveCity_DepartmentStore_4F_Pokemart_21FE44
|
||||
msgbox gUnknown_08272A3F, 4
|
||||
release
|
||||
end
|
||||
|
||||
.align 2
|
||||
LilycoveCity_DepartmentStore_4F_Pokemart_21FE44: @ 821FE44
|
||||
.2byte ITEM_TM17
|
||||
.2byte ITEM_TM20
|
||||
.2byte ITEM_TM33
|
||||
.2byte ITEM_TM16
|
||||
.2byte ITEM_NONE
|
||||
release
|
||||
end
|
||||
|
||||
LilycoveCity_DepartmentStore_4F_Text_21FE50: @ 821FE50
|
||||
.string "Hmm…\p"
|
||||
.string "An attacking move…\n"
|
||||
.string "Or a defensive move…\p"
|
||||
.string "It’s no easy matter to decide which TM\n"
|
||||
.string "moves should be taught to POKéMON…$"
|
||||
|
||||
LilycoveCity_DepartmentStore_4F_Text_21FEC7: @ 821FEC7
|
||||
.string "There are so many different kinds of\n"
|
||||
.string "TM moves.\p"
|
||||
.string "A catalog I read said there are fifty\n"
|
||||
.string "different kinds.$"
|
||||
|
||||
LilycoveCity_DepartmentStore_4F_Text_21FF2D: @ 821FF2D
|
||||
.string "I’d like to get all the different TMs,\n"
|
||||
.string "but a POKéMON learns only four moves.$"
|
||||
|
||||
Reference in New Issue
Block a user