summaryrefslogtreecommitdiff
path: root/src/recorded_battle.c
AgeCommit message (Collapse)Author
2021-11-08Document remainder of save.cGriffinR
2021-10-12Clean up recorded_battle, add MOVE_IS_PERMANENTGriffinR
2021-10-08Start misc battle documentationGriffinR
2021-03-12More documentation in battle_mainPikalaxALT
2021-02-24Add palette selection constantsGriffinR
2021-01-22Document battle_controller_player.cGriffinR
2021-01-22Document remainder of battle_controllers.cGriffinR
2021-01-13Label remaining battle typesGriffinR
2020-12-24Label remaining subs in battle_tower.cGriffinR
2020-01-12Clean up some of save.cGriffinR
2019-11-25Document Frontier UtilGriffinR
2019-11-19WIP Document ApprenticeGriffinR
2019-09-27Merge branch 'master' into gflibPikalaxALT
2019-09-16Use MAX_MON_MOVES constantsGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-06-26Fix/suppress warnings when building with gcc-8PikalaxALT
2019-04-07Merge branch 'master' into contest-ai-cleanupPhlosioneer
2019-04-04Documentation of ereader_helpers, 1PikalaxALT
2019-04-04RGB ConstantsPhlosioneer
2019-03-31Give battle_anim files appropriate namesMarcus Huderle
2019-01-29Misc. documentation and move some data into .c filesMarcus Huderle
2019-01-13Decompile trainer hillDizzyEggg
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-06Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵nullableVoidPtr
spaces -> tabs
2018-12-06Fix alloc.c as per #386, define INVALID_ constants and rename malloc to ↵nullableVoidPtr
alloc as per #325 Some of the INVALID_ are likely erroneously placed, due to lack of documentation
2018-11-18Clean up save related filesDizzyEggg
2018-11-01Finish frontier utilDizzyEggg
2018-11-01Document recorded battleDizzyEggg
2018-10-20begin porting and decomping battle towerDizzyEggg
2018-09-20Label trainer hill battle typeDizzyEggg
2018-09-20Document some not labeled battle thingsDizzyEggg
2018-09-01Fix the strings length issueDizzyEggg
2018-08-25Document battle dome.DizzyEggg
2018-07-22merge union room with masterDizzyEggg
2018-07-22make union room compile i guessDizzyEggg
2018-07-16Merge with masterDizzyEggg
2018-07-15Document list_menu.c and main_menu.cDiegoisawesome
2018-07-01merge with battle tent updateDizzyEggg
2018-07-01document frontier relatedDizzyEggg
2018-06-30Move all trainer defines to trainers.h and identify frontier brain trainer idDizzyEggg
2018-06-17battle tent start and create frontier struct in saveblockDizzyEggg
2018-05-11Update naked attribute and ASM_DIRECT to NAKED macroDiegoisawesome
2018-02-11Merge pull request #207 from DizzyEggg/decompile_pokemon_123Diegoisawesome
Decompile and clean pokemon files
2018-02-11Merge branch 'master' into linkPikalaxALT
2018-02-11add more const pokemon data, clear includeDizzyEggg
2018-02-11thonkDizzyEggg
2018-02-11review battle code clean up changeDizzyEggg
2018-02-08pokemon and battle constantsDizzyEggg
2018-02-08get rid of unnecessary externsDizzyEggg
2018-02-06more renamingcamthesaxman