summaryrefslogtreecommitdiff
path: root/src/battle_script_commands.c
AgeCommit message (Collapse)Author
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
2020-09-01Merge pull request #1149 from PokeCodec/datatypesGriffinR
gflib documenting
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-23Documentation of unk fieldPokeCodec
2020-08-20Give songs meaningful english namesGriffinR
2020-08-18Match battle script commands by correcting a function and the pokemon structPokeCodec
2020-08-11Add some charmap constant usageGriffinR
2020-08-10Merge pull request #1122 from GriffinRichards/clean-battlemsgGriffinR
Add stat stage constants, clean up misc battle msg data
2020-08-04Add stat stage constantsGriffinR
2020-07-27Document some battle_util.cExpoSeed
2020-07-18Clean up some battle scr cmd dataGriffinR
2020-03-17Using Battle Action constantsAsparagusEduardo
2020-03-17Merge pull request #1000 from GriffinRichards/doc-dexPikalaxALT
Document pokedex.c
2020-03-09Document pokedex.cGriffinR
2020-03-07Using True/False on SetMoveEffect.Eduardo Quezada
2020-02-25Document remaining status/general/special animsGriffinR
2020-02-04Use friendship event constantsGriffinR
2020-02-04Document some pokenav menu handlersGriffinR
2019-12-10Document misc strings and text colorsGriffinR
2019-12-06Use ST_OAM constants for OamData definitionsGriffinR
2019-11-23Turn some magic numbers into named constantsThomas Winwood
2019-11-07Document some battle_bg-related thingsMarcus Huderle
2019-11-04Merge pull request #787 from GriffinRichards/rename-tablecmdshuderlem
Rename table cmds
2019-10-31Document party_menu second passGriffinR
2019-10-26Rename some STAT_CHANGE macrosGriffinR
2019-10-25Document party_menu first passGriffinR
2019-09-30Use STR_CONV constantsGriffinR
2019-09-27Rename CONTACT macros to ON_DAMAGEGriffinR
2019-09-27Clean up new Cmd macro namesGriffinR
2019-09-26Merge branch 'master' into rename-tablecmdsGriffinR
2019-09-25Merge pull request #816 from jiangzhengwenjz/ptch-3huderlem
get rid of goto in battle_script_commands
2019-09-17Review changes for #807GriffinR