Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-22 | Misc labels in battle facilities | GriffinR | |
2021-03-04 | Label battle tower link script | GriffinR | |
2021-02-24 | Document easy chat | 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-22 | Add labels for cracked floor metatiles | SphericalIce | |
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 | Merge pull request #1324 from GriffinRichards/doc-sb | GriffinR | |
Document remainder of secret_base.c | |||
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-14 | Merge pull request #1330 from sphericalice/hidden-to-buried | GriffinR | |
Rename 'hidden' Trainers/obj events to 'buried' | |||
2021-02-14 | Fix Lilcove Motel typos | SphericalIce | |
2021-02-14 | Rename 'hidden' Trainers/obj events to 'buried' | SphericalIce | |
2021-02-14 | Merge pull request #1326 from GriffinRichards/doc-layouts | GriffinR | |
Label unused layouts | |||
2021-02-14 | Merge pull request #1325 from GriffinRichards/constants-berrytree | GriffinR | |
Add berry tree id constants | |||
2021-02-12 | Document PokemonUseItemEffects | GriffinR | |
2021-02-12 | Added constant labels for EV manipulating item effects | LOuroboros | |
2021-02-10 | Fix swapped route 102 berries | GriffinR | |
2021-02-08 | Label unused layouts | GriffinR | |
2021-02-05 | Add berry tree id constants | GriffinR | |
2021-02-05 | Document secret_base.c | GriffinR | |
2021-02-05 | Fix "Compatibility" Misspelling | Deokishisu | |
Someone misspelled "compatibility" as "compatability" in the daycare-related files. This commit spells them correctly. | |||
2021-01-26 | Clean up scrcmd.c | GriffinR | |
2021-01-21 | Merge pull request #1305 from GriffinRichards/doc-battletv | GriffinR | |
Document battle tv data | |||
2021-01-19 | Merge pull request #1309 from GriffinRichards/misc-macro | GriffinR | |
Use constants for item data, misc other constants/fixes | |||
2021-01-19 | Add FIRST_BALL, some FIRST_BERRY_INDEX usage | GriffinR | |
2021-01-19 | Name color return values more accurately | SphericalIce | |
2021-01-19 | Make broader use of RGB macros | SphericalIce | |
2021-01-19 | Add misc item data constants | GriffinR | |
2021-01-14 | Document battle tv data | GriffinR | |
2021-01-13 | Label remaining battle types | GriffinR | |
2021-01-11 | List battle animation indexes alongside tables | GriffinR | |
2021-01-11 | rename string id to reflect usage | opakedragon | |
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-13 | docs: fix simple typo, redunant -> redundant | Tim Gates | |
There is a small typo in include/constants/battle_frontier.h. Should read `redundant` rather than `redunant`. | |||
2020-12-12 | Corrected small inconsistency in move flag names | LOuroboros | |
2020-12-08 | Define terminal species IDs relatively | GriffinR | |
2020-11-23 | Clarify Kecleon objects | GriffinR | |
2020-10-26 | Merge branch 'master' into reverts | aaaaaa123456789 | |
2020-10-23 | re-match sub_81C79BC (from #1177) | Kurausukun | |
also re-define RBG macros | |||
2020-10-23 | re-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-05 | Add ITEM6_HEAL constants, change move flags to shifts | GriffinR | |
2020-09-25 | Use constants for item digits | GriffinR | |
2020-09-13 | Undo PokeCodec's PRs | aaaaaa123456789 | |
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-04 | Make battle pyramid defines into enums | PokeCodec | |
2020-09-04 | Fix issues according to feedback | PokeCodec | |
2020-09-04 | Match more functions | PokeCodec | |