summaryrefslogtreecommitdiff
path: root/engine/fish.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 /engine/fish.asm
parent82f1534925c5fe1f0d876ea88119b0121cfa65a6 (diff)
More splitting of main.asm; remove unneeded rept 2
Diffstat (limited to 'engine/fish.asm')
-rw-r--r--engine/fish.asm6
1 files changed, 2 insertions, 4 deletions
diff --git a/engine/fish.asm b/engine/fish.asm
index 6aeec10a6..e21bab03d 100644
--- a/engine/fish.asm
+++ b/engine/fish.asm
@@ -38,9 +38,8 @@ endr
inc hl
ld e, b
ld d, 0
-rept 2
add hl, de
-endr
+ add hl, de
ld a, [hli]
ld h, [hl]
ld l, a
@@ -84,9 +83,8 @@ endr
and 3
cp NITE
jr c, .time_species
-rept 2
inc hl
-endr
+ inc hl
.time_species
ld d, [hl]