summaryrefslogtreecommitdiff
path: root/src/union_room.c
AgeCommit message (Collapse)Author
2021-11-17Use specific name limits for string limit functionsGriffinR
2021-11-16Handle optional arguments for warp commands, add WARP_ID_NONEGriffinR
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-26Merge pull request #1525 from GriffinRichards/doc-recmixGriffinR
Document remainder of Record Mixing
2021-10-24Merge pull request #1519 from GriffinRichards/doc-mgiftGriffinR
Document Mystery Gift
2021-10-24Document record mixing mail swapGriffinR
2021-10-17Correct usage of MysteryEvent to MysteryGiftGriffinR
2021-10-16General mystery gift documentation, finish mystery gift client/server/scriptsGriffinR
2021-10-15Merge branch 'master' into minor-constantsGriffinR
2021-10-15Fix some trainer card link accessGriffinR
2021-10-14Document some mystery giftGriffinR
2021-10-11Fix misleading RecordMixTrainerNames nameGriffinR
2021-10-09Add MAP_OFFSETGriffinR
2021-10-07Merge branch 'master' into doc-unionGriffinR
2021-10-07Update argument names in link headers, link_rfu doc cleanupGriffinR
2021-10-07Finish remaining symbols in link_rfu_2GriffinR
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-08-15Document remaining functions in cable_clubGriffinR
2021-08-15Start more link_rfu_2 documentationGriffinR
2021-07-08Merge pull request #1478 from Kurausukun/itemprintGriffinR
Change ItemPrintFunc to Use u32 Instead of s32
2021-07-03Merge pull request #1471 from GriffinRichards/fix-lockGriffinR
Fix some object lock names
2021-06-18change printItemFunc to use u32 instead of s32Kurausukun
also change a use of -2 to LIST_CANCEL
2021-05-15Various BUGFIXes and UBFIXesExpoSeed
2021-05-04Fix some object lock namesGriffinR
2021-04-09standardize "grey" to "gray"Kurausukun
2021-02-24Add palette selection constantsGriffinR
2020-12-12Use BUGFIX for some inline fixesGriffinR
2020-11-03Merge pull request #1189 from aaaaaa123456789/revertsPikalaxALT
Undo PokeCodec's PRs and port changes
2020-11-02Re-apply joypad macros (minus merge conflicts)aaaaaa123456789
2020-10-29Use constants for menu info icon tableGriffinR
2020-10-26Merge branch 'master' into revertsaaaaaa123456789
2020-10-01Replace POKEMON_SLOTS_NUMBERGriffinR
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-09-01Merge pull request #1149 from PokeCodec/datatypesGriffinR
gflib documenting
2020-08-28Merge branch 'master' into doc-blenderGriffinR
2020-08-24Finish documenting berry blenderGriffinR
2020-08-23Documentation of unk fieldPokeCodec
2020-08-20Give songs meaningful english namesGriffinR
2020-08-13Split contest funcs from script_pokemon_utilGriffinR
2020-08-13Document link contest connectionGriffinR
2020-06-10Second pass on documenting union roomGriffinR
2020-06-08Some link rfu cleanup / link.c documentationGriffinR
2020-06-07Sync link_rfu_2.cGriffinR
2020-06-06Document cable_club.cGriffinR
2020-06-03Label union room battle trainerGriffinR