summaryrefslogtreecommitdiff
path: root/src/battle_anim_effects_2.c
AgeCommit message (Collapse)Author
2021-11-17Merge pull request #1550 from GriffinRichards/doc-pokenavGriffinR
Document Pokénav
2021-11-14Designate gBattleAnimBgImage_Attract and related as arraysWiz
2021-11-10Clean up some register constant useGriffinR
2021-11-08Finish battle_anim_mons docGriffinR
2021-11-08Add missing BATTLER_COORD usageGriffinR
2021-11-08Start battle_anim_mons docGriffinR
2021-10-08Start misc battle documentationGriffinR
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-06-10Remove remaining grey and replace with grayExpoSeed
2021-04-15Misc reg constant cleanupGriffinR
2021-04-15More usage of WININ/OUT constantsGriffinR
2021-04-15More usage of DISPLAY constantsGriffinR
2021-04-13Label unused move anims in anim_effects_2GriffinR
2021-02-28Document more battle anim effectsMarcus Huderle
2021-02-27Document some battle anim funcs and dataMarcus Huderle
2021-01-23Misc battle anim documentationGriffinR
2020-08-20Give songs meaningful english namesGriffinR
2020-05-24Use fixed point macros for math utilGriffinR
2020-05-24Document math_util.cGriffinR
2020-03-27Fix 'AnimMovmentWaves' typoSewef
2020-02-25Rename battle anim type files, remove unneeded ARG_RET_IDsGriffinR
2020-02-25Label move anim dataGriffinR
2020-02-25Clean up battle anim C for docGriffinR
2020-02-25Finish documenting move anim scriptsGriffinR
2020-02-25Document move anims S-ZGriffinR
2020-02-25Some battle anim review changesGriffinR
2020-02-25Document move anims I-SGriffinR
2020-02-25Document move anims C-HGriffinR
2020-02-25Document move anims A-CGriffinR
2019-12-06More usage of ST_OAM constants and SPRITE macrosGriffinR
2019-10-20battle_anims_effects_2Sewef
Fixes
2019-10-20battle_anims_effects_2Sewef
2019-10-20more battle_anims_effects_2Sewef
2019-10-20battle_anims_effects_2Sewef
2019-10-20battle_anims_effects_2Sewef
2019-10-20battle_anims_effects_2Sewef
2019-10-20starting battle_anim_effects_2Sewef
2019-10-16Conflits 3/2Sewef
Nice one, git
2019-10-16Another fix, Conflicts 2/2Sewef
2019-10-14More battle_anim_effects_1 labelsSewef
2019-10-14Ended battle_anims_effects_1 SpriteTemplatesSewef
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-09-04Use gBattlerPositions constantsGriffinR
2019-09-04Use B_SIDE constantsGriffinR
Also includes a CHAR_X constant use for X items
2019-08-21Remove MNUM from oam flip constant namesPikalaxALT
2019-08-21Use HFLIP, VFLIPPikalaxALT
2019-04-11nonmatchingsDizzyEggg
2019-04-06Give names to battle anim backgroundsDizzyEggg
2019-04-06Rename sprite sheet to sprite gfxDizzyEggg