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

@@ -861,7 +861,7 @@ HandleStoneQueue:: ; 3567
ld l, a
push hl
call .IsPersonOnWarp
call .IsObjectOnWarp
pop hl
jr nc, .nope
ld d, a
@@ -878,7 +878,7 @@ HandleStoneQueue:: ; 3567
ret
; 3599
.IsPersonOnWarp: ; 3599
.IsObjectOnWarp: ; 3599
push de
ld hl, OBJECT_NEXT_MAP_X