summaryrefslogtreecommitdiff
path: root/src/party_menu.c
AgeCommit message (Collapse)Author
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
2020-06-23Document some overworld and field effectsGriffinR
2020-06-13Merge branch 'master' into doc-linkGriffinR
2020-06-10Begin item_menu.c cleanupSierraffinity
2020-05-31Document union_room.cGriffinR
2020-05-18Document pokemon summary screenDizzyEggg
2020-04-09Add misc party constant usageGriffinR
2020-03-17Merge pull request #968 from GriffinRichards/doc-regionmapPikalaxALT
Document some pokenav and region map
2020-02-16Port librfu from fireredPikalaxALT
2020-02-05Document some pokenav and region mapGriffinR
2020-02-04Use friendship event constantsGriffinR
2019-12-25Merge pull request #944 from GriffinRichards/doc-itemusehuderlem
Document item_use.c
2019-12-25Merge pull request #936 from GriffinRichards/doc-towerhuderlem
Document Battle Tower scripts
2019-12-21Document item_use.cGriffinR