Skip to content

Instantly share code, notes, and snippets.

@tevino
tevino / pico8.txt
Created May 27, 2018 11:43 — forked from paniq/pico8.txt
PICO-8 hacks & secrets
Screen resolutions
------------------
PICO-8 supports different undocumented videomodes that can be activated at runtime,
using poke(0x5F2C, X) where X is one of the following mode numbers:
0: 128x128, 0 pages
1: 64x128, 1 page
2: 128x64, 1 page
3: 64x64, 3 pages