You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
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:
@@ -1,5 +1,5 @@
|
||||
RuinsOfAlphHoOhWordRoom_MapScriptHeader:
|
||||
.MapTriggers:
|
||||
.SceneScripts:
|
||||
db 0
|
||||
|
||||
.MapCallbacks:
|
||||
@@ -15,11 +15,11 @@ RuinsOfAlphHoOhWordRoom_MapEventHeader:
|
||||
warp_def $9, $a, 4, RUINS_OF_ALPH_HO_OH_ITEM_ROOM
|
||||
warp_def $15, $11, 2, RUINS_OF_ALPH_INNER_CHAMBER
|
||||
|
||||
.XYTriggers:
|
||||
.CoordEvents:
|
||||
db 0
|
||||
|
||||
.Signposts:
|
||||
.BGEvents:
|
||||
db 0
|
||||
|
||||
.PersonEvents:
|
||||
.ObjectEvents:
|
||||
db 0
|
||||
|
||||
Reference in New Issue
Block a user