aboutsummaryrefslogtreecommitdiffstats
path: root/engine/items/inventory.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sync more with pokeyellowRangi2020-11-051-3/+3
|
* Use HIGH() and LOW()Rangi2020-07-071-2/+2
|
* Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi2020-06-271-2/+2
| | | Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
* Add space between arguments in assembly instructions and remove redundant a ↵xCrystal2017-12-301-68/+68
| | | | in instructions like add a, x
* split code out of main.asmYamaArashi2016-12-311-0/+150