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 @@
Underground_MapScriptHeader:
.MapTriggers:
.SceneScripts:
db 0
.MapCallbacks:
@@ -22,13 +22,13 @@ Underground_MapEventHeader:
warp_def $2, $3, 3, ROUTE_5_UNDERGROUND_ENTRANCE
warp_def $18, $3, 3, ROUTE_6_UNDERGROUND_ENTRANCE
.XYTriggers:
.CoordEvents:
db 0
.Signposts:
.BGEvents:
db 2
signpost 9, 3, SIGNPOST_ITEM, UndergroundHiddenFullRestore
signpost 19, 1, SIGNPOST_ITEM, UndergroundHiddenXSpecial
bg_event 9, 3, BGEVENT_ITEM, UndergroundHiddenFullRestore
bg_event 19, 1, BGEVENT_ITEM, UndergroundHiddenXSpecial
.PersonEvents:
.ObjectEvents:
db 0