summaryrefslogtreecommitdiff
path: root/src/link_rfu_2.c
AgeCommit message (Collapse)Author
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-02Minor aesthetic tweaks RE reviewPikalaxALT
2021-06-01Sync link_rfu_2 symbols from EmeraldPikalaxALT
2021-05-28Port link_rfu_2 fakematch fix from EmeraldPikalaxALT
2021-05-05Fix accidental label swap in link_rfu.hPikalaxALT
2021-05-05Sync berry crush from EmeraldPikalaxALT
2021-03-18Document ShouldIgnoreDeoxysFormPikalaxALT
2021-01-29Use trainer constants in flags, automatically update flags/vars countGriffinR
2020-04-11Some documentation of berry_crushPikalaxALT
2020-04-10Merge branch 'master' of github.com:pret/pokefirered into modern_gccPikalaxALT
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-04-04Get pokefirered_modern to buildPikalaxALT
2020-03-28Finish overworld.cPikalaxALT
2020-02-12Address review commentsPikalaxALT
2020-02-12More function documentation in union_room, link, link_rfu_2PikalaxALT
2020-02-11More symbol docs in librfu, link_rfu_2PikalaxALT
2020-02-06Name remaining funcs in union_room.cPikalaxALT
2020-02-04More renaming in union_room.cPikalaxALT
2020-02-04More mevent documentationPikalaxALT
2020-02-03Document wireless_communication_status_screenPikalaxALT
2020-02-03I'm so original with these commit namesPikalaxALT
2020-02-03Union room activity documentationPikalaxALT
2020-01-30Still more documentation of RFUPikalaxALT
2020-01-30More RFU documentationPikalaxALT
2020-01-29Clean up sub_80FBA00PikalaxALT
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-25Document union room chatPikalaxALT
2020-01-24PLAYER_NAME_LENGTH to 7PikalaxALT
2020-01-22Some documentation of rfu_union_toolPikalaxALT
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-15Use librfu consts in link_rfu_*.cPikalaxALT
2020-01-14data/link_rfu.s --> data/easy_chat_2.sPikalaxALT
2020-01-14Move UnkRfuStruct_2 to link_rfu.h where it belongsPikalaxALT
2020-01-14Move GFtgtGname out of librfu.hPikalaxALT
2020-01-14Finish porting link_rfu_2PikalaxALT
2020-01-13link_rfu_2 through rfufunc_80FA020PikalaxALT
2020-01-13link_rfu_2 through sub_80F8F5CPikalaxALT