mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Fix map name frame calculation
This commit is contained in:
parent
0390728d44
commit
e288ef20d5
@ -242,7 +242,7 @@ PlaceMapNameFrame:
|
||||
ret
|
||||
|
||||
.FillTopBottom:
|
||||
ld c, ((SCREEN_WIDTH - 2) - 2) / 4 + 1
|
||||
ld c, (SCREEN_WIDTH - 2) / 4 + 1
|
||||
jr .enterloop
|
||||
|
||||
.continueloop
|
||||
|
Loading…
Reference in New Issue
Block a user