summaryrefslogtreecommitdiff
path: root/engine/battle/save_trainer_name.asm
AgeCommit message (Collapse)Author
2020-07-03Add subdirectories to data/ similar to pokecrystalRangi
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
2020-06-27Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi
Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
2020-06-23Move more tables from engine/ to data/Rangi
This also splits the end of engine/battle/core.asm into engine/battle/effects.asm.
2017-12-30Add space between arguments in assembly instructions and remove redundant a ↵xCrystal
in instructions like add a, x
2016-06-11remove address commentsYamaArashi
2015-08-30No more W_dannye
2015-04-01Rename battle files and split move effects Part 2xCrystal
5.asm, 9.asm, and a.asm