summaryrefslogtreecommitdiff
path: root/gfx/pokemon
AgeCommit message (Collapse)Author
2020-11-13Kanto Mon Names (#79)jd-0
Rename Kanto mons to English
2020-09-22Move most files out of the root directoryRangi
- ram/ froups the ram source files - slack/ is for unused garbage taking up the ROM's free space - gfx.py moved to utils/
2020-09-20More cleanup of whitespace and commentsRangi
2018-07-03Introduce linkerscript.luckytyphlosion
Addresses of sections will now be added to the linkerscript via `org`, and the section name will be the path/to/file. If there is more than one section in the file, then add a @SectionName after the path/to/file to describe the section.
2018-07-03Merge branch 'master' of https://github.com/luckytyphlosion/pokegold-spaceworldluckytyphlosion
2018-07-03Merge branch 'master' of https://github.com/pret/pokegold-spaceworldluckytyphlosion
2018-06-01gfx/annon_pics: annotate ROM addressesTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31home/pokemon: disassemble Pokémon sprite uncompression routineTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-30gfx: add egg front spriteTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-29Same pic bank solution as pokecrystalRangi
2018-05-29Merge branch 'master' of http://git.sanqui.net:3000/pret/pokegold-spaceworldRangi
2018-05-29Small temporary SECTION headers go in main.asm, so the individual files ↵Rangi
won't all need fixing later
2018-05-30gfx: remove wrong annon picTauwasser
My script happily dumped yadoking twice... :| Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-30gfx, main.asm: add Pokémon sprite bank tableTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-30gfx, main.asm: add Pokémon front and back picsTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-29pics -> pokemon (follow pokecrystal convention)Rangi