Synopsis #
Header: fxcg/display.h
Syscall index: 0x17FB
Function signature: void BoxYLimits(int lines, int*top,
int*bottom)
The function of this syscall is not confirmed, but it appears to allow for retrieving the limits for the contents of a message box with a certain amount of lines.
Parameters #
- lines - amount of lines the message box has.
- top - pointer to an integer which will hold the upper limit for content.
- bottom - pointer to an integer which will hold the lower limit for content.