Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-10 | Update generic macro argument names | GriffinR | |
2022-01-23 | Add new macro comments | GriffinR | |
2022-01-23 | Add missing :req, remove old macros | GriffinR | |
2022-01-11 | Add seteventmon | GriffinR | |
2022-01-11 | Make item optional for givemon and setwildbattle | GriffinR | |
2022-01-04 | Misc cleanup | GriffinR | |
2021-11-18 | Use STR_VAR names for apprentice_buff and frontier_gettrainername | GriffinR | |
2021-11-18 | Allow compare + goto_if/call_if as a single statement | GriffinR | |
2021-11-18 | Macro comment typo fix, Object->object | GriffinR | |
2021-11-18 | Finish updating macro comments | GriffinR | |
2021-11-17 | Distinguish 'virtual object' names from object events | GriffinR | |
2021-11-17 | Merge branch 'master' of https://github.com/GriffinRichards/pokeemerald into ↵ | GriffinR | |
update-macros | |||
2021-11-17 | Add STR_VAR_# ids to string buffer macros | GriffinR | |
2021-11-17 | Continue macro comment updating | GriffinR | |
2021-11-17 | Remove dead sub references | GriffinR | |
2021-11-17 | Document field_tasks | GriffinR | |
2021-11-18 | Make arguments for create_movement_action required | cbt6 | |
2021-11-18 | Use movement action constant values over enum | cbt6 | |
2021-11-16 | More updating event macro comments | 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 | 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-09 | Merge pull request #1544 from GriffinRichards/romheadergf | GriffinR | |
Split headers from crt0.s | |||
2021-11-07 | Add CRY_MODE constants | GriffinR | |
2021-11-05 | Rename movement scripts to use Faster over Fastest | cbt6 | |
2021-10-31 | Split headers from crt0 | GriffinR | |
2021-10-30 | Better braille support | GriffinR | |
2021-10-13 | Label battle script macro arguments | GriffinR | |
2021-10-13 | Add controller buffer constants, finish misc battle doc | GriffinR | |
2021-10-11 | Rename battle anim cmds, move its data, name remaining symbols | GriffinR | |
2021-10-08 | Start misc battle documentation | GriffinR | |
2021-09-24 | Document some single-remaining symbols | 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-07-03 | Merge pull request #1471 from GriffinRichards/fix-lock | GriffinR | |
Fix some object lock names | |||
2021-05-21 | Document second parameter of playbgm | ExpoSeed | |
2021-05-04 | Fix some object lock names | GriffinR | |
2021-04-21 | Clean up contest_painting | GriffinR | |
2021-04-03 | Misc battle script cleanup | GriffinR | |
2021-04-01 | Merge pull request #1394 from GriffinRichards/fix-bgevent | GriffinR | |
Fix bg event macros | |||
2021-04-01 | Fix bg event macros | GriffinR | |
2021-03-31 | Use bool for multichoice ignoreBPress | GriffinR | |
2021-03-27 | Standardize Friendship/Happiness | 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. | |||
2021-02-02 | Merge pull request #1314 from GriffinRichards/doc-controllers | GriffinR | |
Document battle controllers, misc other battle | |||
2021-01-26 | Document object lock and some trainer approach | GriffinR | |
2021-01-26 | Clean up scrcmd.c | GriffinR | |