1# Chex Quest - Menu Patch Replacements
2#
3# The "Patch Replacement" values are used to replace patches with
4# strings of text. For further information on syntax see values.ded
5
6Header { Version = 5; }
7
8SkipIf -nodefaultfx;
9
10Values {
11  Patch Replacement {
12    M_NGAME  = "{tracking=-1}NEW GAME";
13    M_OPTION = "{tracking=-1}OPTIONS";
14    M_LOADG  = "{tracking=-1}LOAD GAME";
15    M_SAVEG  = "{tracking=-1}SAVE GAME";
16    M_RDTHIS = "{tracking=-1}READ THIS!";
17    M_QUITG  = "{tracking=-1}QUIT GAME";
18
19    M_NEWG   = "NEW GAME";
20    M_OPTTTL = "OPTIONS";
21
22    M_SKILL  = "{tracking=-1}CHOOSE DIFFICULTY:";
23    M_JKILL  = "{tracking=-1}EASY DOES IT";
24    M_ROUGH  = "{tracking=-1}NOT SO STICKY";
25    M_HURT   = "{tracking=-1}GOBS OF GOO";
26    M_ULTRA  = "{tracking=-1}EXTREME OOZE";
27    # M_NMARE  = "{tracking=-1}SUPER SLIMEY!";
28  };
29}
30