summaryrefslogtreecommitdiff
path: root/home/vcopy.asm
AgeCommit message (Collapse)Author
2021-09-26Fix typos (#334)Amber Brault
2021-07-31Remove old tile animation comments (#333)SatoMew
They stopped being accurate after #304 and aren't really necessary.
2021-04-17Use rgbds 0.5.0 features:Rangi
- FOR loops - {interpolation} - REDEF EQUS - \# for all macro args
2020-11-29Label and document hFFD7 more accuratelySatoMew
2020-07-07Use 'tile' and 'tiles' macrosRangi
2020-07-07Sync coordinate macros with pokecrystalRangi
2020-07-06Specify the ldh instruction, don't turn ld into ldhRangi
2020-07-06Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ↵Rangi
MACRO/ENDM, etc)
2020-07-03H_CONSTANTNAMES -> hConstantNamesRangi
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