summaryrefslogtreecommitdiff
path: root/src/battle_controller_opponent.c
AgeCommit message (Collapse)Author
2022-03-10Add usage of battle strings table offset constantGriffinR
2021-11-17Use specific name limits for string limit functionsGriffinR
2021-11-13Merge branch 'master' into doc-banimGriffinR
2021-11-08Finish battle_anim_mons docGriffinR
2021-11-07Disambiguate cry functionsGriffinR
2021-11-07Add CRY_MODE constantsGriffinR
2021-10-19Merge pull request #1516 from GriffinRichards/doc-miscbattleGriffinR
Miscellaneous battle documentation
2021-10-13Add controller buffer constants, finish misc battle docGriffinR
2021-10-09Add TRACKS_ALL, remove BGCntrlBitfieldGriffinR
2021-10-09More battle doc, add battle window idsGriffinR
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-04-15More usage of DISPLAY constantsGriffinR
2021-04-03Misc battle script cleanupGriffinR
2021-01-22Document battle_controller_opponent.cGriffinR
2021-01-22Document battle_controller_player.cGriffinR
2021-01-22Document remainder of battle_controllers.cGriffinR
2021-01-19Remove unused local variables and functionsGriffinR
2021-01-13Label remaining battle typesGriffinR
2020-12-29Index battle controller cmd tablesGriffinR
2020-08-30Minor battle_anim_throw cleanupGriffinR
2020-08-30Merge branch 'master' into pokeball-dochondew
2020-08-30Document throwing pokeballhondew
continue Document more Doc more funcs Remove workspace Document shiny stars Document PokeBlock Clean up Clean more
2020-08-20Give songs meaningful english namesGriffinR
2019-12-06More usage of ST_OAM constants and SPRITE macrosGriffinR
2019-05-16use ability num instead of alt abilityDizzyEggg
2019-04-05Clean up data headersDizzyEggg
2019-03-08Merge branch 'master' into extern-cleanupPhlosioneer
2019-03-05Fix Controllers end command function namesDizzyEggg
2019-03-01Reduce externsPhlosioneer
2019-02-06Document some battle anim thingsMarcus Huderle
2019-01-04rename coords to size in struct MonCoordsPhilipp AUER
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-17Document a bunch of battle anim stuffMarcus Huderle
2018-12-16decompile electric.sshinny456
2018-12-03Add battle controllers var to src from sym_ewramDizzyEggg
2018-11-25Decompile rockMarcus Huderle
2018-11-19Decompile all of battle_anim_utility_funcsMarcus Huderle
2018-11-18Party Size and Num StatsDizzyEggg
2018-11-14Sort includes into alphabetical orderSlawter666
2018-11-11Document battle arenaDizzyEggg
2018-10-19use sound panning constants in battle_anim_scriptsgarak
2018-09-20Label trainer hill battle typeDizzyEggg
2018-09-20Document some not labeled battle thingsDizzyEggg
2018-09-16Use defines for BattleAI_ChooseMoveOrActionDizzyEggg
2018-09-10Standardize sprite visibility to booleanDiegoisawesome
2018-08-25Some labelsDizzyEggg
2018-07-01label multiuse sprite template functionsDizzyEggg
2018-07-01document frontier relatedDizzyEggg
2018-06-30Move all trainer defines to trainers.h and identify frontier brain trainer idDizzyEggg