aboutsummaryrefslogtreecommitdiffstats
path: root/tilesets.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-03Move graphics-only object file sources into gfx/Rangi1-63/+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-28Use --preserve instead of a hard-coded blank tileRangi1-1/+0
2020-06-27Organize gfx/Rangi1-1/+1
2020-06-27Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi1-0/+64
Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.