summaryrefslogtreecommitdiff
path: root/include/constants/pokemon.h
AgeCommit message (Collapse)Author
2021-03-21Style fixes; attempt to match help_system NONMATCHINGPikalaxALT
2021-03-18Document ShouldIgnoreDeoxysFormPikalaxALT
2021-03-18Document and refactor AdjustFriendshipPikalaxALT
2021-03-18Sync EVO_MODE consts from emeraldPikalaxALT
2021-03-16Document item use functions in pokemon.cPikalaxALT
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-03-21through sub_811D5C0PikalaxALT
2020-03-11Port pokemon_storage_2 from emeraldPikalaxALT
2020-01-23Normalize union room UnkStruct arrays; remove STAT_STAGE_ definesPikalaxALT
2020-01-22Merge branch 'master' of github.com:pret/pokefirered into union_roomPikalaxALT
2020-01-21Data through gUnknown_84570C8PikalaxALT
2020-01-20Document some misc small scriptsGriffinR
2020-01-11Sync Cable Club scriptsGriffinR
2019-11-20Port evolution_scenePikalaxALT
2019-08-02ported battle_util from pokeemjiangzhengwenjz
2018-10-08partially decompile pokemon.cProjectRevoTPP