summaryrefslogtreecommitdiff
path: root/src/evolution_scene.c
AgeCommit message (Collapse)Author
2021-05-31[LEAK-INFORMED] fix CreateShedinja fakematchKurausukun
2021-04-23Merge pull request #406 from hjk321/index-graphicsGriffinR
Document, Index, and Prettify Graphics, Part 1 (A-H)
2021-04-10Document and index evolution_scenehjk321
2021-04-09standardize "grey" to "gray"Kurausukun
2021-04-09fix text color namesKurausukun
2021-02-16Mirror pokeemerald PR#1329 & PR#1335 to pokefireredDeokishisu
The `giftRibbons` field in `SaveBlock1` has been split out into proper subfields. The new ExternalEvent structs deal with interconnectivity between external games/peripherals and FRLG. US & JP Colosseum Bonus Discs', Colosseum and XD's, Pokémon Channel's, and PokémonBox: Ruby & Sapphire's interactions with these fields has been documented. 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 `eventLegal`. All relevant constants and functions dealing with the Pokémon data structure were renamed with these changes in mind. I still maintain that `eventLegal` is a misnomer and it should be called `fatefulEncounter` in all three repos.
2021-01-29Use trainer constants in flags, automatically update flags/vars countGriffinR
2020-08-29Give songs meaningful english namesGriffinR
2020-04-08Clean up includesPikalaxALT
2020-02-21Remove redundant include linesPikalaxALT
2019-11-20Address review commentsPikalaxALT
2019-11-20Add missing files; documentationPikalaxALT
2019-11-20ID --> IdPikalaxALT
2019-11-20Port evolution_scenePikalaxALT