aboutsummaryrefslogtreecommitdiffstats
path: root/data/battle_anims/subanimations.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't pass redundant label names to `table_width` and `list_start` (#125)Rangi2024-12-271-1/+1
|
* Bug: `SUBANIMTYPE_COORDFLIP` should be `SUBANIMTYPE_HVFLIP` (#394)Vortyne2022-09-261-1/+1
| | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
* Change names of move subanimations to be meaningful (#389)BlueZangoose2022-09-251-172/+172
| | | Co-authored-by: Rangi <remy.oukaour+rangi42@gmail.com>
* RGBDS syntax updates (#358)vulcandth2022-06-061-1/+1
| | | New MACRO and DEF syntax
* Improve some RAM formattingRangi2021-05-311-1/+1
|
* Verify data table and name list sizes with assertion macrosRangi2021-03-251-0/+2
| | | | Fixes #312
* Define constants for subanimations' base coords and frame block modesRangi2020-07-171-599/+599
|
* Define constants for subanimation transform typesRangi2020-07-161-88/+92
|
* Add constants for move animations' frame blocksRangi2020-07-161-685/+691
|
* Separate move/battle animation data from move data (to do: further identify ↵Rangi2020-07-161-0/+944
animation data labels+constants)