summaryrefslogtreecommitdiff
path: root/src/wireless_communication_status_screen.c
AgeCommit message (Collapse)Author
2022-01-11Move balls, shop, link, map popups, and bag out of interfaceGriffinR
2021-11-03Propagate BG_COORD constantsGriffinR
2021-11-03Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAWGriffinR
2021-11-03Add COPYWIN constantsGriffinR
2021-10-30Add font id constantsGriffinR
2021-10-07Merge branch 'master' into doc-unionGriffinR
2021-10-07Rename GF Gname, Rfu, finish bulk of Union Room, more link docGriffinR
2021-08-24Removed trailing spaces in the most relevant filesLOuroboros
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-09standardize "grey" to "gray"Kurausukun
2021-03-29Add MON_PIC_SIZE constantGriffinR
2021-02-24Add palette selection constantsGriffinR
2020-09-13Undo PokeCodec's PRsaaaaaa123456789
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-30Change array count of pointer value to array count of the first elementPokeCodec
2020-08-30Change array_size to group typesPokeCodec
2020-08-24UBPokeCodec
2020-06-03Document wireless_communication_status_screen.cGriffinR
2020-06-02Split wireless_communication_status_screen.c outGriffinR