Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-12 | tools/palfix.py gfx/pokemon/nidoran_m/back.png | Rangi | |
2022-03-12 | Fix mono Nidoran♂ back sprite issue (#885) | FrenchOrange | |
2022-03-04 | Make male Nidoran's back pic indexed (#884) | Eldred Habert | |
It's the only backpic that isn't indexed; this inconsistency is a little problematic when doing, er, batch processing | |||
2021-03-04 | Verify data table sizes with table_width and assert_table_length macros | Rangi | |
This was discussed in #706 It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants, as discussed in #739 | |||
2020-05-23 | Match LZ compressed files (#724) | aaaaaa123456789 | |
Replace lzcomp with new version and match all LZ compressed files | |||
2020-02-28 | Identify remaining gfx/unknown files | Rangi | |
2019-01-15 | Fix some constants | mid-kid | |
Glass ting SFX were added in crystal. PicAnimations and UnownAnimations are expected to be in the same bank as their pointers, because the pointers are not BANK()-referenced separately. | |||
2018-06-25 | Remove even more address comments | mid-kid | |
That should be all of them this time | |||
2018-06-12 | Note which labels are only needed for locating banks (relevant to issue #485) | Rangi | |
2018-02-07 | questionmark is not a pokemon pic | Rangi | |
2018-01-12 | Egg palette works like other Pokémon | Remy Oukaour | |
2017-12-28 | Rename pokemon animation files (fix #439) | Remy Oukaour | |
2017-12-27 | gfx/pokemon/animation.asm → engine/pic_animation.asm | Remy Oukaour | |
Correct comment in constants/pokemon_constants.asm | |||
2017-12-26 | Use "battle_anims" and "sprite_anims" for clarity, not just "anims" | Remy Oukaour | |
2017-12-26 | Rename: gfx/pics → gfx/pokemon | Remy Oukaour | |