'rept' is not indented

This commit is contained in:
Rangi
2018-05-06 12:16:57 -04:00
parent d31ba05aeb
commit 1c92cb8b48
9 changed files with 23 additions and 23 deletions

View File

@@ -115,20 +115,20 @@ GeneratePartyMonStats: ; d906
and a
jr nz, .randomlygeneratemoves
ld de, wEnemyMonMoves
rept NUM_MOVES + -1
rept NUM_MOVES + -1
ld a, [de]
inc de
ld [hli], a
endr
endr
ld a, [de]
ld [hl], a
jr .next
.randomlygeneratemoves
xor a
rept NUM_MOVES + -1
rept NUM_MOVES + -1
ld [hli], a
endr
endr
ld [hl], a
ld [wBuffer1], a
predef FillMoves
@@ -220,7 +220,7 @@ endr
call FillPP
pop de
pop hl
rept 4
rept NUM_MOVES
inc de
endr