Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-17 | Document Spinda spot algorithm | GriffinR | |
2021-12-28 | Move pokemon and easy chat constants to global, misc clean-up | GriffinR | |
2021-10-11 | Calculate pokemon substruct size, missing MON_PIC_SIZE | GriffinR | |
2021-10-02 | Document remaining symbols in pokemon.c | GriffinR | |
2021-10-02 | Document summary screen sprite manager | GriffinR | |
2021-05-31 | [LEAK-INFORMED] fix CreateShedinja fakematch | Kurausukun | |
info: the header change is required. accesses to the struct need to be treated as non-const, even though the array must be const. thanks to jiang for figuring this out. | |||
2021-02-17 | Use new gift ribbons size, label unused ribbons | GriffinR | |
2021-02-15 | Rename obedient/fatefulEncounter to eventLegal | Deokishisu | |
Per discussion on pret, `obedient`/`fatefulEncounter` has been renamed to `eventLegal`, and all related functions and constants have been modified with this in mind. Additionally, fixed some whitespace alignment issues in `script_cmd_table.h`, `pokemon.h`, and `tv.c` from the last commit. | |||
2021-02-15 | Fix giftRibbons Field in SaveBlock1 & Relabel Gift Ribbons in pokemon.h | Deokishisu | |
The giftRibbons field has been split out into proper subfields. The new ExternalEvent structs deal with interconnectivity between external games/peripherals and Emerald, such as PokéCoupon storage and the flag for receiving Wishmaker Jirachi. 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 `fatefulEncounter`. All relevant constants and functions dealing with the Pokémon data structure were renamed with these changes in mind. | |||
2021-01-23 | Misc battle documentation | GriffinR | |
2021-01-19 | Parentheses for GET_UNOWN_LETTER | GriffinR | |
2021-01-19 | Use GET_UNOWN_LETTER macro | GriffinR | |
2021-01-15 | Make filler in PokemonSubstruct0 explicit | GriffinR | |
2020-12-24 | Label remaining subs in battle_tower.c | GriffinR | |
2020-10-26 | port sub_806F160 fakematch fix | Kurausukun | |
2020-09-13 | Undo PokeCodec's PRs | aaaaaa123456789 | |
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-09 | Document size field of unknown struct | PokeCodec | |
2020-09-09 | Type adjust | PokeCodec | |
2020-08-04 | Add stat stage constants | GriffinR | |
2020-06-03 | Label union room battle trainer | GriffinR | |
2020-02-04 | Use friendship event constants | GriffinR | |
2019-12-21 | Document item_use.c | GriffinR | |
2019-10-31 | Clean up party_menu doc | GriffinR | |
2019-10-25 | Document party_menu first pass | GriffinR | |
2019-09-22 | Consolidate remaining pokemon constants | GriffinR | |
2019-09-22 | Document PLAYER_HAS constants, consolidate poke constants | GriffinR | |
2019-09-16 | Use MAX_MON_MOVES constants | GriffinR | |
2019-08-22 | bool8 to u8 | DizzyEggg | |
2019-07-25 | Decompile pokemon unk 6 | DizzyEggg | |
2019-05-16 | rename gFacilityClassPicsByIndex to gLinkPlayerFacilityClasses | garak | |
2019-05-16 | name some trainer card related functions | garak | |
2019-05-16 | Change abilities in base stats to array | DizzyEggg | |
2019-05-16 | use ability num instead of alt ability | DizzyEggg | |
2019-05-15 | Use PLAYER_NAME_LENGTH constant | DizzyEggg | |
2019-05-03 | Document MON_DATA_10 | hjk321 | |
2019-04-05 | Document secret base | Marcus Huderle | |
2019-04-05 | Use shiny species tag | DizzyEggg | |
2019-02-23 | Documented/polished pokemon_summary_screen.c | Ariel Antonitis | |
Mostly variables mislabeled as global and some formerly unknown stuff. | |||
2019-01-13 | Decompile trainer hill | DizzyEggg | |
2018-12-20 | Merge with master | DizzyEggg | |
2018-12-19 | Almost there | DizzyEggg | |
2018-12-15 | Merge pull request #448 from Meowsy/pokedex-documentation | Marcus Huderle | |
Pokedex Documentation | |||
2018-12-15 | Up to sub 0x80ce580 | DizzyEggg | |
2018-12-15 | Document various things relating to the Pokedex. | Meowsy | |
2018-12-10 | Rename UnknownPokemonStruct to BattleTowerPokemon. | Meowsy | |
2018-11-26 | Merge pull request #396 from DizzyEggg/attempt | Marcus Huderle | |
Match some functions | |||
2018-11-25 | Match some functions | DizzyEggg | |
2018-11-22 | Document battle ui | Slawter666 | |
2018-11-18 | Party Size and Num Stats | DizzyEggg | |
2018-11-11 | Factory done | DizzyEggg | |