aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/wild_mons.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revise some RAM buffer constantsRangi2025-09-261-3/+3
|
* Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵Rangi2020-07-041-3/+3
| | | | by rgbds 0.4.0)
* 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-20/+20
| | | | in instructions like add a, x
* split code out of main.asmYamaArashi2016-12-311-0/+33