aboutsummaryrefslogtreecommitdiffstats
path: root/gfx/sprites/erika.png (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add macros, constants, and labels for map scripts and text (#367)vulcandth2023-07-131-0/+0
| | | This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified.
* Convert pngs in gfx/ to 1bpp and 2bpp.yenatch2014-04-051-0/+0
All graphics are now png. Some files were split out of necessity: - gfx/trade.2bpp -> gfx/game_boy.norepeat.png gfx/link_cable.png - gfx/red/introfight.2bpp -> gfx/red/intro_nido_{1,2,3}.6x6.png - gfx/blue/introfight.2bpp -> gfx/blue/intro_purin_{1,2,3}.6x6.png