Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-08 | Finish battle_anim_mons doc | GriffinR | |
2021-11-08 | Add missing BATTLER_COORD usage | GriffinR | |
2021-11-08 | Start battle_anim_mons doc | GriffinR | |
2021-11-01 | Standarized Solarbeam into Solar Beam | Eduardo Quezada D'Ottone | |
2021-07-07 | Flatten pos fields in struct Sprite | PikalaxALT | |
2021-04-13 | Label more unused battle anims | GriffinR | |
2021-02-28 | Document more battle anim effects | Marcus Huderle | |
2021-01-23 | Misc battle anim documentation | 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-08-20 | Give songs meaningful english names | GriffinR | |
2020-07-27 | Fix undefined behaviour in protect animation | DizzyEggg | |
gPlttBufferFaded[sprite->data[2] + ++i] = gPlttBufferFaded[sprite->data[2] + i + 1] The above does NOT make it certain that i gets incremented before reading from the right side. Changed it, so the function always increments i first, then reads from pal buffer. | |||
2020-07-27 | holding back on casts | PokeCodec | |
2020-07-24 | Change signedness and add casts to avoid implicit conversion warnings | PokeCodec | |
2020-02-25 | Rename battle anim type files, remove unneeded ARG_RET_IDs | GriffinR | |
2020-02-25 | Label move anim data | GriffinR | |
2020-02-25 | Clean up battle anim C for doc | GriffinR | |
2020-02-25 | Finish documenting move anim scripts | GriffinR | |
2020-02-25 | Some battle anim review changes | GriffinR | |
2020-02-25 | Document move anims I-S | GriffinR | |
2019-12-06 | More usage of ST_OAM constants and SPRITE macros | GriffinR | |
2019-10-20 | battle_anims_effects_2 | Sewef | |
2019-10-16 | Conflits 3/2 | Sewef | |
Nice one, git | |||
2019-10-16 | Another fix, Conflicts 2/2 | Sewef | |
2019-10-16 | Forgotten fix, conflits 1/2 | Sewef | |
2019-10-16 | Fix labels | Sewef | |
2019-10-14 | Update battle_anim_effects_1.c | Sewef | |
2019-10-14 | Label battle_anim_effects_1 | Sewef | |
2019-10-14 | Revert "More battle_anim_effects_1 labels" | Sewef | |
This reverts commit 00331a644a0ec022bae370058f28d142425eca3b. | |||
2019-10-14 | More battle_anim_effects_1 labels | Sewef | |
2019-10-14 | More battle_anim_effects_1 labels | Sewef | |
2019-10-14 | Document subs & AnimTask in battle_anim_effects_1 | Sewef | |
2019-10-14 | battle_anim_effects_1 main callbacks | Sewef | |
2019-10-14 | Ended battle_anims_effects_1 SpriteTemplates | Sewef | |
2019-10-13 | Started labelling battle_anim_effects_1 | Sewef | |
2019-09-08 | Move gflib srcs and headers to gflib subdir | PikalaxALT | |
2019-09-04 | Use B_SIDE constants | GriffinR | |
Also includes a CHAR_X constant use for X items | |||
2019-08-21 | Remove MNUM from oam flip constant names | PikalaxALT | |
2019-08-21 | Use HFLIP, VFLIP | PikalaxALT | |
2019-07-30 | Clean up battle anim effects file | DizzyEggg | |
2019-06-26 | Modernize code | PikalaxALT | |
Can compile with arm-none-eabi-gcc 8.3.0 gbafix correctly handles ELF input | |||
2019-04-06 | Rename battle anim sprites | DizzyEggg | |
2019-04-02 | Document a bit of anims | DizzyEggg | |
2019-02-06 | Document some battle anim things | Marcus Huderle | |
2018-12-30 | Document some battle anims and helpers | Marcus Huderle | |
2018-12-19 | Document a bunch of battle anims | Marcus Huderle | |
2018-12-17 | Document a bunch of battle anim stuff | Marcus Huderle | |
2018-12-17 | Decompile battle_anim_effects_2.c | Marcus Huderle | |
2018-12-16 | decompile electric.s | shinny456 | |
2018-12-16 | Decompile battle_anim_effects_1.c | Marcus Huderle | |