<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="46">
  <CheatEntries>
    <CheatEntry>
      <ID>30</ID>
      <Description>"Alwa's Awakening"</Description>
      <Options moHideChildren="1" moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
      <Color>C08000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

{$lua}
  LaunchMonoDataCollector()
{$asm}

define(One,InventoryManager:Update+46)

alloc(newmem,$1000)
alloc(Two,4)

registersymbol(One)
registersymbol(Two)

label(code)
label(return)

Two:
  dd 0

newmem:

code:
  mov dword ptr [Two],edi
  fld dword ptr [edi+00000088]
  jmp return

One:
  jmp newmem
  nop

return:

{$lua}
  if not clockTimer then
  clockTimer = createTimer(nil,false)
  clockTimer.Interval = 100
  if not Three then
  Three = allocateMemory(32)
  registerSymbol("Three")
  end
  local previousTime = -1
  local lastTime = ""
  clockTimer.OnTimer = function()
  local addr = getAddress("[Two]+88")
  if not addr or addr == 0 then return end
  local currentTime = readString(Three) or ""
  if currentTime ~= lastTime then
  local h,m,s = currentTime:match("^(%d+):(%d+):(%d+)$")
  local totalSeconds
  if h and m and s then
  totalSeconds = tonumber(h)*3600+tonumber(m)*60+tonumber(s)
  else
  local h2,m2 = currentTime:match("^(%d+):(%d+)$")
  if h2 and m2 then
  totalSeconds = tonumber(h2)*3600+tonumber(m2)*60
  else
  local onlyMin = tonumber(currentTime)
  if onlyMin then
  totalSeconds = onlyMin * 60
  end
  end
  end
  if totalSeconds and totalSeconds &gt;= 0 then
  if totalSeconds &gt; 86399 then totalSeconds = 86399 end
  writeFloat(addr,totalSeconds)
  previousTime = totalSeconds
  end
  lastTime = currentTime
  end
  local timeValue = readFloat(addr)
  if not timeValue or timeValue &lt; 0 then
  writeString(Three,"Waiting")
  return
  end
  local rounded = math.floor(timeValue+0.5)
  if rounded ~= previousTime then
  if rounded &gt; 86399 then rounded = 86399 end
  local hours = math.floor(rounded/3600)
  local minutes = math.floor((rounded % 3600)/60)
  local seconds = rounded % 60
  local display = string.format("%02d:%02d:%02d",hours,minutes,seconds)
  for i = 0,31 do writeBytes(Three+i,0) end
  writeString(Three,display)
  lastTime = display
  previousTime = rounded
  end
  end
  clockTimer.Enabled = true
  end
{$asm}

[DISABLE]

One:
  db D9 87 88 00 00 00

unregistersymbol(One)
unregistersymbol(Two)

dealloc(newmem)
dealloc(Two)

{$lua}
  if clockTimer then
  clockTimer.destroy()
  clockTimer = nil
  end
  if Three then
  unregisterSymbol("Three")
  deAlloc(Three)
  Three = nil
  end
{$asm}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>27</ID>
          <Description>"==== General ===="</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <Color>C080FF</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>38</ID>
              <Description>"Freeze Time"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

define(Four,InventoryManager:Update+54)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
  fstp st(0)
  jmp return

Four:
  jmp newmem
  nop

return:
registersymbol(Four)

[DISABLE]

Four:
  db D9 9F 88 00 00 00

unregistersymbol(Four)
dealloc(newmem)
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>11</ID>
              <Description>"Infinite Jump"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

define(Five,PlayerJumpScript:Update+6f6)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
  mov byte ptr [eax],1
  add dword ptr [ebp-00000420],01
  jmp return

Five:
  jmp newmem
  nop 4

return:
registersymbol(Five)

[DISABLE]

Five:
  db 88 08 83 85 E0 FB FF FF 01

unregistersymbol(Five)
dealloc(newmem)
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>32</ID>
              <Description>"⬆Set a hotkey, as you will need to disable to go down ladders."</Description>
              <Color>C0C0C0</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
            <CheatEntry>
              <ID>17</ID>
              <Description>"Infinite Health"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

define(Six,PlayerDeathTriggersScript:HealthManaging+38f)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
  mov dword ptr [edi+6C],3
  mov eax,[edi+6C]
  test eax,eax
  jmp return

Six:
  jmp newmem

return:
registersymbol(Six)

[DISABLE]

Six:
  db 8B 47 6C 85 C0

unregistersymbol(Six)
dealloc(newmem)
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>29</ID>
              <Description>"Untouchable"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

PlayerDeathTriggersScript:OnTriggerEnter2D:
  db C3

PlayerDeathTriggersScript:OnTriggerStay2D:
  db C3

[DISABLE]

PlayerDeathTriggersScript:OnTriggerEnter2D:
  db 55

PlayerDeathTriggersScript:OnTriggerStay2D:
  db 55
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>34</ID>
              <Description>"Quick Boss Kills"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

define(Seven,BossHealthScript:UpdateHealth+121)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
  xor eax,eax
  mov [edi+48],eax
  cmp ebx,eax
  jmp return

Seven:
  jmp newmem

return:
registersymbol(Seven)

[DISABLE]

Seven:
  db 8B 47 48 3B D8

unregistersymbol(Seven)
dealloc(newmem)
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>39</ID>
              <Description>"⬆Only tested with the Vicious Keeper boss."</Description>
              <Color>C0C0C0</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>28</ID>
          <Description>"==== Extras ====="</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <Color>C080FF</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>25</ID>
              <Description>"Zero Deaths"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

define(Eight,PlayerDeathTriggersScript:HealthManaging+265)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
  xor eax,eax
  mov [edi+60],eax
  jmp return

Eight:
  jmp newmem
  nop 2

return:
registersymbol(Eight)

[DISABLE]

Eight:
  db 89 47 60 40 89 47 60

unregistersymbol(Eight)
dealloc(newmem)
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>26</ID>
              <Description>"⬆If you’ve already died, you’ll need to die again to register the zero value."</Description>
              <Color>C0C0C0</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
            <CheatEntry>
              <ID>48</ID>
              <Description>"Unlock Warp Locations"</Description>
              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
              <Color>C08000</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>47</ID>
                  <Description>"Forsaken Valley"</Description>
                  <Color>808080</Color>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>[ENABLE]

define(Nine,WarpManager:CheckAvailability+13)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
  mov dword ptr [eax+00000090],1 //Change 1 to 0 to lock Forsaken Valley again.
  mov eax,[eax+00000090]
  jmp return

Nine:
  jmp newmem
  nop

return:
registersymbol(Nine)

[DISABLE]

Nine:
  db 8B 80 90 00 00 00

unregistersymbol(Nine)
dealloc(newmem)
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>49</ID>
                  <Description>"Sacellum Depths"</Description>
                  <Color>808080</Color>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>[ENABLE]

define(Ten,WarpManager:CheckAvailability+1d0)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
  mov dword ptr [eax+0000008C],1  //Change 1 to 0 to lock Sacellum Depths again.
  mov eax,[eax+0000008C]
  jmp return

Ten:
  jmp newmem
  nop

