aboutsummaryrefslogtreecommitdiffstats
path: root/home/vcopy.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion2015-08-301-37/+42
|\ | | | | | | Doesn't build.
| * add border constant and clear up misnomerYamaArashi2015-08-141-24/+27
| |
| * more naming variablesYamaArashi2015-07-241-9/+11
| |
| * small changesYamaArashi2015-07-181-1/+1
| |
| * Consolidate coord macrosdannye2015-07-181-3/+3
| |
* | Fix typos up to end of home/audio.asmluckytyphlosion2015-08-091-6/+6
| |
* | Addresses for functions.luckytyphlosion2015-05-101-6/+6
| |
* | Slight changes within vcopy.asmluckytyphlosion2015-05-101-42/+16
|/ | | Changes: Game Freak learned that ld [$xxxx],sp exists, and uses that to save a bit of space/time.
* Commented/labelled misc functionsYamaArashi2014-09-141-3/+4
|
* Use *Coord instead of FuncCoordU-Fish-PC\Daniel2014-06-251-6/+3
| | | | | | Using 'Coord =' doesn't like using wTileMap So use hlCoord, deCoord, bcCoord, aCoord, Coorda, or dwCoord to avoid static addresses
* Fix a typo in home/vcopy.asm.yenatch2014-06-161-1/+1
| | | | | 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.
* Split more code out of home.asm.yenatch2014-05-311-0/+450