6. Project folders - 'asm' = all the Z80 code for the project. Compiled with TASM 3.0.1 - 'bitmap_decoder' = PS1 RLE decompressor - 'bitmap_encoder' = PS1 RLE compressor - 'fast_sort' = misnomer used to compile the hard-coded pointers for the script and menu strings - 'find_rom_space' = flushes out useful padding bytes - 'list_creater' = generates scripted lists - 'menu_creater' = creates the window frames and embeds the text (NT-style) - 'psg_decoder' = PSG hybrid decompressor - 'psg_encoder' = PSG hybrid compressor - 'rom_insert' = used to compile the new rom image - 'script_dumper' = dumps the script files - 'script_inserter' = re-inserts the script files using semi-adaptive Huffman - 'substring_formatter' = used to create a static dictionary for use with above text encoder - 'word_count' = generates a file of the most common words Files: - script1, script2 located in 'word_count' -- narrative text. - opening, menu_list located in 'menu_creater' -- window text. - font1, font2 located in 'psg_encoder' -- new font data. - font_nt located in 'rom_insert' -- NT font numbers. - lists located in 'list_creater' -- all list names.