You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Use overworld textbox in text printing functions, differentiating between 1bpp and 2bpp text (#10)
This commit is contained in:
@@ -584,7 +584,7 @@ DebugRoom_EditPagedValues:
|
||||
hlcoord 0, 0
|
||||
ld b, SCREEN_HEIGHT - 2
|
||||
ld c, SCREEN_WIDTH - 2
|
||||
call Textbox
|
||||
call Textbox1bpp
|
||||
hlcoord 8, 17
|
||||
ld de, DebugRoom_PageString
|
||||
call PlaceString
|
||||
|
||||
Reference in New Issue
Block a user