summaryrefslogtreecommitdiff
path: root/src/trade.c
AgeCommit message (Collapse)Author
2022-02-27Add missing menu array countsGriffinR
2021-12-28Move pokemon and easy chat constants to global, misc clean-upGriffinR
2021-12-14Update trade.cLOuroboros
2021-11-17Use specific name limits for string limit functionsGriffinR
2021-11-13Merge pull request #1549 from GriffinRichards/doc-binterfaceGriffinR
Document remaining symbols in battle_interface, palette, and save
2021-11-13Merge pull request #1547 from GriffinRichards/doc-sounddataGriffinR
Clean up sound, add CRY_MODE constants
2021-11-09Merge branch 'master' into doc-binterfaceGriffinR
2021-11-08Document remainder of save.cGriffinR
2021-11-07Disambiguate cry functionsGriffinR
2021-11-03Propagate BG_COORD constantsGriffinR
2021-11-03Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAWGriffinR
2021-11-03Start remaining menu documentationGriffinR
2021-11-03Add COPYWIN constantsGriffinR
2021-11-03Merge pull request #1536 from GriffinRichards/clean-brailleGriffinR
Add font id constants, better braille support
2021-10-30Add font id constantsGriffinR
2021-10-27Label remaining symbols in graphics.cGriffinR
2021-10-26Merge pull request #1525 from GriffinRichards/doc-recmixGriffinR
Document remainder of Record Mixing
2021-10-24Merge pull request #1519 from GriffinRichards/doc-mgiftGriffinR
Document Mystery Gift
2021-10-24Document record mixing mail swapGriffinR
2021-10-17Correct usage of MysteryEvent to MysteryGiftGriffinR
2021-10-17Clean up mevent2GriffinR
2021-10-16General mystery gift documentation, finish mystery gift client/server/scriptsGriffinR
2021-10-15Merge pull request #1511 from GriffinRichards/doc-unionGriffinR
Document link_rfu / Union Room
2021-10-07Merge branch 'master' into doc-unionGriffinR
2021-10-07Rename GF Gname, Rfu, finish bulk of Union Room, more link docGriffinR
2021-10-05Continue misc link documentation, rename reset_save_heapGriffinR
2021-10-02Document summary screen sprite managerGriffinR
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-08-15Document remaining functions in cable_clubGriffinR
2021-07-07Flatten pos fields in struct SpritePikalaxALT
2021-04-26Merge pull request #1410 from GriffinRichards/doc-tradedataGriffinR
Document trade sequence animation, some trade cleanup
2021-04-20Document trade sequence animation, some trade cleanupGriffinR
2021-04-18Merge branch 'master' into doc-pokemonstorageGriffinR
2021-04-15Doc storage - choose box menu, move wallpaper gfxGriffinR
2021-04-15More usage of DISPLAY constantsGriffinR
2021-03-29Merge branch 'master' into doc-introcredGriffinR
2021-03-29Add MON_PIC_SIZE constantGriffinR
2021-03-21Minor link cleanupGriffinR
2021-03-12Nonmatching resoltuionPikalaxALT
- Fix fakematch in Cmd_get_used_held_item - Remove `static` overrides in MODERN in four objects
2021-02-24Add palette selection constantsGriffinR
2021-02-24Document mailGriffinR
2021-02-24Merge pull request #1336 from GriffinRichards/giftribbonsGriffinR
Document some ribbon usage
2021-02-22Merge pull request #1328 from GriffinRichards/doc-pokeuseitemGriffinR
Document PokemonUseItemEffects
2021-02-17Use new gift ribbons size, label unused ribbonsGriffinR
2021-02-15Merge pull request #1324 from GriffinRichards/doc-sbGriffinR
Document remainder of secret_base.c
2021-02-15Rename obedient/fatefulEncounter to eventLegalDeokishisu
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-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-12Document PokemonUseItemEffectsGriffinR
2021-02-05Use GAME_LANGUAGE instead of LANGUAGE_ENGLISHGriffinR
2021-01-07Use constants for max IVs & the random IV generation flagSphericalIce