Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-08-28 | Merge branch 'master' into doc-blender | GriffinR | |
2020-08-22 | Start documenting berry blender | GriffinR | |
2020-08-20 | Give songs meaningful english names | GriffinR | |
2020-08-20 | Merge pull request #1138 from GriffinRichards/doc-contest | GriffinR | |
Document contest | |||
2020-08-18 | Fix wallys parents misnamed as uncle/aunt | GriffinR | |
2020-08-16 | Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contest | GriffinR | |
2020-08-13 | Split contest funcs from script_pokemon_util | GriffinR | |
2020-07-30 | Start documenting roulette | GriffinR | |
2020-07-18 | Merge branch 'master' into doc-overworld | GriffinR | |
2020-07-08 | Merge branch 'master' into doc-overworld | GriffinR | |
2020-07-08 | Merge branch 'master' into add-localids | GriffinR | |
2020-07-02 | Clean up field effect doc | GriffinR | |
2020-06-29 | Document more misc field effects | GriffinR | |
2020-06-29 | Continue documenting overworld/field effects | GriffinR | |
2020-06-22 | Add local object event ids for referenced objects | GriffinR | |
2020-06-10 | Second pass on documenting union room | GriffinR | |
2020-06-06 | Document cable_club.c | GriffinR | |
2020-06-03 | Document wireless_communication_status_screen.c | GriffinR | |
2020-03-17 | Merge pull request #985 from mrgriffin/decoration | PikalaxALT | |
Document decoration.c | |||
2020-03-17 | Merge pull request #968 from GriffinRichards/doc-regionmap | PikalaxALT | |
Document some pokenav and region map | |||
2020-03-06 | Document decoration.c | Martin Griffin | |