Define constants for subanimation transform types

This commit is contained in:
Rangi 2020-07-16 22:14:39 -04:00
parent 41a9e30268
commit 6f7337bbb1
3 changed files with 116 additions and 103 deletions

View file

@ -131,6 +131,15 @@ FIRST_SE_ID EQU const_value
const SUBANIM_54
const SUBANIM_55
; types of subanimations
const_def
const SUBANIMTYPE_NORMAL
const SUBANIMTYPE_HVFLIP
const SUBANIMTYPE_HFLIP
const SUBANIMTYPE_COORDFLIP
const SUBANIMTYPE_REVERSE
const SUBANIMTYPE_ENEMY
; frame blocks that are part of subanimations
const_def
const FRAMEBLOCK_00