summaryrefslogtreecommitdiff
path: root/src/battle_ai_script_commands.c
AgeCommit message (Collapse)Author
2021-11-01Standarized Solarbeam into Solar BeamEduardo Quezada D'Ottone
2021-10-08Start misc battle documentationGriffinR
2021-09-30Rename Battle Weather flagsPokestia
2021-07-02Fix 'determining' typoGriffinR
2021-07-02Condense battle AI scripts, minor clean upGriffinR
2021-05-23BUGFIX: battle scripts (#1436)gAlfonso-bit
2021-05-15Various BUGFIXes and UBFIXesExpoSeed
2021-03-12Nonmatching resoltuionPikalaxALT
- Fix fakematch in Cmd_get_used_held_item - Remove `static` overrides in MODERN in four objects
2021-01-23Misc battle documentationGriffinR
2021-01-13Label remaining battle typesGriffinR
2020-12-14Merge pull request #1265 from Kurausukun/berry_crushGriffinR
fakematch fixes, begin documenting Berry Crush (based on #1187)
2020-12-12UBFIX for if_status_not_in_partyGriffinR
2020-12-12Use BUGFIX for some inline fixesGriffinR
2020-12-10Merge remote-tracking branch 'upstream/master' into berry_crushKurausukun
2020-11-07Bugfix for ChooseMoveOrAction_Doubles.luckytyphlosion
2020-10-26Merge branch 'master' into revertsaaaaaa123456789
2020-10-01Replace POKEMON_SLOTS_NUMBERGriffinR
2020-09-16battle_ai_script_commands.c: -g fixes the fakematch.Kaz
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-06u8 positionPokeCodec
2020-07-18Clean up some battle scr cmd dataGriffinR
2019-09-26Merge branch 'master' into rename-tablecmdsGriffinR
2019-09-16more constant usageGriffinR
2019-09-16Use MAX_MON_MOVES constantsGriffinR
2019-08-23rename BattleAICmd prefixGriffinR
2019-05-16Change abilities in base stats to arrayDizzyEggg
2019-04-05Clean up data headersDizzyEggg
2019-03-31Give battle_anim files appropriate namesMarcus Huderle
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-09Remove trailing whitespacenullableVoidPtr
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-14Sort includes into alphabetical orderSlawter666
2018-11-11Factory doneDizzyEggg
2018-10-14clean battle structsDizzyEggg
2018-09-20Label trainer hill battle typeDizzyEggg
2018-07-16Battle files - review changesDizzyEggg
2018-07-01document frontier relatedDizzyEggg
2018-06-17label and document battle windowsDizzyEggg
2018-03-01more battle files cleaningDizzyEggg
2018-02-28Merge pull request #221 from DizzyEggg/data_to_cDiegoisawesome
Move some data to C
2018-02-28match two functionsDizzyEggg
2018-02-26correct move target definesDizzyEggg
2018-02-08get rid of unnecessary externsDizzyEggg
2018-02-06more renamingcamthesaxman
2018-02-06more renamingcamthesaxman
2018-02-05rename bank to battlercamthesaxman
2018-01-16more renamingcamthesaxman
2018-01-16more renamingcamthesaxman
2018-01-16identity -> positioncamthesaxman