summaryrefslogtreecommitdiff
path: root/src/pokemon_summary_screen.c
AgeCommit message (Collapse)Author
2021-07-12Match sub_80A1048PikalaxALT
2021-06-29Merge structs at 02019348PikalaxALT
2021-06-29Merge UNK_STRUCT_2018000 into pssDataPikalaxALT
2021-06-28Match sub_806CF04PikalaxALT
2021-06-24Document pokedex.c, 1PikalaxALT
2021-06-18Document image_processing_effects.cPikalaxALT
2021-02-16Mirror pokeemerald PR#1329 & PR#1335 to pokerubyDeokishisu
The `externalReservedData` field has been split up into `externalEventData` and `externalEventFlags`, which have their own structs. The new structs deal with interconnectivity between external games/peripherals and RS. 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. All relevant constants and functions dealing with the Pokémon data structure were renamed with these changes in mind.
2020-09-01Make invisible a booleanPokeCodec
2020-08-29Give songs meaningful english namesGriffinR
2020-08-19Merge pull request #788 from kazblox/masterGriffinR
Fix NONMATCHINGs and actual English Debug support
2020-07-22Fix COMMON sym references under modern gccPikalaxALT
2020-06-08Preliminary support for English rev0 debug. Matching but still needsKaz
cleaning up. Rename DEBUG_TRANSLATE to DEBUG_FIX now that we have actual English Debug ROMs. Add Sapphire German "first edition" debug support, now that we have a hash for it. Fix an obvious nonmatching.
2020-06-03DrawSummaryScreenNavigationDots: cleanup, fix typos, and convert toKaz
shifts for multiplication. (re: Egg -> I can concur GF extremely loved shifts.) Now matching.
2020-06-03port SummaryScreenHandleUpDownInput, sub_809F284 and sub_80A057C fromKaz
pokeemerald
2020-06-03sub_809E8F0 get.Kaz
2019-07-30misccamthesaxman
2019-07-29gMPlay to gMPlayInfocamthesaxman
2019-07-28emerald file names, part 1camthesaxman
2018-11-12Begin synchronisation part 2Slawter666
2018-09-12Match a few NONMATCHINGs, document some NONMATCHINGs.luckytyphlosion
1 non-trivial NONMATCHING matched. 2 matched with trivial asm();. 2 false NONMATCHINGs matched. 2 matched with register hacks.
2018-08-09Label ball animationsMarcus Huderle
2018-07-05Merge pull request #648 from yenatch/masterMarcus Huderle
fix WarpEvent and label some of pokemon_summary_screen
2018-07-05Decompile battle_anim_813F0f4.sMarcus Huderle
2018-07-03fix missing semicolonsyenatch
2018-07-03condense summary screen anim tablesyenatch
2018-07-03label pp up masksyenatch
2018-07-02label some of pokemon_summary_screenyenatch
2018-06-25Merge branch 'master' into contest_link_80C2020Marcus Huderle
2018-06-10Label move_tutor_menu.cMarcus Huderle
2018-05-21Standardize args to palette blend functionsMarcus Huderle
2018-05-16Update pokemon_summary_screen.c to use EGG_HATCH_LEVEL defineDeokishisu
To be consistent with pokeemerald.
2018-04-09Merge pull request #591 from huderlem/misc_docMarcus Huderle
Document friendship events, primary status ailments, and misc cleanup
2018-04-08Add 'fainted' and 'pokerus' primary status definesMarcus Huderle
2018-04-08Document friendship events, primary status ailments, and misc cleanupMarcus Huderle
2018-04-07through DebugMenu_807786C; use macro NAKED instead of __attribute__((naked))PikalaxALT
2018-03-31Merge branch 'master' into contest_link_80C2020PikalaxALT
2018-02-18remove subdirectoriescamthesaxman
2017-08-12split out src/ directory into categorized subdirectories.ProjectRevoTPP
2017-06-24wip srcMarijn van der Werf
2017-05-26Sort includesMarijn van der Werf
2017-05-26Add headersMarijn van der Werf
2017-05-22Add strings2.hMarijn van der Werf
2017-01-21formattingYamaArashi
2017-01-17Sort includesMarijn van der Werf
2017-01-17Move `gStringVar` declarations to text.hMarijn van der Werf
2017-01-04name functionYamaArashi
2017-01-04decompile more summary screen functionsYamaArashi
2017-01-04name some functionsYamaArashi
2017-01-04Emerald version enumYamaArashi
2017-01-03make PokemonSummaryScreen_PrintTrainerMemo matchYamaArashi