aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/map_sprites.asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix file modesdannye2020-11-141-0/+0
* Use constants to delineate map types, and factor out more dataRangi2020-08-311-1/+1
* Update sprite namesRangi2020-07-171-1/+1
* Use 'tile' and 'tiles' macrosRangi2020-07-071-4/+4
* Remove c1x*/c2x* comments, use struct offset constantsRangi2020-07-071-24/+28
* Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-7/+7
* Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellowRangi2020-07-051-10/+10
* Port pokecrystal's formatting of text commands and special charactersRangi2020-07-041-1/+1
* Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported b...Rangi2020-07-041-2/+1
* Factor out data/sprites/Rangi2020-07-031-0/+2
* Add subdirectories to data/ similar to pokecrystalRangi2020-07-031-1/+1
* Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi2020-06-271-1/+1
* Add space between arguments in assembly instructions and remove redundant a i...xCrystal2017-12-301-208/+208
* 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
* Pull a lot of engine out of main.asmU-Fish-PC\Daniel2014-05-221-0/+440