summaryrefslogtreecommitdiff
path: root/src/party_menu.c
AgeCommit message (Collapse)Author
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
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-13party_menu fakematch fixKaz
2020-09-04Switch to button macrosPokeCodec
2020-08-20Give songs meaningful english namesGriffinR
2020-07-28Merge branch 'master' into doc-overworldGriffinR
2020-07-24Change signedness and add casts to avoid implicit conversion warningsPokeCodec
2020-07-15Merge branch 'master' into doc-overworldGriffinR
2020-07-08Merge branch 'master' of https://github.com/pret/pokeemerald into ↵GriffinR
add-flagvarsave
2020-07-08Merge branch 'master' into doc-overworldGriffinR
2020-06-24Allow flag/var counts to be updated alongside valuesGriffinR