summaryrefslogtreecommitdiff
path: root/home/vcopy.asm
AgeCommit message (Collapse)Author
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