aboutsummaryrefslogtreecommitdiffstats
path: root/gfx/sprites.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add macros, constants, and labels for map scripts and text (#367)vulcandth2023-07-131-2/+2
| | | 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.
* cycling.png -> red_bike.pngRangi2020-07-171-1/+1
|
* Update sprite namesRangi2020-07-171-67/+67
| | | | These are based on the trainers that use them, and synced with pokegold/pokecrysal when possible
* Move graphics-only object file sources into gfx/Rangi2020-07-031-0/+73
Previously this wasn't working, but now the Makefile uses pokegold's technique for running scan_includes. It also enables and fixes some rgbds warnings ("Non-local labels without a colon are deprecated").