summaryrefslogtreecommitdiff
path: root/engine/items/inventory.asm
AgeCommit message (Collapse)Author
2020-11-05Sync more with pokeyellowRangi
2020-07-07Use HIGH() and LOW()Rangi
2020-06-27Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi
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 ↵xCrystal
in instructions like add a, x
2016-12-31split code out of main.asmYamaArashi