summaryrefslogtreecommitdiff
path: root/data/scripts
AgeCommit message (Collapse)Author
2022-02-23Use constants for PC locationscbt6
2022-01-19Merge pull request #1597 from GriffinRichards/misc-cleanupGriffinR
Miscellaneous fixes
2022-01-11Make item optional for givemon and setwildbattleGriffinR
2022-01-09Fix FLAG_DECORATION_0 nameGriffinR
2021-12-31Clean up pokedex_area_screenGriffinR
2021-11-18Use STR_VAR names for apprentice_buff and frontier_gettrainernameGriffinR
2021-11-18Reformat compare + goto_if/call_if to single statementsGriffinR
2021-11-18Missing spaces to tabs in scripts filesGriffinR
2021-11-18Finish updating macro commentsGriffinR
2021-11-17Add STR_VAR_# ids to string buffer macrosGriffinR
2021-11-17Continue macro comment updatingGriffinR
2021-11-16More updating event macro commentsGriffinR
2021-11-16Some TV clean-upGriffinR
2021-11-16Label slot machine ids, fix GetPriceReductionGriffinR
2021-11-16Continue updating event macro commentsGriffinR
2021-11-16Handle optional arguments for warp commands, add WARP_ID_NONEGriffinR
2021-11-15Add PARTY_NOTHING_CHOSENGriffinR
2021-11-15Start event macro comment updatesGriffinR
2021-11-13Merge pull request #1547 from GriffinRichards/doc-sounddataGriffinR
Clean up sound, add CRY_MODE constants
2021-11-07Add CRY_MODE constantsGriffinR
2021-11-05Rename movement scripts to use Faster over Fastestcbt6
2021-10-26Replace 'mystery_event_club'GriffinR
2021-10-24Merge pull request #1520 from GriffinRichards/doc-randomGriffinR
Document random remaining symbols
2021-10-18Clean up mauville_old_man, drop ScrSpecial prefixGriffinR
2021-10-17Correct usage of MysteryEvent to MysteryGiftGriffinR
2021-10-16General mystery gift documentation, finish mystery gift client/server/scriptsGriffinR
2021-10-15Document mystery gift link scripts, general mystery giftGriffinR
2021-08-24Removed trailing spaces in the most relevant filesLOuroboros
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow.
2021-08-05Corrected inconsistent flag label spellingLOuroboros
2021-07-20Remove address commentsGriffinR
2021-06-13Rename item script labels to fit the established name schemeSphericalIce
2021-05-21Document second parameter of playbgmExpoSeed
2021-04-26Document TVGriffinR
2021-04-06Document remaining overworldGriffinR
2021-04-06Clarify Groudon/Kyogre/Rayquaza gfx namesGriffinR
2021-03-31Use bool for multichoice ignoreBPressGriffinR
2021-03-13Note missing end in Trainer HillGriffinR
2021-03-04Clean up a few unlabeled scriptsGriffinR
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-14Fix Lilcove Motel typosSphericalIce
2021-02-10Fix swapped route 102 berriesGriffinR
2021-02-05Add berry tree id constantsGriffinR
2021-01-26Document object lock and some trainer approachGriffinR
2021-01-26Clean up scrcmd.cGriffinR
2021-01-19Fix some mislabeled scriptsGriffinR
2020-10-11Fix PutAwayDecorationLoop UB commentGriffinR
2020-10-03Documenting where each of the berries are generated in new_game.incEduardo Quezada
2020-09-13Fixed "Ultra Rope" name.Eduardo Quezada
2020-09-11Fix Rusboro and Lavarige typosGriffinR