diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-02-19 15:19:42 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-02-19 15:19:42 +0100 |
commit | 81ff6d189e101d399e26ebad93a3427bd20156bb (patch) | |
tree | 40ce9f41155ae3d7e30f14ee3ebf5f61062b6080 /src/constants/gfx_constants.asm | |
parent | fe28e119720c008569833e0acad86d8a15ee8391 (diff) |
Duel message box constants and more graphics and misc documenting/cleaning up
Diffstat (limited to 'src/constants/gfx_constants.asm')
-rw-r--r-- | src/constants/gfx_constants.asm | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/constants/gfx_constants.asm b/src/constants/gfx_constants.asm index 4cc72f5..2ddb8ae 100644 --- a/src/constants/gfx_constants.asm +++ b/src/constants/gfx_constants.asm @@ -17,20 +17,20 @@ SPRITE_ANIM_BUFFER_CAPACITY EQU 16 ; sprites ; sprite_anim_struct constants const_def - const SPRITE_ANIM_PROPERTY_1 - const SPRITE_ANIM_PROPERTY_2 + const SPRITE_ANIM_FIELD_00 + const SPRITE_ANIM_FIELD_01 const SPRITE_ANIM_COORD_X const SPRITE_ANIM_COORD_Y const SPRITE_ANIM_TILE_ID - const SPRITE_ANIM_PROPERTY_6 - const SPRITE_ANIM_PROPERTY_7 - const SPRITE_ANIM_PROPERTY_8 - const SPRITE_ANIM_PROPERTY_9 - const SPRITE_ANIM_PROPERTY_10 - const SPRITE_ANIM_PROPERTY_11 - const SPRITE_ANIM_PROPERTY_12 - const SPRITE_ANIM_PROPERTY_13 - const SPRITE_ANIM_PROPERTY_14 + const SPRITE_ANIM_FIELD_05 + const SPRITE_ANIM_FIELD_06 + const SPRITE_ANIM_FIELD_07 + const SPRITE_ANIM_FIELD_08 + const SPRITE_ANIM_FIELD_09 + const SPRITE_ANIM_FIELD_0A + const SPRITE_ANIM_FIELD_0B + const SPRITE_ANIM_FIELD_0C + const SPRITE_ANIM_FIELD_0D const SPRITE_ANIM_MOVEMENT_COUNTER - const SPRITE_ANIM_PROPERTY_16 + const SPRITE_ANIM_FIELD_0F SPRITE_ANIM_LENGTH EQU const_value
\ No newline at end of file |