diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-17 10:39:06 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-17 10:39:06 -0400 |
commit | f8c17542385e9004bd1730f1f01c97a60fe0e1a6 (patch) | |
tree | 32b9f36124669fd6ae85dba6969d0eeb7d2f6392 /home/gfx.asm | |
parent | 97c1f9dd27250f4bea46e8a3367f25127f119781 (diff) |
Harmonize engine/{gfx, items, link, math} with pokecrystal
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 |