You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Document wSuicuneFrame
Also fixed inmediate in PlaceMapNameFrame.FillTopBottom to calculate the amount of loops required. (It fills two tiles in the first iteration, and four in the remaining, hence the `-2` and `+1` part).
This commit is contained in:
@@ -242,7 +242,7 @@ PlaceMapNameFrame:
|
||||
ret
|
||||
|
||||
.FillTopBottom:
|
||||
ld c, 5
|
||||
ld c, ((SCREEN_WIDTH - 2) - 2) / 4 + 1
|
||||
jr .enterloop
|
||||
|
||||
.continueloop
|
||||
|
||||
Reference in New Issue
Block a user