summaryrefslogtreecommitdiff
path: root/src/battle_script_commands.c
AgeCommit message (Collapse)Author
2021-12-24Update battle_script_commands.cLOuroboros
2021-11-03Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAWGriffinR
2021-11-03Add COPYWIN constantsGriffinR
2021-11-03Merge pull request #1536 from GriffinRichards/clean-brailleGriffinR
Add font id constants, better braille support
2021-11-01Standarized Solarbeam into Solar BeamEduardo Quezada D'Ottone
2021-10-30Add font id constantsGriffinR
2021-10-24Merge pull request #1520 from GriffinRichards/doc-randomGriffinR
Document random remaining symbols
2021-10-19Merge pull request #1516 from GriffinRichards/doc-miscbattleGriffinR
Miscellaneous battle documentation
2021-10-17Some pokedex clean upGriffinR
2021-10-13Label battle script macro argumentsGriffinR
2021-10-13Add controller buffer constants, finish misc battle docGriffinR
2021-10-12Clean up recorded_battle, add MOVE_IS_PERMANENTGriffinR
2021-10-09Add TRACKS_ALL, remove BGCntrlBitfieldGriffinR
2021-10-09More battle doc, add battle window idsGriffinR
2021-10-08Start misc battle documentationGriffinR
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-07-07Flatten pos fields in struct SpritePikalaxALT
2021-07-01Fix divide by 0 in Cmd_getexpGriffinR
2021-05-23BUGFIX: battle scripts (#1436)gAlfonso-bit
2021-04-17Doc storage - misc cleanup, some item/cursorGriffinR
2021-04-10Merge pull request #1397 from GriffinRichards/doc-moremiscGriffinR
Clean up battle scripts
2021-04-09standardize "grey" to "gray"Kurausukun
2021-04-03Misc battle script cleanupGriffinR
2021-04-03Add remaining multistring chooser constantsGriffinR
2021-04-02Label miss string indexesGriffinR
2021-03-30Bit shifts from hex to decimalGriffinR
2021-03-27Standardize Friendship/HappinessGriffinR
2021-02-24Add palette selection constantsGriffinR
2021-02-12Document PokemonUseItemEffectsGriffinR
2021-01-22Document remainder of battle_controllers.cGriffinR
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-12Corrected small inconsistency in move flag namesLOuroboros
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-26port Cmd_forcerandomswitch fakematch fixKurausukun
2020-10-23re-match Cmd_unknown_24 (from #1140)Kurausukun
changes to data structs are necessary. other things that look unnecessary, like the order of operands, are also necessary. fuck this function.
2020-10-01Replace POKEMON_SLOTS_NUMBERGriffinR
2020-09-16battle_script_commands.c: Eliminate the last nonmatching (swapped expressions).Kaz
2020-09-16Convert to -g; will be required for eliminating fakematches.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-10Change according to feedbackPokeCodec
2020-09-10Make returnPokeCodec
2020-09-09Remove register variable mentionPokeCodec
2020-09-09Match battle_script commandsPokeCodec
2020-09-09Fix Battle_Script_commands fakematchPokeCodec
2020-09-04Switch to button macrosPokeCodec