summaryrefslogtreecommitdiff
path: root/src/pokemon.c
AgeCommit message (Collapse)Author
2022-02-22Rename GetBattlePyramindTrainerEncounterMusicId to fix typosphericalice
2022-01-17Specify unsigned in spot commentGriffinR
2022-01-17Add Spinda spot color constantsGriffinR
2022-01-17Fix typoGriffinR
2022-01-17Document Spinda spot algorithmGriffinR
2022-01-05Add comment about pokedex reorderingGriffinR
2021-11-17Use specific name limits for string limit functionsGriffinR
2021-11-07Disambiguate cry functionsGriffinR
2021-10-27Restore ModifyStatByNature bug notesGriffinR
2021-10-13Add controller buffer constants, finish misc battle docGriffinR
2021-10-12Clean up recorded_battle, add MOVE_IS_PERMANENTGriffinR
2021-10-11Calculate pokemon substruct size, missing MON_PIC_SIZEGriffinR
2021-10-08Start misc battle documentationGriffinR
2021-10-02Document remaining symbols in pokemon.cGriffinR
2021-10-02Document summary screen sprite managerGriffinR
2021-09-30Rename Battle Weather flagsPokestia
2021-09-24Merge branch 'master' into tag-noneGriffinR
2021-09-14Add TAG_NONEGriffinR
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-05-16Added missing Treecko from animation list.Eduardo Quezada D'Ottone
2021-04-25Document battler sprite affine anims, default pokeball throwGriffinR
2021-04-16Doc storage - releasing, some cursorGriffinR
2021-04-13Merge pull request #1400 from GriffinRichards/doc-pokemonanimGriffinR
Document Pokémon animation
2021-04-10Document pokemon animation typesGriffinR
2021-04-03Add remaining multistring chooser constantsGriffinR
2021-03-30Bit shifts from hex to decimalGriffinR
2021-03-27Standardize Friendship/HappinessGriffinR
2021-02-24Use TASK_NONE constantGriffinR
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-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-02-03Document evolution sceneGriffinR
2021-01-23Misc battle documentationGriffinR
2021-01-19Merge pull request #1311 from GriffinRichards/clean-unusedGriffinR
Remove unused local variables and functions
2021-01-19Remove unused local variables and functionsGriffinR
2021-01-19Use GET_UNOWN_LETTER macroGriffinR
2021-01-13Label remaining battle typesGriffinR
2021-01-10Merge pull request #1296 from GriffinRichards/bugfix-typoGriffinR
Add missing braces to bugfix in CalculateMonStats
2021-01-10Add missing braces to bugfix in CalculateMonStatsGriffinR
2021-01-07Use the correct constant for max-IV masksSphericalIce
2021-01-07Use constants for max IVs & the random IV generation flagSphericalIce
2020-12-24Label remaining subs in battle_tower.cGriffinR
2020-12-14Merge pull request #1265 from Kurausukun/berry_crushGriffinR
fakematch fixes, begin documenting Berry Crush (based on #1187)
2020-12-12Use BUGFIX for some inline fixesGriffinR
2020-12-10Merge remote-tracking branch 'upstream/master' into berry_crushKurausukun
2020-10-26Merge branch 'master' into revertsaaaaaa123456789
2020-10-26port sub_806F160 fakematch fixKurausukun