pokecrystal-board/data/battle_anims
mid-kid 4154f191e0 Anotate more of the battle anim subsystem
The X and Y flip flags can be applied through the stack consisting of:
- Object attributes
- Animation frame attributes
- OAM Data
Each of these negate eachother.

Confused yet? The same stack is traversed to obtain the final tile ID,
with an added layer on top for the base GFX offset and the offset for
the dynamically loaded GFX requested by the object!

wBattleAnimDelay is populated with the values passed to `anim_wait`.
2019-02-15 03:01:59 +01:00
..
ball_colors.asm Remove all address comments 2018-06-24 16:13:22 +02:00
framesets.asm dorepeat -> dowait for oam animations 2019-02-15 02:54:35 +01:00
oam.asm Anotate more of the battle anim subsystem 2019-02-15 03:01:59 +01:00
object_gfx.asm Remove all address comments 2018-06-24 16:13:22 +02:00
objects.asm Rename "feet and head follow" commands 2018-11-25 23:57:38 +01:00