Difference between revisions of "84PCE:Syscalls:021D88"

From WikiTI
Jump to: navigation, search
(Synopsis)
Line 1: Line 1:
[[Category:84PCE:Syscalls:By Name|SetDEUto0]]
+
[[Category:84PCE:Syscalls:By Name|SetTextFGBGcolors]]
[[Category:84PCE:Syscalls:By Address|021D8C - SetDEUto0]]
+
[[Category:84PCE:Syscalls:By Address|021D8C - SetTextFGBGcolors]]
 
== Synopsis ==
 
== Synopsis ==
'''Hypothesized Official Name:''' SetDEUto0
+
'''Hypothesized Official Name:''' SetTextFGBGcolors
  
 
'''Syscall Address:''' 021D88h
 
'''Syscall Address:''' 021D88h
  
Sets the upper byte of DE to 0.
+
Sets the foreground and background colors for the homescreen text routines.
 +
Also sets PutMapUseColor.
  
 
=== Inputs ===
 
=== Inputs ===
DE - 24-bit value
+
DE - Foreground color
 +
HL - Background color
  
 
=== Outputs ===
 
=== Outputs ===
DE - pseudo 16-bit value
+
* None
  
 
=== Destroys ===
 
=== Destroys ===
 
* None
 
* None

Revision as of 19:28, 25 May 2015

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