Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Added constant labels for EV manipulating item effects | LOuroboros | |
2021-02-10 | Fix swapped route 102 berries | GriffinR | |
2021-02-08 | Merge pull request #1321 from GriffinRichards/doc-evoscene | GriffinR | |
Document evolution scene | |||
2021-02-08 | Label unused layouts | GriffinR | |
2021-02-05 | Add berry tree id constants | GriffinR | |
2021-02-05 | Fix "Compatibility" Misspelling | Deokishisu | |
Someone misspelled "compatibility" as "compatability" in the daycare-related files. This commit spells them correctly. | |||
2021-02-03 | Document evolution scene | GriffinR | |
2021-02-02 | Merge pull request #1314 from GriffinRichards/doc-controllers | GriffinR | |
Document battle controllers, misc other battle | |||
2021-02-01 | Merge pull request #1316 from GriffinRichards/doc-scrcmd | GriffinR | |
Label remaining script commands, document some scrcmd.c, event_object_lock, trainer_see, berry tree | |||
2021-01-28 | Label bard music pitch table | GriffinR | |
2021-01-28 | Index gBardSounds_Moves and gBardSounds_Pokemon with constants | GriffinR | |
2021-01-26 | Fix up berry sparkle | GriffinR | |
2021-01-26 | Document object lock and some trainer approach | GriffinR | |
2021-01-26 | Clean up scrcmd.c | GriffinR | |
2021-01-23 | Misc battle anim documentation | GriffinR | |
2021-01-23 | Misc battle documentation | GriffinR | |
2021-01-22 | Document battle_controller_opponent.c | GriffinR | |
2021-01-22 | Document battle_controller_player.c | GriffinR | |
2021-01-22 | Document remainder of battle_controllers.c | GriffinR | |
2021-01-21 | Merge pull request #1305 from GriffinRichards/doc-battletv | GriffinR | |
Document battle tv data | |||
2021-01-20 | Merge pull request #1312 from sphericalice/pokeemerald | GriffinR | |
Fix misnamed ground effect flags & document reflections | |||
2021-01-20 | Include NUM_REFLECTION_TYPES in the ReflectionTypes enum | SphericalIce | |
2021-01-19 | Merge pull request #1309 from GriffinRichards/misc-macro | GriffinR | |
Use constants for item data, misc other constants/fixes | |||
2021-01-19 | Name object event ID arguments properly | SphericalIce | |
2021-01-19 | Correct ground effect flag names for reflections & document sprite data usage | SphericalIce | |
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 | Parentheses for GET_UNOWN_LETTER | GriffinR | |
2021-01-19 | Make broader use of RGB macros | SphericalIce | |
2021-01-19 | Add misc item data constants | GriffinR | |
2021-01-19 | Use GET_UNOWN_LETTER macro | GriffinR | |
2021-01-15 | Make filler in PokemonSubstruct0 explicit | 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 | |
2021-01-04 | Fix substitute back sprite | GriffinR | |
2021-01-03 | Merge pull request #1283 from GriffinRichards/doc-factscreen | GriffinR | |
Document battle factory screen | |||
2021-01-03 | Merge pull request #1285 from GriffinRichards/doc-fieldscr | GriffinR | |
Minor field_screen_effect / field_player_avatar documentation | |||
2021-01-01 | Label some ReturnToField funcs | GriffinR | |
2021-01-01 | Document warp spin functions | GriffinR | |
2020-12-31 | Merge branch 'master' into doc-factscreen | GriffinR | |