summaryrefslogtreecommitdiff
path: root/src/pokemon_animation.c
AgeCommit message (Collapse)Author
2021-08-24Removed trailing spaces in the most relevant filesLOuroboros
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow.
2021-07-07Flatten pos fields in struct SpritePikalaxALT
2021-05-31[LEAK-INFORMED] also pretty dumbKurausukun
2021-05-31[LEAK-INFORMED] literal dumbest fakematch everKurausukun
2021-04-10Pokemon animation misc cleanupGriffinR
2021-04-10Document pokemon animation typesGriffinR
2021-01-23Misc battle documentationGriffinR
2021-01-11Fix missing header for sub_817F77C BUGFIXGriffinR
2020-12-30Change how mon affine transform fix is handledSierraffinity
2020-12-12Fix affine anim bug with Pokémon going in and out of balls without an ↵Sierraffinity
intermediate screen transition
2020-10-26Merge branch 'master' into revertsaaaaaa123456789
2020-10-26port sub_8181C2C fakematching fixKurausukun
2020-10-01Replace POKEMON_SLOTS_NUMBERGriffinR
2020-09-13Undo PokeCodec's PRsaaaaaa123456789
This commit undoes most of PokeCodec's PRs after the debate in chat. Some harmless or completely superseded PRs have been left alone, as there is not much benefit in attempting to undo them. Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136, #1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179, #1180, #1181, #1182 and #1183.
2020-09-09Fix fakematch in pokemon animationPokeCodec
2020-08-18Wrap asm statements in NONMATCHINGGriffinR
2020-07-18Clean up some battle scr cmd dataGriffinR
2020-05-24Match sub_817F9F4Marcus Huderle
2019-12-06More usage of ST_OAM constants and SPRITE macrosGriffinR
2019-06-30Document pokemon_animations sprite ptr bugPikalaxALT
2019-06-30Fix pokemon_animation.cPikalaxALT
2019-06-26Fix/suppress warnings when building with gcc-8PikalaxALT
2018-12-24Clear includesDizzyEggg
2018-12-08Clean some more arraysnullableVoidPtr
2018-12-07Realign comments, clean tables in pokemon_animation.c and use ↵nullableVoidPtr
SPECIES_OLD_UNOWN_ defines
2018-12-06Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵nullableVoidPtr
spaces -> tabs
2018-12-06Fix alloc.c as per #386, define INVALID_ constants and rename malloc to ↵nullableVoidPtr
alloc as per #325 Some of the INVALID_ are likely erroneously placed, due to lack of documentation
2018-11-14Sort includes into alphabetical orderSlawter666
2018-10-30label back animationsgarak
2018-10-14Move 'blend_palette'.c to util.cDizzyEggg
2018-09-10Standardize sprite visibility to booleanDiegoisawesome
2018-09-01Bank to battlerDizzyEggg
2018-05-11Update naked attribute and ASM_DIRECT to NAKED macroDiegoisawesome
2018-02-06more renamingcamthesaxman
2018-01-29add rgb constantsDizzyEggg
2018-01-29pokemon animation is decompiledDizzyEggg
2018-01-28more pokemon animation functionsDizzyEggg
2018-01-27more pokemon anim functions decompiledDizzyEggg
2018-01-27more pokemon anim functions decompiledDizzyEggg
2018-01-24more pokemon anim funcsDizzyEggg
2018-01-22start decompiling pokemon animationDizzyEggg