aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/map_sprites.asm (follow)
Commit message (Collapse)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
| | | | These are based on the trainers that use them, and synced with pokegold/pokecrysal when possible
* 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 ↵Rangi2020-07-041-2/+1
| | | | by rgbds 0.4.0)
* Factor out data/sprites/Rangi2020-07-031-0/+2
|
* Add subdirectories to data/ similar to pokecrystalRangi2020-07-031-1/+1
| | | | Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
* 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