Difference between revisions of "84PCE:Syscalls:021AE4"
From WikiTI
		
		
		
 (Created page with "SetTextFGBGcolors 021AE4 - SetTextFGBGcolors == Synopsis == '''Hypothesized Official Name:''' SetTex...")  | 
				m  | 
				||
| Line 1: | Line 1: | ||
| − | [[Category:84PCE:Syscalls:By Name|  | + | [[Category:84PCE:Syscalls:By Name|SetTextFGBGColors]]  | 
| − | [[Category:84PCE:Syscalls:By Address|021AE4 -   | + | [[Category:84PCE:Syscalls:By Address|021AE4 - SetTextFGBGColors]]  | 
== Synopsis ==  | == Synopsis ==  | ||
| − | '''Hypothesized Official Name:'''   | + | '''Hypothesized Official Name:''' SetTextFGBGColors  | 
'''Syscall Address:''' 0021AE4h  | '''Syscall Address:''' 0021AE4h  | ||
| Line 10: | Line 10: | ||
=== Inputs ===  | === Inputs ===  | ||
| − | DE - Foreground color (16-bit 5-6-5 BGR)  | + | * DE - Foreground color (16-bit 5-6-5 BGR)  | 
| − | HL - Background color (16-bit 5-6-5 BGR)  | + | * HL - Background color (16-bit 5-6-5 BGR)  | 
=== Outputs ===  | === Outputs ===  | ||
Latest revision as of 13:37, 31 May 2016
Contents
Synopsis
Hypothesized Official Name: SetTextFGBGColors
Syscall Address: 0021AE4h
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