Move events and scripts into map dirs
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
VerdanturfTown_PokemonCenter_1F_EventObjects: @ 852E814
|
||||
object_event 1, EVENT_OBJ_GFX_NURSE, 0, 7, 2, 3, 8, 0, 0, 0, 0, VerdanturfTown_PokemonCenter_1F_EventScript_20273A, 0
|
||||
object_event 2, EVENT_OBJ_GFX_GENTLEMAN, 0, 4, 5, 3, 5, 1, 0, 0, 0, VerdanturfTown_PokemonCenter_1F_EventScript_202748, 0
|
||||
object_event 3, EVENT_OBJ_GFX_OLD_MAN_1, 0, 12, 2, 3, 7, 0, 0, 0, 0, VerdanturfTown_PokemonCenter_1F_EventScript_202751, 0
|
||||
object_event 4, EVENT_OBJ_GFX_LITTLE_BOY_2, 0, 10, 6, 3, 9, 1, 0, 0, 0, VerdanturfTown_PokemonCenter_1F_EventScript_2C7FE6, 0
|
||||
|
||||
VerdanturfTown_PokemonCenter_1F_MapWarps: @ 852E874
|
||||
warp_def 7, 8, 3, 2, MAP_VERDANTURF_TOWN
|
||||
warp_def 6, 8, 3, 2, MAP_VERDANTURF_TOWN
|
||||
warp_def 1, 6, 4, 0, MAP_VERDANTURF_TOWN_POKEMON_CENTER_2F
|
||||
|
||||
VerdanturfTown_PokemonCenter_1F_MapEvents:: @ 852E88C
|
||||
map_events VerdanturfTown_PokemonCenter_1F_EventObjects, VerdanturfTown_PokemonCenter_1F_MapWarps, 0x0, 0x0
|
||||
|
||||
@@ -0,0 +1,42 @@
|
||||
VerdanturfTown_PokemonCenter_1F_MapScripts:: @ 8202726
|
||||
map_script 3, VerdanturfTown_PokemonCenter_1F_MapScript1_202731
|
||||
map_script 5, VerdanturfTown_PokemonCenter_1F_MapScript1_277C30
|
||||
.byte 0
|
||||
|
||||
VerdanturfTown_PokemonCenter_1F_MapScript1_202731: @ 8202731
|
||||
setrespawn 18
|
||||
call VerdanturfTown_PokemonCenter_1F_EventScript_2718DE
|
||||
end
|
||||
|
||||
VerdanturfTown_PokemonCenter_1F_EventScript_20273A:: @ 820273A
|
||||
setvar VAR_0x800B, 1
|
||||
call VerdanturfTown_PokemonCenter_1F_EventScript_27191E
|
||||
waitmessage
|
||||
waitbuttonpress
|
||||
release
|
||||
end
|
||||
|
||||
VerdanturfTown_PokemonCenter_1F_EventScript_202748:: @ 8202748
|
||||
msgbox VerdanturfTown_PokemonCenter_1F_Text_20275A, 2
|
||||
end
|
||||
|
||||
VerdanturfTown_PokemonCenter_1F_EventScript_202751:: @ 8202751
|
||||
msgbox VerdanturfTown_PokemonCenter_1F_Text_20280B, 2
|
||||
end
|
||||
|
||||
VerdanturfTown_PokemonCenter_1F_Text_20275A: @ 820275A
|
||||
.string "You can’t consider yourself a real\n"
|
||||
.string "TRAINER if you don’t have faith\l"
|
||||
.string "in your POKéMON.\p"
|
||||
.string "Only those people who can believe\n"
|
||||
.string "in their battling POKéMON can win\l"
|
||||
.string "through to the very end.$"
|
||||
|
||||
VerdanturfTown_PokemonCenter_1F_Text_20280B: @ 820280B
|
||||
.string "The reason why anyone would visit\n"
|
||||
.string "VERDANTURF…\p"
|
||||
.string "It’s the BATTLE TENT. It goes without\n"
|
||||
.string "saying.\p"
|
||||
.string "Or is there somebody here that you\n"
|
||||
.string "came to see?$"
|
||||
|
||||
Reference in New Issue
Block a user