Just released an online/itch.io tool PXAVIZ which lets you visualize the PICO-8's "PXA" compression as you type. Hope it helps folks develop an intuition for optimizing compressed code size in their carts. In short, PXA compresses very well with repeated blocks of characters, and does better than normal with recently used characters (that fall outside copied blocks).