summaryrefslogtreecommitdiff
path: root/src/party_menu.c
AgeCommit message (Collapse)Author
2022-02-15Generalize name of party slot without HPGriffinR
2022-02-15Convert party menu slots to bin filesGriffinR
2021-12-28Move pokemon and easy chat constants to global, misc clean-upGriffinR
2021-11-17Use specific name limits for string limit functionsGriffinR
2021-11-16Handle optional arguments for warp commands, add WARP_ID_NONEGriffinR
2021-11-15Add PARTY_NOTHING_CHOSENGriffinR
2021-11-04Merge branch 'master' into doc-menuGriffinR
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 branch 'master' into doc-finalmiscGriffinR
2021-11-03Merge pull request #1536 from GriffinRichards/clean-brailleGriffinR
Add font id constants, better braille support
2021-11-03Merge pull request #1534 from GriffinRichards/doc-btransGriffinR
Document battle transition
2021-11-02Document files with a few remaining symbolsGriffinR
2021-10-30Add font id constantsGriffinR
2021-10-29Fix incorrect arguments on CopyRectToBgTilemapBufferRectGriffinR
2021-10-27Label remaining symbols in graphics.cGriffinR
2021-10-24Document record mixing mail swapGriffinR
2021-10-15Merge branch 'master' into doc-miscbattleGriffinR
2021-10-13Add controller buffer constants, finish misc battle docGriffinR
2021-10-08Start misc battle documentationGriffinR
2021-10-07Merge branch 'master' into doc-unionGriffinR
2021-10-07Rename GF Gname, Rfu, finish bulk of Union Room, more link docGriffinR
2021-08-11Merge branch 'master' into doc-itemmenu2GriffinR
2021-08-10Document item menuGriffinR
2021-08-02Merge branch 'master' into doc-playerpcGriffinR
2021-08-02Document player pcGriffinR
2021-07-07Flatten pos fields in struct SpritePikalaxALT
2021-04-23Document Battle Pyramid BagGriffinR
2021-04-15Doc storage - choose box menu, move wallpaper gfxGriffinR
2021-04-09standardize "grey" to "gray"Kurausukun
2021-03-03Document dodrio berry pickingGriffinR
2021-02-24Add palette selection constantsGriffinR
2021-02-24Document mailGriffinR
2021-02-24Use SPRITE_NONE constantGriffinR
2021-02-24Use WINDOW_NONE constantGriffinR
2021-02-22Merge pull request #1328 from GriffinRichards/doc-pokeuseitemGriffinR
Document PokemonUseItemEffects
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-01-22Document battle_controller_player.cGriffinR
2021-01-19Remove unused local variables and functionsGriffinR
2021-01-14Index sTMHMMovesGriffinR
2021-01-04Remove unnecessary subtraction in switchGriffinR
2020-12-10Merge remote-tracking branch 'upstream/master' into berry_crushKurausukun
2020-11-03Merge pull request #1189 from aaaaaa123456789/revertsPikalaxALT
Undo PokeCodec's PRs and port changes
2020-11-02Re-apply joypad macros (minus merge conflicts)aaaaaa123456789
2020-10-26Merge branch 'master' into revertsaaaaaa123456789
2020-10-21Eliminate goto in ItemUseCB_MedicineThomas Winwood