summaryrefslogtreecommitdiff
path: root/gfx/pokemon
AgeCommit message (Collapse)Author
2022-03-12tools/palfix.py gfx/pokemon/nidoran_m/back.pngRangi
2022-03-12Fix mono Nidoran♂ back sprite issue (#885)FrenchOrange
2022-03-04Make 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-04Verify data table sizes with table_width and assert_table_length macrosRangi
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-23Match LZ compressed files (#724)aaaaaa123456789
Replace lzcomp with new version and match all LZ compressed files
2020-02-28Identify remaining gfx/unknown filesRangi
2019-01-15Fix some constantsmid-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-25Remove even more address commentsmid-kid
That should be all of them this time
2018-06-12Note which labels are only needed for locating banks (relevant to issue #485)Rangi
2018-02-07questionmark is not a pokemon picRangi
2018-01-12Egg palette works like other PokémonRemy Oukaour
2017-12-28Rename pokemon animation files (fix #439)Remy Oukaour
2017-12-27gfx/pokemon/animation.asm → engine/pic_animation.asmRemy Oukaour
Correct comment in constants/pokemon_constants.asm
2017-12-26Use "battle_anims" and "sprite_anims" for clarity, not just "anims"Remy Oukaour
2017-12-26Rename: gfx/pics → gfx/pokemonRemy Oukaour