Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-17 | Merge pull request #1550 from GriffinRichards/doc-pokenav | GriffinR | |
Document Pokénav | |||
2021-11-10 | Clean up some register constant use | GriffinR | |
2021-11-08 | Add missing BATTLER_COORD usage | GriffinR | |
2021-10-27 | Label remaining symbols in graphics.c | GriffinR | |
2021-10-08 | Start misc battle documentation | 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-02-28 | Document more battle anim effects | Marcus Huderle | |
2021-02-28 | Merge pull request #1344 from GriffinRichards/doc-ec | GriffinR | |
Document easy chat and mail, script.c cleanup, add/use some general constants | |||
2021-02-27 | Document some battle anim funcs and data | Marcus Huderle | |
2021-02-24 | Use TASK_NONE constant | GriffinR | |
2021-01-19 | Remove unused local variables and functions | GriffinR | |
2020-10-21 | re-match battle_anim_water functions (from #1136) | Kurausukun | |
2020-10-19 | re-match CreateWaterPulseRingBubbles | Kurausukun | |
2020-10-19 | re-match RotateAuroraRingColors_Step | 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-08-13 | matching | PokeCodec | |
2020-07-29 | terminal newline | pi1024e | |
2020-07-29 | Match CreateWaterPulseRingBubbles | PokeCodec | |
2020-07-21 | Match AnimTask_RotateAuroraRingColors_Step | PokeCodec | |
2020-02-25 | Rename battle anim type files, remove unneeded ARG_RET_IDs | GriffinR | |