Posted January 19, 2022 by Cirote 3
For executing event commands there's a small virtual machine: bytecode is decompressed from ROM to RAM and executed from there.
Text is also compressed using a dictionary: each word is represented by an unique 16bit code, and repeated words use the same code.