summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2021-02-24Use TASK_NONE constantGriffinR
2021-02-24Clean up script.cGriffinR
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 pokenav ribbons summary screenGriffinR
2021-02-18Minor window/bg cleanupGriffinR
2021-02-18Document ribbon TV show, add new ribbon IDs/sizeGriffinR
2021-02-17Use new gift ribbons size, label unused ribbonsGriffinR
2021-02-16Fix Swapped Comments on PokeCoupon TiersDeokishisu
2021-02-16Move BoxRS Data Down to ExternalEventFlagsDeokishisu
As suggested, moved the BoxRS data fields into ExternalEventFlags and packed that struct.
2021-02-16Document Box: Ruby & Sapphire FieldsDeokishisu
Labeled another field in the ExternalEventData struct used by Pokémon Box: Ruby & Sapphire. Special thanks to Citrus Bolt#4642.
2021-02-16Document More External EventsDeokishisu
Did research to determine how the Japanese Colosseum Bonus Disc modifies the ExternalEventData fields. The Ageto Celebi flag, as well as the flag for the three PokeCoupon title rewards, have been documented and included into the struct. The PokeCoupon fields are actually 3-byte fields, so they have been turned into bitfields, since u24 isn't possible. Also discovered that Channel and US Colosseum Bonus Disc Jirachi use the same flag, so renamed that flag and commented to explain. Also made general comments explaining how the ExternalEventData and ExternalEventFlags are applicable to Emerald specifically.
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-08Merge pull request #1321 from GriffinRichards/doc-evosceneGriffinR
Document evolution scene
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-02-03Document evolution sceneGriffinR
2021-02-02Merge pull request #1314 from GriffinRichards/doc-controllersGriffinR
Document battle controllers, misc other battle
2021-02-01Merge pull request #1316 from GriffinRichards/doc-scrcmdGriffinR
Label remaining script commands, document some scrcmd.c, event_object_lock, trainer_see, berry tree
2021-01-28Label bard music pitch tableGriffinR
2021-01-28Index gBardSounds_Moves and gBardSounds_Pokemon with constantsGriffinR
2021-01-26Fix up berry sparkleGriffinR
2021-01-26Document object lock and some trainer approachGriffinR
2021-01-26Clean up scrcmd.cGriffinR
2021-01-23Misc battle anim documentationGriffinR
2021-01-23Misc battle documentationGriffinR
2021-01-22Document battle_controller_opponent.cGriffinR
2021-01-22Document battle_controller_player.cGriffinR
2021-01-22Document remainder of battle_controllers.cGriffinR
2021-01-21Merge pull request #1305 from GriffinRichards/doc-battletvGriffinR
Document battle tv data
2021-01-20Merge pull request #1312 from sphericalice/pokeemeraldGriffinR
Fix misnamed ground effect flags & document reflections
2021-01-20Include NUM_REFLECTION_TYPES in the ReflectionTypes enumSphericalIce
2021-01-19Merge pull request #1309 from GriffinRichards/misc-macroGriffinR
Use constants for item data, misc other constants/fixes
2021-01-19Name object event ID arguments properlySphericalIce
2021-01-19Correct ground effect flag names for reflections & document sprite data usageSphericalIce
2021-01-19Add FIRST_BALL, some FIRST_BERRY_INDEX usageGriffinR
2021-01-19Name color return values more accuratelySphericalIce