From 71f217cfa0f824b9e4224ddcac836e4aef86382f Mon Sep 17 00:00:00 2001 From: entrpntr Date: Sun, 12 Apr 2020 16:35:54 -0400 Subject: Finish disassembling bank $05. --- home/gfx.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/gfx.asm') 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. -- cgit v1.2.3