Move events and scripts into map dirs

This commit is contained in:
Marcus Huderle
2018-06-20 17:41:41 -05:00
parent 89d35e82a2
commit 135a11e50e
1038 changed files with 1036 additions and 1036 deletions
+9
View File
@@ -0,0 +1,9 @@
Route130_EventObjects: @ 852CA40
object_event 1, EVENT_OBJ_GFX_SWIMMER_M, 0, 70, 21, 1, 51, 3, 6, 1, 3, Route130_EventScript_1F73BF, 0
object_event 2, EVENT_OBJ_GFX_SWIMMER_F, 0, 7, 21, 1, 26, 1, 4, 1, 5, Route130_EventScript_1F73D6, 0
object_event 3, EVENT_OBJ_GFX_BERRY_TREE, 0, 52, 9, 3, 12, 0, 0, 0, 82, BerryTreeScript, 17
object_event 4, EVENT_OBJ_GFX_SWIMMER_M, 0, 7, 30, 1, 25, 1, 4, 1, 5, Route130_EventScript_1F73ED, 0
Route130_MapEvents:: @ 852CAA0
map_events Route130_EventObjects, 0x0, 0x0, 0x0
+52
View File
@@ -0,0 +1,52 @@
Route130_MapScripts:: @ 81F735F
map_script 3, Route130_MapScript1_1F7365
.byte 0
Route130_MapScript1_1F7365: @ 81F7365
compare VAR_0x405E, 4
call_if 4, Route130_EventScript_1F73B5
specialvar VAR_RESULT, IsMirageIslandPresent
compare VAR_RESULT, 1
goto_eq Route130_EventScript_1F73B1
setflag FLAG_0x011
setflag FLAG_0x012
setflag FLAG_0x013
setflag FLAG_0x014
setflag FLAG_0x015
setflag FLAG_0x016
setflag FLAG_0x017
setflag FLAG_0x018
setflag FLAG_0x019
setflag FLAG_0x01A
setflag FLAG_0x01B
setflag FLAG_0x01C
setflag FLAG_0x01D
setflag FLAG_0x01E
setflag FLAG_0x01F
setmaplayoutindex 263
end
Route130_EventScript_1F73B1:: @ 81F73B1
setmaplayoutindex 46
end
Route130_EventScript_1F73B5:: @ 81F73B5
checkflag FLAG_SYS_WEATHER_CTRL
call_if 1, Route130_EventScript_27207A
return
Route130_EventScript_1F73BF:: @ 81F73BF
trainerbattle 0, TRAINER_RODNEY, 0, Route130_Text_2A328A, Route130_Text_2A32E6
msgbox Route130_Text_2A3300, 6
end
Route130_EventScript_1F73D6:: @ 81F73D6
trainerbattle 0, TRAINER_KATIE, 0, Route130_Text_2A3363, Route130_Text_2A33AC
msgbox Route130_Text_2A33F5, 6
end
Route130_EventScript_1F73ED:: @ 81F73ED
trainerbattle 0, TRAINER_SANTIAGO, 0, Route130_Text_2A343A, Route130_Text_2A346D
msgbox Route130_Text_2A3494, 6
end