You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
FarString -> PlaceFarString, and document a BrokenPlaceFarString bug
This commit is contained in:
@@ -37,7 +37,7 @@ PrintPage1:
|
||||
pop af
|
||||
ld a, b
|
||||
hlcoord 1, 11, wPrinterTilemapBuffer
|
||||
call nz, FarString
|
||||
call nz, PlaceFarString
|
||||
hlcoord 19, 0, wPrinterTilemapBuffer
|
||||
ld [hl], $35
|
||||
ld de, SCREEN_WIDTH
|
||||
@@ -86,7 +86,7 @@ PrintPage2:
|
||||
pop af
|
||||
hlcoord 1, 1, wPrinterTilemapBuffer
|
||||
ld a, b
|
||||
call nz, FarString
|
||||
call nz, PlaceFarString
|
||||
ret
|
||||
|
||||
.FillColumn:
|
||||
|
@@ -567,7 +567,7 @@ PlacePrinterStatusString:
|
||||
ld d, [hl]
|
||||
hlcoord 1, 7
|
||||
ld a, BANK(GBPrinterStrings)
|
||||
call FarString
|
||||
call PlaceFarString
|
||||
hlcoord 2, 15
|
||||
ld de, String_PressBToCancel
|
||||
call PlaceString
|
||||
@@ -600,7 +600,7 @@ PlacePrinterStatusStringBorderless: ; unreferenced
|
||||
ld d, [hl]
|
||||
hlcoord 4, 7
|
||||
ld a, BANK(GBPrinterStrings)
|
||||
call FarString
|
||||
call PlaceFarString
|
||||
hlcoord 4, 15
|
||||
ld de, String_PressBToCancel
|
||||
call PlaceString
|
||||
|
Reference in New Issue
Block a user