aboutsummaryrefslogtreecommitdiffstats
path: root/home/pics.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use BANK("Pics #") for Pokémon and trainer picsRangi2021-05-061-13/+13
|
* Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-12/+12
|
* Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵Rangi2020-07-041-2/+2
| | | | by rgbds 0.4.0)
* home/pic.asm -> home/uncompress.asm; home/uncompress.asm -> home/pics.asmRangi2020-07-031-0/+196
One does the actual decompression, the other synthesizes the decompressed data.