Move events and scripts into map dirs
This commit is contained in:
13
data/maps/MossdeepCity_PokemonCenter_1F/events.inc
Normal file
13
data/maps/MossdeepCity_PokemonCenter_1F/events.inc
Normal file
@@ -0,0 +1,13 @@
|
||||
MossdeepCity_PokemonCenter_1F_EventObjects: @ 8532A38
|
||||
object_event 1, EVENT_OBJ_GFX_NURSE, 0, 7, 2, 3, 8, 0, 0, 0, 0, MossdeepCity_PokemonCenter_1F_EventScript_22224E, 0
|
||||
object_event 2, EVENT_OBJ_GFX_WOMAN_3, 0, 8, 4, 3, 7, 0, 0, 0, 0, MossdeepCity_PokemonCenter_1F_EventScript_22225C, 0
|
||||
object_event 3, EVENT_OBJ_GFX_GIRL_1, 0, 3, 5, 3, 1, 0, 0, 0, 0, MossdeepCity_PokemonCenter_1F_EventScript_222265, 0
|
||||
|
||||
MossdeepCity_PokemonCenter_1F_MapWarps: @ 8532A80
|
||||
warp_def 7, 8, 3, 2, MAP_MOSSDEEP_CITY
|
||||
warp_def 6, 8, 3, 2, MAP_MOSSDEEP_CITY
|
||||
warp_def 1, 6, 4, 0, MAP_MOSSDEEP_CITY_POKEMON_CENTER_2F
|
||||
|
||||
MossdeepCity_PokemonCenter_1F_MapEvents:: @ 8532A98
|
||||
map_events MossdeepCity_PokemonCenter_1F_EventObjects, MossdeepCity_PokemonCenter_1F_MapWarps, 0x0, 0x0
|
||||
|
||||
36
data/maps/MossdeepCity_PokemonCenter_1F/scripts.inc
Normal file
36
data/maps/MossdeepCity_PokemonCenter_1F/scripts.inc
Normal file
@@ -0,0 +1,36 @@
|
||||
MossdeepCity_PokemonCenter_1F_MapScripts:: @ 822223F
|
||||
map_script 3, MossdeepCity_PokemonCenter_1F_MapScript1_22224A
|
||||
map_script 5, MossdeepCity_PokemonCenter_1F_MapScript1_277C30
|
||||
.byte 0
|
||||
|
||||
MossdeepCity_PokemonCenter_1F_MapScript1_22224A: @ 822224A
|
||||
setrespawn 9
|
||||
end
|
||||
|
||||
MossdeepCity_PokemonCenter_1F_EventScript_22224E:: @ 822224E
|
||||
setvar VAR_0x800B, 1
|
||||
call MossdeepCity_PokemonCenter_1F_EventScript_27191E
|
||||
waitmessage
|
||||
waitbuttonpress
|
||||
release
|
||||
end
|
||||
|
||||
MossdeepCity_PokemonCenter_1F_EventScript_22225C:: @ 822225C
|
||||
msgbox MossdeepCity_PokemonCenter_1F_Text_22226E, 2
|
||||
end
|
||||
|
||||
MossdeepCity_PokemonCenter_1F_EventScript_222265:: @ 8222265
|
||||
msgbox MossdeepCity_PokemonCenter_1F_Text_2222D9, 2
|
||||
end
|
||||
|
||||
MossdeepCity_PokemonCenter_1F_Text_22226E: @ 822226E
|
||||
.string "The GYM LEADERS in this town are\n"
|
||||
.string "a formidable duo.\p"
|
||||
.string "Their combination attacks are, like,\n"
|
||||
.string "excellent and wow!$"
|
||||
|
||||
MossdeepCity_PokemonCenter_1F_Text_2222D9: @ 82222D9
|
||||
.string "Depending on the special abilities of\n"
|
||||
.string "POKéMON, some moves might change\l"
|
||||
.string "or not work at all.$"
|
||||
|
||||
Reference in New Issue
Block a user