Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-24 | Removed trailing spaces in the most relevant files | LOuroboros | |
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-07 | Flatten pos fields in struct Sprite | PikalaxALT | |
2021-04-24 | Label more unused battle anims | GriffinR | |
2021-04-13 | Label misc unused move anims | GriffinR | |
2021-02-28 | Document more battle anim effects | Marcus Huderle | |
2020-02-25 | Clean up move anim doc | GriffinR | |
2020-02-25 | Document move anims S-Z | GriffinR | |
2020-02-25 | Document move anims I-S | GriffinR | |
2020-02-25 | Document move anims C-H | GriffinR | |
2019-12-06 | More usage of ST_OAM constants and SPRITE macros | GriffinR | |
2019-10-14 | Document Oamdata in battle_anim (#838) | Sewef | |
2019-04-06 | Rename battle anim sprites | DizzyEggg | |
2019-03-31 | Give battle_anim files appropriate names | Marcus Huderle | |