aboutsummaryrefslogtreecommitdiffstats
path: root/data/battle_anims (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2025-07-021-338/+338
|\
| * Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-301-338/+338
| |
| * Don't pass redundant label names to `table_width` and `list_start` (#484)Rangi2024-12-273-3/+3
| |
* | Don't pass redundant label names to `table_width` and `list_start` (#125)Rangi2024-12-273-3/+3
| |
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2022-10-021-173/+173
|\|
| * 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-063-3/+3
| | | | | | New MACRO and DEF syntax
| * Improve some RAM formattingRangi2021-05-311-1/+1
| |
* | RGBDS syntax updates (#86)vulcandth2022-06-063-3/+3
| | | | | | New MACRO and DEF syntax
* | Improve some RAM formattingRangi2021-05-311-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-03-253-0/+6
|\|
| * Verify data table and name list sizes with assertion macrosRangi2021-03-253-0/+6
| | | | | | | | Fixes #312
| * Port dbsprite macro for OAM y,x,tile,attr data from pokecrystalRangi2020-07-171-754/+747
| |
| * Define constants for subanimations' base coords and frame block modesRangi2020-07-172-776/+776
| |
| * Factor our frame blocks' base coordinatesRangi2020-07-162-178/+179
| |
| * Define constants for subanimation transform typesRangi2020-07-161-88/+92
| |
| * Add constants for move animations' frame blocksRangi2020-07-162-687/+693
| |
| * Use a battle_anim macro for move animations' special effects and subanimationsRangi2020-07-163-183/+184
| | | | | | | | Move animations' sound IDs are off by one from move IDs.
| * Separate move/battle animation data from move data (to do: further identify ↵Rangi2020-07-164-0/+2444
| | | | animation data labels+constants)
* Sync with pokereddannye2020-11-045-0/+2449