summaryrefslogtreecommitdiff
path: root/src/link_rfu_3.c
AgeCommit message (Collapse)Author
2021-10-11Fix misleading RecordMixTrainerNames nameGriffinR
2021-10-07Combine link slot length constantsGriffinR
2021-10-07Merge branch 'master' into doc-unionGriffinR
2021-10-07Rename GF Gname, Rfu, finish bulk of Union Room, more link docGriffinR
2021-10-05Continue misc link documentation, rename reset_save_heapGriffinR
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-07-07Flatten pos fields in struct SpritePikalaxALT
2021-02-24Use SPRITE_NONE constantGriffinR
2020-10-22remove naked asm (oops)Kurausukun
2020-10-22re-match GetConnectedChildStrengthKurausukun
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-09-04Refactor InitStateHandlers so each key in the reset combo is checkedPokeCodec
2020-08-16matchPokeCodec
2020-08-11Add some charmap constant usageGriffinR
2020-06-10Second pass on documenting union roomGriffinR
2020-06-08Some link rfu cleanup / link.c documentationGriffinR
2020-06-08Document link_rfu_3.cGriffinR
2020-06-07Sync link_rfu_2.cGriffinR
2020-05-31Document union_room.cGriffinR
2020-02-16Port librfu from fireredPikalaxALT