summaryrefslogtreecommitdiff
path: root/gfx/mail.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-04 11:46:23 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-04 11:46:23 -0400
commit3713b71d9e3f3f1bc099d4704910cb9c1d172dcf (patch)
tree03069bd1fb4576c16b773b23bab0071aabb7cabd /gfx/mail.asm
parent82f1534925c5fe1f0d876ea88119b0121cfa65a6 (diff)
More splitting of main.asm; remove unneeded rept 2
Diffstat (limited to 'gfx/mail.asm')
-rwxr-xr-xgfx/mail.asm6
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