aboutsummaryrefslogtreecommitdiffstats
path: root/gfx/sprites.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-07-13Add macros, constants, and labels for map scripts and text (#367)vulcandth1-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.
2020-11-04Start reorganizing pokeyellowRangi1-0/+15
2020-11-04Sync with pokereddannye1-0/+74
2020-07-17cycling.png -> red_bike.pngRangi1-1/+1
2020-07-17Update sprite namesRangi1-67/+67
These are based on the trainers that use them, and synced with pokegold/pokecrysal when possible
2020-07-03Move graphics-only object file sources into gfx/Rangi1-0/+0
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").
2020-06-27Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi1-0/+73
Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.