Renaming: (fix #412)

- MapTriggers / maptrigger → SceneScripts / scene_script
- XYTriggers / xy_trigger → CoordEvents / coord_event
- Signposts / signpost → BGEvents / bg_event
- PersonEvents / person_event → ObjectEvents / object_event
This commit is contained in:
Remy Oukaour
2017-12-24 13:46:34 -05:00
parent 20d6c1d876
commit c05b7f41dd
427 changed files with 5206 additions and 5206 deletions

View File

@@ -1,5 +1,5 @@
CeladonMansion2F_MapScriptHeader:
.MapTriggers:
.SceneScripts:
db 0
.MapCallbacks:
@@ -60,14 +60,14 @@ CeladonMansion2F_MapEventHeader:
warp_def $0, $6, 3, CELADON_MANSION_3F
warp_def $0, $7, 5, CELADON_MANSION_1F
.XYTriggers:
.CoordEvents:
db 0
.Signposts:
.BGEvents:
db 3
signpost 3, 0, SIGNPOST_READ, CeladonMansion2FComputer
signpost 8, 5, SIGNPOST_UP, CeladonMansion2FSign
signpost 3, 2, SIGNPOST_READ, CeladonMansion2FBookshelf
bg_event 3, 0, BGEVENT_READ, CeladonMansion2FComputer
bg_event 8, 5, BGEVENT_UP, CeladonMansion2FSign
bg_event 3, 2, BGEVENT_READ, CeladonMansion2FBookshelf
.PersonEvents:
.ObjectEvents:
db 0