More splitting of main.asm; remove unneeded rept 2

This commit is contained in:
pikalaxalt
2016-05-04 11:46:23 -04:00
parent 82f1534925
commit 3713b71d9e
107 changed files with 1222 additions and 1610 deletions

View File

@@ -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]