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:
@@ -159,7 +159,7 @@ PrintPartyMonPage1:
|
||||
hlcoord 0, 7
|
||||
ld b, 9
|
||||
ld c, 18
|
||||
call Textbox
|
||||
call Textbox1bpp
|
||||
hlcoord 8, 2
|
||||
ld a, [wTempMonLevel]
|
||||
call PrintLevel_Force3Digits
|
||||
@@ -241,7 +241,7 @@ PrintPartyMonPage2:
|
||||
hlcoord 0, 0
|
||||
ld b, 15
|
||||
ld c, 18
|
||||
call Textbox
|
||||
call Textbox1bpp
|
||||
ld bc, SCREEN_WIDTH
|
||||
decoord 0, 0
|
||||
hlcoord 0, 1
|
||||
|
||||
@@ -562,7 +562,7 @@ PlacePrinterStatusString:
|
||||
ldh [hBGMapMode], a
|
||||
hlcoord 0, 5
|
||||
lb bc, 10, 18
|
||||
call Textbox
|
||||
call Textbox1bpp
|
||||
pop af
|
||||
ld e, a
|
||||
ld d, 0
|
||||
|
||||
Reference in New Issue
Block a user