summaryrefslogtreecommitdiff
path: root/include/global.h
AgeCommit message (Collapse)Author
2022-01-21Z coord / height -> elevationGriffinR
2022-01-10Merge pull request #1590 from GriffinRichards/dex-enumGriffinR
Convert pokedex defines to enums
2022-01-05Convert pokedex defines to enumsGriffinR
2021-12-28Move pokemon and easy chat constants to global, misc clean-upGriffinR
2021-11-16Some TV clean-upGriffinR
2021-11-16Handle optional arguments for warp commands, add WARP_ID_NONEGriffinR
2021-11-08Add MonCoods size macroGriffinR
2021-10-26Merge pull request #1525 from GriffinRichards/doc-recmixGriffinR
Document remainder of Record Mixing
2021-10-24Merge pull request #1520 from GriffinRichards/doc-randomGriffinR
Document random remaining symbols
2021-10-24Merge pull request #1519 from GriffinRichards/doc-mgiftGriffinR
Document Mystery Gift
2021-10-24Document record mixing mail swapGriffinR
2021-10-23IDE support formatting and consistencyJademalo
2021-10-22Improve IDE supportJademalo
2021-10-18More mauville_old_man clean upGriffinR
2021-10-18Clean up mauville_old_man, drop ScrSpecial prefixGriffinR
2021-10-17Document wonder newsGriffinR
2021-10-17Clean up mevent2GriffinR
2021-10-17Clean up wonder card/news viewGriffinR
2021-10-16General mystery gift documentation, finish mystery gift client/server/scriptsGriffinR
2021-10-15Document mystery gift link scripts, general mystery giftGriffinR
2021-10-14Start wonder card/news documentingGriffinR
2021-09-23Merge branch 'master' into trailingSpacesGriffinR
2021-09-09Clean up Lilycove LadyGriffinR
2021-08-24Removed trailing spaces in the most relevant filesLOuroboros
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-26Document TVGriffinR
2021-04-13Remove unnecessary scope for TEST_BUTTONGriffinR
2021-04-06Document remaining overworldGriffinR
2021-03-31Document Dewford TrendGriffinR
2021-03-29Merge pull request #1378 from GriffinRichards/doc-berrycrushGriffinR
Document Berry Crush
2021-03-21Add SAFE_DIVGriffinR
2021-03-18Document Berry CrushGriffinR
2021-02-28Merge branch 'master' into doc-pokejumpGriffinR
2021-02-26Document pokemon jumpGriffinR
2021-02-24Document easy chatGriffinR
2021-02-17Use new gift ribbons size, label unused ribbonsGriffinR
2021-02-16Fix Swapped Comments on PokeCoupon TiersDeokishisu
2021-02-16Move BoxRS Data Down to ExternalEventFlagsDeokishisu
As suggested, moved the BoxRS data fields into ExternalEventFlags and packed that struct.
2021-02-16Document Box: Ruby & Sapphire FieldsDeokishisu
Labeled another field in the ExternalEventData struct used by Pokémon Box: Ruby & Sapphire. Special thanks to Citrus Bolt#4642.
2021-02-16Document More External EventsDeokishisu
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-15Merge pull request #1324 from GriffinRichards/doc-sbGriffinR
Document remainder of secret_base.c
2021-02-15Fix giftRibbons Field in SaveBlock1 & Relabel Gift Ribbons in pokemon.hDeokishisu
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-05Add berry tree id constantsGriffinR
2021-02-05Document secret_base.cGriffinR
2020-11-17Use more constants in Battle Tower codekageru
2020-10-26Merge branch 'master' into revertsaaaaaa123456789
2020-10-01Replace POKEMON_SLOTS_NUMBERGriffinR
2020-09-13Undo PokeCodec's PRsaaaaaa123456789
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-04Make JOY Macros matchPokeCodec
2020-08-24Finish documenting berry blenderGriffinR
2020-08-16Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contestGriffinR