pokered-it/home/vcopy.asm, branch master Pokémon Rossa e Blu (Italiano) Replace deprecated mnemonics by the correct ones 2017-06-09T21:54:09+00:00 Antonio Niño Díaz antonio_nd@outlook.com 2017-06-09T21:54:09+00:00 9ea25bc8cd32df5b3bcf6333c3d2582e1b11f2dd 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>
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>
sync home 2016-06-12T18:35:21+00:00 YamaArashi shadow962@live.com 2016-06-12T18:35:21+00:00 3ab3f4273b1288883a43b64cae4191dfa6d2313e

remove address comments 2016-06-12T00:24:04+00:00 YamaArashi shadow962@live.com 2016-06-12T00:24:04+00:00 7f34e28f242ee4d0caba0bd96b040811dcb86c50

add border constant and clear up misnomer 2015-08-14T09:46:12+00:00 YamaArashi shadow962@live.com 2015-08-14T09:46:12+00:00 b6ac1018c29592d667a559016baa18301f21dad4

more naming variables 2015-07-25T03:27:59+00:00 YamaArashi shadow962@live.com 2015-07-25T03:27:59+00:00 7f6d0d49b61a77cfba76057d99881634b882486b

small changes 2015-07-19T05:34:11+00:00 YamaArashi shadow962@live.com 2015-07-19T05:34:11+00:00 d0526c036210d2ee186a2a45feac91747ef6fb85

Consolidate coord macros 2015-07-18T20:52:03+00:00 dannye corrnondacqb@yahoo.com 2015-07-18T20:52:03+00:00 148d3f3cf28f9c270e3d5043af0692d95bc731c5

Commented/labelled misc functions 2014-09-14T18:29:18+00:00 YamaArashi shadow962@live.com 2014-09-14T18:29:18+00:00 2ed65d9c3e3ba60939ebe2928ffddc06a90b1876

Use *Coord instead of FuncCoord 2014-06-25T20:58:27+00:00 U-Fish-PC\Daniel corrnondacqb@yahoo.com 2014-06-25T20:58:27+00:00 bd533aa79bbe1998fd2b699bd7205da2de4fe55c Using 'Coord =' doesn't like using wTileMap So use hlCoord, deCoord, bcCoord, aCoord, Coorda, or dwCoord to avoid static addresses
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. 2014-06-16T20:07:00+00:00 yenatch yenatch@gmail.com 2014-06-16T20:05:16+00:00 94dc6955431171d4dba5833e5784e102dd045b49 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.
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.