return:
registersymbol(Ten)

[DISABLE]

Ten:
  db 8B 80 8C 00 00 00

unregistersymbol(Ten)
dealloc(newmem)
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>50</ID>
                  <Description>"Central  Alwa"</Description>
                  <Color>808080</Color>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>[ENABLE]

define(Eleven,WarpManager:CheckAvailability+38d)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
  mov dword ptr [eax+00000094],1  //Change 1 to 0 to lock Central  Alwa again.
  mov eax,[eax+00000094]
  jmp return

Eleven:
  jmp newmem
  nop

return:
registersymbol(Eleven)

[DISABLE]

Eleven:
  db 8B 80 94 00 00 00

unregistersymbol(Eleven)
dealloc(newmem)
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>51</ID>
                  <Description>"Underground Chamber"</Description>
                  <Color>808080</Color>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>[ENABLE]

define(Twelve,WarpManager:CheckAvailability+54a)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
  mov dword ptr [eax+00000098],1  //Change 1 to 0 to lock Underground Chamber again.
  mov eax,[eax+00000098]
  jmp return

Twelve:
  jmp newmem
  nop

return:
registersymbol(Twelve)

[DISABLE]

Twelve:
  db 8B 80 98 00 00 00

unregistersymbol(Twelve)
dealloc(newmem)
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>52</ID>
                  <Description>"Stone Cellar"</Description>
                  <Color>808080</Color>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>[ENABLE]

define(Thirteen,WarpManager:CheckAvailability+6ef)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
  mov dword ptr [eax+0000009C],1  //Change 1 to 0 to lock Stone Cellar again.
  mov eax,[eax+0000009C]
  jmp return

Thirteen:
  jmp newmem
  nop

return:
registersymbol(Thirteen)

[DISABLE]

Thirteen:
  db 8B 80 9C 00 00 00

unregistersymbol(Thirteen)
dealloc(newmem)
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>53</ID>
                  <Description>"Solstice Mountain"</Description>
                  <Color>808080</Color>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>[ENABLE]

define(Fourteen,WarpManager:CheckAvailability+88e)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
  mov dword ptr [eax+000000A0],1  //Change 1 to 0 to lock Solstice Mountain again.
  mov eax,[eax+000000A0]
  jmp return

Fourteen:
  jmp newmem
  nop

return:
registersymbol(Fourteen)

[DISABLE]

Fourteen:
  db 8B 80 A0 00 00 00

unregistersymbol(Fourteen)
dealloc(newmem)
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>54</ID>
                  <Description>"The Houlihan Warp"</Description>
                  <Color>808080</Color>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>[ENABLE]

define(Fifteen,WarpManager:WarpMenu+15a)
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
  mov dword ptr [eax+000000A4],1  //Change 1 to 0 to lock The Houlihan Warp again.
  mov eax,[eax+000000A4]
  jmp return

Fifteen:
  jmp newmem
  nop

return:
registersymbol(Fifteen)

[DISABLE]

Fifteen:
  db 8B 80 A4 00 00 00

unregistersymbol(Fifteen)
dealloc(newmem)
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>55</ID>
                  <Description>"⬆Pick the locations you want, then open the warp menu to unlock them."</Description>
                  <Color>C0C0C0</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>36</ID>
              <Description>"Time"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">??:Waiting
</DropDownList>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>C08000</Color>
              <VariableType>String</VariableType>
              <Length>8</Length>
              <Unicode>0</Unicode>
              <CodePage>0</CodePage>
              <ZeroTerminate>1</ZeroTerminate>
              <Address>Three</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>773</ID>
      <Description>"Enable the main script or Mono before using extra stuff, then open and close your map/inventory to populate the values."</Description>
      <Color>8080FF</Color>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>56</ID>
          <Description>"Extra Stuff"</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <Color>8080FF</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]

define(extraStuff,InventoryManager:FixGameTimeAfterPause+32)

alloc(newmem,$1000)
alloc(stuffPointer,4)

registersymbol(extraStuff)
registersymbol(stuffPointer)

label(code)
label(return)

stuffPointer:
  dd 0

newmem:

code:
  mov dword ptr [stuffPointer],eax
  fstp dword ptr [eax+30]
  lea esp,[ebp-04]
  jmp return

extraStuff:
  jmp newmem
  nop

return:

[DISABLE]

extraStuff:
  db D9 58 30 8D 65 FC

unregistersymbol(extraStuff)
unregistersymbol(stuffPointer)

