iigs-game-engine/src
Lucas Scharenbroich 87ded17e20 Initial Tiled tile animation export support
* Tiled tile animations read from TSX files
* Hooks for initialization generated by the tiled export tool
* Animated tiles implements with dynamic tiles backed by 2KB of direct
  page space in Bank 00
* Animation resolution limited to 1/60th incremenents

TODO
* Fix crasher in the _DoScriptSequ timer callback
* Fix single-line of garbage on the top line of the dynamic tiles
2021-10-06 07:10:09 -05:00
..
blitter Initial Tiled tile animation export support 2021-10-06 07:10:09 -05:00
Anim.s Initial Tiled tile animation export support 2021-10-06 07:10:09 -05:00
Core.s Add untested framework for handling fringe tile rendering 2021-08-30 22:14:04 -05:00
Defs.s Initial Tiled tile animation export support 2021-10-06 07:10:09 -05:00
GTE.s Initial Tiled tile animation export support 2021-10-06 07:10:09 -05:00
Graphics.s Initial Tiled tile animation export support 2021-10-06 07:10:09 -05:00
Memory.s Reorg some more files and tweak paths 2021-08-26 16:45:23 -05:00
Render.s Initial Tiled tile animation export support 2021-10-06 07:10:09 -05:00
RotData.s Reformat 2021-07-30 08:01:46 -05:00
Script.s Initial Tiled tile animation export support 2021-10-06 07:10:09 -05:00
Sprite.s Add untested framework for handling fringe tile rendering 2021-08-30 22:14:04 -05:00
TileMap.s Initial Tiled tile animation export support 2021-10-06 07:10:09 -05:00
Timer.s Initial Tiled tile animation export support 2021-10-06 07:10:09 -05:00