FarString -> PlaceFarString, and document a BrokenPlaceFarString bug

This commit is contained in:
Rangi
2020-12-07 13:32:08 -05:00
parent 4ef556cbc8
commit 098903fc97
6 changed files with 43 additions and 19 deletions

View File

@@ -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:

View File

@@ -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