summaryrefslogtreecommitdiff
path: root/constants/script_constants.asm
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-04-26 23:35:11 -0400
committerentrpntr <entrpntr@gmail.com>2020-04-26 23:35:11 -0400
commitccd5c4b99ae3b8fd9f9aa601db1afdbf0d266b00 (patch)
tree2e2032819293988a5bf3b2ad763126a4b7ac610d /constants/script_constants.asm
parentd53f3afe500ad9e92f18a7e6de77982928a6061f (diff)
More overworld code cleanup.
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 f8673936..ec9e5dac 100644
--- a/constants/script_constants.asm
+++ b/constants/script_constants.asm
@@ -86,6 +86,17 @@ const_value SET -1
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