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 @@
DesertUnderpass_EventObjects: @ 85376D4
object_event 1, EVENT_OBJ_GFX_FOSSIL, 0, 132, 10, 0, 8, 1, 1, 0, 0, DesertUnderpass_EventScript_23AF41, 874
DesertUnderpass_MapWarps: @ 85376EC
warp_def 10, 12, 0, 2, MAP_ROUTE114_FOSSIL_MANIACS_TUNNEL
DesertUnderpass_MapEvents:: @ 85376F4
map_events DesertUnderpass_EventObjects, DesertUnderpass_MapWarps, 0x0, 0x0
+36
View File
@@ -0,0 +1,36 @@
DesertUnderpass_MapScripts:: @ 823AF37
map_script 3, DesertUnderpass_MapScript1_23AF3D
.byte 0
DesertUnderpass_MapScript1_23AF3D: @ 823AF3D
setflag FLAG_LANDMARK_DESERT_UNDERPASS
end
DesertUnderpass_EventScript_23AF41:: @ 823AF41
lock
faceplayer
checkflag FLAG_0x14F
goto_eq DesertUnderpass_EventScript_23AF57
checkflag FLAG_0x150
goto_eq DesertUnderpass_EventScript_23AF68
release
end
DesertUnderpass_EventScript_23AF57:: @ 823AF57
giveitem_std ITEM_CLAW_FOSSIL
removeobject 1
release
end
DesertUnderpass_EventScript_23AF68:: @ 823AF68
giveitem_std ITEM_ROOT_FOSSIL
removeobject 1
release
end
DesertUnderpass_Text_23AF79:: @ 823AF79
.string "{PLAYER} found the ROOT FOSSIL.$"
DesertUnderpass_Text_23AF93:: @ 823AF93
.string "{PLAYER} found the CLAW FOSSIL.$"