diff options
Diffstat (limited to 'gfx/mail.asm')
-rwxr-xr-x | gfx/mail.asm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gfx/mail.asm b/gfx/mail.asm index cb3c25bc8..c8e578d84 100755 --- a/gfx/mail.asm +++ b/gfx/mail.asm @@ -90,9 +90,8 @@ Functionb92b8: ; b92b8 cp -1 jr z, .invalid inc c -rept 2 inc hl -endr + inc hl jr .loop .invalid @@ -931,9 +930,8 @@ LoadMailGFX_Color3: ; b991e .loop ld a, [de] inc de -rept 2 ld [hli], a -endr + ld [hli], a dec c jr nz, .loop ret |