summaryrefslogtreecommitdiff
path: root/src/link.c
AgeCommit message (Collapse)Author
2021-10-27Multiple renamings; Removed some orphaned functionslioniac
2021-06-03Sync LinkPlayer Struct with pokeemeraldDeokishisu
In pokefirered, the `LinkPlayer` struct used an 11-byte name field and puts extra link-related info in the last three bytes. pokeemerald separates these last three bytes into their own fields. This commit replicates how pokeemerald handles those fields. Also renamed `IntlConvertLinkPlayerName` to pokeemerald's `ConvertLinkPlayerName` because I was there and noticed it.
2021-06-01Sync link_rfu_2 symbols from EmeraldPikalaxALT
2021-05-05Sync berry crush from EmeraldPikalaxALT
2021-04-13Name remaining symbols in pokemon_summary_screen.cPikalaxALT
2021-03-18Document ShouldIgnoreDeoxysFormPikalaxALT
2021-03-15Document old man batttle controllerPikalaxALT
2020-04-11Some documentation of berry_crushPikalaxALT
2020-04-10Cleanup of main.cPikalaxALT
2020-04-10Create COPYWIN defines for CopyWindowToVram callsPikalaxALT
2020-04-10Name as many symbols as I could in trade.cPikalaxALT
2020-04-10Address review comments, 2PikalaxALT
2020-04-08Clean up includesPikalaxALT
2020-04-05More quest log documentation amid other stuffPikalaxALT
2020-02-29through sub_8080E6CPikalaxALT
2020-02-12Address review commentsPikalaxALT
2020-02-12More function documentation in union_room, link, link_rfu_2PikalaxALT
2020-02-04More mevent documentationPikalaxALT
2020-02-03Document wireless_communication_status_screenPikalaxALT
2020-01-29Yet more documentation of rfu fields and functionsPikalaxALT
2020-01-29More doccing of linkManagerPikalaxALT
2020-01-29Document link_rfu.c as official SDK linkManager.cPikalaxALT
2020-01-16Merge pull request #225 from GriffinRichards/doc-questlogPikalaxALT
Document some quest log
2020-01-15Some parameter updatesPikalaxALT
2020-01-15Merge master into doc-questlogGriffinR
2020-01-15Document some Quest LogGriffinR
2020-01-14data/link_rfu.s --> data/easy_chat_2.sPikalaxALT
2019-12-21SUBALIGN rodata sectionsPikalaxALT
2019-11-04Propagate save status, type, and sector definesPikalaxALT
2019-10-24Merge branch 'master' into battlejiangzhengwenjz
2019-10-21sys flagsPikalaxALT
2019-10-17thru sub_8011B94jiangzhengwenjz
2019-10-09Address review commentsPikalaxALT
2019-10-08Finish main menu decompPikalaxALT
2019-10-07Consistent spacing for struct ptr arg/var declsPikalaxALT
2019-10-07Static constPikalaxALT
2019-10-07Finish link.s decompPikalaxALT
2019-10-06link through ResetSerialPikalaxALT
2019-10-06link through CheckErrorStatusPikalaxALT
2019-10-06link through BuildSendCmdPikalaxALT
2019-10-05link through TestBlockTransfer + bss, ewramPikalaxALT
2019-10-05link.c through InitLocalLinkPlayerPikalaxALT