summaryrefslogtreecommitdiff
path: root/include/constants/pokemon.h
AgeCommit message (Collapse)Author
2021-12-28Move pokemon and easy chat constants to global, misc clean-upGriffinR
2021-11-17Merge pull request #1550 from GriffinRichards/doc-pokenavGriffinR
Document Pokénav
2021-11-10Start pokenav conditions docGriffinR
2021-11-08Add MonCoods size macroGriffinR
2021-10-02Document remaining symbols in pokemon.cGriffinR
2021-08-24Removed trailing spaces in the most relevant filesLOuroboros
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow.
2021-07-23Removed unused status ailment constantsLOuroboros
2021-03-29Add MON_PIC_SIZE constantGriffinR
2021-02-24Document mailGriffinR
2021-02-24Merge pull request #1336 from GriffinRichards/giftribbonsGriffinR
Document some ribbon usage
2021-02-22Merge pull request #1328 from GriffinRichards/doc-pokeuseitemGriffinR
Document PokemonUseItemEffects
2021-02-18Document ribbon TV show, add new ribbon IDs/sizeGriffinR
2021-02-17Use new gift ribbons size, label unused ribbonsGriffinR
2021-02-15Rename obedient/fatefulEncounter to eventLegalDeokishisu
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-15Fix giftRibbons Field in SaveBlock1 & Relabel Gift Ribbons in pokemon.hDeokishisu
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-02-12Document PokemonUseItemEffectsGriffinR
2021-01-07Use constants for max IVs & the random IV generation flagSphericalIce
2020-12-12Corrected small inconsistency in move flag namesLOuroboros
2020-10-05Add ITEM6_HEAL constants, change move flags to shiftsGriffinR
2020-08-28add MAX_LEVEL_UP_MOVES macrokiliwily
2020-08-28Add MAX_PER_STAT_EVS macroThomas Winwood
2020-08-04Add stat stage constantsGriffinR
2020-07-18Clean up some battle scr cmd dataGriffinR
2020-02-08Document Trainer CardGriffinR
2020-02-04Use friendship event constantsGriffinR
2020-01-07More battle_dome.c docGriffinR
2019-12-20Document Battle Dome scripts and some battle_dome.cGriffinR
2019-11-16WIP Document apprenticeGriffinR
2019-10-25Document party_menu first passGriffinR
2019-10-14add MIN_LEVEL define to pokemon constantsgarak
2019-09-25Document day_care.inc and relatedGriffinR
2019-09-22Consolidate remaining pokemon constantsGriffinR
2019-09-22Document PLAYER_HAS constants, consolidate poke constantsGriffinR
2019-07-11Use a constant instead of integer literals when checking for shinynessGudf
2018-12-05document pokédex optionsMelody
2018-11-18Party Size and Num StatsDizzyEggg
2018-02-08pokemon and battle constantsDizzyEggg