Commit Graph

20 Commits

Author SHA1 Message Date
Eduardo Quezada 6c457f42af Corrected uses of GetBattlerSide 2022-08-27 00:59:12 -04:00
GriffinR c2d5dd2a1f Additional battle anim sync 2022-08-19 11:51:13 -04:00
Eduardo Quezada 7b3401ee27 Standarized use of star in pointer types 2022-07-29 10:17:58 -04:00
Eduardo Quezada a37d8b1346 Documented boolean uses 2022-07-25 14:59:14 -04:00
GriffinR ae2602b5a5 Add missing BATTLER_COORD usage 2021-11-08 11:54:29 -05:00
LOuroboros 554210c5e3 Removed trailing spaces in the most relevant files
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-24 19:59:32 -03:00
PikalaxALT 810ca5f8ff Flatten pos fields in struct Sprite 2021-07-07 09:11:52 -04:00
GriffinR 62abcecc54 More usage of DISPLAY constants 2021-04-15 02:22:24 -04:00
GriffinR 98ab546d3a Label misc unused move anims 2021-04-13 04:04:09 -04:00
GriffinR 2166e337a1 Label unused move anims 2021-04-11 13:21:22 -04:00
Marcus Huderle c323e7f061 Document some battle anim funcs and data 2021-02-27 11:04:45 -06:00
GriffinR b65980cd4e Remove unused local variables and functions 2021-01-19 18:19:33 -05:00
Kurausukun 8bf401c227 address comments 2020-11-02 18:43:11 -05:00
Kurausukun 5fd555016f re-match battle_anim_flying functions (from #1126) 2020-10-21 04:04:59 -04:00
aaaaaa123456789 7dc95a0103 Undo PokeCodec's PRs
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-13 06:30:55 -03:00
PokeCodec 608da287c1 Create Macros and refactor 2020-09-04 19:49:53 -04:00
PokeCodec 96ef73f881 removed stray line 2020-08-12 19:58:58 -04:00
PokeCodec 35c6e85e20 cleanup 2020-08-10 19:25:37 -04:00
PokeCodec ceac2d547c Remove fakematch 2020-08-10 19:25:37 -04:00
GriffinR 51cd0ac081 Rename battle anim type files, remove unneeded ARG_RET_IDs 2020-02-25 12:54:08 -06:00