Some more GB Printer documentation

This commit is contained in:
Rangi
2019-05-11 13:01:59 -04:00
parent 5248d18f58
commit 7890fae995
6 changed files with 29 additions and 28 deletions

View File

@@ -343,7 +343,7 @@ Options_Print:
.Save:
ld b, a
ld [wGBPrinter], a
ld [wGBPrinterBrightness], a
.NonePressed:
ld b, $0
@@ -375,7 +375,7 @@ Options_Print:
GetPrinterSetting:
; converts GBPRINTER_* value in a to OPT_PRINT_* value in c,
; with previous/next GBPRINTER_* values in d/e
ld a, [wGBPrinter]
ld a, [wGBPrinterBrightness]
and a
jr z, .IsLightest
cp GBPRINTER_LIGHTER