Fix unnecessary white space and retire add_n_times

This commit is contained in:
PikalaxALT
2015-07-20 11:28:05 -04:00
parent bef792f2d2
commit d9300a9bec
14 changed files with 997 additions and 600 deletions

View File

@@ -150,7 +150,9 @@ Function2198:: ; 2198
add a
ld l, a
ld h, 0
add_n_times hl, hl, 3
rept 3
add hl,hl
endr
ld a, [TilesetBlocksAddress]
add l
ld l, a
@@ -1703,7 +1705,9 @@ GetFacingTileCoord:: ; 2a07
srl a
ld l, a
ld h, 0
add_n_times hl, hl, 2
rept 2
add hl,hl
endr
ld de, .Directions
add hl, de
@@ -1745,7 +1749,9 @@ Function2a3c:: ; 2a3c
jr z, .nope
ld l, a
ld h, $0
add_n_times hl, hl, 2
rept 2
add hl,hl
endr
ld a, [TilesetCollisionAddress]
ld c, a
ld a, [TilesetCollisionAddress + 1]