summaryrefslogtreecommitdiff
path: root/src/union_room_chat.c
AgeCommit message (Collapse)Author
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-06-10Remove remaining grey and replace with grayExpoSeed
2021-04-15More usage of DISPLAY constantsGriffinR
2021-02-24Add palette selection constantsGriffinR
2021-02-24Use TASK_NONE constantGriffinR
2021-02-24Use WINDOW_NONE constantGriffinR
2020-11-02Re-apply joypad macros (minus merge conflicts)aaaaaa123456789
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-04Switch to button macrosPokeCodec
2020-08-23sizeOf data type, not pointer valuePokeCodec
2020-08-16Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contestGriffinR
2020-08-13Document link contest connectionGriffinR
2020-08-11Add some charmap constant usageGriffinR
2020-06-13Merge branch 'master' into doc-linkGriffinR
2020-06-10Begin item_menu.c cleanupSierraffinity
2020-06-02Document union_room_chat.cGriffinR
2020-05-31Document union_room.cGriffinR
2019-12-10Document misc strings and text colorsGriffinR
2019-12-06Use ST_OAM constants for OamData definitionsGriffinR
2019-10-02Merge pull request #821 from GriffinRichards/document-textinputPikalaxALT
Document text input strings
2019-09-30Add missing page num usageGriffinR
2019-09-30Document text input stringsGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-04-07Merge branch 'master' into contest-ai-cleanupPhlosioneer
2019-04-04Resolve unnecessarily externed symbolsPikalaxALT
2019-04-04Finish decomp of union_room_chatPikalaxALT
2019-04-04union_room_chat data, 1PikalaxALT
2019-04-04RGB ConstantsPhlosioneer
2019-04-03Rename and document more contest setup functionsPhlosioneer
Also properly label the link contest flags variable, and label the contest window ID's.
2019-03-31Document mystery_giftPikalaxALT
2019-03-29Finish decompiling union_room_chat.cMarcus Huderle
2019-03-28Decompile union_room_chat through sub_8020118Marcus Huderle
2019-03-28Decompile union_room_chat.s through sub_801FF08Marcus Huderle
2019-03-27Decompile union_room_chat.c up to sub_801F5B8Marcus Huderle
2019-03-26Start decompiling union_room_chat.cMarcus Huderle