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 @@
Route10North_MapScriptHeader:
.MapTriggers:
.SceneScripts:
db 0
.MapCallbacks:
@@ -24,13 +24,13 @@ Route10North_MapEventHeader:
warp_def $1, $b, 1, ROUTE_10_POKECENTER_1F
warp_def $9, $3, 1, POWER_PLANT
.XYTriggers:
.CoordEvents:
db 0
.Signposts:
.BGEvents:
db 2
signpost 11, 5, SIGNPOST_READ, PowerPlantSign
signpost 1, 12, SIGNPOST_READ, Route10PokecenterSign
bg_event 11, 5, BGEVENT_READ, PowerPlantSign
bg_event 1, 12, BGEVENT_READ, Route10PokecenterSign
.PersonEvents:
.ObjectEvents:
db 0