diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-05-11 13:01:59 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-05-11 13:01:59 -0400 |
commit | 7890fae995bad840d10071c60a2abd901d8f4e1a (patch) | |
tree | 8fffa8360f1d659f22f4ded231226bea0d034467 /constants/wram_constants.asm | |
parent | 5248d18f58f1346b998eddbc7c6172a62fd9fe76 (diff) |
Some more GB Printer documentation
Diffstat (limited to 'constants/wram_constants.asm')
-rw-r--r-- | constants/wram_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm index 08cb2092b..4a2c796a7 100644 --- a/constants/wram_constants.asm +++ b/constants/wram_constants.asm @@ -54,7 +54,7 @@ NUM_FRAMES EQU const_value const FAST_TEXT_DELAY_F ; 0 const NO_TEXT_DELAY_F ; 1 -; wGBPrinter:: ; cfd0 +; wGBPrinterBrightness:: ; cfd0 GBPRINTER_LIGHTEST EQU $00 GBPRINTER_LIGHTER EQU $20 GBPRINTER_NORMAL EQU $40 |