84PCE:Syscalls:021BC4
From WikiTI
Synopsis
Hypothesized Official Name: GraphBGColorToDrawBGColor
Syscall Address: 021BC4h
Stores the 16 bit 5-6-5 color located in graphBGColor into drawBGColor.
Inputs
- graphBGColor set to specific color value
Outputs
- drawBGColor holds the same color as the input
Registers Destroyed
- HL
Disassembly
ld.sis hl, (graphBGColor) ld.sis (drawBGColor), hl ret