aboutsummaryrefslogtreecommitdiffstats
path: root/engine/menus/text_box.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-20Add comments associating constants with data, and identify some more dataRangi1-212/+4
2020-07-07Sync coordinate macros with pokecrystalRangi1-8/+8
2020-07-06Specify the ldh instruction, don't turn ld into ldhRangi1-2/+2
2020-07-04Port pokecrystal's formatting of text commands and special charactersRangi1-3/+5
2020-07-02Add subdirectories to engine/ similar to pokecrystalRangi1-0/+0
2020-06-27Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi1-1/+1
Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
2017-12-30Add space between arguments in assembly instructions and remove redundant a ↵xCrystal1-48/+48
in instructions like add a, x
2017-06-09Replace deprecated mnemonics by the correct onesAntonio Niño Díaz1-1/+1
The old mnemonics generate warnings with new versions of rgbds. This patch replaces them by the correct ones. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
2016-09-17split bank 1 into filesYamaArashi1-0/+767