dealloc(newmem)
dealloc(stuffPointer)
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>57</ID>
              <Description>"health"</Description>
              <VariableType>Float</VariableType>
              <Address>[stuffPointer]+34</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>58</ID>
              <Description>"saveSlotUsed"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+38</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>59</ID>
              <Description>"blueOrbs"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+3C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>60</ID>
              <Description>"redOrbs"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+40</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>61</ID>
              <Description>"keys"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+44</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>62</ID>
              <Description>"xCam"</Description>
              <VariableType>Float</VariableType>
              <Address>[stuffPointer]+48</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>63</ID>
              <Description>"yCam"</Description>
              <VariableType>Float</VariableType>
              <Address>[stuffPointer]+4C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>64</ID>
              <Description>"xPlayer"</Description>
              <VariableType>Float</VariableType>
              <Address>[stuffPointer]+50</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>65</ID>
              <Description>"yPlayer"</Description>
              <VariableType>Float</VariableType>
              <Address>[stuffPointer]+54</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>66</ID>
              <Description>"assistPlayerX"</Description>
              <VariableType>Float</VariableType>
              <Address>[stuffPointer]+58</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>67</ID>
              <Description>"assistPlayerY"</Description>
              <VariableType>Float</VariableType>
              <Address>[stuffPointer]+5C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>68</ID>
              <Description>"assistCamY"</Description>
              <VariableType>Float</VariableType>
              <Address>[stuffPointer]+60</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>69</ID>
              <Description>"assistCamX"</Description>
              <VariableType>Float</VariableType>
              <Address>[stuffPointer]+64</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>70</ID>
              <Description>"assistLadderBubble"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+68</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>71</ID>
              <Description>"deathCount"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+6C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>72</ID>
              <Description>"healthValue"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+70</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>73</ID>
              <Description>"inventoryInt"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+74</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>74</ID>
              <Description>"staff"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+78</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>75</ID>
              <Description>"block"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+7C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>76</ID>
              <Description>"bubble"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+80</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>77</ID>
              <Description>"lightning"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+84</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>78</ID>
              <Description>"maxInventoryInt"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+88</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>79</ID>
              <Description>"dungeonTwoWarp"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+8C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>80</ID>
              <Description>"valleyWarp"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+90</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>81</ID>
              <Description>"basementOneWarp"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+94</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>82</ID>
              <Description>"centralTwoWarp"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+98</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>83</ID>
              <Description>"basementTwoWarp"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+9C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>84</ID>
              <Description>"mountainWarp"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>85</ID>
              <Description>"secretWarp"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>86</ID>
              <Description>"teleporting"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>87</ID>
              <Description>"usingElevator"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+AC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>88</ID>
              <Description>"cpCamX"</Description>
              <VariableType>Float</VariableType>
              <Address>[stuffPointer]+B0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>89</ID>
              <Description>"cpCamY"</Description>
              <VariableType>Float</VariableType>
              <Address>[stuffPointer]+B4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>90</ID>
              <Description>"cpPlayerY"</Description>
              <VariableType>Float</VariableType>
              <Address>[stuffPointer]+B8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>91</ID>
              <Description>"cpPlayerX"</Description>
              <VariableType>Float</VariableType>
              <Address>[stuffPointer]+BC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>92</ID>
              <Description>"activeCheckpointID"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+C0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>93</ID>
              <Description>"bossItemOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+C4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>94</ID>
              <Description>"bossItemTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+C8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>95</ID>
              <Description>"bossItemThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+CC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>96</ID>
              <Description>"bossItemFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+D0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>97</ID>
              <Description>"percentageItemsUnlocked"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+D4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>98</ID>
              <Description>"book"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+D8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>99</ID>
              <Description>"seed"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+DC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>100</ID>
              <Description>"pearl"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+E0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>101</ID>
              <Description>"crystal"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+E4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>102</ID>
              <Description>"diamond"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+E8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>103</ID>
              <Description>"flame"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+EC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>104</ID>
              <Description>"stone"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+F0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>105</ID>
              <Description>"key"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+F4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>106</ID>
              <Description>"vial"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+F8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>107</ID>
              <Description>"vialHealth"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+FC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>108</ID>
              <Description>"zoePieceOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+100</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>109</ID>
              <Description>"zoePieceTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+104</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>110</ID>
              <Description>"zoePieceThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+108</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>111</ID>
              <Description>"zoePieceFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+10C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>112</ID>
              <Description>"dungeonOneDTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+110</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>113</ID>
              <Description>"dungeonOneDSeven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+114</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>114</ID>
              <Description>"talkToAndersTown"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+118</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>115</ID>
              <Description>"torkelOpenedDoor"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+11C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>116</ID>
              <Description>"talkedToBasementVialGuy"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+120</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>117</ID>
              <Description>"introLadySpokenTo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+124</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>118</ID>
              <Description>"centralOneDFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+128</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>119</ID>
              <Description>"centralOneDFourTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+12C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>120</ID>
              <Description>"centralOneCSix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+130</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>121</ID>
              <Description>"blueBallOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+134</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>122</ID>
              <Description>"blueBallTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+138</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>123</ID>
              <Description>"blueBallThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+13C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>124</ID>
              <Description>"blueBallFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+140</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>125</ID>
              <Description>"passageBigDoor"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+144</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>126</ID>
              <Description>"passageSecret"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+148</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>127</ID>
              <Description>"passageDoorSecret"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+14C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>128</ID>
              <Description>"townOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+150</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>129</ID>
              <Description>"townTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+154</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>130</ID>
              <Description>"townThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+158</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>131</ID>
              <Description>"townFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+15C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>132</ID>
              <Description>"ValleyOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+160</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>133</ID>
              <Description>"ValleyTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+164</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>134</ID>
              <Description>"ValleyThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+168</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>135</ID>
              <Description>"ValleyFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+16C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>136</ID>
              <Description>"ValleyFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+170</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>137</ID>
              <Description>"ValleySix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+174</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>138</ID>
              <Description>"ValleySeven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+178</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>139</ID>
              <Description>"ValleyEight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+17C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>140</ID>
              <Description>"ValleyNine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+180</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>141</ID>
              <Description>"ValleyTen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+184</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>142</ID>
              <Description>"ValleyEleven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+188</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>143</ID>
              <Description>"ValleyTwelve"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+18C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>144</ID>
              <Description>"ValleyThirteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+190</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>145</ID>
              <Description>"ValleyFourteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+194</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>146</ID>
              <Description>"ValleyFiveteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+198</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>147</ID>
              <Description>"ValleySixteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+19C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>148</ID>
              <Description>"ValleySeventeen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+1A0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>149</ID>
              <Description>"ValleyEighteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+1A4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>150</ID>
              <Description>"ValleyNineteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+1A8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>151</ID>
              <Description>"ValleyTwenty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+1AC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>152</ID>
              <Description>"ValleyTwentyone"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+1B0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>153</ID>
              <Description>"ValleyTwentytwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+1B4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>154</ID>
              <Description>"ValleyTwentythree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+1B8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>155</ID>
              <Description>"ValleyTwentyfour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+1BC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>156</ID>
              <Description>"ValleyTwentyfive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+1C0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>157</ID>
              <Description>"ValleyTwentysix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+1C4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>158</ID>
              <Description>"DungeonOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+1C8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>159</ID>
              <Description>"DungeonTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+1CC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>160</ID>
              <Description>"DungeonThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+1D0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>161</ID>
              <Description>"DungeonFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+1D4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>162</ID>
              <Description>"DungeonFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+1D8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>163</ID>
              <Description>"DungeonSix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+1DC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>164</ID>
              <Description>"DungeonSeven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+1E0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>165</ID>
              <Description>"DungeonEight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+1E4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>166</ID>
              <Description>"DungeonNine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+1E8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>167</ID>
              <Description>"DungeonTen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+1EC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>168</ID>
              <Description>"DungeonEleven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+1F0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>169</ID>
              <Description>"DungeonTwelve"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+1F4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>170</ID>
              <Description>"DungeonThirteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+1F8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>171</ID>
              <Description>"DungeonFourteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+1FC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>172</ID>
              <Description>"DungeonFiveteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+200</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>173</ID>
              <Description>"DungeonSixteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+204</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>174</ID>
              <Description>"DungeonSeventeen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+208</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>175</ID>
              <Description>"DungeonEighteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+20C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>176</ID>
              <Description>"DungeonNineteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+210</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>177</ID>
              <Description>"DungeonTwenty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+214</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>178</ID>
              <Description>"DungeonTwentyone"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+218</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>179</ID>
              <Description>"DungeonTwentytwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+21C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>180</ID>
              <Description>"DungeonTwentythree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+220</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>181</ID>
              <Description>"DungeonTwentyfour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+224</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>182</ID>
              <Description>"DungeonTwentyfive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+228</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>183</ID>
              <Description>"DungeonTwentysix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+22C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>184</ID>
              <Description>"DungeonTwentyseven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+230</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>185</ID>
              <Description>"DungeonTwentyeight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+234</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>186</ID>
              <Description>"DungeonTwentynine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+238</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>187</ID>
              <Description>"DungeonThiry"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+23C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>188</ID>
              <Description>"DungeonThiryone"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+240</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>189</ID>
              <Description>"DungeonThirytwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+244</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>190</ID>
              <Description>"DungeonThirythree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+248</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>191</ID>
              <Description>"DungeonThiryfour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+24C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>192</ID>
              <Description>"DungeonThiryfive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+250</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>193</ID>
              <Description>"DungeonThirysix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+254</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>194</ID>
              <Description>"COne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+258</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>195</ID>
              <Description>"CTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+25C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>196</ID>
              <Description>"CThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+260</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>197</ID>
              <Description>"CFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+264</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>198</ID>
              <Description>"CFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+268</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>199</ID>
              <Description>"CSix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+26C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>200</ID>
              <Description>"CSeven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+270</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>201</ID>
              <Description>"CEight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+274</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>202</ID>
              <Description>"CNine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+278</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>203</ID>
              <Description>"CTen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+27C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>204</ID>
              <Description>"CEleven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+280</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>205</ID>
              <Description>"CTwelve"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+284</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>206</ID>
              <Description>"CThirteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+288</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>207</ID>
              <Description>"CFourteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+28C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>208</ID>
              <Description>"CFiveteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+290</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>209</ID>
              <Description>"CSixteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+294</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>210</ID>
              <Description>"CSeventeen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+298</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>211</ID>
              <Description>"CEighteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+29C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>212</ID>
              <Description>"CNineteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+2A0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>213</ID>
              <Description>"CTwenty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+2A4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>214</ID>
              <Description>"CTwentyone"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+2A8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>215</ID>
              <Description>"CTwentytwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+2AC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>216</ID>
              <Description>"CTwentythree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+2B0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>217</ID>
              <Description>"CTwentyfour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+2B4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>218</ID>
              <Description>"CTwentyfive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+2B8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>219</ID>
              <Description>"CTwentysix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+2BC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>220</ID>
              <Description>"CTwentyseven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+2C0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>221</ID>
              <Description>"CTwentyeight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+2C4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>222</ID>
              <Description>"CTwentynine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+2C8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>223</ID>
              <Description>"CThirty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+2CC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>224</ID>
              <Description>"CThirtyone"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+2D0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>225</ID>
              <Description>"CCOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+2D4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>226</ID>
              <Description>"CCTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+2D8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>227</ID>
              <Description>"CCThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+2DC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>228</ID>
              <Description>"CCFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+2E0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>229</ID>
              <Description>"CCFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+2E4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>230</ID>
              <Description>"CCSix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+2E8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>231</ID>
              <Description>"CCSeven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+2EC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>232</ID>
              <Description>"CCEight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+2F0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>233</ID>
              <Description>"CCNine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+2F4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>234</ID>
              <Description>"CCTen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+2F8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>235</ID>
              <Description>"CCEleven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+2FC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>236</ID>
              <Description>"CCTwelve"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+300</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>237</ID>
              <Description>"CCThirteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+304</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>238</ID>
              <Description>"CCFourteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+308</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>239</ID>
              <Description>"CCFiveteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+30C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>240</ID>
              <Description>"CCSixteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+310</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>241</ID>
              <Description>"CCSeventeen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+314</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>242</ID>
              <Description>"CCEighteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+318</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>243</ID>
              <Description>"CCNineteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+31C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>244</ID>
              <Description>"CCTwenty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+320</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>245</ID>
              <Description>"CCTwentyone"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+324</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>246</ID>
              <Description>"CCTwentytwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+328</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>247</ID>
              <Description>"CCTwentythree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+32C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>248</ID>
              <Description>"CCTwentyfour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+330</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>249</ID>
              <Description>"CCTwentyfive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+334</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>250</ID>
              <Description>"CCTwentysix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+338</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>251</ID>
              <Description>"CCTwentyseven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+33C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>252</ID>
              <Description>"CCTwentyeight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+340</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>253</ID>
              <Description>"CCTwentynine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+344</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>254</ID>
              <Description>"LOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+348</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>255</ID>
              <Description>"LTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+34C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>256</ID>
              <Description>"LThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+350</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>257</ID>
              <Description>"LFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+354</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>258</ID>
              <Description>"LFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+358</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>259</ID>
              <Description>"LSix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+35C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>260</ID>
              <Description>"LSeven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+360</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>261</ID>
              <Description>"CemOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+364</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>262</ID>
              <Description>"CemTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+368</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>263</ID>
              <Description>"DDOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+36C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>264</ID>
              <Description>"DDTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+370</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>265</ID>
              <Description>"DDThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+374</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>266</ID>
              <Description>"DDFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+378</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>267</ID>
              <Description>"DDFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+37C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>268</ID>
              <Description>"DDSix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+380</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>269</ID>
              <Description>"DDSeven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+384</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>270</ID>
              <Description>"DDEight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+388</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>271</ID>
              <Description>"DDNine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+38C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>272</ID>
              <Description>"DDTen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+390</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>273</ID>
              <Description>"DDEleven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+394</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>274</ID>
              <Description>"DDTwelve"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+398</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>275</ID>
              <Description>"DDThirteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+39C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>276</ID>
              <Description>"DDFourteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+3A0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>277</ID>
              <Description>"DDFiveteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+3A4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>278</ID>
              <Description>"DDSixteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+3A8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>279</ID>
              <Description>"DDSeventeen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+3AC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>280</ID>
              <Description>"DDEighteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+3B0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>281</ID>
              <Description>"DDNineteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+3B4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>282</ID>
              <Description>"DDTwenty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+3B8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>283</ID>
              <Description>"DDTwentyone"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+3BC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>284</ID>
              <Description>"DDTwentytwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+3C0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>285</ID>
              <Description>"DDTwentythree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+3C4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>286</ID>
              <Description>"DDTwentyfour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+3C8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>287</ID>
              <Description>"DDTwentyfive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+3CC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>288</ID>
              <Description>"DDTwentysix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+3D0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>289</ID>
              <Description>"DDTwentyseven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+3D4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>290</ID>
              <Description>"DDTwentyeight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+3D8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>291</ID>
              <Description>"DDTwentynine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+3DC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>292</ID>
              <Description>"DDThirty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+3E0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>293</ID>
              <Description>"DDThirtyone"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+3E4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>294</ID>
              <Description>"DDThirtytwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+3E8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>295</ID>
              <Description>"DDThirtythree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+3EC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>296</ID>
              <Description>"DDThirtyfour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+3F0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>297</ID>
              <Description>"DDThirtyfive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+3F4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>298</ID>
              <Description>"DDThirtysix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+3F8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>299</ID>
              <Description>"DDThirtyseven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+3FC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>300</ID>
              <Description>"DDThirtyeight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+400</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>301</ID>
              <Description>"DDThirtynine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+404</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>302</ID>
              <Description>"DDForty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+408</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>303</ID>
              <Description>"BasOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+40C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>304</ID>
              <Description>"BasTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+410</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>305</ID>
              <Description>"BasThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+414</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>306</ID>
              <Description>"BasFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+418</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>307</ID>
              <Description>"BasFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+41C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>308</ID>
              <Description>"BasSix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+420</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>309</ID>
              <Description>"BasSeven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+424</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>310</ID>
              <Description>"BasEight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+428</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>311</ID>
              <Description>"BasNine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+42C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>312</ID>
              <Description>"BasTen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+430</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>313</ID>
              <Description>"BasEleven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+434</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>314</ID>
              <Description>"BasTwelve"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+438</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>315</ID>
              <Description>"BasThirteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+43C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>316</ID>
              <Description>"BasFourteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+440</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>317</ID>
              <Description>"BasFiveteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+444</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>318</ID>
              <Description>"BasSixteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+448</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>319</ID>
              <Description>"BasSeventeen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+44C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>320</ID>
              <Description>"BasEighteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+450</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>321</ID>
              <Description>"BasNineteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+454</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>322</ID>
              <Description>"BasTwenty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+458</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>323</ID>
              <Description>"BasTwentyone"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+45C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>324</ID>
              <Description>"BasTwentytwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+460</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>325</ID>
              <Description>"BasTwentythree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+464</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>326</ID>
              <Description>"BasTwentyfour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+468</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>327</ID>
              <Description>"BasTwentyfive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+46C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>328</ID>
              <Description>"BasTwentysix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+470</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>329</ID>
              <Description>"BasTwentyseven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+474</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>330</ID>
              <Description>"BasTwentyeight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+478</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>331</ID>
              <Description>"BasTwentynine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+47C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>332</ID>
              <Description>"BasThirty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+480</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>333</ID>
              <Description>"BasThirtyone"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+484</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>334</ID>
              <Description>"BasThirtytwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+488</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>335</ID>
              <Description>"BasThirtythree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+48C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>336</ID>
              <Description>"BasThirtyfour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+490</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>337</ID>
              <Description>"BasThirtyfive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+494</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>338</ID>
              <Description>"BasThirtysix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+498</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>339</ID>
              <Description>"BasThirtyseven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+49C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>340</ID>
              <Description>"BasThirtyeight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+4A0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>341</ID>
              <Description>"BasThirtynine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+4A4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>342</ID>
              <Description>"BasForty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+4A8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>343</ID>
              <Description>"BasFortyone"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+4AC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>344</ID>
              <Description>"BBOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+4B0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>345</ID>
              <Description>"BBTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+4B4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>346</ID>
              <Description>"BBThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+4B8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>347</ID>
              <Description>"BBFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+4BC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>348</ID>
              <Description>"BBFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+4C0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>349</ID>
              <Description>"BBSix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+4C4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>350</ID>
              <Description>"BBSeven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+4C8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>351</ID>
              <Description>"BBEight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+4CC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>352</ID>
              <Description>"BBNine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+4D0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>353</ID>
              <Description>"BBTen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+4D4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>354</ID>
              <Description>"BBEleven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+4D8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>355</ID>
              <Description>"BBTwelve"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+4DC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>356</ID>
              <Description>"BBThirteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+4E0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>357</ID>
              <Description>"BBFourteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+4E4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>358</ID>
              <Description>"BBFiveteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+4E8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>359</ID>
              <Description>"BBSixteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+4EC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>360</ID>
              <Description>"BBSeventeen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+4F0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>361</ID>
              <Description>"BBEighteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+4F4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>362</ID>
              <Description>"BBNineteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+4F8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>363</ID>
              <Description>"BBTwenty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+4FC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>364</ID>
              <Description>"BBTwentyone"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+500</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>365</ID>
              <Description>"BBTwentytwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+504</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>366</ID>
              <Description>"BBTwentythree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+508</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>367</ID>
              <Description>"BBTwentyfour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+50C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>368</ID>
              <Description>"BBTwentyfive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+510</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>369</ID>
              <Description>"BBTwentysix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+514</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>370</ID>
              <Description>"BBTwentyseven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+518</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>371</ID>
              <Description>"BBTwentyeight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+51C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>372</ID>
              <Description>"BBTwentynine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+520</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>373</ID>
              <Description>"BBThirty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+524</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>374</ID>
              <Description>"BBThirtyone"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+528</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>375</ID>
              <Description>"BBThirtytwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+52C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>376</ID>
              <Description>"BBThirtythree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+530</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>377</ID>
              <Description>"BBThirtyfour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+534</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>378</ID>
              <Description>"BBThirtyfive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+538</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>379</ID>
              <Description>"BBThirtysix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+53C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>380</ID>
              <Description>"BBThirtyseven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+540</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>381</ID>
              <Description>"BBThirtyeight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+544</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>382</ID>
              <Description>"BBThirtynine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+548</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>383</ID>
              <Description>"BBForty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+54C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>384</ID>
              <Description>"BBFortyone"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+550</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>385</ID>
              <Description>"BBFortytwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+554</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>386</ID>
              <Description>"BBFortythree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+558</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>387</ID>
              <Description>"TOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+55C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>388</ID>
              <Description>"TTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+560</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>389</ID>
              <Description>"TThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+564</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>390</ID>
              <Description>"TFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+568</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>391</ID>
              <Description>"TFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+56C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>392</ID>
              <Description>"TSix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+570</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>393</ID>
              <Description>"TSeven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+574</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>394</ID>
              <Description>"TEight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+578</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>395</ID>
              <Description>"TNine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+57C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>396</ID>
              <Description>"TTen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+580</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>397</ID>
              <Description>"TEleven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+584</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>398</ID>
              <Description>"TTwelve"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+588</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>399</ID>
              <Description>"TThirteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+58C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>400</ID>
              <Description>"TFourteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+590</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>401</ID>
              <Description>"TFiveteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+594</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>402</ID>
              <Description>"TSixteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+598</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>403</ID>
              <Description>"TSeventeen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+59C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>404</ID>
              <Description>"TEighteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+5A0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>405</ID>
              <Description>"TNineteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+5A4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>406</ID>
              <Description>"TTwenty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+5A8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>407</ID>
              <Description>"TTwentyone"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+5AC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>408</ID>
              <Description>"TTwentytwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+5B0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>409</ID>
              <Description>"TTwentythree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+5B4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>410</ID>
              <Description>"TTwentyfour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+5B8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>411</ID>
              <Description>"TTwentyfive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+5BC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>412</ID>
              <Description>"TTwentysix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+5C0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>413</ID>
              <Description>"TTwentyseven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+5C4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>414</ID>
              <Description>"TTwentyeight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+5C8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>415</ID>
              <Description>"TTwentynine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+5CC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>416</ID>
              <Description>"TThirty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+5D0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>417</ID>
              <Description>"TThirtyone"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+5D4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>418</ID>
              <Description>"TThirtytwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+5D8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>419</ID>
              <Description>"TThirtythree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+5DC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>420</ID>
              <Description>"TThirtyfour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+5E0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>421</ID>
              <Description>"TThirtyfive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+5E4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>422</ID>
              <Description>"TThirtysix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+5E8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>423</ID>
              <Description>"TThirtyseven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+5EC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>424</ID>
              <Description>"TThirtyeight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+5F0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>425</ID>
              <Description>"TThirtynine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+5F4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>426</ID>
              <Description>"TForty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+5F8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>427</ID>
              <Description>"TFortyone"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+5FC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>428</ID>
              <Description>"TFortytwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+600</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>429</ID>
              <Description>"TFortythree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+604</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>430</ID>
              <Description>"TFortyfour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+608</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>431</ID>
              <Description>"TFortyfive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+60C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>432</ID>
              <Description>"TFortysix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+610</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>433</ID>
              <Description>"TFortyseven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+614</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>434</ID>
              <Description>"TFortyeight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+618</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>435</ID>
              <Description>"TFortynine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+61C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>436</ID>
              <Description>"TFifty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+620</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>437</ID>
              <Description>"TFiftyone"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+624</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>438</ID>
              <Description>"TFiftytwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+628</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>439</ID>
              <Description>"PasOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+62C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>440</ID>
              <Description>"PasTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+630</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>441</ID>
              <Description>"PasThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+634</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>442</ID>
              <Description>"PasFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+638</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>443</ID>
              <Description>"PasFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+63C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>444</ID>
              <Description>"PasSix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+640</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>445</ID>
              <Description>"PasSeven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+644</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>446</ID>
              <Description>"PasEight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+648</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>447</ID>
              <Description>"PasNine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+64C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>448</ID>
              <Description>"PasTen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+650</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>449</ID>
              <Description>"PasEleven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+654</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>450</ID>
              <Description>"PasTwelve"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+658</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>451</ID>
              <Description>"PasThirteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+65C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>452</ID>
              <Description>"PasFourteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+660</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>453</ID>
              <Description>"PasFiveteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+664</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>454</ID>
              <Description>"MountOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+668</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>455</ID>
              <Description>"MountTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+66C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>456</ID>
              <Description>"MountThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+670</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>457</ID>
              <Description>"MountFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+674</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>458</ID>
              <Description>"MountFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+678</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>459</ID>
              <Description>"MountSix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+67C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>460</ID>
              <Description>"MountSeven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+680</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>461</ID>
              <Description>"MountEight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+684</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>462</ID>
              <Description>"MountNine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+688</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>463</ID>
              <Description>"MountTen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+68C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>464</ID>
              <Description>"MountEleven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+690</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>465</ID>
              <Description>"MountTwelve"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+694</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>466</ID>
              <Description>"MountThirteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+698</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>467</ID>
              <Description>"MountFourteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+69C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>468</ID>
              <Description>"MountFiveteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+6A0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>469</ID>
              <Description>"MountSixteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+6A4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>470</ID>
              <Description>"MountSeventeen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+6A8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>471</ID>
              <Description>"MountEighteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+6AC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>472</ID>
              <Description>"MountNineteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+6B0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>473</ID>
              <Description>"MountTwenty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+6B4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>474</ID>
              <Description>"MountTwentyone"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+6B8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>475</ID>
              <Description>"MountTwentytwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+6BC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>476</ID>
              <Description>"MountTwentythree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+6C0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>477</ID>
              <Description>"MountTwentyfour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+6C4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>478</ID>
              <Description>"MountTwentyfive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+6C8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>479</ID>
              <Description>"MountTwentysix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+6CC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>480</ID>
              <Description>"MountTwentyseven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+6D0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>481</ID>
              <Description>"MountTwentyeight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+6D4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>482</ID>
              <Description>"MountTwentynine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+6D8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>483</ID>
              <Description>"MountThirty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+6DC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>484</ID>
              <Description>"villageOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+6E0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>485</ID>
              <Description>"villageTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+6E4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>486</ID>
              <Description>"villageThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+6E8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>487</ID>
              <Description>"AltarOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+6EC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>488</ID>
              <Description>"AltarTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+6F0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>489</ID>
              <Description>"AltarThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+6F4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>490</ID>
              <Description>"AltarFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+6F8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>491</ID>
              <Description>"AltarFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+6FC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>492</ID>
              <Description>"AltarSix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+700</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>493</ID>
              <Description>"AltarSeven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+704</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>494</ID>
              <Description>"AltarEight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+708</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>495</ID>
              <Description>"AltarNine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+70C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>496</ID>
              <Description>"AltarTen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+710</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>497</ID>
              <Description>"AltarEleven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+714</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>498</ID>
              <Description>"AltarTwelve"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+718</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>499</ID>
              <Description>"AltarThirteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+71C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>500</ID>
              <Description>"AltarFourteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+720</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>501</ID>
              <Description>"AltarFiveteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+724</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>502</ID>
              <Description>"AltarSixteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+728</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>503</ID>
              <Description>"AltarSeventeen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+72C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>504</ID>
              <Description>"AltarEighteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+730</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>505</ID>
              <Description>"AltarNineteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+734</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>506</ID>
              <Description>"AltarTwenty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+738</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>507</ID>
              <Description>"AltarTwentyone"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+73C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>508</ID>
              <Description>"AltarTwentytwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+740</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>509</ID>
              <Description>"AltarTwentythree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+744</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>510</ID>
              <Description>"AltarTwentyfour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+748</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>511</ID>
              <Description>"AltarTwentyfive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+74C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>512</ID>
              <Description>"AltarTwentysix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+750</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>513</ID>
              <Description>"AltarTwentyseven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+754</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>514</ID>
              <Description>"AltarTwentyeight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+758</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>515</ID>
              <Description>"AltarTwentynine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+75C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>516</ID>
              <Description>"AltarThirty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+760</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>517</ID>
              <Description>"AltarThirtyone"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+764</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>518</ID>
              <Description>"AltarThirtytwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+768</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>519</ID>
              <Description>"AltarThirtythree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+76C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>520</ID>
              <Description>"AltarThirtyfour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+770</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>521</ID>
              <Description>"AltarThirtyfive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+774</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>522</ID>
              <Description>"AltarThirtysix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+778</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>523</ID>
              <Description>"AltarThirtyseven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+77C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>524</ID>
              <Description>"AltarThirtyeight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+780</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>525</ID>
              <Description>"AltarThirtynine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+784</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>526</ID>
              <Description>"AltarForty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+788</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>527</ID>
              <Description>"AltarFortyone"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+78C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>528</ID>
              <Description>"AltarFortytwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+790</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>529</ID>
              <Description>"AltarFortythree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+794</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>530</ID>
              <Description>"AltarFortyfour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+798</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>531</ID>
              <Description>"AltarFortyfive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+79C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>532</ID>
              <Description>"AltarFortysix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+7A0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>533</ID>
              <Description>"AltarFortyseven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+7A4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>534</ID>
              <Description>"dungeonOneASix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+7A8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>535</ID>
              <Description>"dungeonOneEThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+7AC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>536</ID>
              <Description>"dungeonOneEOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+7B0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>537</ID>
              <Description>"dungeonOneAEight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+7B4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>538</ID>
              <Description>"dungeonTwoCFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+7B8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>539</ID>
              <Description>"dungeonTwoETwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+7BC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>540</ID>
              <Description>"dungeonTwoDTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+7C0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>541</ID>
              <Description>"dungeonTwoFFOur"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+7C4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>542</ID>
              <Description>"towerHThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+7C8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>543</ID>
              <Description>"towerHFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+7CC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>544</ID>
              <Description>"towerGFiveKey"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+7D0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>545</ID>
              <Description>"towerGFiveDoor"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+7D4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>546</ID>
              <Description>"towerCTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+7D8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>547</ID>
              <Description>"towerBTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+7DC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>548</ID>
              <Description>"centralOneCEleven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+7E0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>549</ID>
              <Description>"basementOneLockedDoorEThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+7E4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>550</ID>
              <Description>"baseLockTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+7E8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>551</ID>
              <Description>"baseLockThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+7EC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>552</ID>
              <Description>"baseLockFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+7F0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>553</ID>
              <Description>"baseLockFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+7F4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>554</ID>
              <Description>"baseKeyOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+7F8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>555</ID>
              <Description>"baseKeyTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+7FC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>556</ID>
              <Description>"baseKeyThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+800</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>557</ID>
              <Description>"baseKeyFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+804</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>558</ID>
              <Description>"baseKeyFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+808</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>559</ID>
              <Description>"dungeonTwoCSix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+80C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>560</ID>
              <Description>"dungeonTwoDEight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+810</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>561</ID>
              <Description>"dungeonTwoPressBNine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+814</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>562</ID>
              <Description>"dungeonTwoPressDTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+818</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>563</ID>
              <Description>"dungeonTwoPressFFourOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+81C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>564</ID>
              <Description>"dungeonTwoPressFFourTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+820</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>565</ID>
              <Description>"dungeonTwoPressFFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+824</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>566</ID>
              <Description>"centralTwoPressCSix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+828</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>567</ID>
              <Description>"centralTwoPressBTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+82C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>568</ID>
              <Description>"baseOnePressOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+830</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>569</ID>
              <Description>"baseOnePressTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+834</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>570</ID>
              <Description>"baseOnePressThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+838</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>571</ID>
              <Description>"baseOnePressFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+83C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>572</ID>
              <Description>"baseOnePressFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+840</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>573</ID>
              <Description>"baseTwoKeyOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+844</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>574</ID>
              <Description>"baseTwoPressOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+848</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>575</ID>
              <Description>"baseTwoPressTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+84C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>576</ID>
              <Description>"baseTwoPressThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+850</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>577</ID>
              <Description>"baseTwoPressFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+854</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>578</ID>
              <Description>"baseTwoPressFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+858</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>579</ID>
              <Description>"baseTwoPressSix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+85C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>580</ID>
              <Description>"baseTwoPressSeven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+860</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>581</ID>
              <Description>"baseTwoPressEight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+864</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>582</ID>
              <Description>"baseTwoGemFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+868</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>583</ID>
              <Description>"baseTwoGemSix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+86C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>584</ID>
              <Description>"baseTwoPressNine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+870</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>585</ID>
              <Description>"towerPressOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+874</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>586</ID>
              <Description>"towerPressTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+878</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>587</ID>
              <Description>"towerPressThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+87C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>588</ID>
              <Description>"towerPressFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+880</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>589</ID>
              <Description>"towerPressFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+884</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>590</ID>
              <Description>"towerPressSix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+888</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>591</ID>
              <Description>"baseTwoPress"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+88C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>592</ID>
              <Description>"dungeonOnePressDoor"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+890</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>593</ID>
              <Description>"mountBFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+894</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>594</ID>
              <Description>"baseTwoLockedDoor"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+898</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>595</ID>
              <Description>"baseGemOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+89C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>596</ID>
              <Description>"baseGemTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+8A0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>597</ID>
              <Description>"baseGemThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+8A4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>598</ID>
              <Description>"baseGemFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+8A8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>599</ID>
              <Description>"centralTwoDFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+8AC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>600</ID>
              <Description>"baseTwoFFivePress"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+8B0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>601</ID>
              <Description>"mountainPressTower"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+8B4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>602</ID>
              <Description>"dungeonOnePressCSeven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+8B8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>603</ID>
              <Description>"baseGemFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+8BC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>604</ID>
              <Description>"baseGemSix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+8C0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>605</ID>
              <Description>"tombDoor"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+8C4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>606</ID>
              <Description>"mountLockToAltar"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+8C8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>607</ID>
              <Description>"altarLockOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+8CC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>608</ID>
              <Description>"altarLockTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+8D0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>609</ID>
              <Description>"altarLockThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+8D4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>610</ID>
              <Description>"altarLockFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+8D8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>611</ID>
              <Description>"altarLockFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+8DC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>612</ID>
              <Description>"altarLockSix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+8E0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>613</ID>
              <Description>"altarPressOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+8E4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>614</ID>
              <Description>"altarPressTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+8E8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>615</ID>
              <Description>"altarPressThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+8EC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>616</ID>
              <Description>"altarPressFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+8F0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>617</ID>
              <Description>"altarPressFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+8F4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>618</ID>
              <Description>"altarPressSix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+8F8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>619</ID>
              <Description>"altarPressSeven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+8FC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>620</ID>
              <Description>"baseTwoHiddenPlatformPress"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+900</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>621</ID>
              <Description>"basementTwoNewDoorOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+904</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>622</ID>
              <Description>"basementTwoNewDoorTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+908</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>623</ID>
              <Description>"basementTwoNewDoorThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+90C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>624</ID>
              <Description>"talkedToOle"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+910</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>625</ID>
              <Description>"givenWater"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+914</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>626</ID>
              <Description>"rescuedBossTip"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+918</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>627</ID>
              <Description>"haveTalkedWithThirdBoss"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+91C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>628</ID>
              <Description>"haveTalkedWithFirstBoss"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+920</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>629</ID>
              <Description>"haveTalkedWithSecondBoss"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+924</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>630</ID>
              <Description>"haveTalkedWithFourthBoss"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+928</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>631</ID>
              <Description>"haveTalkedWithLastBoss"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+92C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>632</ID>
              <Description>"gotVillageOrb"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+930</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>633</ID>
              <Description>"gotBook"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+934</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>634</ID>
              <Description>"givenOrbInValley"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+938</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>635</ID>
              <Description>"orbLevelOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+93C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>636</ID>
              <Description>"orbLevelTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+940</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>637</ID>
              <Description>"orbLevelThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+944</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>638</ID>
              <Description>"orbLevelFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+948</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>639</ID>
              <Description>"orbLevelFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+94C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>640</ID>
              <Description>"orbLevelCount"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+950</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>641</ID>
              <Description>"orbOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+954</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>642</ID>
              <Description>"orbTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+958</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>643</ID>
              <Description>"orbThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+95C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>644</ID>
              <Description>"orbFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+960</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>645</ID>
              <Description>"orbFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+964</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>646</ID>
              <Description>"orbSix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+968</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>647</ID>
              <Description>"orbSeven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+96C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>648</ID>
              <Description>"orbEight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+970</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>649</ID>
              <Description>"orbNine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+974</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>650</ID>
              <Description>"orbTen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+978</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>651</ID>
              <Description>"orbEleven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+97C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>652</ID>
              <Description>"orbTwelve"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+980</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>653</ID>
              <Description>"orbThirteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+984</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>654</ID>
              <Description>"orbFourteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+988</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>655</ID>
              <Description>"orbFiveteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+98C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>656</ID>
              <Description>"orbSixteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+990</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>657</ID>
              <Description>"orbSeventeen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+994</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>658</ID>
              <Description>"orbEighteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+998</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>659</ID>
              <Description>"orbNineteen"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+99C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>660</ID>
              <Description>"orbTwenty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+9A0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>661</ID>
              <Description>"orbTwentyOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+9A4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>662</ID>
              <Description>"orbTwentyTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+9A8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>663</ID>
              <Description>"orbTwentyThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+9AC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>664</ID>
              <Description>"orbTwentyFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+9B0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>665</ID>
              <Description>"orbTwentyFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+9B4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>666</ID>
              <Description>"orbTwentySix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+9B8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>667</ID>
              <Description>"orbTwentySeven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+9BC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>668</ID>
              <Description>"orbTwentyEight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+9C0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>669</ID>
              <Description>"orbTwentyNine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+9C4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>670</ID>
              <Description>"orbThirty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+9C8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>671</ID>
              <Description>"orbThirtyOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+9CC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>672</ID>
              <Description>"orbThirtyTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+9D0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>673</ID>
              <Description>"orbThirtyThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+9D4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>674</ID>
              <Description>"orbThirtyFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+9D8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>675</ID>
              <Description>"orbThirtyFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+9DC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>676</ID>
              <Description>"orbThirtySix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+9E0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>677</ID>
              <Description>"orbThirtySeven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+9E4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>678</ID>
              <Description>"orbThirtyEight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+9E8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>679</ID>
              <Description>"orbThirtyNine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+9EC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>680</ID>
              <Description>"orbFourty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+9F0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>681</ID>
              <Description>"orbFourtyOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+9F4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>682</ID>
              <Description>"orbFourtyTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+9F8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>683</ID>
              <Description>"orbFourtyThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+9FC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>684</ID>
              <Description>"orbFourtyFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A00</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>685</ID>
              <Description>"orbFourtyFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A04</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>686</ID>
              <Description>"orbFourtySix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A08</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>687</ID>
              <Description>"orbFourtySeven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A0C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>688</ID>
              <Description>"orbFourtyEight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A10</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>689</ID>
              <Description>"orbFourtyNine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A14</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>690</ID>
              <Description>"orbFifty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A18</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>691</ID>
              <Description>"orbFiftyOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A1C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>692</ID>
              <Description>"orbFiftyTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A20</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>693</ID>
              <Description>"orbFiftyThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A24</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>694</ID>
              <Description>"orbFiftyFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A28</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>695</ID>
              <Description>"orbFiftyFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A2C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>696</ID>
              <Description>"orbFiftySix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A30</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>697</ID>
              <Description>"orbFiftySeven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A34</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>698</ID>
              <Description>"orbFiftyEight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A38</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>699</ID>
              <Description>"orbFiftyNine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A3C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>700</ID>
              <Description>"orbSixty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A40</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>701</ID>
              <Description>"orbSixtyOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A44</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>702</ID>
              <Description>"orbSixtyTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A48</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>703</ID>
              <Description>"orbSixtyThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A4C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>704</ID>
              <Description>"orbSixtyFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A50</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>705</ID>
              <Description>"orbSixtyFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A54</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>706</ID>
              <Description>"orbSixtySix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A58</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>707</ID>
              <Description>"orbSixtySeven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A5C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>708</ID>
              <Description>"orbSixtyEight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A60</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>709</ID>
              <Description>"orbSixtyNine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A64</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>710</ID>
              <Description>"orbSeventy"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A68</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>711</ID>
              <Description>"orbSeventyOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A6C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>712</ID>
              <Description>"orbSeventyTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A70</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>713</ID>
              <Description>"orbSeventyThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A74</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>714</ID>
              <Description>"orbSeventyFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A78</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>715</ID>
              <Description>"orbSeventyFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A7C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>716</ID>
              <Description>"orbSeventySix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A80</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>717</ID>
              <Description>"orbSeventySeven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A84</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>718</ID>
              <Description>"orbSeventyEight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A88</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>719</ID>
              <Description>"orbSeventyNine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A8C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>720</ID>
              <Description>"orbEighty"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A90</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>721</ID>
              <Description>"orbEightyOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A94</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>722</ID>
              <Description>"orbEightyTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A98</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>723</ID>
              <Description>"orbEightyThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+A9C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>724</ID>
              <Description>"orbEightyFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+AA0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>725</ID>
              <Description>"orbEightyFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+AA4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>726</ID>
              <Description>"orbEightySix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+AA8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>727</ID>
              <Description>"orbEightySeven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+AAC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>728</ID>
              <Description>"orbEightyEight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+AB0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>729</ID>
              <Description>"orbEightyNine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+AB4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>730</ID>
              <Description>"orbNinety"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+AB8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>731</ID>
              <Description>"orbNinetyOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+ABC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>732</ID>
              <Description>"orbNinetyTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+AC0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>733</ID>
              <Description>"orbNinetyThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+AC4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>734</ID>
              <Description>"orbNinetyFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+AC8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>735</ID>
              <Description>"orbNinetyFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+ACC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>736</ID>
              <Description>"orbNinetySix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+AD0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>737</ID>
              <Description>"orbNinetySeven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+AD4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>738</ID>
              <Description>"orbNinetyEight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+AD8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>739</ID>
              <Description>"orbNinetyNine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+ADC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>740</ID>
              <Description>"townVis"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+AE0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>741</ID>
              <Description>"lakeVis"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+AE4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>742</ID>
              <Description>"dungOneVis"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+AE8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>743</ID>
              <Description>"dungTwoVis"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+AEC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>744</ID>
              <Description>"basOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+AF0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>745</ID>
              <Description>"basTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+AF4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>746</ID>
              <Description>"towerVis"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+AF8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>747</ID>
              <Description>"pasVis"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+AFC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>748</ID>
              <Description>"mountVis"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+B00</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>749</ID>
              <Description>"cemVis"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+B04</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>750</ID>
              <Description>"tombVis"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+B08</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>751</ID>
              <Description>"altarVis"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+B0C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>752</ID>
              <Description>"cenOneVis"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+B10</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>753</ID>
              <Description>"cenTwoVis"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+B14</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>754</ID>
              <Description>"vilVis"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+B18</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>755</ID>
              <Description>"basOneVis"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+B1C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>756</ID>
              <Description>"basTwoVis"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+B20</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>757</ID>
              <Description>"valleyVis"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+B24</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>758</ID>
              <Description>"orbDemoOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+B28</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>759</ID>
              <Description>"orbDemoTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+B2C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>760</ID>
              <Description>"orbDemoThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+B30</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>761</ID>
              <Description>"orbDemoFour"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+B34</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>762</ID>
              <Description>"orbDemoFive"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+B38</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>763</ID>
              <Description>"orbDemoSix"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+B3C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>764</ID>
              <Description>"orbDemoSeven"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+B40</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>765</ID>
              <Description>"orbDemoEight"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+B44</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>766</ID>
              <Description>"rsfKeyOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+B48</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>767</ID>
              <Description>"rsfKeyDoorOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+B4C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>768</ID>
              <Description>"rsfSwitchDoorOne"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+B50</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>769</ID>
              <Description>"rsfSwitchDoorTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+B54</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>770</ID>
              <Description>"rsfSwitchDoorThree"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+B58</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>771</ID>
              <Description>"rsfKeyDoorTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+B5C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>772</ID>
              <Description>"rsfKeyTwo"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>[stuffPointer]+B60</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
  <Comments>Created by: Outrun
https://opencheattables.com
</Comments>
</CheatTable>
