summaryrefslogtreecommitdiff
path: root/constants/sprite_constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants/sprite_constants.asm')
-rw-r--r--constants/sprite_constants.asm38
1 files changed, 19 insertions, 19 deletions
diff --git a/constants/sprite_constants.asm b/constants/sprite_constants.asm
index 438e4cb54..c34ac6c28 100644
--- a/constants/sprite_constants.asm
+++ b/constants/sprite_constants.asm
@@ -269,24 +269,24 @@ MAX_OUTDOOR_SPRITES EQU 23
const_def
const STEP_TYPE_00
- const STEP_TYPE_01
- const STEP_TYPE_02 ; walking
- const STEP_TYPE_03 ; stationary
+ const STEP_TYPE_STANDING
+ const STEP_TYPE_NPC_WALK
+ const STEP_TYPE_03
const STEP_TYPE_04
const STEP_TYPE_05
- const STEP_TYPE_06
+ const STEP_TYPE_PLAYER_WALK
const STEP_TYPE_07
- const STEP_TYPE_08
- const STEP_TYPE_09
- const STEP_TYPE_0A ; half step
- const STEP_TYPE_0B ; bump
+ const STEP_TYPE_NPC_JUMP
+ const STEP_TYPE_PLAYER_JUMP
+ const STEP_TYPE_HALF_STEP
+ const STEP_TYPE_BUMP
const STEP_TYPE_TELEPORT_FROM
const STEP_TYPE_TELEPORT_TO
const STEP_TYPE_SKYFALL
const STEP_TYPE_0F
- const STEP_TYPE_10
- const STEP_TYPE_11
- const STEP_TYPE_12
+ const STEP_TYPE_GOT_BITE
+ const STEP_TYPE_ROCK_SMASH
+ const STEP_TYPE_RETURN_DIG
const STEP_TYPE_13
const STEP_TYPE_14
const STEP_TYPE_15
@@ -297,14 +297,14 @@ MAX_OUTDOOR_SPRITES EQU 23
const_def
const PERSON_ACTION_00
- const PERSON_ACTION_01
- const PERSON_ACTION_02
- const PERSON_ACTION_03
- const PERSON_ACTION_04
- const PERSON_ACTION_05
- const PERSON_ACTION_06
+ const PERSON_ACTION_STAND
+ const PERSON_ACTION_STEP
+ const PERSON_ACTION_BUMP
+ const PERSON_ACTION_SPIN
+ const PERSON_ACTION_SPIN_FLICKER
+ const PERSON_ACTION_FISHING
const PERSON_ACTION_07
- const PERSON_ACTION_08
+ const PERSON_ACTION_EMOTE
const PERSON_ACTION_09
const PERSON_ACTION_0A
const PERSON_ACTION_0B
@@ -335,7 +335,7 @@ MAX_OUTDOOR_SPRITES EQU 23
const FACING_11
const FACING_12
const FACING_13
- const FACING_14
+ const FACING_EMOTE
const FACING_15
const FACING_16
const FACING_17