set_screen_size

Prototypes:
Arguments:
Description:

This function changes the virtual screen size. By default, the startup code initializes a virtual screen of 64 characters wide and 32 characters tall. This value may be changed with the SCR_SIZE_ constants:
SCR_SIZE_32x32
SCR_SIZE_64x32
SCR_SIZE_128x32
SCR_SIZE_32x64
SCR_SIZE_64x64
SCR_SIZE_128x64
Bear in mind that the larger you set the virtual screen, the less video memory you will have for other graphics in VRAM.

Notes:

None.

See Also:

HuC header file | load_vram | set_xres