summaryrefslogtreecommitdiff
path: root/src/battle_main.c
AgeCommit message (Collapse)Author
2021-11-08Finish battle_anim_mons docGriffinR
2021-10-15Merge branch 'master' into doc-miscbattleGriffinR
2021-10-15Merge pull request #1511 from GriffinRichards/doc-unionGriffinR
Document link_rfu / Union Room
2021-10-13Add controller buffer constants, finish misc battle docGriffinR
2021-10-12Clean up recorded_battle, add MOVE_IS_PERMANENTGriffinR
2021-10-09More battle doc, add battle window idsGriffinR
2021-10-08Start misc battle documentationGriffinR
2021-10-07Merge branch 'master' into doc-unionGriffinR
2021-10-02Document remaining symbols in pokemon.cGriffinR
2021-09-30Rename Battle Weather flagsPokestia
2021-09-24Document some single-remaining symbolsGriffinR
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-08-15Document remaining functions in cable_clubGriffinR
2021-07-07Flatten pos fields in struct SpritePikalaxALT
2021-06-25Add missing use of F_TRAINER_FEMALEGriffinR
2021-05-13Cherry-pick roamer bug fix from pokefireredgAlfonso-bit
Adapted https://github.com/pret/pokefirered/blob/master/src/battle_main.c#L3831 to pokeemerald
2021-04-26Document TVGriffinR
2021-04-15Misc reg constant cleanupGriffinR
2021-04-15More usage of DISPLAY constantsGriffinR
2021-04-12Use designated initializers for gTypeNamesMarcus Huderle
2021-04-03Add remaining multistring chooser constantsGriffinR
2021-03-30Bit shifts from hex to decimalGriffinR
2021-03-15Update newly named fieldsPikalaxALT
2021-03-12More documentation in battle_mainPikalaxALT
2021-03-12Resolve link comm buffers in gBattleStructPikalaxALT
2021-03-12Nonmatching resoltuionPikalaxALT
- Fix fakematch in Cmd_get_used_held_item - Remove `static` overrides in MODERN in four objects
2021-03-04Label battle tower link scriptGriffinR
2021-02-24Add palette selection constantsGriffinR
2021-02-12Document PokemonUseItemEffectsGriffinR
2021-01-23Misc battle documentationGriffinR
2021-01-22Document battle_controller_opponent.cGriffinR
2021-01-22Document battle_controller_player.cGriffinR
2021-01-22Document remainder of battle_controllers.cGriffinR
2021-01-19Use GET_UNOWN_LETTER macroGriffinR
2021-01-13Label remaining battle typesGriffinR
2021-01-07Use constants for max IVs & the random IV generation flagSphericalIce
2020-12-24Label remaining subs in battle_tower.cGriffinR
2020-12-10Merge remote-tracking branch 'upstream/master' into berry_crushKurausukun
2020-11-02Re-apply joypad macros (minus merge conflicts)aaaaaa123456789
2020-10-26Merge branch 'master' into revertsaaaaaa123456789
2020-10-26re-match BattleIntroOpponent1SendsOutMonAnimationKurausukun
a lot of functions and a bit of data had to be moved from battle_main.c to battle_util.c; I have added a note to battle_util.c stating the reason for this
2020-10-22port fakematch fixes from #1155Kurausukun
2020-10-01Replace POKEMON_SLOTS_NUMBERGriffinR
2020-09-19battle_gfx_sfx_util.c: Very annoying fakematch fix.Kaz
daycare.c: -g eliminates the need for the brace hack. battle_transition.c: Fix Phase2_Ripple_Func2...?
2020-09-13Undo PokeCodec's PRsaaaaaa123456789
This commit undoes most of PokeCodec's PRs after the debate in chat. Some harmless or completely superseded PRs have been left alone, as there is not much benefit in attempting to undo them. Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136, #1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179, #1180, #1181, #1182 and #1183.
2020-09-08Fix buildPokeCodec
2020-09-08Match BattleIntroOpponent1SendsOutMonAnimationPokeCodec
2020-09-08More adjustmentsPokeCodec
2020-09-06Preparation for matching BattleIntroOpponent1SendsOutMonAnimationPokeCodec
2020-09-06u8 positionPokeCodec