Move events and scripts into map dirs
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
PacifidlogTown_PokemonCenter_1F_EventObjects: @ 852EA70
|
||||
object_event 1, EVENT_OBJ_GFX_NURSE, 0, 7, 2, 3, 8, 0, 0, 0, 0, PacifidlogTown_PokemonCenter_1F_EventScript_2034B6, 0
|
||||
object_event 2, EVENT_OBJ_GFX_OLD_MAN_2, 0, 10, 6, 3, 9, 0, 0, 0, 0, PacifidlogTown_PokemonCenter_1F_EventScript_2034D6, 0
|
||||
object_event 3, EVENT_OBJ_GFX_GIRL_2, 0, 2, 2, 3, 7, 0, 0, 0, 0, PacifidlogTown_PokemonCenter_1F_EventScript_2034C4, 0
|
||||
object_event 4, EVENT_OBJ_GFX_WOMAN_1, 0, 4, 5, 3, 1, 1, 1, 0, 0, PacifidlogTown_PokemonCenter_1F_EventScript_2034CD, 0
|
||||
object_event 5, EVENT_OBJ_GFX_MAN_6, 0, 12, 8, 3, 7, 0, 0, 0, 0, PacifidlogTown_PokemonCenter_1F_EventScript_2C82BE, 0
|
||||
|
||||
PacifidlogTown_PokemonCenter_1F_MapWarps: @ 852EAE8
|
||||
warp_def 7, 8, 3, 0, MAP_PACIFIDLOG_TOWN
|
||||
warp_def 6, 8, 3, 0, MAP_PACIFIDLOG_TOWN
|
||||
warp_def 1, 6, 4, 0, MAP_PACIFIDLOG_TOWN_POKEMON_CENTER_2F
|
||||
|
||||
PacifidlogTown_PokemonCenter_1F_MapEvents:: @ 852EB00
|
||||
map_events PacifidlogTown_PokemonCenter_1F_EventObjects, PacifidlogTown_PokemonCenter_1F_MapWarps, 0x0, 0x0
|
||||
|
||||
@@ -0,0 +1,48 @@
|
||||
PacifidlogTown_PokemonCenter_1F_MapScripts:: @ 82034A7
|
||||
map_script 3, PacifidlogTown_PokemonCenter_1F_MapScript1_2034B2
|
||||
map_script 5, PacifidlogTown_PokemonCenter_1F_MapScript1_277C30
|
||||
.byte 0
|
||||
|
||||
PacifidlogTown_PokemonCenter_1F_MapScript1_2034B2: @ 82034B2
|
||||
setrespawn 19
|
||||
end
|
||||
|
||||
PacifidlogTown_PokemonCenter_1F_EventScript_2034B6:: @ 82034B6
|
||||
setvar VAR_0x800B, 1
|
||||
call PacifidlogTown_PokemonCenter_1F_EventScript_27191E
|
||||
waitmessage
|
||||
waitbuttonpress
|
||||
release
|
||||
end
|
||||
|
||||
PacifidlogTown_PokemonCenter_1F_EventScript_2034C4:: @ 82034C4
|
||||
msgbox PacifidlogTown_PokemonCenter_1F_Text_2034DF, 2
|
||||
end
|
||||
|
||||
PacifidlogTown_PokemonCenter_1F_EventScript_2034CD:: @ 82034CD
|
||||
msgbox PacifidlogTown_PokemonCenter_1F_Text_20350F, 2
|
||||
end
|
||||
|
||||
PacifidlogTown_PokemonCenter_1F_EventScript_2034D6:: @ 82034D6
|
||||
msgbox PacifidlogTown_PokemonCenter_1F_Text_20356F, 2
|
||||
end
|
||||
|
||||
PacifidlogTown_PokemonCenter_1F_Text_2034DF: @ 82034DF
|
||||
.string "What color is your TRAINER CARD?\n"
|
||||
.string "Mine’s copper!$"
|
||||
|
||||
PacifidlogTown_PokemonCenter_1F_Text_20350F: @ 820350F
|
||||
.string "PACIFIDLOG TOWN floats on top of\n"
|
||||
.string "a colony of CORSOLA.\p"
|
||||
.string "If I told you that, would you believe\n"
|
||||
.string "me?$"
|
||||
|
||||
PacifidlogTown_PokemonCenter_1F_Text_20356F: @ 820356F
|
||||
.string "The ancestors of the people in\n"
|
||||
.string "PACIFIDLOG were said to have been\l"
|
||||
.string "born on boats and then lived and died \l"
|
||||
.string "aboard them.\p"
|
||||
.string "I understand that they lived that way\n"
|
||||
.string "because they were searching for\l"
|
||||
.string "something.$"
|
||||
|
||||
Reference in New Issue
Block a user