Commit Graph

41 Commits

Author SHA1 Message Date
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
Kurausukun 2705f2e5f4 [LEAK-INFORMED] also pretty dumb 2021-05-31 08:20:46 -05:00
Kurausukun 42021db743 [LEAK-INFORMED] literal dumbest fakematch ever 2021-05-31 08:20:46 -05:00
GriffinR fb24336e8f Pokemon animation misc cleanup 2021-04-10 01:36:06 -04:00
GriffinR 72ba8cf58d Document pokemon animation types 2021-04-10 00:50:28 -04:00
GriffinR a392cca928 Misc battle documentation 2021-01-23 00:40:31 -05:00
GriffinR fa3acd79e7 Fix missing header for sub_817F77C BUGFIX 2021-01-11 10:37:22 -05:00
Sierraffinity ef7832a55c Change how mon affine transform fix is handled 2020-12-30 17:36:53 -08:00
Sierraffinity abef3065d0 Fix affine anim bug with Pokémon going in and out of balls without an intermediate screen transition 2020-12-12 20:29:20 -08:00
aaaaaa123456789 1c3d75f673 Merge branch 'master' into reverts 2020-10-26 12:16:36 -03:00
Kurausukun 9d067dfe0d port sub_8181C2C fakematching fix 2020-10-26 00:06:19 -04:00
GriffinR 5259898325 Replace POKEMON_SLOTS_NUMBER 2020-10-01 17:07:12 -05: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 3af118b0a7 Fix fakematch in pokemon animation 2020-09-09 11:12:12 -04:00
GriffinR 0e7f634b00 Wrap asm statements in NONMATCHING 2020-08-18 08:16:09 -04:00
GriffinR aba42513d3 Clean up some battle scr cmd data 2020-07-18 18:10:15 -04:00
Marcus Huderle 79a1127122 Match sub_817F9F4 2020-05-24 17:22:56 -05:00
GriffinR 2756771958 More usage of ST_OAM constants and SPRITE macros 2019-12-06 19:05:44 -06:00
PikalaxALT 92f17e8812 Document pokemon_animations sprite ptr bug 2019-06-30 19:19:26 -04:00
PikalaxALT 04c9793429 Fix pokemon_animation.c 2019-06-30 13:49:24 -04:00
PikalaxALT b839c21307 Fix/suppress warnings when building with gcc-8 2019-06-26 16:42:57 -04:00
DizzyEggg 9320fe8f85 Clear includes 2018-12-24 00:02:29 +01:00
nullableVoidPtr 4d307a6f63 Clean some more arrays 2018-12-08 11:33:41 +08:00
nullableVoidPtr 4fc3fa9e44 Realign comments, clean tables in pokemon_animation.c and use SPECIES_OLD_UNOWN_ defines 2018-12-07 20:18:24 +08:00
nullableVoidPtr f9ff7316d5 Remove uses of INVALID_ defines, clean up some arrays with constants, and spaces -> tabs 2018-12-06 10:38:28 +08:00
nullableVoidPtr 3909b6408c Fix alloc.c as per #386, define INVALID_ constants and rename malloc to alloc as per #325
Some of the INVALID_ are likely erroneously placed, due to lack of documentation
2018-12-06 09:44:08 +08:00
Slawter666 4311fd8b89 Sort includes into alphabetical order 2018-11-14 00:01:50 +00:00
garak 3cb7a33f42 label back animations 2018-10-30 12:37:53 -04:00
DizzyEggg 7a008a944a Move 'blend_palette'.c to util.c 2018-10-14 14:43:19 +02:00
Diegoisawesome d9941cd1a8 Standardize sprite visibility to boolean 2018-09-10 10:25:58 -05:00
DizzyEggg 38c89b9d0f Bank to battler 2018-09-01 18:36:08 +02:00
Diegoisawesome 23b050a99e Update naked attribute and ASM_DIRECT to NAKED macro 2018-05-11 17:24:32 -05:00
camthesaxman 6a4967689e more renaming 2018-02-06 13:48:02 -06:00
DizzyEggg 78728ae454 add rgb constants 2018-01-29 14:36:13 +01:00
DizzyEggg ed546d680f pokemon animation is decompiled 2018-01-29 12:36:56 +01:00
DizzyEggg 16c46905ff more pokemon animation functions 2018-01-28 00:51:20 +01:00
DizzyEggg 8ca9bbe425 more pokemon anim functions decompiled 2018-01-27 21:10:00 +01:00
DizzyEggg 95827ab64b more pokemon anim functions decompiled 2018-01-27 11:57:46 +01:00
DizzyEggg 4e43a251b0 more pokemon anim funcs 2018-01-24 19:37:30 +01:00
DizzyEggg ad73f92061 start decompiling pokemon animation 2018-01-22 21:32:50 +01:00