Difference between revisions of "84PCE:Syscalls:021D88"
From WikiTI
(→Synopsis) |
|||
Line 1: | Line 1: | ||
− | [[Category:84PCE:Syscalls:By Name| | + | [[Category:84PCE:Syscalls:By Name|SetTextFGBGcolors]] |
− | [[Category:84PCE:Syscalls:By Address|021D8C - | + | [[Category:84PCE:Syscalls:By Address|021D8C - SetTextFGBGcolors]] |
== Synopsis == | == Synopsis == | ||
− | '''Hypothesized Official Name:''' | + | '''Hypothesized Official Name:''' SetTextFGBGcolors |
'''Syscall Address:''' 021D88h | '''Syscall Address:''' 021D88h | ||
− | Sets the | + | Sets the foreground and background colors for the homescreen text routines. |
+ | Also sets PutMapUseColor. | ||
=== Inputs === | === Inputs === | ||
− | DE - | + | DE - Foreground color |
+ | HL - Background color | ||
=== Outputs === | === Outputs === | ||
− | + | * None | |
=== Destroys === | === Destroys === | ||
* None | * None |
Revision as of 18:28, 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 PutMapUseColor.
Inputs
DE - Foreground color HL - Background color
Outputs
- None
Destroys
- None