Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-23 | Use constants for PC locations | cbt6 | |
2022-01-19 | Merge pull request #1597 from GriffinRichards/misc-cleanup | GriffinR | |
Miscellaneous fixes | |||
2022-01-11 | Make item optional for givemon and setwildbattle | GriffinR | |
2022-01-09 | Fix FLAG_DECORATION_0 name | GriffinR | |
2021-12-31 | Clean up pokedex_area_screen | GriffinR | |
2021-11-18 | Use STR_VAR names for apprentice_buff and frontier_gettrainername | GriffinR | |
2021-11-18 | Reformat compare + goto_if/call_if to single statements | GriffinR | |
2021-11-18 | Missing spaces to tabs in scripts files | GriffinR | |
2021-11-18 | Finish updating macro comments | GriffinR | |
2021-11-17 | Add STR_VAR_# ids to string buffer macros | GriffinR | |
2021-11-17 | Continue macro comment updating | GriffinR | |
2021-11-16 | More updating event macro comments | GriffinR | |
2021-11-16 | Some TV clean-up | GriffinR | |
2021-11-16 | Label slot machine ids, fix GetPriceReduction | GriffinR | |
2021-11-16 | Continue updating event macro comments | GriffinR | |
2021-11-16 | Handle optional arguments for warp commands, add WARP_ID_NONE | GriffinR | |
2021-11-15 | Add PARTY_NOTHING_CHOSEN | GriffinR | |
2021-11-15 | Start event macro comment updates | GriffinR | |
2021-11-13 | Merge pull request #1547 from GriffinRichards/doc-sounddata | GriffinR | |
Clean up sound, add CRY_MODE constants | |||
2021-11-07 | Add CRY_MODE constants | GriffinR | |
2021-11-05 | Rename movement scripts to use Faster over Fastest | cbt6 | |
2021-10-26 | Replace 'mystery_event_club' | GriffinR | |
2021-10-24 | Merge pull request #1520 from GriffinRichards/doc-random | GriffinR | |
Document random remaining symbols | |||
2021-10-18 | Clean up mauville_old_man, drop ScrSpecial prefix | GriffinR | |
2021-10-17 | Correct usage of MysteryEvent to MysteryGift | GriffinR | |
2021-10-16 | General mystery gift documentation, finish mystery gift client/server/scripts | GriffinR | |
2021-10-15 | Document mystery gift link scripts, general mystery gift | GriffinR | |
2021-08-24 | Removed trailing spaces in the most relevant files | LOuroboros | |
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-05 | Corrected inconsistent flag label spelling | LOuroboros | |
2021-07-20 | Remove address comments | GriffinR | |
2021-06-13 | Rename item script labels to fit the established name scheme | SphericalIce | |
2021-05-21 | Document second parameter of playbgm | ExpoSeed | |
2021-04-26 | Document TV | GriffinR | |
2021-04-06 | Document remaining overworld | GriffinR | |
2021-04-06 | Clarify Groudon/Kyogre/Rayquaza gfx names | GriffinR | |
2021-03-31 | Use bool for multichoice ignoreBPress | GriffinR | |
2021-03-13 | Note missing end in Trainer Hill | GriffinR | |
2021-03-04 | Clean up a few unlabeled scripts | GriffinR | |
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 | Fix Lilcove Motel typos | SphericalIce | |
2021-02-10 | Fix swapped route 102 berries | GriffinR | |
2021-02-05 | Add berry tree id constants | GriffinR | |
2021-01-26 | Document object lock and some trainer approach | GriffinR | |
2021-01-26 | Clean up scrcmd.c | GriffinR | |
2021-01-19 | Fix some mislabeled scripts | GriffinR | |
2020-10-11 | Fix PutAwayDecorationLoop UB comment | GriffinR | |
2020-10-03 | Documenting where each of the berries are generated in new_game.inc | Eduardo Quezada | |
2020-09-13 | Fixed "Ultra Rope" name. | Eduardo Quezada | |
2020-09-11 | Fix Rusboro and Lavarige typos | GriffinR | |