Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-28 | Move pokemon and easy chat constants to global, misc clean-up | GriffinR | |
2021-11-17 | Merge pull request #1550 from GriffinRichards/doc-pokenav | GriffinR | |
Document Pokénav | |||
2021-11-10 | Start pokenav conditions doc | GriffinR | |
2021-11-08 | Add MonCoods size macro | GriffinR | |
2021-10-02 | Document remaining symbols in pokemon.c | 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-07-23 | Removed unused status ailment constants | LOuroboros | |
2021-03-29 | Add MON_PIC_SIZE constant | GriffinR | |
2021-02-24 | Document mail | 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-18 | Document ribbon TV show, add new ribbon IDs/size | GriffinR | |
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-01-07 | Use constants for max IVs & the random IV generation flag | SphericalIce | |
2020-12-12 | Corrected small inconsistency in move flag names | LOuroboros | |
2020-10-05 | Add ITEM6_HEAL constants, change move flags to shifts | GriffinR | |
2020-08-28 | add MAX_LEVEL_UP_MOVES macro | kiliwily | |
2020-08-28 | Add MAX_PER_STAT_EVS macro | Thomas Winwood | |
2020-08-04 | Add stat stage constants | GriffinR | |
2020-07-18 | Clean up some battle scr cmd data | GriffinR | |
2020-02-08 | Document Trainer Card | GriffinR | |
2020-02-04 | Use friendship event constants | GriffinR | |
2020-01-07 | More battle_dome.c doc | GriffinR | |
2019-12-20 | Document Battle Dome scripts and some battle_dome.c | GriffinR | |
2019-11-16 | WIP Document apprentice | GriffinR | |
2019-10-25 | Document party_menu first pass | GriffinR | |
2019-10-14 | add MIN_LEVEL define to pokemon constants | garak | |
2019-09-25 | Document day_care.inc and related | GriffinR | |
2019-09-22 | Consolidate remaining pokemon constants | GriffinR | |
2019-09-22 | Document PLAYER_HAS constants, consolidate poke constants | GriffinR | |
2019-07-11 | Use a constant instead of integer literals when checking for shinyness | Gudf | |
2018-12-05 | document pokédex options | Melody | |
2018-11-18 | Party Size and Num Stats | DizzyEggg | |
2018-02-08 | pokemon and battle constants | DizzyEggg | |