diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-24 13:46:34 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-24 14:33:17 -0500 |
commit | c05b7f41dd5783315e9e4032b63ca84c6ed05893 (patch) | |
tree | 0c1995c8a928a297f842a75c2e009003534b3ec8 /engine/map_object_action.asm | |
parent | 20d6c1d876cde19061c458761c7283163e316d8a (diff) |
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
Diffstat (limited to 'engine/map_object_action.asm')
-rwxr-xr-x | engine/map_object_action.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/map_object_action.asm b/engine/map_object_action.asm index 2a13f924e..ec5ad887e 100755 --- a/engine/map_object_action.asm +++ b/engine/map_object_action.asm @@ -1,5 +1,5 @@ -PersonActionPairPointers: ; 445f -; entries correspond to PERSON_ACTION_* constants +ObjectActionPairPointers: ; 445f +; entries correspond to OBJECT_ACTION_* constants dw SetFacingStanding, SetFacingStanding dw SetFacingStandAction, SetFacingCurrent dw SetFacingStepAction, SetFacingCurrent |