Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-11-07 | Add comments to hidemoneybox macro | GriffinR | |
2019-11-07 | Fold nops into hidemoneybox | GriffinR | |
2019-11-06 | Update fldeff sparkle macro | GriffinR | |
2019-11-06 | Document Abandoned Ship scripts | GriffinR | |
2019-11-06 | Clean up mystery event msg | GriffinR | |
2019-10-31 | Document legendary scripts | GriffinR | |
2019-10-16 | Merge branch 'master' into document-gyms2 | GriffinR | |
2019-10-16 | Document rotating_tile_puzzle | GriffinR | |
2019-10-15 | Finish Mossdeep Gym doc, beging documenting rotating tile puzzle | GriffinR | |
2019-10-12 | Unify showmonpic and hidemonpic script command names with their function names | Marcus Huderle | |
2019-09-19 | Clean up script_menu documentation | GriffinR | |
2019-09-16 | Use misc ScrCmd constants | GriffinR | |
2019-08-17 | Review fixes | Tustin2121 | |
2019-08-17 | Folded nops into hidemoneybox and updatemoneybox | Tustin2121 | |
The nops are essential to the hidemoneybox and updatemoneybox commands when using vanilla versions of those commands. Even though they're not actually used parameters in the command implementation, they are still consumed, which means if someone were to get rid of the nops (as I did in TriHard) it causes the commands to consume bytecode that are not theirs, resulting in undefined behavior usually leading to softlocks. Folding the extra bytes into the macros means there's no chance of the extra bytes getting losts in scripts. | |||
2019-08-17 | Rename movobjectoffscreen to copyobjectxytoperm | Tustin2121 | |
Renaming the command to something that makes more sense as to what the command actually does. The command copies the current xy of the instantiated object back to its template, so that the object remains in the same place if the player walks away and despawns the object, and then comes back. "moveobjectoffscreen" implies that it might be taking the object and moving it physically to an off-screen location somehow. | |||
2019-04-03 | Minor fixes | PikalaxALT | |
gotoram --> returnram cmdCF/execram --> gotoram fix indentation in sym_ewram.txt fix mevent_client.h guard name | |||
2019-03-02 | Merge pull request #587 from Phlosioneer/document-all-event-vars | huderlem | |
Document all event vars | |||
2019-02-28 | Pick better names for constants | Phlosioneer | |
2019-02-28 | Add macros for metatile manipulation | Phlosioneer | |
2019-02-27 | Name several vars, document some related events | Phlosioneer | |
2019-02-12 | Clear up misnamed time-based flags and functions | Diegoisawesome | |
2019-01-21 | Add var const prefix for some missed var numbers | Diegoisawesome | |
2018-12-21 | improve call_if macros | Melody | |