Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-19 | Sync global | GriffinR | |
2021-07-07 | Flatten pos fields in struct Sprite | PikalaxALT | |
2021-06-03 | Sync LinkPlayer Struct with pokeemerald | Deokishisu | |
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-12 | Merge remote-tracking branch 'origin' into doc_pokesum | PikalaxALT | |
2021-04-09 | standardize "grey" to "gray" | Kurausukun | |
2021-04-09 | Merge pull request #411 from Kurausukun/temp2 | PikalaxALT | |
Fix Trade Nonmatchings (Thanks to Shoomer/RadicalDweamer) | |||
2021-04-09 | correct text color variable names | Kurausukun | |
2021-04-09 | fix text color names | Kurausukun | |
2021-04-07 | fix trade nonmatchings (thanks to shoomer) | Kurausukun | |
2021-04-04 | Document Pokemon Summary Screen, 1 | PikalaxALT | |
2021-03-15 | Document old man batttle controller | PikalaxALT | |
2021-02-16 | Mirror pokeemerald PR#1329 & PR#1335 to pokefirered | Deokishisu | |
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-29 | Give songs meaningful english names | GriffinR | |
2020-04-11 | Some documentation of berry_crush | PikalaxALT | |
2020-04-10 | Create COPYWIN defines for CopyWindowToVram calls | PikalaxALT | |
2020-04-10 | Name as many symbols as I could in trade.c | PikalaxALT | |
2020-04-10 | Address review comments, 3 | PikalaxALT | |
2020-04-10 | Address review comments, 2 | PikalaxALT | |
2020-04-10 | Address review comments | PikalaxALT | |
2020-04-09 | Attempt to doc trade | PikalaxALT | |
2020-03-28 | through sub_8056918 | PikalaxALT | |
2020-03-11 | Port pokemon_storage_2 from emerald | PikalaxALT | |
2020-02-21 | Remove redundant include lines | PikalaxALT | |
2020-02-15 | use uroom size/count macros; travis reverts back to agbcc master | PikalaxALT | |
2020-02-12 | Address review comments | PikalaxALT | |
2020-02-12 | More function documentation in union_room, link, link_rfu_2 | PikalaxALT | |
2020-02-04 | More mevent documentation | PikalaxALT | |
2020-02-03 | I'm so original with these commit names | PikalaxALT | |
2020-01-25 | Finish union_room_chat_display | PikalaxALT | |
2020-01-14 | Move GFtgtGname out of librfu.h | PikalaxALT | |
2020-01-09 | partially sync with knizz's documentation | jiangzhengwenjz | |
2019-12-20 | sub_804F284 | jiangzhengwenjz | |
2019-12-19 | sub_804C728; sub_804CF14 | jiangzhengwenjz | |
2019-12-17 | mostly standardize to object event to prep for disassembly | garak | |
2019-11-23 | party_menu third quarter | jiangzhengwenjz | |
2019-11-23 | party_menu second quarter | jiangzhengwenjz | |
2019-11-23 | party_menu data | jiangzhengwenjz | |
2019-11-23 | document some symbols | jiangzhengwenjz | |
2019-10-30 | Review comments and documentation | PikalaxALT | |
2019-10-30 | Some renaming; resolve trade bss | PikalaxALT | |
2019-10-30 | Ape trade graphics from Emerald | PikalaxALT | |
2019-10-30 | trade.c static symbols | PikalaxALT | |
2019-10-30 | Trade data; split off trade_scene | PikalaxALT | |
2019-10-30 | Finish trade code | PikalaxALT | |
2019-10-30 | trade through sub_8053E1C; dynamic sys flags start idx | PikalaxALT | |
2019-10-30 | Port sub_805232C | PikalaxALT | |
2019-10-29 | port sub_8050F3C | PikalaxALT | |
2019-10-29 | Finish sub_8050968 | PikalaxALT | |
2019-10-29 | trade partway through sub_8050968 | PikalaxALT | |
2019-10-29 | Trade through sub_804FFE4 | PikalaxALT | |