diff options
author | dannye <33dannye@gmail.com> | 2020-01-06 22:07:33 -0600 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2020-01-06 22:07:33 -0600 |
commit | e7be25948dfeef257697a7aa30706339f6ba014b (patch) | |
tree | 973d0ad95361a1dfd1c371be59a300be19532e47 /constants/script_constants.asm | |
parent | 99d16d616d5f70754dd6aa567e478e587a733d8c (diff) | |
parent | 94ebdab6d350fd6ebfd43c5a84710ed14dade8ca (diff) |
Merge branch 'master' into audio-macros
Diffstat (limited to 'constants/script_constants.asm')
-rw-r--r-- | constants/script_constants.asm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/constants/script_constants.asm b/constants/script_constants.asm index 99275efe3..cfcbfbb52 100644 --- a/constants/script_constants.asm +++ b/constants/script_constants.asm @@ -92,6 +92,17 @@ RETVAR_EXECUTE EQU (2 << 6) const PLAYEREVENT_JOYCHANGEFACING NUM_PLAYER_EVENTS EQU const_value +; PlayerMovement.pointers indexes (see engine/overworld/events.asm) + const_def + const PLAYERMOVEMENT_NORMAL + const PLAYERMOVEMENT_WARP + const PLAYERMOVEMENT_TURN + const PLAYERMOVEMENT_FORCE_TURN + const PLAYERMOVEMENT_FINISH + const PLAYERMOVEMENT_CONTINUE + const PLAYERMOVEMENT_EXIT_WATER + const PLAYERMOVEMENT_JUMP + ; script data sizes (see macros/scripts/maps.asm) SCENE_SCRIPT_SIZE EQU 4 ; scene_script CALLBACK_SIZE EQU 3 ; callback |