Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-21 | Add SAFE_DIV | GriffinR | |
2021-02-28 | Merge branch 'master' into doc-pokejump | GriffinR | |
2021-02-26 | Document pokemon jump | GriffinR | |
2021-02-24 | Document easy chat | GriffinR | |
2021-02-17 | Use new gift ribbons size, label unused ribbons | GriffinR | |
2021-02-16 | Fix Swapped Comments on PokeCoupon Tiers | Deokishisu | |
2021-02-16 | Move BoxRS Data Down to ExternalEventFlags | Deokishisu | |
As suggested, moved the BoxRS data fields into ExternalEventFlags and packed that struct. | |||
2021-02-16 | Document Box: Ruby & Sapphire Fields | Deokishisu | |
Labeled another field in the ExternalEventData struct used by Pokémon Box: Ruby & Sapphire. Special thanks to Citrus Bolt#4642. | |||
2021-02-16 | Document More External Events | Deokishisu | |
Did research to determine how the Japanese Colosseum Bonus Disc modifies the ExternalEventData fields. The Ageto Celebi flag, as well as the flag for the three PokeCoupon title rewards, have been documented and included into the struct. The PokeCoupon fields are actually 3-byte fields, so they have been turned into bitfields, since u24 isn't possible. Also discovered that Channel and US Colosseum Bonus Disc Jirachi use the same flag, so renamed that flag and commented to explain. Also made general comments explaining how the ExternalEventData and ExternalEventFlags are applicable to Emerald specifically. | |||
2021-02-15 | Merge pull request #1324 from GriffinRichards/doc-sb | GriffinR | |
Document remainder of secret_base.c | |||
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-05 | Add berry tree id constants | GriffinR | |
2021-02-05 | Document secret_base.c | GriffinR | |
2020-11-17 | Use more constants in Battle Tower code | kageru | |
2020-10-26 | Merge branch 'master' into reverts | aaaaaa123456789 | |
2020-10-01 | Replace POKEMON_SLOTS_NUMBER | GriffinR | |
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 | Make JOY Macros match | PokeCodec | |
2020-08-24 | Finish documenting berry blender | GriffinR | |
2020-08-16 | Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contest | GriffinR | |
2020-08-07 | Start documenting naming screen | GriffinR | |
2020-07-23 | Begin new contest documentation | GriffinR | |
2020-07-08 | Merge branch 'master' of https://github.com/pret/pokeemerald into ↵ | GriffinR | |
add-flagvarsave | |||
2020-07-08 | Merge branch 'master' of https://github.com/pret/pokeemerald into doc-confetti | GriffinR | |
2020-06-24 | Allow flag/var counts to be updated alongside values | GriffinR | |
2020-06-18 | Document contest results | GriffinR | |
2020-06-02 | Document union_room_chat.c | GriffinR | |
2020-05-24 | Use fixed point macros for math util | GriffinR | |
2020-04-13 | Label GCN link flags field | GriffinR | |
2020-03-06 | Document decoration.c | Martin Griffin | |
2020-01-12 | Merge branch 'master' into fix-eventobj | GriffinR | |
2020-01-08 | Merge master into ObjEvent rename and prune accidental inclusions | GriffinR | |
2020-01-08 | Merge branch 'master' into doc-dome | GriffinR | |
2019-12-25 | More battle_dome.c documentation | GriffinR | |
2019-12-20 | Document Battle Dome scripts and some battle_dome.c | GriffinR | |
2019-12-17 | Merge master into doc-tower | GriffinR | |
2019-12-17 | Document Battle Tower scripts | GriffinR | |
2019-12-15 | Merge branch 'master' into fix-eventobj | GriffinR | |
2019-12-10 | Merge branch 'master' into doc-matchcall | GriffinR | |
2019-12-06 | Merge branch 'master' into fix-eventobj | GriffinR | |
2019-12-05 | Set up remaining facility script doc, use Palace macros | GriffinR | |
2019-12-05 | Document a bit of Match Call | GriffinR | |
2019-11-25 | Merge master into ObjEvent rename | GriffinR | |
2019-11-25 | Use macros for FRONTIER_DATA_6, fix offset comment | GriffinR | |
2019-11-25 | Document Frontier Util | GriffinR | |
2019-11-25 | Begin documenting Battle Pike and Frontier Util | GriffinR | |
2019-11-20 | Standardize EVENT_OBJECT to OBJECT_EVENT | GriffinR | |
2019-11-20 | Standardize Event Object to Object Event | GriffinR | |
2019-11-20 | Clean up Apprentice doc | GriffinR | |
2019-11-20 | Document Apprentice | GriffinR | |