Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-22 | Rename GetBattlePyramindTrainerEncounterMusicId to fix typo | sphericalice | |
2022-01-17 | Specify unsigned in spot comment | GriffinR | |
2022-01-17 | Add Spinda spot color constants | GriffinR | |
2022-01-17 | Fix typo | GriffinR | |
2022-01-17 | Document Spinda spot algorithm | GriffinR | |
2022-01-05 | Add comment about pokedex reordering | GriffinR | |
2021-11-17 | Use specific name limits for string limit functions | GriffinR | |
2021-11-07 | Disambiguate cry functions | GriffinR | |
2021-10-27 | Restore ModifyStatByNature bug notes | GriffinR | |
2021-10-13 | Add controller buffer constants, finish misc battle doc | GriffinR | |
2021-10-12 | Clean up recorded_battle, add MOVE_IS_PERMANENT | GriffinR | |
2021-10-11 | Calculate pokemon substruct size, missing MON_PIC_SIZE | GriffinR | |
2021-10-08 | Start misc battle documentation | GriffinR | |
2021-10-02 | Document remaining symbols in pokemon.c | GriffinR | |
2021-10-02 | Document summary screen sprite manager | GriffinR | |
2021-09-30 | Rename Battle Weather flags | Pokestia | |
2021-09-24 | Merge branch 'master' into tag-none | GriffinR | |
2021-09-14 | Add TAG_NONE | GriffinR | |
2021-08-24 | Removed trailing spaces in the most relevant files | LOuroboros | |
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-16 | Added missing Treecko from animation list. | Eduardo Quezada D'Ottone | |
2021-04-25 | Document battler sprite affine anims, default pokeball throw | GriffinR | |
2021-04-16 | Doc storage - releasing, some cursor | GriffinR | |
2021-04-13 | Merge pull request #1400 from GriffinRichards/doc-pokemonanim | GriffinR | |
Document Pokémon animation | |||
2021-04-10 | Document pokemon animation types | GriffinR | |
2021-04-03 | Add remaining multistring chooser constants | GriffinR | |
2021-03-30 | Bit shifts from hex to decimal | GriffinR | |
2021-03-27 | Standardize Friendship/Happiness | GriffinR | |
2021-02-24 | Use TASK_NONE constant | GriffinR | |
2021-02-24 | Merge pull request #1336 from GriffinRichards/giftribbons | GriffinR | |
Document some ribbon usage | |||
2021-02-22 | Merge pull request #1328 from GriffinRichards/doc-pokeuseitem | GriffinR | |
Document PokemonUseItemEffects | |||
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-02-12 | Document PokemonUseItemEffects | GriffinR | |
2021-02-03 | Document evolution scene | GriffinR | |
2021-01-23 | Misc battle documentation | GriffinR | |
2021-01-19 | Merge pull request #1311 from GriffinRichards/clean-unused | GriffinR | |
Remove unused local variables and functions | |||
2021-01-19 | Remove unused local variables and functions | GriffinR | |
2021-01-19 | Use GET_UNOWN_LETTER macro | GriffinR | |
2021-01-13 | Label remaining battle types | GriffinR | |
2021-01-10 | Merge pull request #1296 from GriffinRichards/bugfix-typo | GriffinR | |
Add missing braces to bugfix in CalculateMonStats | |||
2021-01-10 | Add missing braces to bugfix in CalculateMonStats | GriffinR | |
2021-01-07 | Use the correct constant for max-IV masks | SphericalIce | |
2021-01-07 | Use constants for max IVs & the random IV generation flag | SphericalIce | |
2020-12-24 | Label remaining subs in battle_tower.c | GriffinR | |
2020-12-14 | Merge pull request #1265 from Kurausukun/berry_crush | GriffinR | |
fakematch fixes, begin documenting Berry Crush (based on #1187) | |||
2020-12-12 | Use BUGFIX for some inline fixes | GriffinR | |
2020-12-10 | Merge remote-tracking branch 'upstream/master' into berry_crush | Kurausukun | |
2020-10-26 | Merge branch 'master' into reverts | aaaaaa123456789 | |
2020-10-26 | port sub_806F160 fakematch fix | Kurausukun | |