diff options
Diffstat (limited to 'home/gfx.asm')
-rw-r--r-- | home/gfx.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/gfx.asm b/home/gfx.asm index 7a22086d..82e6656e 100644 --- a/home/gfx.asm +++ b/home/gfx.asm @@ -74,7 +74,7 @@ FarCopyBytes:: ret -FarCopyBytesDouble: +FarCopyBytesDouble:: ; Copy bc bytes from a:hl to bc*2 bytes at de, ; doubling each byte in the process. |