summaryrefslogtreecommitdiff
path: root/src/battle_tv.c
AgeCommit message (Collapse)Author
2022-03-10Add usage of battle strings table offset constantGriffinR
2021-11-01Standarized Solarbeam into Solar BeamEduardo Quezada D'Ottone
2021-10-02Document remaining symbols in pokemon.cGriffinR
2021-09-30Rename Battle Weather flagsPokestia
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-11Use the `IS_TYPE_PHYSICAL` macro in `AddMovePoints`Collin Styles
2021-04-03Add remaining multistring chooser constantsGriffinR
2021-01-14Document battle tv dataGriffinR
2021-01-13Label remaining battle typesGriffinR
2020-10-26Merge branch 'master' into revertsaaaaaa123456789
2020-10-23re-match TryPutLinkBattleTvShowOnAir (from #1177)Kurausukun
2020-10-01Replace POKEMON_SLOTS_NUMBERGriffinR
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-04Match more functionsPokeCodec
2020-08-04Add stat stage constantsGriffinR
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-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-10-14Clean battle structsDizzyEggg
2018-07-01document frontier relatedDizzyEggg
2018-06-30C vars sym ewramDizzyEggg
2018-05-11Update naked attribute and ASM_DIRECT to NAKED macroDiegoisawesome
2018-03-01battle tv review changesDizzyEggg
2018-02-28make it compileDizzyEggg
2018-02-27decompile and document battle tvDizzyEggg