summaryrefslogtreecommitdiff
path: root/src/contest.c
AgeCommit message (Collapse)Author
2021-07-08Fix style issuesPikalaxALT
2021-06-28Match sub_806CF04PikalaxALT
2021-06-24Finish porting contest data to CPikalaxALT
2021-06-23Contest data and strings to C, 2PikalaxALT
2021-06-23Document remaining contest.c functionsPikalaxALT
2021-06-23Sync contest struct field documentation from EmeraldPikalaxALT
2021-06-23Sync more function names from EmeraldPikalaxALT
2021-06-22Split contest codePikalaxALT
2021-06-21Sync more contest docs from EmeraldPikalaxALT
2021-06-21Start syncing contest code documentation from EmeraldPikalaxALT
2021-06-18Document image_processing_effects.cPikalaxALT
2020-09-01Match more naked functionsPokeCodec
2020-08-29Give songs meaningful english namesGriffinR
2020-07-22Fix COMMON sym references under modern gccPikalaxALT
2020-02-12Standardize Event Object to Object EventGriffinR
2019-10-02Merge branch 'master' into emerald_diffPikalaxALT
2019-09-05Configure Travis to build nonmatching (#746)PikalaxALT
* Configure Travis to build nonmatching
2019-07-31resolve more battle system differencescamthesaxman
2019-07-29gMPlay to gMPlayInfocamthesaxman
2019-07-29resolve some Emerald differencescamthesaxman
2019-07-28remove hardcoded VRAM and EWRAM addressescamthesaxman
2019-04-08Some documentation of contest_link_80C2020PikalaxALT
2019-04-08through sub_80C4A28PikalaxALT
2019-04-08through sub_80C3EA4PikalaxALT
2018-10-31Merge pull request #698 from Slawter666/synchroniseMarcus Huderle
Synchronise with pokeemerald
2018-10-17Further synchronisationSlawter666
2018-10-16document battle anim script commandsgarak
2018-06-25Merge branch 'master' into contest_link_80C2020Marcus Huderle
2018-06-20Use MUS_ prefix instead of BGM_ prefix for songsMarcus Huderle
2018-05-29Unify 'map object' and 'field object' terms into 'event object'Marcus Huderle
2018-05-21Standardize args to palette blend functionsMarcus Huderle
2018-04-07through DebugMenu_807786C; use macro NAKED instead of __attribute__((naked))PikalaxALT
2018-04-06Use 'battler' instead of 'bank'Marcus Huderle
2018-03-31Merge branch 'master' into contest_link_80C2020PikalaxALT
2018-03-31Still more renaming of varsPikalaxALT
2018-03-31CONTEST_STRING_NONEPikalaxALT
2018-03-31CONTEST_STRING enumsPikalaxALT
2018-03-31Even more field/var renamingPikalaxALT
2018-03-31more renamingPikalaxALT
2018-03-30rename some funcs and fieldsPikalaxALT
2018-03-30Decompile contest effect dataPikalaxALT
2018-03-29ContestEffect_26PikalaxALT
2018-03-29through ContestEffect_08PikalaxALT
2018-03-29Start decompiling contest_effectPikalaxALT
2018-02-11Merge pull request #557 from PikalaxALT/fix_nonmatchingMarcus Huderle
Fix nonmatching functions throughout the repo
2018-02-10Start documenting battle animsMarcus Huderle
2018-02-07Merge branch 'master' into fix_nonmatchingPikalaxALT
2018-01-30Remove some explicit calls to memcpy in matsuda_debug_menu; label fields in ↵PikalaxALT
ContestPokemon
2018-01-27Merge branch 'master' into german_debugCameron Hall
2018-01-25integrate debug functions in contest.cCameron Hall