summaryrefslogtreecommitdiff
path: root/src/contest.c
AgeCommit message (Collapse)Author
2019-09-04Use gBattlerPositions constantsGriffinR
2019-07-25Decompile pokemon unk 6DizzyEggg
2019-06-26Modernize codePikalaxALT
Can compile with arm-none-eabi-gcc 8.3.0 gbafix correctly handles ELF input
2019-04-07Merge branch 'master' into contest-ai-cleanupPhlosioneer
2019-04-05Clean up data headersDizzyEggg
2019-04-04RGB ConstantsPhlosioneer
2019-04-03General cleanup of the second half of contest.cPhlosioneer
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-04-03Document applause meter codePhlosioneer
2019-04-02Found a debug system for pokemon contestsPhlosioneer
2019-04-02Document the nextTurnOrder calculationsPhlosioneer
2019-04-02More cleanup, document contestant sortingPhlosioneer
2019-04-02Cleanup OamData entriesPhlosioneer
2019-04-02Cleanup some of gContestResourcesPhlosioneer
2019-04-01Rename contest AI stuffPhlosioneer
2019-03-31Update OAMs to use new constantsPhlosioneer
2019-03-31Prep for mergePhlosioneer
2019-03-09Moved last contest data into CPhlosioneer
2019-03-09Move the contest opponent filter to CPhlosioneer
2019-03-09Move gContestOpponents into CPhlosioneer
2,400 LOC by hand.
2019-03-09Move contest winner list to CPhlosioneer
2019-03-08Move text pointer tables into CPhlosioneer
2019-03-08Move more contest constants into CPhlosioneer
2019-03-08Merge branch 'master' into extern-cleanupPhlosioneer
2019-03-02Rename macro with correct name for pixel valuesPhlosioneer
2019-03-01Reduce externsPhlosioneer
2019-02-21Improve window palette macrosPhlosioneer
2019-02-21Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-02-17use BG_SCREEN_ADDR macro for tilemap addressesgarak
2019-02-16use BG_CHAR_ADDR definegarak
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-02Clean up ram varsDizzyEggg
2019-01-28Define double single left right qutoation marks charDizzyEggg
2019-01-28contestDizzyEggg
2019-01-28Decompile whole contestDizzyEggg
2019-01-28Match all of contest functionsDizzyEggg
2019-01-27Fix stuffultima-soul
2019-01-27Minor changesultima-soul
2019-01-27Make changesultima-soul
2019-01-06Fix build conflicts.ultima-soul
2019-01-06Decompile through ClearContestWinnerPicsInContestHall, 10 NONMATCHINGs present.ultima-soul
2019-01-06Committing progress so far.ultima-soul
2019-01-06Through sub_80DC028, sub_80DC0F4 non-matching.ultima-soul
2019-01-06Matched up to sub_80DBF68, sub_80DBF90 WIP.ultima-soul
2019-01-03Decompile contest_link_81D9DE4.cMarcus Huderle
2018-12-31Merge branch 'master' of github.com:pret/pokeemerald into tradeDiegoisawesome
2018-12-31Cleanup and documentationDiegoisawesome
2018-12-26Fix BgAttributesDizzyEggg
2018-12-25Merge remote-tracking branch 'pret/master' into tradeDiegoisawesome
2018-12-25use max mon moves constant where able (#480)melthelesbian
* use max mon moves constant where able * fix errors in script commands file * fix more errors