Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | Add STR_VAR_# ids to string buffer macros | GriffinR | |
2021-11-17 | Continue macro comment updating | GriffinR | |
2021-11-17 | Document field_tasks | GriffinR | |
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-07 | Add CRY_MODE constants | GriffinR | |
2021-10-30 | Better braille support | 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-03-31 | Use bool for multichoice ignoreBPress | 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-01-26 | Document object lock and some trainer approach | GriffinR | |
2021-01-26 | Clean up scrcmd.c | GriffinR | |
2020-09-25 | Mark unused script commands | ExpoSeed | |
2020-07-09 | Fix indentation | Ryuhouji | |
2020-07-09 | Made documentation more readable | Ryuhouji | |
This change will make the script command documentation more user-friendly to read. Additionally, provided the information on the 'delay' macro. I have confirmed that this is indeed Frames and not Milliseconds. Updated the macro respectively. | |||
2020-01-13 | Merge branch 'master' of https://github.com/pret/pokeemerald into fix-eventobj | GriffinR | |
2020-01-12 | Give/Take to Add/Remove for silent script macros | GriffinR | |
2020-01-12 | if_undefeated macro to if_not_defeated | GriffinR | |
2020-01-11 | Port some macro/script fixes from pokefirered | GriffinR | |
2019-12-21 | Merge master into ObjEvent rename | GriffinR | |
2019-12-20 | Merge pull request #935 from GriffinRichards/doc-warp | Diegoisawesome | |
Document some warp/field screen effect | |||
2019-12-20 | Merge pull request #939 from GriffinRichards/fix-compare | Diegoisawesome | |
Use constants in compare macro | |||
2019-12-20 | Reword yesnobox comment | GriffinR | |
2019-12-20 | Remove references to LASTRESULT | GriffinR | |
2019-12-18 | Remove uses of compare_var_to | GriffinR | |
2019-12-18 | Use constants in compare macro | GriffinR | |
2019-12-18 | Merge branch 'master' into fix-eventobj | GriffinR | |
2019-12-17 | Document some warp/field screen effect | GriffinR | |
2019-12-15 | Use fadescreen constants | GriffinR | |
2019-12-15 | Merge master into ObjEvent rename | GriffinR | |
2019-12-14 | Split finditem_std from giveitem_std | GriffinR | |
2019-11-20 | Standardize Event Object to Object Event | GriffinR | |
2019-11-17 | Document Scotts House and begin frontier macros | GriffinR | |
2019-11-16 | Document Trainer Hill | GriffinR | |
2019-11-13 | Document Lilycove scripts | GriffinR | |