summaryrefslogtreecommitdiff
path: root/src/contest.c
AgeCommit message (Collapse)Author
2021-10-02Document summary screen sprite managerGriffinR
2021-09-24Document some single-remaining symbolsGriffinR
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-07-07Flatten pos fields in struct SpritePikalaxALT
2021-06-21Merge pull request #1469 from GriffinRichards/fix-contestheartsPikalaxALT
Clarify contest heart tiles
2021-06-21Clarify contest heart tilesGriffinR
2021-06-10Remove remaining grey and replace with grayExpoSeed
2021-04-29Merge pull request #1421 from GriffinRichards/doc-tvrecordmixGriffinR
Document TV
2021-04-28Merge pull request #1420 from GriffinRichards/doc-dataanimsGriffinR
Document battler affine anims, default pokeball throw
2021-04-26Document TVGriffinR
2021-04-25Document battler sprite affine anims, default pokeball throwGriffinR
2021-04-22Misc contest cleanupGriffinR
2021-04-21Clean up contest_paintingGriffinR
2021-04-15More usage of DISPLAY constantsGriffinR
2021-02-24Add palette selection constantsGriffinR
2021-02-05Use GAME_LANGUAGE instead of LANGUAGE_ENGLISHGriffinR
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-11-02Re-apply joypad macros (minus merge conflicts)aaaaaa123456789
2020-11-02Merge branch 'reverts' of https://github.com/aaaaaa123456789/pokeemerald ↵Kurausukun
into reverts
2020-11-02address commentsKurausukun
2020-10-26Fix whitespace issuesaaaaaa123456789
2020-10-26Remove unused variableaaaaaa123456789
Co-authored-by: Seija <71219152+PokeCodec@users.noreply.github.com>
2020-10-26Merge branch 'master' into revertsaaaaaa123456789
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-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-04Switch to button macrosPokeCodec
2020-09-04Match more functionsPokeCodec
2020-09-01Merge pull request #1149 from PokeCodec/datatypesGriffinR
gflib documenting
2020-08-28Merge pull request #1146 from GriffinRichards/rename-songsGriffinR
Give songs meaningful english names
2020-08-23Documentation of unk fieldPokeCodec
2020-08-23Remove unused variable remaining from rubyPokeCodec
2020-08-21Document contest AI scriptsGriffinR
2020-08-21Document contest AI commandsGriffinR
2020-08-20Give songs meaningful english namesGriffinR
2020-08-18Add condition mod constantsGriffinR
2020-08-16Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contestGriffinR
2020-08-16Clean up contest docGriffinR
2020-08-16Document contest live updatesGriffinR
2020-08-16Document misc contestGriffinR
2020-08-15Document contest appealGriffinR
2020-08-13Split contest funcs from script_pokemon_utilGriffinR
2020-08-13Document link contest connectionGriffinR
2020-07-24Continue new contest documentationGriffinR
2020-07-23Begin new contest documentationGriffinR
2020-07-08Merge branch 'master' of https://github.com/pret/pokeemerald into ↵GriffinR
add-flagvarsave
2020-06-24Allow flag/var counts to be updated alongside valuesGriffinR
2020-06-18Rename contest_link_80FC4F4, 80F57C4, and 81D9DE4GriffinR