summaryrefslogtreecommitdiff
path: root/src/trainer_card.c
AgeCommit message (Collapse)Author
2021-11-04Merge branch 'master' into doc-menuGriffinR
2021-11-03Propagate BG_COORD constantsGriffinR
2021-11-03Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAWGriffinR
2021-11-03Add COPYWIN constantsGriffinR
2021-11-03Merge branch 'master' into doc-finalmiscGriffinR
2021-11-02Document files with a few remaining symbolsGriffinR
2021-10-30Add font id constantsGriffinR
2021-10-15Fix some trainer card link accessGriffinR
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-04-22Misc contest cleanupGriffinR
2021-04-09standardize "grey" to "gray"Kurausukun
2021-03-29Merge branch 'master' of https://github.com/pret/pokeemerald into fr_docKurausukun
2021-03-22Remaining labels in trainer_cardGriffinR
2021-03-18port miscellaneous fr documentationKurausukun
2021-02-24Add palette selection constantsGriffinR
2021-02-24Use TASK_NONE constantGriffinR
2020-09-04Switch to button macrosPokeCodec
2020-08-20Give songs meaningful english namesGriffinR
2020-08-16Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contestGriffinR
2020-08-13Split contest funcs from script_pokemon_utilGriffinR
2020-08-13Document link contest connectionGriffinR
2020-06-24Allow flag/var counts to be updated alongside valuesGriffinR
2020-02-08Document Trainer CardGriffinR
2019-12-10Document misc strings and text colorsGriffinR
2019-11-25Document Frontier UtilGriffinR
2019-10-02Merge pull request #823 from GriffinRichards/constants-strconvPikalaxALT
Use STR_CONV constants
2019-09-30Use STR_CONV constantsGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-05-16rename gFacilityClassPicsByIndex to gLinkPlayerFacilityClassesgarak
2019-05-16name some trainer card related functionsgarak
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-08Merge branch 'master' into extern-cleanupPhlosioneer
2019-03-02Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-03-02Rename macro with correct name for pixel valuesPhlosioneer
2019-03-02Clean up the last extern functionsPhlosioneer
2019-03-01Merge pull request #551 from Phlosioneer/multiplayer-stuffhuderlem
Document overworld.c and link stuff in general
2019-02-27Document easy chat screen typesMarcus Huderle
2019-02-26Missed some fill valuesPhlosioneer
Must have forgotten to check FillWindowPixelRect.
2019-02-22Give window drawing functions better namesPhlosioneer
2019-02-21Improve window palette macrosPhlosioneer
2019-02-11Document main_menu state machine, name window constantsPhlosioneer
The new names for the constants (and newly named functions) give a much better understanding of what the window system is trying to do.
2019-02-10Start renaming symbolsPhlosioneer
I finally figured out what the code is trying to do. I have a foothold; the rest should follow.
2019-02-02Clean up ram varsDizzyEggg
2019-01-26Decompile all frontier passDizzyEggg
2019-01-26Document and decompile more of frontier pass.DizzyEggg
2019-01-22trainer card diego plsDizzyEggg
2019-01-20document more of trainer cardDizzyEggg
2019-01-19Document and match somne trainer cardDizzyEggg
2019-01-19trainer_card up to sub_80C4998shinny456