summaryrefslogtreecommitdiff
path: root/include/constants
AgeCommit message (Collapse)Author
2021-03-22Misc labels in battle facilitiesGriffinR
2021-03-04Label battle tower link scriptGriffinR
2021-02-24Document easy chatGriffinR
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-22Add labels for cracked floor metatilesSphericalIce
2021-02-18Document ribbon TV show, add new ribbon IDs/sizeGriffinR
2021-02-17Use new gift ribbons size, label unused ribbonsGriffinR
2021-02-15Merge pull request #1324 from GriffinRichards/doc-sbGriffinR
Document remainder of secret_base.c
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-14Merge pull request #1330 from sphericalice/hidden-to-buriedGriffinR
Rename 'hidden' Trainers/obj events to 'buried'
2021-02-14Fix Lilcove Motel typosSphericalIce
2021-02-14Rename 'hidden' Trainers/obj events to 'buried'SphericalIce
2021-02-14Merge pull request #1326 from GriffinRichards/doc-layoutsGriffinR
Label unused layouts
2021-02-14Merge pull request #1325 from GriffinRichards/constants-berrytreeGriffinR
Add berry tree id constants
2021-02-12Document PokemonUseItemEffectsGriffinR
2021-02-12Added constant labels for EV manipulating item effectsLOuroboros
2021-02-10Fix swapped route 102 berriesGriffinR
2021-02-08Label unused layoutsGriffinR
2021-02-05Add berry tree id constantsGriffinR
2021-02-05Document secret_base.cGriffinR
2021-02-05Fix "Compatibility" MisspellingDeokishisu
Someone misspelled "compatibility" as "compatability" in the daycare-related files. This commit spells them correctly.
2021-01-26Clean up scrcmd.cGriffinR
2021-01-21Merge pull request #1305 from GriffinRichards/doc-battletvGriffinR
Document battle tv data
2021-01-19Merge pull request #1309 from GriffinRichards/misc-macroGriffinR
Use constants for item data, misc other constants/fixes
2021-01-19Add FIRST_BALL, some FIRST_BERRY_INDEX usageGriffinR
2021-01-19Name color return values more accuratelySphericalIce
2021-01-19Make broader use of RGB macrosSphericalIce
2021-01-19Add misc item data constantsGriffinR
2021-01-14Document battle tv dataGriffinR
2021-01-13Label remaining battle typesGriffinR
2021-01-11List battle animation indexes alongside tablesGriffinR
2021-01-11rename string id to reflect usageopakedragon
2021-01-07Use constants for max IVs & the random IV generation flagSphericalIce
2020-12-24Label remaining subs in battle_tower.cGriffinR
2020-12-13docs: fix simple typo, redunant -> redundantTim Gates
There is a small typo in include/constants/battle_frontier.h. Should read `redundant` rather than `redunant`.
2020-12-12Corrected small inconsistency in move flag namesLOuroboros
2020-12-08Define terminal species IDs relativelyGriffinR
2020-11-23Clarify Kecleon objectsGriffinR
2020-10-26Merge branch 'master' into revertsaaaaaa123456789
2020-10-23re-match sub_81C79BC (from #1177)Kurausukun
also re-define RBG macros
2020-10-23re-match Cmd_unknown_24 (from #1140)Kurausukun
changes to data structs are necessary. other things that look unnecessary, like the order of operands, are also necessary. fuck this function.
2020-10-05Add ITEM6_HEAL constants, change move flags to shiftsGriffinR
2020-09-25Use constants for item digitsGriffinR
2020-09-13Undo PokeCodec's PRsaaaaaa123456789
This commit undoes most of PokeCodec's PRs after the debate in chat. Some harmless or completely superseded PRs have been left alone, as there is not much benefit in attempting to undo them. Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136, #1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179, #1180, #1181, #1182 and #1183.
2020-09-04Make battle pyramid defines into enumsPokeCodec
2020-09-04Fix issues according to feedbackPokeCodec
2020-09-04Match more functionsPokeCodec