summaryrefslogtreecommitdiff
path: root/constants/script_constants.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2019-11-03 14:30:33 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2019-11-03 14:30:33 -0500
commit717cf3f45873a759bce6530692950de84ea37a4d (patch)
treedbc04c83667859bc29fef7619898a71b4cc6e899 /constants/script_constants.asm
parentd5e1b5a62805f855bb5296bd674c0a9aa47f3eb3 (diff)
Identify PLAYERMOVEMENT_* constants
Diffstat (limited to 'constants/script_constants.asm')
-rw-r--r--constants/script_constants.asm11
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