Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-21 | Z coord / height -> elevation | GriffinR | |
2022-01-10 | Merge pull request #1590 from GriffinRichards/dex-enum | GriffinR | |
Convert pokedex defines to enums | |||
2022-01-05 | Convert pokedex defines to enums | GriffinR | |
2021-12-28 | Move pokemon and easy chat constants to global, misc clean-up | GriffinR | |
2021-11-16 | Some TV clean-up | GriffinR | |
2021-11-16 | Handle optional arguments for warp commands, add WARP_ID_NONE | GriffinR | |
2021-11-08 | Add MonCoods size macro | GriffinR | |
2021-10-26 | Merge pull request #1525 from GriffinRichards/doc-recmix | GriffinR | |
Document remainder of Record Mixing | |||
2021-10-24 | Merge pull request #1520 from GriffinRichards/doc-random | GriffinR | |
Document random remaining symbols | |||
2021-10-24 | Merge pull request #1519 from GriffinRichards/doc-mgift | GriffinR | |
Document Mystery Gift | |||
2021-10-24 | Document record mixing mail swap | GriffinR | |
2021-10-23 | IDE support formatting and consistency | Jademalo | |
2021-10-22 | Improve IDE support | Jademalo | |
2021-10-18 | More mauville_old_man clean up | GriffinR | |
2021-10-18 | Clean up mauville_old_man, drop ScrSpecial prefix | GriffinR | |
2021-10-17 | Document wonder news | GriffinR | |
2021-10-17 | Clean up mevent2 | GriffinR | |
2021-10-17 | Clean up wonder card/news view | GriffinR | |
2021-10-16 | General mystery gift documentation, finish mystery gift client/server/scripts | GriffinR | |
2021-10-15 | Document mystery gift link scripts, general mystery gift | GriffinR | |
2021-10-14 | Start wonder card/news documenting | GriffinR | |
2021-09-23 | Merge branch 'master' into trailingSpaces | GriffinR | |
2021-09-09 | Clean up Lilycove Lady | 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-04-26 | Document TV | GriffinR | |
2021-04-13 | Remove unnecessary scope for TEST_BUTTON | GriffinR | |
2021-04-06 | Document remaining overworld | GriffinR | |
2021-03-31 | Document Dewford Trend | GriffinR | |
2021-03-29 | Merge pull request #1378 from GriffinRichards/doc-berrycrush | GriffinR | |
Document Berry Crush | |||
2021-03-21 | Add SAFE_DIV | GriffinR | |
2021-03-18 | Document Berry Crush | 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 | |