Replace some hex constants

This commit is contained in:
Remy Oukaour
2018-01-09 18:08:40 -05:00
parent cc0fd6e12c
commit fbc353f206
4 changed files with 12 additions and 13 deletions

View File

@@ -188,7 +188,7 @@ LoadFrontpicTiles: ; 5114f
pop bc
.loop
push bc
ld c, $0
ld c, 0
call LoadFrontpic
pop bc
dec b

View File

@@ -4,7 +4,7 @@ LoadOverworldFont:: ; 106594
lb bc, BANK(.font), $80
call Get2bpp
ld de, .space
ld hl, vTiles2 tile $7f
ld hl, vTiles2 tile " "
lb bc, BANK(.space), 1
call Get2bpp
ret