diff options
author | entrpntr <entrpntr@gmail.com> | 2020-04-12 16:35:54 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-04-12 17:31:25 -0400 |
commit | 71f217cfa0f824b9e4224ddcac836e4aef86382f (patch) | |
tree | 7e038e3186f41bca4d46f1330efc226e225ba87a /home/gfx.asm | |
parent | 531e26c91a369d17c5f2a6105bcb3d345602ae27 (diff) |
Finish disassembling bank $05.
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. |