Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-08 | Add missing BATTLER_COORD usage | 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-04-15 | More usage of DISPLAY constants | GriffinR | |
2021-04-13 | Label misc unused move anims | GriffinR | |
2021-04-11 | Label unused move anims | GriffinR | |
2021-02-27 | Document some battle anim funcs and data | Marcus Huderle | |
2021-01-19 | Remove unused local variables and functions | GriffinR | |
2020-11-02 | address comments | Kurausukun | |
2020-10-21 | re-match battle_anim_flying functions (from #1126) | Kurausukun | |
2020-09-13 | Undo PokeCodec's PRs | aaaaaa123456789 | |
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-04 | Create Macros and refactor | PokeCodec | |
2020-08-12 | removed stray line | PokeCodec | |
2020-08-10 | cleanup | PokeCodec | |
2020-08-10 | Remove fakematch | PokeCodec | |
2020-02-25 | Rename battle anim type files, remove unneeded ARG_RET_IDs | GriffinR | |