diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-03-01 17:00:57 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-03-01 17:00:57 -0500 |
commit | f09b68d9450e0770115b764a49342bc9767d75f4 (patch) | |
tree | 007c6b3969626c375f743ca46ef0d8046ae984e4 /mobile | |
parent | 9bec0e0f7846bffb3e5d625b35cfb55db078d334 (diff) |
Change how some PNG graphics are formatted
Diffstat (limited to 'mobile')
-rw-r--r-- | mobile/mobile_5f.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/mobile_5f.asm b/mobile/mobile_5f.asm index 0efaf047d..1184a85ed 100644 --- a/mobile/mobile_5f.asm +++ b/mobile/mobile_5f.asm @@ -68,7 +68,7 @@ Function17c000: ld bc, $80 tiles call CopyBytes - ld hl, HaveWantGFX + $800 + ld hl, HaveWantGFX + $80 tiles ld de, vTiles1 ld bc, $10 tiles call CopyBytes |