summaryrefslogtreecommitdiff
path: root/src/trade.c
AgeCommit message (Collapse)Author
2021-11-19Sync globalGriffinR
2021-07-07Flatten pos fields in struct SpritePikalaxALT
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-04-12Merge remote-tracking branch 'origin' into doc_pokesumPikalaxALT
2021-04-09standardize "grey" to "gray"Kurausukun
2021-04-09Merge pull request #411 from Kurausukun/temp2PikalaxALT
Fix Trade Nonmatchings (Thanks to Shoomer/RadicalDweamer)
2021-04-09correct text color variable namesKurausukun
2021-04-09fix text color namesKurausukun
2021-04-07fix trade nonmatchings (thanks to shoomer)Kurausukun
2021-04-04Document Pokemon Summary Screen, 1PikalaxALT
2021-03-15Document old man batttle controllerPikalaxALT
2021-02-16Mirror pokeemerald PR#1329 & PR#1335 to pokefireredDeokishisu
The `giftRibbons` field in `SaveBlock1` has been split out into proper subfields. The new ExternalEvent structs deal with interconnectivity between external games/peripherals and FRLG. US & JP Colosseum Bonus Discs', Colosseum and XD's, Pokémon Channel's, and PokémonBox: Ruby & Sapphire's interactions with these fields has been documented. The `giftRibbon#` fields in `PokemonSubstruct3` have also been renamed to their appropriate ribbons, and commented with distribution info if applicable. The previous `fatefulEncounter` field was actually filler, and relabeled as such, while the `obedient` bit was renamed `eventLegal`. All relevant constants and functions dealing with the Pokémon data structure were renamed with these changes in mind. I still maintain that `eventLegal` is a misnomer and it should be called `fatefulEncounter` in all three repos.
2020-08-29Give songs meaningful english namesGriffinR
2020-04-11Some documentation of berry_crushPikalaxALT
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, 3PikalaxALT
2020-04-10Address review comments, 2PikalaxALT
2020-04-10Address review commentsPikalaxALT
2020-04-09Attempt to doc tradePikalaxALT
2020-03-28through sub_8056918PikalaxALT
2020-03-11Port pokemon_storage_2 from emeraldPikalaxALT
2020-02-21Remove redundant include linesPikalaxALT
2020-02-15use uroom size/count macros; travis reverts back to agbcc masterPikalaxALT
2020-02-12Address review commentsPikalaxALT
2020-02-12More function documentation in union_room, link, link_rfu_2PikalaxALT
2020-02-04More mevent documentationPikalaxALT
2020-02-03I'm so original with these commit namesPikalaxALT
2020-01-25Finish union_room_chat_displayPikalaxALT
2020-01-14Move GFtgtGname out of librfu.hPikalaxALT
2020-01-09partially sync with knizz's documentationjiangzhengwenjz
2019-12-20sub_804F284jiangzhengwenjz
2019-12-19sub_804C728; sub_804CF14jiangzhengwenjz
2019-12-17mostly standardize to object event to prep for disassemblygarak
2019-11-23party_menu third quarterjiangzhengwenjz
2019-11-23party_menu second quarterjiangzhengwenjz
2019-11-23party_menu datajiangzhengwenjz
2019-11-23document some symbolsjiangzhengwenjz
2019-10-30Review comments and documentationPikalaxALT
2019-10-30Some renaming; resolve trade bssPikalaxALT
2019-10-30Ape trade graphics from EmeraldPikalaxALT
2019-10-30trade.c static symbolsPikalaxALT
2019-10-30Trade data; split off trade_scenePikalaxALT
2019-10-30Finish trade codePikalaxALT
2019-10-30trade through sub_8053E1C; dynamic sys flags start idxPikalaxALT
2019-10-30Port sub_805232CPikalaxALT
2019-10-29port sub_8050F3CPikalaxALT
2019-10-29Finish sub_8050968PikalaxALT
2019-10-29trade partway through sub_8050968PikalaxALT
2019-10-29Trade through sub_804FFE4PikalaxALT