Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-04 | Misc cleanup | GriffinR | |
2021-11-18 | Finish updating macro comments | GriffinR | |
2021-11-17 | Continue macro comment updating | GriffinR | |
2021-11-16 | More updating event macro comments | GriffinR | |
2021-11-16 | Label slot machine ids, fix GetPriceReduction | GriffinR | |
2021-11-15 | Add PARTY_NOTHING_CHOSEN | GriffinR | |
2021-07-20 | Remove address comments | GriffinR | |
2021-04-21 | Clean up contest_painting | 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 | |
2021-01-01 | Document warp spin functions | GriffinR | |
2020-09-25 | Change script command table comment alignment from tabs to spaces | ExpoSeed | |
2020-09-25 | Add byte comments to script command table | ExpoSeed | |
2020-01-12 | Give/Take to Add/Remove for silent script macros | GriffinR | |
2019-12-17 | Document some warp/field screen effect | GriffinR | |
2019-10-31 | Document legendary scripts | GriffinR | |
2019-10-16 | Document rotating_tile_puzzle | GriffinR | |
2019-10-15 | Finish Mossdeep Gym doc, beging documenting rotating tile puzzle | GriffinR | |
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-02-12 | Clear up misnamed time-based flags and functions | Diegoisawesome | |
2017-12-21 | Port generic event script macros from pokeruby | Marcus Huderle | |
2017-12-17 | give batter script command names | DizzyEggg | |
2017-12-01 | battle setup file is decompiled | DizzyEggg | |
2017-11-11 | Split files from event_scripts.s | Diegoisawesome | |
Also move maps/scripts to scripts/maps |