Fix map name frame calculation

This commit is contained in:
mid-kid 2019-01-18 16:17:50 +01:00
parent 0390728d44
commit e288ef20d5

View File

@ -242,7 +242,7 @@ PlaceMapNameFrame:
ret ret
.FillTopBottom: .FillTopBottom:
ld c, ((SCREEN_WIDTH - 2) - 2) / 4 + 1 ld c, (SCREEN_WIDTH - 2) / 4 + 1
jr .enterloop jr .enterloop
.continueloop .continueloop