diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-13 18:59:49 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-13 18:59:49 -0500 |
commit | cc8c36ee149b287b7a1cabb85abb4bf42873a3b2 (patch) | |
tree | eca073a298889f307efc19d27a3d2ee740e102cd /constants/sprite_constants.asm | |
parent | 01fe51df0ca5c6e2f99df9f34d308ff98516478d (diff) |
Creation of constants for OBJECT_09 indices
Diffstat (limited to 'constants/sprite_constants.asm')
-rw-r--r-- | constants/sprite_constants.asm | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/constants/sprite_constants.asm b/constants/sprite_constants.asm index a017d41b0..d42f0f5d8 100644 --- a/constants/sprite_constants.asm +++ b/constants/sprite_constants.asm @@ -266,3 +266,31 @@ SPRITEMOVEDATA_FIELDS EQU 6 const SPRITEMOVEFN_1B MAX_OUTDOOR_SPRITES EQU 23 + + const_def + const OBJECT_09_VALUE_00 + const OBJECT_09_VALUE_01 + const OBJECT_09_VALUE_02 + const OBJECT_09_VALUE_03 + const OBJECT_09_VALUE_04 + const OBJECT_09_VALUE_05 + const OBJECT_09_VALUE_06 + const OBJECT_09_VALUE_07 + const OBJECT_09_VALUE_08 + const OBJECT_09_VALUE_09 + const OBJECT_09_VALUE_0A + const OBJECT_09_VALUE_0B + const OBJECT_09_VALUE_0C + const OBJECT_09_VALUE_0D + const OBJECT_09_VALUE_0E + const OBJECT_09_VALUE_0F + const OBJECT_09_VALUE_10 + const OBJECT_09_VALUE_11 + const OBJECT_09_VALUE_12 + const OBJECT_09_VALUE_13 + const OBJECT_09_VALUE_14 + const OBJECT_09_VALUE_15 + const OBJECT_09_VALUE_16 + const OBJECT_09_VALUE_17 + const OBJECT_09_VALUE_18 + const OBJECT_09_VALUE_19 |