Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-27 | Clean up rayquaza scene documentation | GriffinR | |
2020-08-27 | Document first rayquaza scene | GriffinR | |
2019-06-29 | fix unaligned memory access in BlendPalette | Michael Panzlaff | |
This problem is only going to occur in versions where the palette buffer isn't aligned to 4 bytes (which it is in a matching pokeemerald). Since agbcc returns sizeof(PlttData) = 4, it will read words instead of half words. This causes unnecessary emulator warnings in the function "BlendPalette". Aligning the buffers to 4 bytes fixes this. | |||
2019-02-09 | Name the possible return values of palette fading functions | Phlosioneer | |
Also replace implicit conversion from gPalette.active into a status with if statements, to make the return value clear. I've also added comments when the check is redundant. | |||
2019-02-01 | some more fakematch fix | DizzyEggg | |
2018-12-18 | Fix compressed palette alignment | Diegoisawesome | |
2018-10-14 | Move 'blend_palette'.c to util.c | DizzyEggg | |
2018-02-06 | Use fixed width types in TintPalette funcs | Diegoisawesome | |
2018-02-06 | match palette functions | DizzyEggg | |
2018-01-29 | add rgb constants | DizzyEggg | |
2017-12-22 | Merge remote-tracking branch 'pret/master' | Diegoisawesome | |
2017-12-22 | Attempts to fix nonmatchings in palette.c | Diegoisawesome | |
2017-12-17 | static names given s prefix | DizzyEggg | |
2017-10-12 | Port/decomp scrcmd | Diegoisawesome | |
2017-10-01 | Split palette and tileset_anims | PikalaxALT | |
2017-10-01 | clean up declarations in src/palette.c | PikalaxALT | |
2017-09-30 | Disassemble pointer tables in data/tileset.s | PikalaxALT | |
2017-09-30 | Decompile asm/tileset.s into src/palette.c | PikalaxALT | |
2017-09-04 | split and label | DizzyEggg | |
2017-03-07 | Use constant NUM_TASKS in palette.c | Diegoisawesome | |
2017-03-06 | formatting | ProjectRevoTPP | |
2017-03-06 | clean up a few functions in palette.c | ProjectRevoTPP | |
2017-03-05 | resolve implicit declarations and enforce warnings as errors | ProjectRevoTPP | |
2017-03-04 | Disassemble palette.s | Diegoisawesome | |
All but two functions match. |