     SillyVenture 2k12

Invitro by these fine gentlemen:

   Code/GFX:    Tjoppen^DSS
Invite text:    Grey/MSB
      Music:    Jakub Husak

For scroller text with party details, see sv2k12.nfo.

Programming notes from Tjoppen, for those interested:

The text is Huffman encoded, which saves quite a bit of space.
After getting the compressor, decompressor and text kernel to work I realized
that none of the glyphs in the font use the rightmost two pixels. This meant
that if these bits could be masked off in the kernel then that space could be
used for other purposes.
Luckily the SAX instruction is well suited for this task when X is loaded with a
suitable mask, meaning this space was indeed freed.
In other words, part of the Huffman coded text data is stored in the font
glyphs, which saves two bytes per glyphs (2*8 bits).
