Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-02 | Document remaining symbols in pokemon.c | GriffinR | |
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-06-18 | Replace hardcoded number in MakeCaptureStars. | ultima-soul | |
2021-04-25 | Document battler sprite affine anims, default pokeball throw | GriffinR | |
2021-04-15 | More usage of DISPLAY constants | GriffinR | |
2021-03-29 | Add MON_PIC_SIZE constant | GriffinR | |
2021-02-28 | Document more battle anim effects | Marcus Huderle | |
2021-02-27 | Document some battle anim funcs and data | Marcus Huderle | |
2021-01-19 | Remove unused local variables and functions | GriffinR | |
2020-08-30 | Minor battle_anim_throw cleanup | GriffinR | |
2020-08-30 | Rename to battle_anim_throw | hondew | |