Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-19 | Merge pull request #1597 from GriffinRichards/misc-cleanup | GriffinR | |
Miscellaneous fixes | |||
2022-01-12 | Use MON_GIVEN_TO_ constants for givemon | GriffinR | |
2022-01-11 | Add missing commas | GriffinR | |
2022-01-11 | Add seteventmon | GriffinR | |
2022-01-11 | Make item optional for givemon and setwildbattle | GriffinR | |
2022-01-09 | Fix FLAG_DECORATION_0 name | 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 | Finish updating macro comments | GriffinR | |
2021-11-17 | Distinguish 'virtual object' names from object events | 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 | 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-30 | Better braille support | GriffinR | |
2021-10-30 | Clean up braille_puzzles | GriffinR | |
2021-10-26 | Replace 'mystery_event_club' | GriffinR | |
2021-10-26 | Merge pull request #1525 from GriffinRichards/doc-recmix | GriffinR | |
Document remainder of Record Mixing | |||
2021-10-24 | Document record mixing mail swap | GriffinR | |
2021-10-18 | Clean up mauville_old_man, drop ScrSpecial prefix | 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-08-04 | Add align directives to all marts | GriffinR | |
2021-07-20 | Remove address comments | GriffinR | |
2021-07-10 | Merge pull request #1474 from GriffinRichards/clean-miragetower | GriffinR | |
Clean up Mirage Tower | |||
2021-07-05 | Add local id constants for C | GriffinR | |
2021-07-01 | Clean up mirage tower | 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-05-11 | Name map groups | GriffinR | |
2021-04-29 | Merge pull request #1421 from GriffinRichards/doc-tvrecordmix | GriffinR | |
Document TV | |||
2021-04-26 | Document TV | GriffinR | |
2021-04-22 | Misc contest cleanup | GriffinR | |
2021-04-21 | Clean up contest_painting | GriffinR | |
2021-04-06 | Label Kyogre/Groudon anims | GriffinR | |
2021-04-06 | Clarify Groudon/Kyogre/Rayquaza gfx names | GriffinR | |
2021-04-01 | Merge pull request #1393 from GriffinRichards/doc-dewfordtrend | GriffinR | |
Document Dewford Trend and match_call.c | |||
2021-03-31 | Document Dewford Trend | GriffinR | |
2021-03-31 | Use bool for multichoice ignoreBPress | GriffinR | |
2021-03-04 | Label battle tower link script | GriffinR | |
2021-02-24 | Document easy chat | 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. |