aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/special_warps.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-15Disassemble the BLUEMONS.GB debug ROMRangi1-1/+1
2020-07-06Specify the ldh instruction, don't turn ld into ldhRangi1-2/+2
2020-07-03Add subdirectories to data/ similar to pokecrystalRangi1-1/+1
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
2020-07-02Add subdirectories to engine/ similar to pokecrystalRangi1-0/+0
2020-06-27Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi1-1/+1
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-15/+15
in instructions like add a, x
2016-09-17split bank 1 into filesYamaArashi1-0/+149