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 1a01b6c5..9be62597 100644 --- a/home/gfx.asm +++ b/home/gfx.asm @@ -281,7 +281,7 @@ Unreferenced_Copy2bpp:: add hl, hl ld b, h ld c, l - pop de + pop de pop hl jp FarCopyBytes |