mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Define constants for subanimation transform types
This commit is contained in:
parent
41a9e30268
commit
6f7337bbb1
3 changed files with 116 additions and 103 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue