Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-24 | Removed trailing spaces in the most relevant files | LOuroboros | |
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-07 | Flatten pos fields in struct Sprite | PikalaxALT | |
2021-05-31 | [LEAK-INFORMED] also pretty dumb | Kurausukun | |
2021-05-31 | [LEAK-INFORMED] literal dumbest fakematch ever | Kurausukun | |
2021-04-10 | Pokemon animation misc cleanup | GriffinR | |
2021-04-10 | Document pokemon animation types | GriffinR | |
2021-01-23 | Misc battle documentation | GriffinR | |
2021-01-11 | Fix missing header for sub_817F77C BUGFIX | GriffinR | |
2020-12-30 | Change how mon affine transform fix is handled | Sierraffinity | |
2020-12-12 | Fix affine anim bug with Pokémon going in and out of balls without an ↵ | Sierraffinity | |
intermediate screen transition | |||
2020-10-26 | Merge branch 'master' into reverts | aaaaaa123456789 | |
2020-10-26 | port sub_8181C2C fakematching fix | Kurausukun | |
2020-10-01 | Replace POKEMON_SLOTS_NUMBER | GriffinR | |
2020-09-13 | Undo PokeCodec's PRs | aaaaaa123456789 | |
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-09 | Fix fakematch in pokemon animation | PokeCodec | |
2020-08-18 | Wrap asm statements in NONMATCHING | GriffinR | |
2020-07-18 | Clean up some battle scr cmd data | GriffinR | |
2020-05-24 | Match sub_817F9F4 | Marcus Huderle | |
2019-12-06 | More usage of ST_OAM constants and SPRITE macros | GriffinR | |
2019-06-30 | Document pokemon_animations sprite ptr bug | PikalaxALT | |
2019-06-30 | Fix pokemon_animation.c | PikalaxALT | |
2019-06-26 | Fix/suppress warnings when building with gcc-8 | PikalaxALT | |
2018-12-24 | Clear includes | DizzyEggg | |
2018-12-08 | Clean some more arrays | nullableVoidPtr | |
2018-12-07 | Realign comments, clean tables in pokemon_animation.c and use ↵ | nullableVoidPtr | |
SPECIES_OLD_UNOWN_ defines | |||
2018-12-06 | Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵ | nullableVoidPtr | |
spaces -> tabs | |||
2018-12-06 | Fix 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-11-14 | Sort includes into alphabetical order | Slawter666 | |
2018-10-30 | label back animations | garak | |
2018-10-14 | Move 'blend_palette'.c to util.c | DizzyEggg | |
2018-09-10 | Standardize sprite visibility to boolean | Diegoisawesome | |
2018-09-01 | Bank to battler | DizzyEggg | |
2018-05-11 | Update naked attribute and ASM_DIRECT to NAKED macro | Diegoisawesome | |
2018-02-06 | more renaming | camthesaxman | |
2018-01-29 | add rgb constants | DizzyEggg | |
2018-01-29 | pokemon animation is decompiled | DizzyEggg | |
2018-01-28 | more pokemon animation functions | DizzyEggg | |
2018-01-27 | more pokemon anim functions decompiled | DizzyEggg | |
2018-01-27 | more pokemon anim functions decompiled | DizzyEggg | |
2018-01-24 | more pokemon anim funcs | DizzyEggg | |
2018-01-22 | start decompiling pokemon animation | DizzyEggg | |