Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-11 | Move balls, shop, link, map popups, and bag out of interface | GriffinR | |
2021-11-03 | Propagate BG_COORD constants | GriffinR | |
2021-11-03 | Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAW | GriffinR | |
2021-11-03 | Add COPYWIN constants | GriffinR | |
2021-10-30 | Add font id constants | GriffinR | |
2021-10-07 | Merge branch 'master' into doc-union | GriffinR | |
2021-10-07 | Rename GF Gname, Rfu, finish bulk of Union Room, more link doc | 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-04-09 | standardize "grey" to "gray" | Kurausukun | |
2021-03-29 | Add MON_PIC_SIZE constant | GriffinR | |
2021-02-24 | Add palette selection constants | GriffinR | |
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-30 | Change array count of pointer value to array count of the first element | PokeCodec | |
2020-08-30 | Change array_size to group types | PokeCodec | |
2020-08-24 | UB | PokeCodec | |
2020-06-03 | Document wireless_communication_status_screen.c | GriffinR | |
2020-06-02 | Split wireless_communication_status_screen.c out | GriffinR | |