summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2021-07-02Combine battle script labels, add EFFECT commentsGriffinR
2021-07-02Condense battle AI scripts, minor clean upGriffinR
2021-07-02Document smart shopper TV showGriffinR
2021-06-13Rename item script labels to fit the established name schemeSphericalIce
2021-06-10Remove remaining grey and replace with grayExpoSeed
2021-05-21Document second parameter of playbgmExpoSeed
2021-05-17Remove leftover berry descriptionsGriffinR
2021-05-11Name map groupsGriffinR
2021-05-06Fix Substitute typoFlametix
2021-04-29Merge pull request #1421 from GriffinRichards/doc-tvrecordmixGriffinR
Document TV
2021-04-26Document TVGriffinR
2021-04-22Misc contest cleanupGriffinR
2021-04-21Clean up contest_paintingGriffinR
2021-04-10Merge pull request #1398 from GriffinRichards/doc-fieldGriffinR
Document field
2021-04-06Document remaining overworldGriffinR
2021-04-06Label Kyogre/Groudon animsGriffinR
2021-04-06Clarify Groudon/Kyogre/Rayquaza gfx namesGriffinR
2021-04-03Fix AI Guard Spec use, and Specs->SpecGriffinR
2021-04-03Misc battle script cleanupGriffinR
2021-04-03Add remaining multistring chooser constantsGriffinR
2021-04-02Add missing trainer constant useGriffinR
2021-04-02Add WAIT_TIME battle script constantsGriffinR
2021-04-02Label miss string indexesGriffinR
2021-04-02Document Contest Lady TV ShowGriffinR
2021-04-01Merge pull request #1393 from GriffinRichards/doc-dewfordtrendGriffinR
Document Dewford Trend and match_call.c
2021-03-31Label Trend Watcher TV show textsGriffinR
2021-03-31Document Dewford TrendGriffinR
2021-03-31Use bool for multichoice ignoreBPressGriffinR
2021-03-27Standardize Friendship/HappinessGriffinR
2021-03-18Move pointillism points array to srcGriffinR
2021-03-13Note missing end in Trainer HillGriffinR
2021-03-04Label battle tower link scriptGriffinR
2021-03-04Clean up a few unlabeled scriptsGriffinR
2021-02-28Document more battle anim effectsMarcus Huderle
2021-02-28Merge pull request #1344 from GriffinRichards/doc-ecGriffinR
Document easy chat and mail, script.c cleanup, add/use some general constants
2021-02-27Document some battle anim funcs and dataMarcus Huderle
2021-02-24Document easy chatGriffinR
2021-02-18Document ribbon TV show, add new ribbon IDs/sizeGriffinR
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-10Fix swapped route 102 berriesGriffinR
2021-02-08Label unused layoutsGriffinR
2021-02-05Add berry tree id constantsGriffinR
2021-02-02Merge pull request #1314 from GriffinRichards/doc-controllersGriffinR
Document battle controllers, misc other battle
2021-01-26Document object lock and some trainer approachGriffinR
2021-01-26Clean up scrcmd.cGriffinR