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 | |
2021-01-01 | Document warp spin functions | GriffinR | |
2020-11-02 | Re-apply joypad macros (minus merge conflicts) | aaaaaa123456789 | |
2020-09-13 | Undo PokeCodec's PRs | aaaaaa123456789 | |
This commit undoes most of PokeCodec's PRs after the debate in chat. Some harmless or completely superseded PRs have been left alone, as there is not much benefit in attempting to undo them. Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136, #1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179, #1180, #1181, #1182 and #1183. | |||
2020-09-04 | Switch to button macros | PokeCodec | |
2020-08-16 | Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contest | GriffinR | |
2020-08-13 | Split contest funcs from script_pokemon_util | GriffinR | |
2020-07-28 | Merge branch 'master' into doc-overworld | GriffinR | |
2020-07-24 | Change signedness and add casts to avoid implicit conversion warnings | PokeCodec | |
2020-07-15 | Merge branch 'master' into doc-overworld | GriffinR | |
2020-07-08 | Merge branch 'master' into doc-overworld | GriffinR | |
2020-07-08 | Merge branch 'master' of https://github.com/pret/pokeemerald into doc-confetti | GriffinR | |
2020-06-29 | Document misc field control | GriffinR | |
2020-06-18 | Rename contest_link_80FC4F4, 80F57C4, and 81D9DE4 | GriffinR | |
2020-06-18 | Document contest results | GriffinR | |
2020-06-10 | Merge branch 'master' into doc-link | GriffinR | |
2020-06-03 | Document field_message_box.c | GriffinR | |
2020-06-01 | Document union_room_player_avatar.c | GriffinR | |
2020-02-12 | Merge branch 'master' of https://github.com/pret/pokeemerald into fix-eventobj | GriffinR | |
2020-02-08 | Document Trainer Card | GriffinR | |
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 | |
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-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-06 | Rename event_obj_lock to event_object_lock | GriffinR | |
2019-11-21 | Rename EventObj to ObjEvent | GriffinR | |
2019-11-20 | Standardize EVENT_OBJECT to OBJECT_EVENT | GriffinR | |
2019-11-20 | Standardize Event Object to Object Event | GriffinR | |
2019-11-13 | Document Contest scripts | GriffinR | |
2019-11-10 | Document contest painting image processing effects | Marcus Huderle | |
2019-11-01 | Document aqua/magma hideout scripts | GriffinR | |
2019-10-31 | Merge pull request #863 from GriffinRichards/doc-partymenu | huderlem | |
Document party menu | |||
2019-10-31 | Document legendary scripts | GriffinR | |
2019-10-31 | Merge branch 'master' into doc-partymenu | GriffinR | |
2019-10-25 | Document party_menu first pass | GriffinR | |
2019-10-16 | Merge branch 'master' into document-gyms2 | GriffinR | |
2019-10-16 | Document rotating_tile_puzzle | GriffinR | |
2019-10-15 | Document Gym scripts first half | GriffinR | |
2019-10-15 | Finish Mossdeep Gym doc, beging documenting rotating tile puzzle | GriffinR | |
2019-10-13 | Merge branch 'master' into doc-inc2 | GriffinR | |
2019-10-12 | Document cable_club.inc | GriffinR | |
2019-10-07 | Document roulette.inc | GriffinR | |
2019-09-30 | Use STR_CONV constants | GriffinR | |
2019-09-18 | Initial script_menu documentation | GriffinR | |