Treasure Mountain Puzzles

From ModdingWiki
Jump to navigation Jump to search

File Format

Data type Description
BYTE unknown[720] ! Unknown data
char Quizzes[] Quizzes and their answers

Quizzes

The starting positon for the quizzes is 0x2D0. Each quiz will need to read the question until you reach the first character '~', this is where the answers begin and the first line is the correct answer and the next 2 lines will be the other incorrect answers. Repeat till the end of the file.

Special Characters

The quizzes will have random characters, this works in conjunction with the PRG_DICT file, it is both sequential the code and the word. You start from the first word and the first starting character which is 0x80. You then increment the character by 1 and go the next word example:

  • Replace '€'(0x80) with "the"
  • Replace 'ƒ'(0x83) with "word".

There is a special character '`' in the quizzes, this just means when you first see this character all text will now be red until you reach another '`'.