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
+18
View File
@@ -0,0 +1,18 @@
UnionRoom_EventObjects: @ 853B020
object_event 1, EVENT_OBJ_GFX_UNION_ROOM_NURSE, 0, 3, 2, 3, 8, 0, 0, 0, 0, UnionRoom_EventScript_23D236, 0
object_event 2, EVENT_OBJ_GFX_GIDDY, 0, 1, 8, 3, 2, 1, 1, 0, 0, UnionRoom_EventScript_23D204, 706
object_event 3, 247, 0, 7, 8, 3, 2, 1, 1, 0, 0, UnionRoom_EventScript_23D22C, 710
object_event 4, 246, 0, 1, 4, 3, 2, 1, 1, 0, 0, UnionRoom_EventScript_23D222, 709
object_event 5, EVENT_OBJ_GFX_PLACEHOLDER_2, 0, 7, 4, 3, 2, 1, 1, 0, 0, UnionRoom_EventScript_23D218, 708
object_event 6, EVENT_OBJ_GFX_PLACEHOLDER_1, 0, 13, 4, 3, 2, 1, 1, 0, 0, UnionRoom_EventScript_23D20E, 707
object_event 7, EVENT_OBJ_GFX_STORYTELLER, 0, 10, 6, 3, 2, 1, 1, 0, 0, UnionRoom_EventScript_23D1FA, 705
object_event 8, EVENT_OBJ_GFX_TRADER, 0, 13, 8, 3, 2, 1, 1, 0, 0, UnionRoom_EventScript_23D1F0, 704
object_event 9, EVENT_OBJ_GFX_HIPSTER, 0, 4, 6, 3, 2, 1, 1, 0, 0, UnionRoom_EventScript_23D1E6, 703
UnionRoom_MapWarps: @ 853B0F8
warp_def 7, 11, 3, 127, MAP_NONE
warp_def 8, 11, 3, 127, MAP_NONE
UnionRoom_MapEvents:: @ 853B108
map_events UnionRoom_EventObjects, UnionRoom_MapWarps, 0x0, 0x0
+107
View File
@@ -0,0 +1,107 @@
UnionRoom_MapScripts:: @ 823D1A6
map_script 5, UnionRoom_MapScript1_23D1B1
map_script 3, UnionRoom_MapScript1_23D1E5
.byte 0
UnionRoom_MapScript1_23D1B1: @ 823D1B1
setflag FLAG_0x2BF
setflag FLAG_0x2C0
setflag FLAG_0x2C1
setflag FLAG_0x2C2
setflag FLAG_0x2C3
setflag FLAG_0x2C4
setflag FLAG_0x2C5
setflag FLAG_0x2C6
removeobject 9
removeobject 8
removeobject 7
removeobject 2
removeobject 6
removeobject 5
removeobject 4
removeobject 3
special UnionRoomSpecial
end
UnionRoom_MapScript1_23D1E5: @ 823D1E5
end
UnionRoom_EventScript_23D1E6:: @ 823D1E6
lock
faceplayer
setvar VAR_RESULT, 1
waitstate
release
end
UnionRoom_EventScript_23D1F0:: @ 823D1F0
lock
faceplayer
setvar VAR_RESULT, 2
waitstate
release
end
UnionRoom_EventScript_23D1FA:: @ 823D1FA
lock
faceplayer
setvar VAR_RESULT, 3
waitstate
release
end
UnionRoom_EventScript_23D204:: @ 823D204
lock
faceplayer
setvar VAR_RESULT, 4
waitstate
release
end
UnionRoom_EventScript_23D20E:: @ 823D20E
lock
faceplayer
setvar VAR_RESULT, 5
waitstate
release
end
UnionRoom_EventScript_23D218:: @ 823D218
lock
faceplayer
setvar VAR_RESULT, 6
waitstate
release
end
UnionRoom_EventScript_23D222:: @ 823D222
lock
faceplayer
setvar VAR_RESULT, 7
waitstate
release
end
UnionRoom_EventScript_23D22C:: @ 823D22C
lock
faceplayer
setvar VAR_RESULT, 8
waitstate
release
end
UnionRoom_EventScript_23D236:: @ 823D236
lock
faceplayer
setvar VAR_RESULT, 9
waitstate
release
end
UnionRoom_EventScript_23D240:: @ 823D240
lockall
setvar VAR_RESULT, 10
waitstate
releaseall
end