This is an old revision of the document!
set_screen_size
void set_screen_size(char size);
Set the virtual screen size – width x height, in tiles (8×8).
HuC Define | Value |
---|---|
SCR_SIZE_32x32 | 0 |
SCR_SIZE_64x32 | 1 |
SCR_SIZE_128x32 | 3 |
SCR_SIZE_32x64 | 4 |
SCR_SIZE_64x64 | 5 |
SCR_SIZE_128x64 | 7 |