aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/save_trainer_name.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.
* Move more tables from engine/ to data/Rangi2020-06-231-92/+1
| | | | This also splits the end of engine/battle/core.asm into engine/battle/effects.asm.
* Add space between arguments in assembly instructions and remove redundant a ↵xCrystal2017-12-301-13/+13
| | | | in instructions like add a, x
* remove address commentsYamaArashi2016-06-111-23/+23
|
* No more W_dannye2015-08-301-27/+27
|
* Rename battle files and split move effects Part 2xCrystal2015-04-011-0/+112
5.asm, 9.asm, and a.asm