Difference between revisions of "84PCE:Syscalls:021D88"
From WikiTI
(→Inputs) |
|||
Line 7: | Line 7: | ||
Sets the foreground and background colors for the homescreen text routines. | Sets the foreground and background colors for the homescreen text routines. | ||
− | Also sets PutMapUseColor. | + | Also sets the PutMapUseColor flag. |
=== Inputs === | === Inputs === | ||
− | DE - Foreground color | + | DE - Foreground color (16-bit 5-6-5 BGR) |
− | HL - Background color | + | HL - Background color (16-bit 5-6-5 BGR) |
=== Outputs === | === Outputs === |
Revision as of 18:31, 25 May 2015
Contents
Synopsis
Hypothesized Official Name: SetTextFGBGcolors
Syscall Address: 021D88h
Sets the foreground and background colors for the homescreen text routines. Also sets the PutMapUseColor flag.
Inputs
DE - Foreground color (16-bit 5-6-5 BGR)
HL - Background color (16-bit 5-6-5 BGR)
Outputs
- None
Destroys
- None