summaryrefslogtreecommitdiff
path: root/src/evolution_scene.c
AgeCommit message (Collapse)Author
2022-03-10Add usage of battle strings table offset constantGriffinR
2021-11-17Use specific name limits for string limit functionsGriffinR
2021-11-07Disambiguate cry functionsGriffinR
2021-10-09More battle doc, add battle window idsGriffinR
2021-10-02Document summary screen sprite managerGriffinR
2021-08-24Removed trailing spaces in the most relevant filesLOuroboros
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow.
2021-05-31[LEAK-INFORMED] fix CreateShedinja fakematchKurausukun
info: the header change is required. accesses to the struct need to be treated as non-const, even though the array must be const. thanks to jiang for figuring this out.
2021-04-15Misc reg constant cleanupGriffinR
2021-02-24Add palette selection constantsGriffinR
2021-02-24Document mailGriffinR
2021-02-24Use TASK_NONE constantGriffinR
2021-02-17Use new gift ribbons size, label unused ribbonsGriffinR
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-03Document evolution sceneGriffinR
2021-01-23Misc battle documentationGriffinR
2021-01-19Remove unused local variables and functionsGriffinR
2020-12-10Merge remote-tracking branch 'upstream/master' into berry_crushKurausukun
2020-10-01Replace POKEMON_SLOTS_NUMBERGriffinR
2020-09-19battle_gfx_sfx_util.c: Very annoying fakematch fix.Kaz
daycare.c: -g eliminates the need for the brace hack. battle_transition.c: Fix Phase2_Ripple_Func2...?
2020-09-04Switch to button macrosPokeCodec
2020-08-20Give songs meaningful english namesGriffinR
2019-11-07Document some battle_bg-related thingsMarcus Huderle
2019-10-25Document party_menu first passGriffinR
2019-10-10Last non-anim trade.c docGriffinR
2019-10-08Document more trade.cGriffinR
2019-10-05Continue trade docGriffinR
2019-10-03Document some of tradeGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-05-03Document MON_DATA_10hjk321
2019-04-07Merge branch 'master' into contest-ai-cleanupPhlosioneer
2019-04-05Clean up data headersDizzyEggg
2019-04-04RGB ConstantsPhlosioneer
2019-04-03Rename and document more contest setup functionsPhlosioneer
Also properly label the link contest flags variable, and label the contest window ID's.
2019-03-31Document mystery_giftPikalaxALT
2019-02-02Clean up ram varsDizzyEggg
2018-12-31Merge branch 'master' of github.com:pret/pokeemerald into tradeDiegoisawesome
2018-12-31Document, cleanup, extract data from tradeDiegoisawesome
2018-12-26Fix Bldalpha argsDizzyEggg
2018-12-26Fix bldcnt gpu reg argsDizzyEggg
2018-12-26Fix BgAttributesDizzyEggg
2018-12-06Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵nullableVoidPtr
spaces -> tabs
2018-12-06Fix alloc.c as per #386, define INVALID_ constants and rename malloc to ↵nullableVoidPtr
alloc as per #325 Some of the INVALID_ are likely erroneously placed, due to lack of documentation
2018-11-19Decompile all of battle_anim_utility_funcsMarcus Huderle
2018-11-06Merge remote-tracking branch 'pret/master' into script_menuDiegoisawesome
2018-11-06Finish cleaning up text.cDiegoisawesome
2018-11-05r5/r6 swap on sub_80E2578Diegoisawesome
2018-10-18Move Bitmap struct and clear sprite/text filesDizzyEggg
2018-10-14Move 'blend_palette'.c to util.cDizzyEggg
2018-09-10Standardize sprite visibility to booleanDiegoisawesome
2018-08-18battle dome - a couple more functionsDizzyEggg