aboutsummaryrefslogtreecommitdiffstats
path: root/engine/items/inventory.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-05Sync more with pokeyellowRangi1-3/+3
2020-07-07Use HIGH() and LOW()Rangi1-2/+2
2020-06-27Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi1-2/+2
Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
2017-12-30Add space between arguments in assembly instructions and remove redundant a ↵xCrystal1-68/+68
in instructions like add a, x
2016-12-31split code out of main.asmYamaArashi1-0/+150