You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Some more GB Printer documentation
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user