diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-05 20:09:52 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-05 20:09:52 -0400 |
| commit | 10151dd4ebce1a0d7c0c30c8a93f1988345d1c2e (patch) | |
| tree | 8aa57b181063fe20d0415cbf037ca2063363aaa3 /engine/printer | |
| parent | 8871f4b611ec2c8a7f65592bf0b990182db7ec99 (diff) | |
Identify some more unnamed labels
Diffstat (limited to 'engine/printer')
| -rw-r--r-- | engine/printer/printer.asm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/engine/printer/printer.asm b/engine/printer/printer.asm index 648b0168..a6e0f956 100644 --- a/engine/printer/printer.asm +++ b/engine/printer/printer.asm @@ -571,7 +571,9 @@ PlacePrinterStatusString: ld [wPrinterStatus], a ret -Function847b9: ; unreferenced +PlacePrinterStatusStringBorderless: ; unreferenced +; Similar to PlacePrinterStatusString, but with different hlcoords +; and ClearBox instead of TextBox. ld a, [wPrinterStatus] and a ret z |
