summaryrefslogtreecommitdiff
path: root/src/battle_main.c
AgeCommit message (Collapse)Author
2020-06-21Created constant for easier Ball Expansion.Eduardo Quezada
2020-06-03Label union room battle trainerGriffinR
2020-03-17Using Battle Action constantsAsparagusEduardo
2020-02-04Use friendship event constantsGriffinR
2019-12-17Document Battle Tower scriptsGriffinR
2019-11-07Document some battle_bg-related thingsMarcus Huderle
2019-11-04Merge pull request #787 from GriffinRichards/rename-tablecmdshuderlem
Rename table cmds
2019-10-31Review changes for party menu docGriffinR
2019-10-31Document party_menu second passGriffinR
2019-10-25Document party_menu first passGriffinR
2019-10-09More trade documentationGriffinR
2019-09-27Merge branch 'master' into gflibPikalaxALT
2019-09-26Merge branch 'master' into rename-tablecmdsGriffinR
2019-09-16more constant usageGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-09-05Merge pull request #798 from GriffinRichards/constants-bactionPikalaxALT
Use misc battle constants
2019-09-04Use B_SIDE constantsGriffinR
Also includes a CHAR_X constant use for X items
2019-09-03Use B_ACTION constantsGriffinR
2019-08-30Use OTID constants for CreateMonGriffinR
2019-08-23Rename atk## constants and statesGriffinR
2019-07-18Resolve compile warnings in modernPikalaxALT
2019-05-16use ability num instead of alt abilityDizzyEggg
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-04-02Cleanup OamData entriesPhlosioneer
2019-03-31Give battle_anim files appropriate namesMarcus Huderle
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-03-08Merge branch 'master' into extern-cleanupPhlosioneer
2019-03-03Fix typosPhlosioneer
This is an updated version of #554, since it hasn't been updated in two weeks.
2019-03-01Reduce externsPhlosioneer
2019-02-02Name action 11DizzyEggg
2019-01-29Rename a palace battle fieldDizzyEggg
2019-01-29Misc. documentation and move some data into .c filesMarcus Huderle
2019-01-13make trainer hill compileDizzyEggg
2019-01-05fakematch and nonmatchDizzyEggg
2018-12-31Merge branch 'master' of github.com:pret/pokeemerald into tradeDiegoisawesome
2018-12-31Cleanup and documentationDiegoisawesome
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
2018-12-24Clear includesDizzyEggg
2018-12-23move data to cDizzyEggg
2018-12-23start data convertingDizzyEggg
2018-12-19Merge pull request #454 from golemgalvanize/decompile_party_menuDiegoisawesome
Decompile party menu
2018-12-18Fix compressed palette alignmentDiegoisawesome
2018-12-18Merge pull request #452 from Meowsy/pokemon-adding-easerDiegoisawesome
Add macros to simplify defining front animations and still pics.
2018-12-18Additional SPECIES_* documentation.Meowsy
2018-12-13Merge branch 'master' of https://github.com/pret/pokeemerald into ↵golem galvanize
decompile_party_menu
2018-12-12Decompile battle_intro.c (#444)Marcus Huderle