You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Fix map name frame calculation
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user