Synopsis #
Header: fxcg/display.h
Syscall index: 0x02A3
Function signature: unsigned short FrameColor(int mode, unsigned
short color)
Sets the word at 0xFD801460, which controls the system-wide frame color.
Parameters #
- mode - If 0, the word at 0xFD801460 is set to 0xFFFF. If 1, the word at 0xFD801460 is set to color.
- color - The color to which the frame is set when mode is 1.
Returns #
The value of word at 0xFD801460.