summaryrefslogtreecommitdiff
path: root/data/maps
AgeCommit message (Collapse)Author
2022-01-19Merge pull request #1597 from GriffinRichards/misc-cleanupGriffinR
Miscellaneous fixes
2022-01-12Use MON_GIVEN_TO_ constants for givemonGriffinR
2022-01-11Add missing commasGriffinR
2022-01-11Add seteventmonGriffinR
2022-01-11Make item optional for givemon and setwildbattleGriffinR
2022-01-09Fix FLAG_DECORATION_0 nameGriffinR
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-18Finish updating macro commentsGriffinR
2021-11-17Distinguish 'virtual object' names from object eventsGriffinR
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-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-30Better braille supportGriffinR
2021-10-30Clean up braille_puzzlesGriffinR
2021-10-26Replace 'mystery_event_club'GriffinR
2021-10-26Merge pull request #1525 from GriffinRichards/doc-recmixGriffinR
Document remainder of Record Mixing
2021-10-24Document record mixing mail swapGriffinR
2021-10-18Clean up mauville_old_man, drop ScrSpecial prefixGriffinR
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-08-04Add align directives to all martsGriffinR
2021-07-20Remove address commentsGriffinR
2021-07-10Merge pull request #1474 from GriffinRichards/clean-miragetowerGriffinR
Clean up Mirage Tower
2021-07-05Add local id constants for CGriffinR
2021-07-01Clean up mirage towerGriffinR
2021-06-13Rename item script labels to fit the established name schemeSphericalIce
2021-05-21Document second parameter of playbgmExpoSeed
2021-05-11Name map groupsGriffinR
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-06Label Kyogre/Groudon animsGriffinR
2021-04-06Clarify Groudon/Kyogre/Rayquaza gfx namesGriffinR
2021-04-01Merge pull request #1393 from GriffinRichards/doc-dewfordtrendGriffinR
Document Dewford Trend and match_call.c
2021-03-31Document Dewford TrendGriffinR
2021-03-31Use bool for multichoice ignoreBPressGriffinR
2021-03-04Label battle tower link scriptGriffinR
2021-02-24Document easy chatGriffinR
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.