summaryrefslogtreecommitdiff
path: root/home/vcopy.asm
AgeCommit message (Collapse)Author
2017-12-30Add space between arguments in assembly instructions and remove redundant a ↵xCrystal
in instructions like add a, x
2017-06-09Replace deprecated mnemonics by the correct onesAntonio Niño Díaz
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-06-12sync homeYamaArashi
2016-06-11remove address commentsYamaArashi
2015-08-14add border constant and clear up misnomerYamaArashi
2015-07-24more naming variablesYamaArashi
2015-07-18small changesYamaArashi
2015-07-18Consolidate coord macrosdannye
2014-09-14Commented/labelled misc functionsYamaArashi
2014-06-25Use *Coord instead of FuncCoordU-Fish-PC\Daniel
Using 'Coord =' doesn't like using wTileMap So use hlCoord, deCoord, bcCoord, aCoord, Coorda, or dwCoord to avoid static addresses
2014-06-16Fix a typo in home/vcopy.asm.yenatch
This must have happened when the file got split out of home.asm. Since it was the first character on the line, it was interpreted as a label.
2014-05-31Split more code out of home.asm.yenatch