bgrows → * BG_MAP_WIDTH

No dims macro
This commit is contained in:
Remy Oukaour
2017-12-29 18:59:50 -05:00
parent 586a49c8ad
commit f01434f2c0
3 changed files with 21 additions and 33 deletions

View File

@@ -262,19 +262,19 @@ SetMagnetTrainPals: ; 8cdc3
; bushes
hlbgcoord 0, 0
ld bc, 4 bgrows
ld bc, 4 * BG_MAP_WIDTH
ld a, $2
call ByteFill
; train
hlbgcoord 0, 4
ld bc, 10 bgrows
ld bc, 10 * BG_MAP_WIDTH
xor a
call ByteFill
; more bushes
hlbgcoord 0, 14
ld bc, 4 bgrows
ld bc, 4 * BG_MAP_WIDTH
ld a, $2
call ByteFill