aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/map_sprites.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi2020-06-271-1/+1
| | | 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-208/+208
| | | | in instructions like add a, x
* Fix typos in commentsdannye2017-06-241-2/+2
|
* remove address commentsYamaArashi2016-06-111-5/+5
|
* No more W_dannye2015-08-301-14/+14
|
* fix variable namingYamaArashi2015-07-181-8/+8
|
* Rename some labelsYamaArashi2015-02-081-3/+3
|
* Named wram symbolsYamaArashi2015-02-071-3/+3
|
* Use VRAM constants where applicable.yenatch2014-05-291-3/+3
|
* Remove most static wram addresses. Use labels instead.yenatch2014-05-261-13/+13
| | | | | | For unknown addresses, use "w<address>". Label overleads are still an issue.
* Pull a lot of engine out of main.asmU-Fish-PC\Daniel2014-05-221-0/+440