<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="46">
  <CheatEntries>
    <CheatEntry>
      <ID>3411</ID>
      <Description>"Compact Mode (Activate  Me!)"</Description>
      <LastState/>
      <Color>800000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
{$lua}
if not syntaxcheck then
  openProcess("TOS.exe")
end
{$asm}
LuaCall(function cycleFullCompact(sender,force) local state = not(compactmenuitem.Caption == 'Compact View Mode'); if force~=nil then state = not force end; compactmenuitem.Caption = state and 'Compact View Mode' or 'Full View Mode'; getMainForm().Splitter1.Visible = state; getMainForm().Panel4.Visible    = state; getMainForm().Panel5.Visible    = state; end; function addCompactMenu() if compactmenualreadyexists then return end; local parent = getMainForm().Menu.Items; compactmenuitem = createMenuItem(parent); parent.add(compactmenuitem); compactmenuitem.Caption = 'Compact View Mode'; compactmenuitem.OnClick = cycleFullCompact; compactmenualreadyexists = 'yes'; end; addCompactMenu(); cycleFullCompact(nil,true))

[DISABLE]
{$lua}
if not syntaxcheck then
  openProcess("TOS.exe")
end
{$asm}
LuaCall(cycleFullCompact(nil,false))
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>4525</ID>
      <Description>"[ Personal Script ]"</Description>
      <LastState Value="" RealAddress="00000000"/>
      <Color>800000</Color>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>2200</ID>
          <Description>"Infinite Items Mods"</Description>
          <Options moAlwaysHideChildren="1"/>
          <LastState/>
          <Color>800000</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]

aobscanmodule(InfiniteItemUsageAOB,ToS.exe,FE 8C 18 5D 0F 00 00) // should be unique
alloc(newmem,2048,InfiniteItemUsageAOB)
registersymbol(InfiniteItemUsageAOB)

aobscanmodule(InfiniteItemUsageAOB2,ToS.exe,81 E1 FF 03 00 00 FE 8C 11 5D 0F 00 00 8D 84 11 5D 0F 00 00) // should be unique
registersymbol(InfiniteItemUsageAOB2)


label(return)
label(originalcode)
label(SetItemAmount)
registersymbol(SetItemAmount)

label(return11)
label(originalcode11)

newmem:
  cmp byte ptr [SetItemAmount],0
  je originalcode
  push ecx
  mov ecx,[SetItemAmount]
  mov [eax+ebx+000000F5D],cl
  pop ecx

originalcode:
  jmp return

newmem11:
  cmp byte ptr [SetItemAmount],0
  je originalcode11
  push eax
  mov al,[SetItemAmount]
  mov [ecx+edx+000000F5D],al
  pop eax

originalcode11:
  jmp return11

SetItemAmount:
db 0F
    
InfiniteItemUsageAOB:
  jmp newmem
  nop
  nop
  return:

InfiniteItemUsageAOB2+6:
  jmp newmem11
  nop
  nop
  return11:
  
[DISABLE]

InfiniteItemUsageAOB:
  db FE 8C 18 5D 0F 00 00

InfiniteItemUsageAOB2+6:
  db FE 8C 11 5D 0F 00 00
  
unregistersymbol(SetItemAmount)
unregistersymbol(InfiniteItemUsageAOB)
unregistersymbol(InfiniteItemUsageAOB2)
  
dealloc(newmem)
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>2201</ID>
              <Description>"Set Item Amount On Use/Discard (0 = Off)"</Description>
              <VariableType>Byte</VariableType>
              <Address>SetItemAmount</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>4523</ID>
          <Description>"Infinite Items (Use or Discard)"</Description>
          <Options moAlwaysHideChildren="1"/>
          <LastState/>
          <Color>800000</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]

aobscanmodule(InfiniteItemUsageAOB,ToS.exe,FE 8C 18 5D 0F 00 00) // should be unique
alloc(newmem,2048,InfiniteItemUsageAOB)
registersymbol(InfiniteItemUsageAOB)

aobscanmodule(InfiniteItemUsageAOB2,ToS.exe,81 E1 FF 03 00 00 FE 8C 11 5D 0F 00 00 8D 84 11 5D 0F 00 00) // should be unique
registersymbol(InfiniteItemUsageAOB2)


label(return)
label(originalcode)
label(SetItemAmount)
registersymbol(SetItemAmount)

label(return11)
label(originalcode11)

newmem:
  cmp byte ptr [SetItemAmount],0
  je originalcode
  push ecx
  mov ecx,[SetItemAmount]
  mov [eax+ebx+000000F5D],cl
  pop ecx

originalcode:
  jmp return

newmem11:
  cmp byte ptr [SetItemAmount],0
  je originalcode11
  push eax
  mov al,[SetItemAmount]
  mov [ecx+edx+000000F5D],al
  pop eax

originalcode11:
  jmp return11

SetItemAmount:
db #10
    
InfiniteItemUsageAOB:
  jmp newmem
  nop
  nop
  return:

InfiniteItemUsageAOB2+6:
  jmp newmem11
  nop
  nop
  return11:
  
[DISABLE]

InfiniteItemUsageAOB:
  db FE 8C 18 5D 0F 00 00

InfiniteItemUsageAOB2+6:
  db FE 8C 11 5D 0F 00 00
  
unregistersymbol(SetItemAmount)
unregistersymbol(InfiniteItemUsageAOB)
unregistersymbol(InfiniteItemUsageAOB2)
  
dealloc(newmem)
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>4524</ID>
              <Description>"Set Item Amount On Use/Discard (0 = Off)"</Description>
              <VariableType>Byte</VariableType>
              <Address>SetItemAmount</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>2100</ID>
          <Description>"Infinite TP (In-Battle)"</Description>
          <LastState/>
          <Color>800000</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]

aobscanmodule(TPDamageModAOB,TOS.exe,66 01 50 2A 66 85 D2) // should be unique
registersymbol(TPDamageModAOB)
alloc(newmem,2048,TPDamageModAOB)

label(originalcode)
label(return)

newmem:
  cmp byte ptr [eax+18],00
  jne _NotPlayer
  cmp byte ptr [eax+04],00
  jne _NotPlayer
  xor edx,edx
  @@:
  _NotPlayer:
  
originalcode:
  add [eax+2A],dx
  test dx,dx

  jmp return

TPDamageModAOB:
  jmp newmem
  nop
  nop
return:

[DISABLE]

TPDamageModAOB:
  db 66 01 50 2A 66 85 D2

unregistersymbol(TPDamageModAOB)
dealloc(newmem)
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>1459</ID>
          <Description>"Infinite Normal Attacks"</Description>
          <LastState/>
          <Color>800000</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : TOS.exe
  Version: 
  Date   : 2023-06-06
  Author : thing

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(NormalAtkCheck,TOS.exe,F6 86 6C 13 00 00 07) // should be unique

NormalAtkCheck-6:
  db 90 90 90 90 90 90

registersymbol(NormalAtkCheck)

[DISABLE]

NormalAtkCheck-6:
  db 0F 8D EC 01 00 00

unregistersymbol(NormalAtkCheck)

{
// ORIGINAL CODE - INJECTION POINT: TOS.exe+3454C

TOS.exe+3451B: 83 E7 03              - and edi,03
TOS.exe+3451E: 8B 0C BD B8 37 AD 00  - mov ecx,[edi*4+TOS.exe+6D37B8]
TOS.exe+34525: 8D 14 BD B8 37 AD 00  - lea edx,[edi*4+TOS.exe+6D37B8]
TOS.exe+3452C: 85 88 6C 90 00 00     - test [eax+0000906C],ecx
TOS.exe+34532: 0F 84 48 01 00 00     - je TOS.exe+34680
TOS.exe+34538: 0F B6 86 2B 14 00 00  - movzx eax,byte ptr [esi+0000142B]
TOS.exe+3453F: 0F BE 8E 29 14 00 00  - movsx ecx,byte ptr [esi+00001429]
TOS.exe+34546: 83 E0 07              - and eax,07
TOS.exe+34549: 48                    - dec eax
TOS.exe+3454A: 3B C8                 - cmp ecx,eax
// ---------- INJECTING HERE ----------
TOS.exe+3454C: 0F 8D EC 01 00 00     - jnl TOS.exe+3473E
// ---------- DONE INJECTING  ----------
TOS.exe+34552: F6 86 6C 13 00 00 07  - test byte ptr [esi+0000136C],07
TOS.exe+34559: 0F 85 DF 01 00 00     - jne TOS.exe+3473E
TOS.exe+3455F: 80 BE 2D 14 00 00 05  - cmp byte ptr [esi+0000142D],05
TOS.exe+34566: 7C 24                 - jl TOS.exe+3458C
TOS.exe+34568: BA 0E 00 00 00        - mov edx,0000000E
TOS.exe+3456D: 8B C6                 - mov eax,esi
TOS.exe+3456F: E8 EC E7 00 00        - call TOS.exe+42D60
TOS.exe+34574: 85 C0                 - test eax,eax
TOS.exe+34576: 75 14                 - jne TOS.exe+3458C
TOS.exe+34578: 6A 0E                 - push 0E
}
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>1434</ID>
          <Description>"Able to Chain Same Arte Types"</Description>
          <LastState/>
          <Color>800000</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : TOS.exe
  Version: 
  Date   : 2023-06-05
  Author : thing

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(chainSameArteType,TOS.exe,8B 4D 08 8B 41 0C) // should be unique

chainSameArteType-6:
  db E9 7E 02 00 00 90

registersymbol(chainSameArteType)

[DISABLE]

chainSameArteType-6:
  db 0F 84 7D 02 00 00

unregistersymbol(chainSameArteType)

{
// ORIGINAL CODE - INJECTION POINT: TOS.exe+3EFCC

TOS.exe+3EF9B: 74 16                    - je TOS.exe+3EFB3
TOS.exe+3EF9D: 0F B6 44 24 12           - movzx eax,byte ptr [esp+12]
TOS.exe+3EFA2: 83 E0 01                 - and eax,01
TOS.exe+3EFA5: 80 BC 18 EE 93 00 00 00  - cmp byte ptr [eax+ebx+000093EE],00
TOS.exe+3EFAD: 0F 85 36 FE FF FF        - jne TOS.exe+3EDE9
TOS.exe+3EFB3: F7 C2 00 00 00 10        - test edx,10000000
TOS.exe+3EFB9: 74 0D                    - je TOS.exe+3EFC8
TOS.exe+3EFBB: 80 BB F0 93 00 00 00     - cmp byte ptr [ebx+000093F0],00
TOS.exe+3EFC2: 0F 85 21 FE FF FF        - jne TOS.exe+3EDE9
TOS.exe+3EFC8: 80 7D 10 00              - cmp byte ptr [ebp+10],00
// ---------- INJECTING HERE ----------
TOS.exe+3EFCC: 0F 84 7D 02 00 00        - je TOS.exe+3F24F
// ---------- DONE INJECTING  ----------
TOS.exe+3EFD2: 8B 4D 08                 - mov ecx,[ebp+08]
TOS.exe+3EFD5: 8B 41 0C                 - mov eax,[ecx+0C]
TOS.exe+3EFD8: 89 44 24 18              - mov [esp+18],eax
TOS.exe+3EFDC: 85 C0                    - test eax,eax
TOS.exe+3EFDE: 0F 84 6B 02 00 00        - je TOS.exe+3F24F
TOS.exe+3EFE4: 8B 40 38                 - mov eax,[eax+38]
TOS.exe+3EFE7: A8 20                    - test al,20
TOS.exe+3EFE9: 0F 85 FA FD FF FF        - jne TOS.exe+3EDE9
TOS.exe+3EFEF: 8A 4C 24 13              - mov cl,[esp+13]
TOS.exe+3EFF3: 80 E1 0F                 - and cl,0F
}
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>14</ID>
          <Description>"Zero Battle Time"</Description>
          <LastState/>
          <Color>800000</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
aobscanmodule(battletime,TOS.exe,01 9F E4 90 00 00) 
alloc(newmem,$1000)

label(code)
label(return)

newmem:
code:
  mov [edi+000090E4], 0
  jmp return

battletime:
  jmp newmem
  nop
return:
registersymbol(battletime)

[DISABLE]

battletime:
  db 01 9F E4 90 00 00

unregistersymbol(battletime)
dealloc(newmem)

</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>3415</ID>
          <Description>"Run Speed (2.5x)"</Description>
          <Options moHideChildren="1"/>
          <LastState/>
          <Color>800000</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : TOS.exe
  Version: 
  Date   : 2022-11-28
  Author : thing

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(runSpeed,TOS.exe,DC C9 D9 C9 D9 1F D8 4E 2C D9 5E 2C 8D) // should be unique
alloc(runSpeedMem,$1000)

label(code)
label(return)

runSpeedMem+100:
db 00 00 00 00 00 00 04 40
runSpeedMem:
  fld qword ptr [runSpeedMem+100]
code:
//  fld qword ptr [TOS.exe+4829B8]
  jmp return
runSpeed-6:
  jmp runSpeedMem
  nop
return:
registersymbol(runSpeed)
registersymbol(runSpeedMem)

[DISABLE]

runSpeed-6:
  db DD 05 B8 29 88 00

unregistersymbol(runSpeed)
dealloc(runSpeedMem)

{
// ORIGINAL CODE - INJECTION POINT: TOS.exe+CCF30

TOS.exe+CCF16: 74 14              - je TOS.exe+CCF2C
TOS.exe+CCF18: D9 07              - fld dword ptr [edi]
TOS.exe+CCF1A: DD 05 00 40 88 00  - fld qword ptr [TOS.exe+484000]
TOS.exe+CCF20: DC C9              - fmul st(1),st(0)
TOS.exe+CCF22: D9 C9              - fxch st(1)
TOS.exe+CCF24: D9 1F              - fstp dword ptr [edi]
TOS.exe+CCF26: D8 4E 2C           - fmul dword ptr [esi+2C]
TOS.exe+CCF29: D9 5E 2C           - fstp dword ptr [esi+2C]
TOS.exe+CCF2C: D9 EE              - fldz 
TOS.exe+CCF2E: D9 07              - fld dword ptr [edi]
// ---------- INJECTING HERE ----------
TOS.exe+CCF30: DD 05 B8 29 88 00  - fld qword ptr [TOS.exe+4829B8]
// ---------- DONE INJECTING  ----------
TOS.exe+CCF36: DC C9              - fmul st(1),st(0)
TOS.exe+CCF38: D9 C9              - fxch st(1)
TOS.exe+CCF3A: D9 1F              - fstp dword ptr [edi]
TOS.exe+CCF3C: D8 4E 2C           - fmul dword ptr [esi+2C]
TOS.exe+CCF3F: D9 5E 2C           - fstp dword ptr [esi+2C]
TOS.exe+CCF42: 8D 46 28           - lea eax,[esi+28]
TOS.exe+CCF45: D9 5E 30           - fstp dword ptr [esi+30]
TOS.exe+CCF48: E8 63 70 0C 00     - call TOS.exe+193FB0
TOS.exe+CCF4D: D9 9E 38 09 00 00  - fstp dword ptr [esi+00000938]
TOS.exe+CCF53: D9 46 28           - fld dword ptr [esi+28]
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>3416</ID>
              <Description>"Does not affect the overworld!"</Description>
              <LastState Value="" RealAddress="00000000"/>
              <Color>0000FF</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
            <CheatEntry>
              <ID>3417</ID>
              <Description>"Run Speed"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>Double</VariableType>
              <Address>runSpeedMem+100</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>1472</ID>
      <Description>"Everyone has Colette's Wings"</Description>
      <LastState/>
      <Color>800000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : TOS.exe
  Version: 
  Date   : 2023-06-13
  Author : thing

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(ColetteWings,TOS.exe,80 8F 1B 1B 00 00 01) // should be unique

ColetteWings+17:
  db 90 90 90 90 90 90

registersymbol(ColetteWings)

[DISABLE]

ColetteWings+17:
  db 0F 85 05 02 00 00

unregistersymbol(ColetteWings)

{
// ORIGINAL CODE - INJECTION POINT: 0045BA1B

0045B9FB: 33 D2                 - xor edx,edx
0045B9FD: 3B D0                 - cmp edx,eax
0045B9FF: 7F 02                 - jg 0045BA03
0045BA01: 33 C0                 - xor eax,eax
0045BA03: E8 28 AE FA FF        - call 00406830
0045BA08: 8B 3D 68 3F AD 00     - mov edi,[00AD3F68]
0045BA0E: 8B 0E                 - mov ecx,[esi]
0045BA10: BA 87 00 00 00        - mov edx,00000087
0045BA15: 66 39 51 4A           - cmp [ecx+4A],dx
0045BA19: 74 07                 - je 0045BA22
// ---------- INJECTING HERE ----------
0045BA1B: 80 8F 1B 1B 00 00 01  - or byte ptr [edi+00001B1B],01
// ---------- DONE INJECTING  ----------
0045BA22: 8A 86 22 13 00 00     - mov al,[esi+00001322]
0045BA28: 8B 1D DC 2E AD 00     - mov ebx,[00AD2EDC]
0045BA2E: 24 0F                 - and al,0F
0045BA30: 3C 02                 - cmp al,02
0045BA32: 0F 85 05 02 00 00     - jne 0045BC3D
0045BA38: 80 8B B9 93 00 00 06  - or byte ptr [ebx+000093B9],06
0045BA3F: 8B 46 04              - mov eax,[esi+04]
0045BA42: 8B 40 10              - mov eax,[eax+10]
0045BA45: 8A 8B B9 93 00 00     - mov cl,[ebx+000093B9]
0045BA4B: 83 E0 03              - and eax,03
}
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>3100</ID>
      <Description>"Gald Multiplier (2x)"</Description>
      <Options moAlwaysHideChildren="1" moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
      <LastState/>
      <Color>800000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
aobscanmodule(GaldMultAOB,ToS.exe,0F B6 82 51 02 00 00 01 4C 24 38)
registersymbol(GaldMultAOB)
alloc(newmem,2048,GaldMultAOB)

label(returnhere)
label(originalcode)
label(exit)

label(GaldMult)
registersymbol(GaldMult)

newmem:

imul ecx,[GaldMult]

originalcode:
movzx eax,byte ptr [edx+00000251]

exit:
jmp returnhere

GaldMult:
dd 2

GaldMultAOB:
jmp newmem
nop
nop
returnhere:

[DISABLE]
dealloc(newmem)

GaldMultAOB:
db 0F B6 82 51 02 00 00

unregistersymbol(GaldMultAoB)
unregistersymbol(GaldMult)
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>3101</ID>
          <Description>"Gald Multiplier"</Description>
          <VariableType>4 Bytes</VariableType>
          <Address>GaldMult</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>3200</ID>
      <Description>"Grade Multiplier (2x)"</Description>
      <Options moAlwaysHideChildren="1" moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
      <LastState/>
      <Color>800000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
aobscanmodule(GradeMultAOB,ToS.exe,0F BF 87 FA 90 00 00 01 83 F4 1B 00 00)
registersymbol(GradeMultAOB)
alloc(newmem,2048,GradeMultAOB)

label(returnhere)
label(originalcode)
label(exit)

label(GradeMult)
registersymbol(GradeMult)

newmem:

push ecx
movsx ecx,word ptr [edi+000090FA]
imul ecx,[GradeMult]
mov [edi+000090FA],ecx
pop ecx

originalcode:
movsx eax,word ptr [edi+000090FA]

exit:
jmp returnhere

GradeMult:
dd 2

GradeMultAOB:
jmp newmem
nop
nop
returnhere:

[DISABLE]
dealloc(newmem)

GradeMultAOB:
db 0F BF 87 FA 90 00 00

unregistersymbol(GradeMultAoB)
unregistersymbol(GradeMult)
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>3201</ID>
          <Description>"Grade Multiplier"</Description>
          <VariableType>4 Bytes</VariableType>
          <Address>GradeMult</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>3000</ID>
      <Description>"Experience Multiplier (2x)"</Description>
      <Options moAlwaysHideChildren="1" moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
      <LastState/>
      <Color>800000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
aobscanmodule(ExpMultAOB,ToS.exe,0F B7 80 F6 01 00 00)
registersymbol(ExpMultAOB)
alloc(newmem,2048,ExpMultAOB)

label(returnhere)
label(originalcode)
label(exit)

label(ExpMult)
registersymbol(ExpMult)

newmem:

imul edx,[ExpMult]

originalcode:
movzx eax,word ptr [eax+000001F6]

exit:
jmp returnhere

ExpMult:
dd 2

ExpMultAOB:
jmp newmem
nop
nop
returnhere:

[DISABLE]
dealloc(newmem)

ExpMultAOB:
db 0F B7 80 F6 01 00 00

unregistersymbol(ExpMultAoB)
unregistersymbol(ExpMult)
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>3001</ID>
          <Description>"Exp Multiplier"</Description>
          <VariableType>4 Bytes</VariableType>
          <Address>ExpMult</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>2000</ID>
      <Description>"Damage Modifier Script"</Description>
      <Options moHideChildren="1"/>
      <LastState/>
      <Color>800000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(DamageModAOB,TOS.exe,01 58 24 8B 4E 08 83 79 24 00) // should be unique
registersymbol(DamageModAOB)
alloc(newmem,2048,DamageModAOB)

label(originalcode)
label(return)
label(GodMode)
registersymbol(GodMode)
label(OneHitKill)
registersymbol(OneHitKill)
label(EnemyDamageMultiplier)
registersymbol(EnemyDamageMultiplier)
label(HeroDamageMultiplier)
registersymbol(HeroDamageMultiplier)
label(EnemyHealingMultiplier)
registersymbol(EnemyHealingMultiplier)
label(HeroHealingMultiplier)
registersymbol(HeroHealingMultiplier)
label(HeroCannotDie)
registersymbol(HeroCannotDie)


newmem:
  cmp byte ptr [eax+18],00
  jne EnemyHit
  cmp byte ptr [eax+04],00
  jne EnemyHit
HeroHit:
  cmp ebx,0
  jl HeroDamageHit
  jg HeroHealingHit
  jmp originalcode
HeroDamageHit:
  cmp [HeroDamageMultiplier],(float)0.0
  je CheckGodMode
  neg ebx
  push ebx
  fild dword ptr [esp]
  fmul dword ptr [HeroDamageMultiplier]
  fistp dword ptr [esp]
  pop ebx
  neg ebx
CheckGodMode:
  cmp [GodMode],1
  jne CheckHeroCannotDie
  xor ebx,ebx
  jmp originalcode
CheckHeroCannotDie:
  cmp [HeroCannotDie],1
  jne originalcode
  push eax
  mov eax,[eax+24]
  neg ebx
  cmp ebx,eax
  jl @F
  xor ebx,ebx
@@:
  neg ebx
  pop eax
  jmp originalcode
HeroHealingHit:
  cmp [HeroHealingMultiplier],(float)0.0
  je originalcode
  push ebx
  fild dword ptr [esp]
  fmul dword ptr [HeroHealingMultiplier]
  fistp dword ptr [esp]
  pop ebx
  jmp originalcode
EnemyHit:
  cmp ebx,0
  jl EnemyDamageHit
  jg EnemyHealingHit
  jmp CheckOneHitKill
EnemyDamageHit:
  cmp [EnemyDamageMultiplier],(float)0.0
  je CheckOneHitKill
  neg ebx
  push ebx
  fild dword ptr [esp]
  fmul dword ptr [EnemyDamageMultiplier]
  fistp dword ptr [esp]
  pop ebx
  neg ebx
CheckOneHitKill:
  cmp [OneHitKill],1
  jne originalcode
  mov ebx,#99999
  neg ebx
  jmp originalcode
EnemyHealingHit:
  cmp [EnemyHealingMultiplier],(float)0.0
  je originalcode
  push ebx
  fild dword ptr [esp]
  fmul dword ptr [EnemyHealingMultiplier]
  fistp dword ptr [esp]
  pop ebx
    
originalcode:
  add [eax+24],ebx
  mov ecx,[esi+08]

  jmp return

GodMode:
dq 0
OneHitKill:
dq 0
EnemyDamageMultiplier:
dq (float)2.0
HeroDamageMultiplier:
dq (float)0.5
EnemyHealingMultiplier:
dq (float)0.0
HeroHealingMultiplier:
dq (float)2.0
HeroCannotDie:
dq 1

DamageModAOB:
  jmp newmem
  nop
return:

[DISABLE]

DamageModAOB:
  db 01 58 24 8B 4E 08

unregistersymbol(DamageModAOB)
unregistersymbol(GodMode)
unregistersymbol(OneHitKill)
unregistersymbol(EnemyDamageMultiplier)
unregistersymbol(EnemyHealingMultiplier)
unregistersymbol(HeroDamageMultiplier)
unregistersymbol(HeroHealingMultiplier)
unregistersymbol(HeroCannotDie)
dealloc(newmem)
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>2004</ID>
          <Description>"God Mode"</Description>
          <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0:Off
1:On
</DropDownList>
          <VariableType>4 Bytes</VariableType>
          <Address>GodMode</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>2002</ID>
          <Description>"One Hit Kill"</Description>
          <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0:Off
1:On
</DropDownList>
          <VariableType>4 Bytes</VariableType>
          <Address>OneHitKill</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>2001</ID>
          <Description>"Enemy Damage Multiplier (Set to Zero = Off; Otherwise multiplier)"</Description>
          <VariableType>Float</VariableType>
          <Address>EnemyDamageMultiplier</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>2003</ID>
          <Description>"Enemy Healing Multiplier (Set to Zero = Off; Otherwise multiplier, e.g. 0.5 is half healing)"</Description>
          <VariableType>Float</VariableType>
          <Address>EnemyHealingMultiplier</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>2005</ID>
          <Description>"Hero Cannot Die (Lose HP Unless The Hit Will Kill You If On)"</Description>
          <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0:Off
1:On
</DropDownList>
          <VariableType>4 Bytes</VariableType>
          <Address>HeroCannotDie</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>2006</ID>
          <Description>"Hero Damage Multiplier (Set to Zero = Off; Otherwise multiplier, e.g. 0.5 is half damage)"</Description>
          <VariableType>Float</VariableType>
          <Address>HeroDamageMultiplier</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>2007</ID>
          <Description>"Hero Healing Multiplier (Set to Zero = Off; Otherwise multiplier)"</Description>
          <VariableType>Float</VariableType>
          <Address>HeroHealingMultiplier</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>10</ID>
      <Description>"Enable Pointer"</Description>
      <LastState/>
      <Color>800000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
		  
aobscanmodule(GaldReadInStatusAOB,ToS.exe,8B 08 8B 45 FC 51 56) // should be unique
registersymbol(GaldReadInStatusAOB)
alloc(newmem,2048,GaldReadInStatusAOB)

///
label(GaldPtr)
registersymbol(GaldPtr)
label(returnhere)
label(originalcode)
label(exit)

newmem:
  mov [GaldPtr],eax
  
originalcode:
  mov ecx,[eax]
  mov eax,[ebp-04]
  
exit:
  jmp returnhere

///
GaldPtr:
dq 0

GaldReadInStatusAOB:
  jmp newmem
  returnhere:
  
[DISABLE]

GaldReadInStatusAOB:
  db 8B 08 8B 45 FC

dealloc(newmem)
unregistersymbol(GaldReadInStatusAOB)
unregistersymbol(GaldPtr)
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>501</ID>
          <Description>"[ Gald ]"</Description>
          <Color>800000</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>GaldPtr</Address>
          <Offsets>
            <Offset>0</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>504</ID>
          <Description>"[ Combo Count ]"</Description>
          <Color>800000</Color>
          <VariableType>2 Bytes</VariableType>
          <Address>GaldPtr</Address>
          <Offsets>
            <Offset>6</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>930</ID>
          <Description>"[ Character Titles ]"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <Color>800000</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>3202</ID>
              <Description>"Lloyd"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>1067</ID>
                  <Description>"Title"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>376</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1066</ID>
                  <Description>"Costum"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>379</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1068</ID>
                  <Description>"FE DF FF 7F will give you access to all titles"</Description>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>1065</ID>
                  <Description>"Known Titles"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1">FE DF FF 7F:All Titles
</DropDownList>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>4</ByteLength>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>388</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1063</ID>
              <Description>"Colette"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>1069</ID>
                  <Description>"Title"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>48E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1070</ID>
                  <Description>"Costum"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>491</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1071</ID>
                  <Description>"FE FF FF 00 will give you access to all titles"</Description>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>1072</ID>
                  <Description>"Known Titles"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1">FE FF FF 00:All Titles
</DropDownList>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>4</ByteLength>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>4A0</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1073</ID>
              <Description>"Genis"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>1074</ID>
                  <Description>"Title"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>5A6</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1075</ID>
                  <Description>"Costum"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>5A9</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3203</ID>
                  <Description>"FE FF 7F 00 will give you access to all titles"</Description>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>3204</ID>
                  <Description>"Known Titles"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1">FE FF 7F 00:All Titles
</DropDownList>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>4</ByteLength>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>5B8</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>3205</ID>
              <Description>"Raine"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>3206</ID>
                  <Description>"Title"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>6BE</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3207</ID>
                  <Description>"Costum"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>6C1</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3208</ID>
                  <Description>"FF FF 0F 00 will give you access to all titles"</Description>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>3209</ID>
                  <Description>"Known Titles"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1">FF FF 0F 00:All Titles
</DropDownList>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>4</ByteLength>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>6D0</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>3210</ID>
              <Description>"Sheena"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>3211</ID>
                  <Description>"Title"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>7D6</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3212</ID>
                  <Description>"Costum"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>7D9</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3213</ID>
                  <Description>"FF FF 0F 00 will give you access to all titles"</Description>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>3214</ID>
                  <Description>"Known Titles"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1">FF FF 0F 00:All Titles
</DropDownList>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>4</ByteLength>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>7E8</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>3215</ID>
              <Description>"Zelos"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>3216</ID>
                  <Description>"Title"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>8EE</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3217</ID>
                  <Description>"Costum"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>8F1</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3218</ID>
                  <Description>"FF FF 07 00 will give you access to all titles"</Description>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>3219</ID>
                  <Description>"Known Titles"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1">FF FF 07 00:All Titles
</DropDownList>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>4</ByteLength>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>900</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>3220</ID>
              <Description>"Presea"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>1109</ID>
                  <Description>"Title"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A06</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3221</ID>
                  <Description>"Costum"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A09</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3222</ID>
                  <Description>"FF FF 07 00 will give you access to all titles"</Description>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>3223</ID>
                  <Description>"Known Titles"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1">FF FF 07 00:All Titles
</DropDownList>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>4</ByteLength>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A18</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>3224</ID>
              <Description>"Regal"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>1114</ID>
                  <Description>"Title"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>B1E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1115</ID>
                  <Description>"Costum"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>B21</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1116</ID>
                  <Description>"FF FF 03 00 will give you access to all titles"</Description>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>1117</ID>
                  <Description>"Known Titles"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1">FF FF 03 00:All Titles
</DropDownList>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>4</ByteLength>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>B30</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1118</ID>
              <Description>"Kratos"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>1119</ID>
                  <Description>"Title"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>C36</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1120</ID>
                  <Description>"Costum"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>C39</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1121</ID>
                  <Description>"FE 1F 00 00 will give you access to all titles"</Description>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>1122</ID>
                  <Description>"Known Titles"</Description>
                  <DropDownList ReadOnly="1" DescriptionOnly="1">FE 1F 00 00:All Titles
</DropDownList>
                  <ShowAsHex>1</ShowAsHex>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>4</ByteLength>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>C48</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>226</ID>
          <Description>"[ Arte/Tech Usage Count ]"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <Color>800000</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>904</ID>
              <Description>"Lloyd"</Description>
              <Options moHideChildren="1" moRecursiveSetValue="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>225</ID>
                  <Description>"Demon Fang"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>3F0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1050</ID>
                  <Description>"Double Demon Fang"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>3F2</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1230</ID>
                  <Description>"Fierce Demon Fang (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>3F4</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1231</ID>
                  <Description>"Demonic Chaos (Tech)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>3F6</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1232</ID>
                  <Description>"Demonic Circle (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>3F8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>907</ID>
                  <Description>"Tiger Blade"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>3FA</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1051</ID>
                  <Description>"Tiger Rage"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>3FC</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1233</ID>
                  <Description>"Heavy Tiger Blade (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>3FE</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1234</ID>
                  <Description>"Twin Tiger Blade (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>400</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>908</ID>
                  <Description>"Sonic Thrust"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>402</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1048</ID>
                  <Description>"Hurricane Thrust"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>404</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1235</ID>
                  <Description>"Super Sonic Thrust (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>406</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>895</ID>
                  <Description>"Sword Rain"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>408</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1049</ID>
                  <Description>"Sword Rain: Alpha"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>40A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1236</ID>
                  <Description>"Sonic Sword Rain (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>40C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1237</ID>
                  <Description>"Sword rain: Beta (Tech)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>40E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>918</ID>
                  <Description>"Tempest"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>410</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1055</ID>
                  <Description>"Omega Tempest"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>412</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1238</ID>
                  <Description>"Psi Tempest (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>414</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>919</ID>
                  <Description>"Beast"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>416</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1054</ID>
                  <Description>"Raging Beast (Tech)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>418</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1239</ID>
                  <Description>"Hunting Beast"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>41A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1053</ID>
                  <Description>"Rising Falcon"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>41C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1240</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>41E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1241</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>420</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1061</ID>
                  <Description>"Demonic Thrust"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>422</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1058</ID>
                  <Description>"Demonic Tiger Blade"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>424</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1059</ID>
                  <Description>"Tempest Thrust"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>426</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1060</ID>
                  <Description>"Tempest Beast"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>428</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1062</ID>
                  <Description>"Raining Tiger Blade"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>42A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3234</ID>
                  <Description>"Beast Sword Rain"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>42C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1243</ID>
                  <Description>"Sword Rain: Tempest"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>42E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1244</ID>
                  <Description>"Guardian"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>430</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>903</ID>
              <Description>"Colette"</Description>
              <Options moHideChildren="1" moRecursiveSetValue="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>290</ID>
                  <Description>"Ray Thrust"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>508</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3235</ID>
                  <Description>"Dual Ray Thrust (Tech)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>50A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3236</ID>
                  <Description>"Triple Ray Thrust (Tech)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>50C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3237</ID>
                  <Description>"Ray Satellite"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>50E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3238</ID>
                  <Description>"Triple Ray Satellite"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>510</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>910</ID>
                  <Description>"Pow Hammer"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>512</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3239</ID>
                  <Description>"Pow Pow Hammer (Tech)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>514</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1250</ID>
                  <Description>"Hammer Rain (Tech)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>516</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1251</ID>
                  <Description>"Para Ball"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>518</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1252</ID>
                  <Description>"Torrential Para Ball"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>51A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3240</ID>
                  <Description>"Ring Whirlwind"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>51C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3241</ID>
                  <Description>"Ring Cyclone (Tech)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>51E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3242</ID>
                  <Description>"Whirlwind Rush"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>522</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>911</ID>
                  <Description>"Item Thief"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>526</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3243</ID>
                  <Description>"Item Rover"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>528</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3244</ID>
                  <Description>"Grand Chariot"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>52A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1136</ID>
                  <Description>"Stardust Cross"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>52E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1137</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>530</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1138</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>532</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1139</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>534</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1140</ID>
                  <Description>"Damage Guard"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>536</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1141</ID>
                  <Description>"Angel Feathers"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>538</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1142</ID>
                  <Description>"Holy Song (Tech)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>53A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3245</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>53C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1144</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>53E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1145</ID>
                  <Description>"Grand Cross"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>540</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3246</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>542</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3247</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>544</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3248</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>546</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3249</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>548</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3250</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>54A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3251</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>54C</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>902</ID>
              <Description>"Genis"</Description>
              <Options moHideChildren="1" moRecursiveSetValue="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>289</ID>
                  <Description>"Aqua Edge"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>620</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1052</ID>
                  <Description>"Spread"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>622</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1146</ID>
                  <Description>"Aqua Laser (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>624</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1147</ID>
                  <Description>"Tidal Wave"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>626</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>906</ID>
                  <Description>"Fire Ball"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>628</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1148</ID>
                  <Description>"Eruption"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>62A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1149</ID>
                  <Description>"Flame Lance (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>62C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1150</ID>
                  <Description>"Explosion"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>62E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>905</ID>
                  <Description>"Wind Blade"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>630</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1151</ID>
                  <Description>"Air Thrust"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>632</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1153</ID>
                  <Description>"Air Blade (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>634</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1152</ID>
                  <Description>"Cyclone"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>636</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1047</ID>
                  <Description>"Stone Blast"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>638</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1154</ID>
                  <Description>"Stalagmite"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>63A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1155</ID>
                  <Description>"Grave (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>63C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1156</ID>
                  <Description>"Ground Dasher"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>63E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>912</ID>
                  <Description>"Lightning"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>640</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3252</ID>
                  <Description>"Thunder Blade"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>642</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1212</ID>
                  <Description>"Spark Wave (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>644</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1213</ID>
                  <Description>"Indignation"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>646</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>917</ID>
                  <Description>"Icicle"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>648</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1157</ID>
                  <Description>"Ice Tornado"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>64A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1158</ID>
                  <Description>"Freeze Lancer (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>64C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3253</ID>
                  <Description>"Raging Mist"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>64E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3254</ID>
                  <Description>"Gravity Well"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>650</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1161</ID>
                  <Description>"Spiral Flare  (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>652</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1162</ID>
                  <Description>"Thunder Arrow (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>654</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1164</ID>
                  <Description>"Dreaded Wave"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>656</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1163</ID>
                  <Description>"Atlas (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>658</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1165</ID>
                  <Description>"Absolute (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>65A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1166</ID>
                  <Description>"Earth Bite (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>65C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1168</ID>
                  <Description>"Prism Sword (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>65E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1167</ID>
                  <Description>"Meteor Storm (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>660</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3255</ID>
                  <Description>"Force Field"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>662</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1170</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>664</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3256</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>666</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1169</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>668</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1174</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>66A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1171</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>66C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1175</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>66E</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>901</ID>
              <Description>"Raine"</Description>
              <Options moHideChildren="1" moRecursiveSetValue="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>3257</ID>
                  <Description>"First Aid"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>738</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3258</ID>
                  <Description>"Heal (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>73A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3259</ID>
                  <Description>"Cure (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>73C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3260</ID>
                  <Description>"Nurse (Tech)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>73E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3261</ID>
                  <Description>"Healing Circle (Tech)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>740</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3262</ID>
                  <Description>"Revitalize (Tech)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>742</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3263</ID>
                  <Description>"Revive (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>746</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3264</ID>
                  <Description>"Recover"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>748</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3265</ID>
                  <Description>"Purify"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>74A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3266</ID>
                  <Description>"Restore (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>74C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3267</ID>
                  <Description>"Dispel"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>74E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3268</ID>
                  <Description>"Nullify"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>750</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3269</ID>
                  <Description>"Anti-Magic (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>752</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3270</ID>
                  <Description>"Sharpness"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>754</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1290</ID>
                  <Description>"Acuteness (Tech)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>756</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3271</ID>
                  <Description>"Keenness (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>758</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3272</ID>
                  <Description>"Barrier"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>75A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3273</ID>
                  <Description>"Field Barrier"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>75C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3274</ID>
                  <Description>"Permaguard (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>75E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3275</ID>
                  <Description>"Charge"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>760</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3276</ID>
                  <Description>"Photon"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>762</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3277</ID>
                  <Description>"Ray"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>764</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3278</ID>
                  <Description>"Holy Lance (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>766</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3279</ID>
                  <Description>"Inspect Magic"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>768</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3280</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>76A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3281</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>76C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1302</ID>
                  <Description>"Force Field"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>76E</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>900</ID>
              <Description>"Sheena"</Description>
              <Options moHideChildren="1" moRecursiveSetValue="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>3282</ID>
                  <Description>"Pyre Seal"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>850</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3283</ID>
                  <Description>"Power Seal"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>852</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3284</ID>
                  <Description>"Power Seal Pinion (Tech)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>854</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3285</ID>
                  <Description>"Power Seal Absolute (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>856</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3286</ID>
                  <Description>"Serpent Seal"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>858</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3287</ID>
                  <Description>"Serpent Seal Pinion (Tech)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>85A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3288</ID>
                  <Description>"S. Seal Absoule (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>85C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3289</ID>
                  <Description>"Mirage Seal"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>85E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3290</ID>
                  <Description>"Mirage Seal Pinion (Tech)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>860</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3291</ID>
                  <Description>"M. Seal Absoulte (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>862</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3292</ID>
                  <Description>"Life Seal"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>864</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3293</ID>
                  <Description>"Spirit Seal"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>866</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3294</ID>
                  <Description>"Force Seal"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>868</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3295</ID>
                  <Description>"Demon Seal"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>86A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3296</ID>
                  <Description>"Purgatory Seal"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>86C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3297</ID>
                  <Description>"Cyclone Seal"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>86E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3298</ID>
                  <Description>"Guardian Seal"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>870</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3299</ID>
                  <Description>"S. Seal: Fire"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>872</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3300</ID>
                  <Description>"S. Seal: Water"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>874</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3301</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>876</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3302</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>878</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3303</ID>
                  <Description>"T. Seal: Earth"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>87A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3304</ID>
                  <Description>"T. Seal: Ice"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>87C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3305</ID>
                  <Description>"T. Seal: Lightning"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>87E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3306</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>880</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3307</ID>
                  <Description>"Summon: Corrine"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>882</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3308</ID>
                  <Description>"Summon: Fire"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>884</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3309</ID>
                  <Description>"Summon: Water"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>886</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3310</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>888</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3311</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>88A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3312</ID>
                  <Description>"Summon: Earth"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>88C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3313</ID>
                  <Description>"Summon: Ice"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>88E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3314</ID>
                  <Description>"Summon: Lightning"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>890</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>897</ID>
              <Description>"Zelos"</Description>
              <Options moHideChildren="1" moRecursiveSetValue="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>3315</ID>
                  <Description>"Demon Fang"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>968</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3316</ID>
                  <Description>"Double Demon Fang (Tech)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>96A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3317</ID>
                  <Description>"Fierce Demon Fang (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>96C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3318</ID>
                  <Description>"Sonic Thrust"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>96E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3319</ID>
                  <Description>"Hurricane Thrust (Tech)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>970</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3320</ID>
                  <Description>"Super Sonic Thrust (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>972</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3321</ID>
                  <Description>"Light Spear"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>974</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3322</ID>
                  <Description>"Victory Light Spear (Tech)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>976</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3323</ID>
                  <Description>"LightSpear Cannon (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>978</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3324</ID>
                  <Description>"Hell Pyre"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>97A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3325</ID>
                  <Description>"Lightning Blade"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>97C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3326</ID>
                  <Description>"S. Lightning ZBlade"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>97E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3327</ID>
                  <Description>"Demon Spear"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>980</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3328</ID>
                  <Description>"Guardian"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>982</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3329</ID>
                  <Description>"Fire Ball"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>984</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3330</ID>
                  <Description>"Eruption"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>986</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3331</ID>
                  <Description>"Wind Blade"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>988</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3332</ID>
                  <Description>"Air Thrust"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>98A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3333</ID>
                  <Description>"Sonic Blast"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>98C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3334</ID>
                  <Description>"Grave"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>98E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3335</ID>
                  <Description>"Lightning"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>990</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3336</ID>
                  <Description>"Thunder Blade"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>992</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3337</ID>
                  <Description>"First Aid"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>994</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3338</ID>
                  <Description>"Healing Stream"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>996</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3339</ID>
                  <Description>"Healing Wind"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>998</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>899</ID>
              <Description>"Presea"</Description>
              <Options moHideChildren="1" moRecursiveSetValue="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>3340</ID>
                  <Description>"Destruction"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A80</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3341</ID>
                  <Description>"Deadly Destruction (Tech)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A82</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3342</ID>
                  <Description>"Infinite Destruction (Tech)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A84</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3343</ID>
                  <Description>"(Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A86</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3344</ID>
                  <Description>"(Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A88</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3345</ID>
                  <Description>"Punishment"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A8A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3346</ID>
                  <Description>"Dual Punishment"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A8C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3347</ID>
                  <Description>"Rising Punishment (Tech)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A8E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3348</ID>
                  <Description>"Finality Punishment (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A90</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3349</ID>
                  <Description>"Infliction"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A92</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1390</ID>
                  <Description>"Dual Infliction"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A94</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3350</ID>
                  <Description>"Endless Infliction (Tech)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A96</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3351</ID>
                  <Description>"Resolute Infliction (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A98</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3352</ID>
                  <Description>"(Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A9A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3353</ID>
                  <Description>"Devestation"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A9C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3354</ID>
                  <Description>"Finite Devestation"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A9E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3355</ID>
                  <Description>"Mass Devestation (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>AA0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3356</ID>
                  <Description>"Eternal Devestation (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>AA2</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3357</ID>
                  <Description>"Fiery Infliction"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>AA4</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3358</ID>
                  <Description>"Eternal Damnation"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>AA6</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3359</ID>
                  <Description>"Beast"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>AA8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3360</ID>
                  <Description>"(Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>AAA</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3361</ID>
                  <Description>"Earthly Protection"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>AAC</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>898</ID>
              <Description>"Regal"</Description>
              <Options moHideChildren="1" moRecursiveSetValue="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>3362</ID>
                  <Description>"Healer"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>B98</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3363</ID>
                  <Description>"Chi Healer (Tech)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>B9A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1419</ID>
                  <Description>"Grand Healer (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>B9C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3364</ID>
                  <Description>"Crescent Moon"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>B9E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1421</ID>
                  <Description>"Spin Kick"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>BA0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1422</ID>
                  <Description>"Triple Kick"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>BA2</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1423</ID>
                  <Description>"Wolverine"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>BA4</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1424</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>BA6</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1425</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>BA8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1426</ID>
                  <Description>"Swallow Kick"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>BAA</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3365</ID>
                  <Description>"Swallow Dance (Tech)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>BAC</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3366</ID>
                  <Description>"Dragon Dance (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>BAE</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1429</ID>
                  <Description>"Eagle Dive"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>BB0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3367</ID>
                  <Description>"Eagle Rage (Tech)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>BB2</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3368</ID>
                  <Description>"Eagle Fall (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>BB4</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3369</ID>
                  <Description>"Rising Dragon"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>BB6</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3370</ID>
                  <Description>"Dragon Fury (Tech)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>BB8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3371</ID>
                  <Description>"Dragon Rage (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>BBA</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1435</ID>
                  <Description>"Heaven's Charge"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>BBC</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1436</ID>
                  <Description>"Triple Rage Kick"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>BBE</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1437</ID>
                  <Description>"Crescent Dark Moon"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>BC0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1438</ID>
                  <Description>"Heaven Rising"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>BC2</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1439</ID>
                  <Description>"Dragon's Talon"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>BC4</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1440</ID>
                  <Description>"Mirage"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>BC6</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1441</ID>
                  <Description>"Force"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>BC8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1442</ID>
                  <Description>"Bastion"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>BCA</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>896</ID>
              <Description>"Kratos"</Description>
              <Options moHideChildren="1" moRecursiveSetValue="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>3372</ID>
                  <Description>"Demon Fang"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CB0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3373</ID>
                  <Description>"Double Demon Fang"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CB2</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3374</ID>
                  <Description>"Fierce Demon Fang (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CB4</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3375</ID>
                  <Description>"Sonic Thrust"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CB6</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3376</ID>
                  <Description>"Hurricane Thrust"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CB8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3377</ID>
                  <Description>"Super Sonic Thrust (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CBA</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3378</ID>
                  <Description>"Light Spear"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CBC</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3379</ID>
                  <Description>"Victory Light Spear"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CBE</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3380</ID>
                  <Description>"Light Spear Cannon (Strike)"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CC0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3381</ID>
                  <Description>"Hell Pyre"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CC2</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3382</ID>
                  <Description>"Lightning Blade"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CC4</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3383</ID>
                  <Description>"S. Lightning Blade"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CC6</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3384</ID>
                  <Description>"Demon Spear"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CC8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3385</ID>
                  <Description>"Guardian Field"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CCA</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3386</ID>
                  <Description>"Guardian"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CCC</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3387</ID>
                  <Description>"Fire Ball"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CCE</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3388</ID>
                  <Description>"Eruption"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CD0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3389</ID>
                  <Description>"Wind Blade"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CD2</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3390</ID>
                  <Description>"Air Thrust"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CD4</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3391</ID>
                  <Description>"Stone Blast"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CD6</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3392</ID>
                  <Description>"Grave"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CD8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3393</ID>
                  <Description>"Lightning"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CDA</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1270</ID>
                  <Description>"Thunder Blade"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CDC</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1271</ID>
                  <Description>"First Aid"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CDE</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3394</ID>
                  <Description>"Healing Stream"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CE0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1273</ID>
                  <Description>"Healing Wind"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CE2</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3395</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CE4</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3396</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CE6</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3397</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CE8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3398</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CEA</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3399</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CEC</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3400</ID>
                  <Description>""</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>CEE</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>502</ID>
          <Description>"[ Current Grade ]"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <Color>800000</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>503</ID>
              <Description>"The last two digits are after the comma! Ex: 12345 = 123,45 GRADE!"</Description>
              <DropDownList DescriptionOnly="1">500000:5000 Grade
100000:10000 Grade
</DropDownList>
              <VariableType>4 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>1BF4</Offset>
              </Offsets>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>505</ID>
          <Description>"[ Encounters ]"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <Color>800000</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>510</ID>
              <Description>"Battle Count"</Description>
              <VariableType>2 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>4</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>511</ID>
              <Description>"Hard Battle Count (for the "Berserker" Title)"</Description>
              <VariableType>2 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>1B1E</Offset>
              </Offsets>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>884</ID>
          <Description>"[ Enemies Slain ] "</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <Color>800000</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>885</ID>
              <Description>"Lloyd"</Description>
              <VariableType>2 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>1B46</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>886</ID>
              <Description>"Colette"</Description>
              <VariableType>2 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>1B48</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>887</ID>
              <Description>"Genis"</Description>
              <VariableType>2 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>1B4A</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>888</ID>
              <Description>"Raine"</Description>
              <VariableType>2 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>1B4C</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>889</ID>
              <Description>"Sheena"</Description>
              <VariableType>2 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>1B4E</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>890</ID>
              <Description>"Zelos"</Description>
              <VariableType>2 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>1B50</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>891</ID>
              <Description>"Presea"</Description>
              <VariableType>2 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>1B52</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>892</ID>
              <Description>"Regal"</Description>
              <VariableType>2 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>1B54</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>893</ID>
              <Description>"Kratos"</Description>
              <VariableType>2 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>1B56</Offset>
              </Offsets>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>853</ID>
          <Description>"[ Recipes ]"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <Color>800000</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>866</ID>
              <Description>"FF FF FF will give you access to all 24 recipes"</Description>
              <LastState Value="" RealAddress="00000000"/>
              <Color>0000FF</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
            <CheatEntry>
              <ID>854</ID>
              <Description>"Recipes Learned"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>3</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>1AE0</Offset>
              </Offsets>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>855</ID>
          <Description>"[ Cooking Ability ]"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <Color>800000</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>865</ID>
              <Description>"Each recipe is one byte; values range from 00 to 08"</Description>
              <LastState Value="" RealAddress="00000000"/>
              <Color>0000FF</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
            <CheatEntry>
              <ID>867</ID>
              <Description>"Paste this to max out proficiency for one character: 08 08 08 08 08 08 08 08 08 08 08 08 08 08 08 08 08 08 08 08 08 08 08 08"</Description>
              <LastState Value="" RealAddress="00000000"/>
              <Color>0000FF</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
            <CheatEntry>
              <ID>856</ID>
              <Description>"Lloyd"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>24</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>45C</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>857</ID>
              <Description>"Colette"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>24</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>574</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>858</ID>
              <Description>"Genis"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>24</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>68C</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>859</ID>
              <Description>"Raine"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>24</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>7A4</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>862</ID>
              <Description>"Sheena"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>24</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>8BC</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>861</ID>
              <Description>"Zelos"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>24</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>9D4</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>860</ID>
              <Description>"Presea"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>24</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>AEC</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>864</ID>
              <Description>"Regal"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>24</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>C04</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>863</ID>
              <Description>"Kratos"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>24</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>D1C</Offset>
              </Offsets>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>1123</ID>
          <Description>"[ Character Stats ]"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <Color>800000</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>1124</ID>
              <Description>"Lloyd"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>1064</ID>
                  <Description>"Max HP"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>39E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1022</ID>
                  <Description>"Max TP"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>3A0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>972</ID>
                  <Description>"STR"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>3A2</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>962</ID>
                  <Description>"SLA"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>3A4</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>952</ID>
                  <Description>"THR"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>3A6</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>942</ID>
                  <Description>"DEF"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>3A8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>921</ID>
                  <Description>"LCK"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>3AA</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>992</ID>
                  <Description>"ACC"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>3AC</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1002</ID>
                  <Description>"EVA"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>3AE</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1012</ID>
                  <Description>"INT"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>3B0</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1125</ID>
              <Description>"Colette"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>1126</ID>
                  <Description>"Max HP"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>4B6</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1023</ID>
                  <Description>"Max TP"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>4B8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>973</ID>
                  <Description>"STR"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>4BA</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>963</ID>
                  <Description>"SLA"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>4BC</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>953</ID>
                  <Description>"THR"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>4BE</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>943</ID>
                  <Description>"DEF"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>4C0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>922</ID>
                  <Description>"LCK"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>4C2</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>993</ID>
                  <Description>"ACC"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>4C4</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1003</ID>
                  <Description>"EVA"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>4C6</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1013</ID>
                  <Description>"INT"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>4C8</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1127</ID>
              <Description>"Genis"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>1128</ID>
                  <Description>"Max HP"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>5CE</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1024</ID>
                  <Description>"Max TP"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>5D0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>974</ID>
                  <Description>"STR"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>5D2</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>964</ID>
                  <Description>"SLA"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>5D4</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>954</ID>
                  <Description>"THR"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>5D6</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>944</ID>
                  <Description>"DEF"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>5D8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>923</ID>
                  <Description>"LCK"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>5DA</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>994</ID>
                  <Description>"ACC"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>5DC</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1004</ID>
                  <Description>"EVA"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>5DE</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1014</ID>
                  <Description>"INT"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>5E0</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1129</ID>
              <Description>"Raine"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>1091</ID>
                  <Description>"Max HP"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>6E6</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1025</ID>
                  <Description>"Max TP"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>6E8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>975</ID>
                  <Description>"STR"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>6EA</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>965</ID>
                  <Description>"SLA"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>6EC</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>955</ID>
                  <Description>"THR"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>6EE</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>945</ID>
                  <Description>"DEF"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>6F0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>924</ID>
                  <Description>"LCK"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>6F2</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>995</ID>
                  <Description>"ACC"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>6F4</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1005</ID>
                  <Description>"EVA"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>6F6</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1015</ID>
                  <Description>"INT"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>6F8</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1130</ID>
              <Description>"Sheena"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>1092</ID>
                  <Description>"Max HP"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>7FE</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1026</ID>
                  <Description>"Max TP"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>800</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>976</ID>
                  <Description>"STR"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>802</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>966</ID>
                  <Description>"SLA"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>804</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>956</ID>
                  <Description>"THR"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>806</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>946</ID>
                  <Description>"DEF"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>808</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>925</ID>
                  <Description>"LCK"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>80A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>996</ID>
                  <Description>"ACC"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>80C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1006</ID>
                  <Description>"EVA"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>80E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1016</ID>
                  <Description>"INT"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>810</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1131</ID>
              <Description>"Zelos"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>3225</ID>
                  <Description>"Max HP"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>916</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1027</ID>
                  <Description>"Max TP"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>918</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>977</ID>
                  <Description>"STR"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>91A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>967</ID>
                  <Description>"SLA"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>91C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>957</ID>
                  <Description>"THR"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>91E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>947</ID>
                  <Description>"DEF"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>920</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>926</ID>
                  <Description>"LCK"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>922</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>997</ID>
                  <Description>"ACC"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>924</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1007</ID>
                  <Description>"EVA"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>926</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1017</ID>
                  <Description>"INT"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>928</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1132</ID>
              <Description>"Presea"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>3226</ID>
                  <Description>"Max HP"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A2E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3227</ID>
                  <Description>"Max TP"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A30</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>978</ID>
                  <Description>"STR"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A32</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>968</ID>
                  <Description>"SLA"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A34</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>958</ID>
                  <Description>"THR"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A36</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>948</ID>
                  <Description>"DEF"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A38</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>927</ID>
                  <Description>"LCK"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A3A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>998</ID>
                  <Description>"ACC"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A3C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1008</ID>
                  <Description>"EVA"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A3E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1018</ID>
                  <Description>"INT"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>A40</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>3228</ID>
              <Description>"Regal"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>3229</ID>
                  <Description>"Max HP"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>B46</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3230</ID>
                  <Description>"Max TP"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>B48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>979</ID>
                  <Description>"STR"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>B4A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>969</ID>
                  <Description>"SLA"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>B4C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>959</ID>
                  <Description>"THR"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>B4E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>949</ID>
                  <Description>"DEF"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>B50</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>928</ID>
                  <Description>"LCK"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>B52</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>999</ID>
                  <Description>"ACC"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>B54</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1009</ID>
                  <Description>"EVA"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>B56</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1019</ID>
                  <Description>"INT"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>B58</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>3231</ID>
              <Description>"Kratos"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>3232</ID>
                  <Description>"Max HP"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>C5E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>3233</ID>
                  <Description>"Max TP"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>C60</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>980</ID>
                  <Description>"STR"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>C62</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>970</ID>
                  <Description>"SLA"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>C64</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>960</ID>
                  <Description>"THR"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>C66</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>950</ID>
                  <Description>"DEF"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>C68</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>929</ID>
                  <Description>"LCK"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>C6A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1000</ID>
                  <Description>"ACC"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>C6C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1010</ID>
                  <Description>"EVA"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>C6E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1020</ID>
                  <Description>"INT"</Description>
                  <VariableType>2 Bytes</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>C70</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>296</ID>
          <Description>"[ Experience Points ]"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <Color>800000</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>297</ID>
              <Description>"Lloyd"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>380</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>305</ID>
              <Description>"Colette"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>498</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>298</ID>
              <Description>"Genis"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>5B0</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>299</ID>
              <Description>"Raine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>6C8</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>300</ID>
              <Description>"Sheena"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>7E0</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>301</ID>
              <Description>"Zelos"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>8F8</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>302</ID>
              <Description>"Presea"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>A10</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>303</ID>
              <Description>"Regal"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>B28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>304</ID>
              <Description>"Kratos"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>C40</Offset>
              </Offsets>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>251</ID>
          <Description>"[ Overlimit ]"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <Color>800000</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>252</ID>
              <Description>"Changing this value only affects the next battle, not the current one! Max. 100"</Description>
              <LastState Value="" RealAddress="00000000"/>
              <Color>0000FF</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
            <CheatEntry>
              <ID>250</ID>
              <Description>"Lloyd"</Description>
              <VariableType>Byte</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>3BE</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>253</ID>
              <Description>"Colette"</Description>
              <VariableType>Byte</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>4D6</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>254</ID>
              <Description>"Genis"</Description>
              <VariableType>Byte</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>5EE</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>255</ID>
              <Description>"Raine"</Description>
              <VariableType>Byte</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>706</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>256</ID>
              <Description>"Sheena"</Description>
              <VariableType>Byte</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>81E</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>257</ID>
              <Description>"Zelos"</Description>
              <VariableType>Byte</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>936</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>258</ID>
              <Description>"Presea"</Description>
              <VariableType>Byte</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>A4E</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>259</ID>
              <Description>"Regal"</Description>
              <VariableType>Byte</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>B66</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>260</ID>
              <Description>"Kratos"</Description>
              <VariableType>Byte</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>C7E</Offset>
              </Offsets>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>294</ID>
          <Description>"[ Unison Gauge ]"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <Color>800000</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>295</ID>
              <Description>"Changing this value only affects the next battle, not the current one! Max. 200"</Description>
              <LastState Value="" RealAddress="00000000"/>
              <Color>0000FF</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
            <CheatEntry>
              <ID>293</ID>
              <Description>"Unison Gauge"</Description>
              <VariableType>2 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>1B18</Offset>
              </Offsets>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>227</ID>
          <Description>"[ Affection Level ]"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <Color>800000</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>228</ID>
              <Description>"Colette"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>4D8</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>242</ID>
              <Description>"Genis"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>5F0</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>246</ID>
              <Description>"Raine"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>708</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>248</ID>
              <Description>"Sheena"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>820</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>249</ID>
              <Description>"Zelos"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>938</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>245</ID>
              <Description>"Presea"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>A50</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>247</ID>
              <Description>"Regal"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>B68</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>243</ID>
              <Description>"Kratos"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>C80</Offset>
              </Offsets>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>229</ID>
          <Description>"[ Tech Alignment ]"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <Color>800000</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>230</ID>
              <Description>"Lloyd"</Description>
              <DropDownList DescriptionOnly="1">00:Neutral
64:Full Strike
9C:Full Tech
</DropDownList>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Byte</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>474</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>231</ID>
              <Description>"Colette"</Description>
              <DropDownList DescriptionOnly="1">00:Neutral
64:Full Strike
9C:Full Tech
</DropDownList>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Byte</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>58C</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>232</ID>
              <Description>"Genis"</Description>
              <DropDownList DescriptionOnly="1">00:Neutral
64:Full Strike
9C:Full Tech
</DropDownList>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Byte</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>6A4</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>233</ID>
              <Description>"Raine"</Description>
              <DropDownList DescriptionOnly="1">00:Neutral
64:Full Strike
9C:Full Tech
</DropDownList>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Byte</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>7BC</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>238</ID>
              <Description>"Sheena"</Description>
              <DropDownList DescriptionOnly="1">00:Neutral
64:Full Strike
9C:Full Tech
</DropDownList>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Byte</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>8D4</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>237</ID>
              <Description>"Zelos"</Description>
              <DropDownList DescriptionOnly="1">00:Neutral
64:Full Strike
9C:Full Tech
</DropDownList>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Byte</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>9EC</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>236</ID>
              <Description>"Presea"</Description>
              <DropDownList DescriptionOnly="1">00:Neutral
64:Full Strike
9C:Full Tech
</DropDownList>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Byte</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>B04</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>235</ID>
              <Description>"Regal"</Description>
              <DropDownList DescriptionOnly="1">00:Neutral
64:Full Strike
9C:Full Tech
</DropDownList>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Byte</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>C1C</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>234</ID>
              <Description>"Kratos"</Description>
              <DropDownList DescriptionOnly="1">00:Neutral
64:Full Strike
9C:Full Tech
</DropDownList>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Byte</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>D34</Offset>
              </Offsets>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>262</ID>
          <Description>"[ Techs Learned ]"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <Color>800000</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>261</ID>
              <Description>"Lloyd: Techs ever known"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>8</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>3D0</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>263</ID>
              <Description>"Lloyd: Techs known"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>8</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>3D8</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>264</ID>
              <Description>"Lloyd: Techs set for AI usage"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>8</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>3E0</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>265</ID>
              <Description>"Colette: Techs ever known"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>8</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>4E8</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>266</ID>
              <Description>"Colette: Techs known"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>8</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>4F0</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>267</ID>
              <Description>"Colette: Techs set for AI usage"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>8</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>4F8</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>268</ID>
              <Description>"Genis: Techs ever known"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>8</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>600</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>269</ID>
              <Description>"Genis: Techs known"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>8</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>608</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>270</ID>
              <Description>"Genis: Techs set for AI usage"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>8</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>610</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>271</ID>
              <Description>"Raine: Techs ever known"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>8</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>718</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>272</ID>
              <Description>"Raine: Techs known"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>8</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>720</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>273</ID>
              <Description>"Raine: Techs set for AI usage"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>8</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>728</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>274</ID>
              <Description>"Sheena: Techs ever known"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>8</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>830</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>275</ID>
              <Description>"Sheena: Techs known"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>8</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>838</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>276</ID>
              <Description>"Sheena: Techs set for AI usage"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>8</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>840</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>277</ID>
              <Description>"Zelos: Techs ever known"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>8</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>948</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>278</ID>
              <Description>"Zelos: Techs known"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>8</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>950</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>279</ID>
              <Description>"Zelos: Techs set for AI usage"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>8</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>958</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>280</ID>
              <Description>"Presea: Techs ever known"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>8</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>A60</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>281</ID>
              <Description>"Presea: Techs known"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>8</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>A68</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>282</ID>
              <Description>"Presea: Techs set for AI usage"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>8</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>A70</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>285</ID>
              <Description>"Regal: Tech ever known"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>8</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>B78</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>284</ID>
              <Description>"Regal: Techs known"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>8</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>B80</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>283</ID>
              <Description>"Regal: Techs set for AI usage"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>8</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>B88</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>286</ID>
              <Description>"Kratos: Techs ever known"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>8</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>C90</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>287</ID>
              <Description>"Kratos: Techs known"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>8</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>C98</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>288</ID>
              <Description>"Kratos: Techs set for AI usage"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>8</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>CA0</Offset>
              </Offsets>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>844</ID>
          <Description>"[ Items ]"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <Color>800000</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>837</ID>
              <Description>"[ Consumables ]"</Description>
              <Options moHideChildren="1" moRecursiveSetValue="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>307</ID>
                  <Description>"Apple Gel"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F5E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>308</ID>
                  <Description>"Lemon Gel"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F5F</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>309</ID>
                  <Description>"Orange Gel"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F60</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>310</ID>
                  <Description>"Pinapple Gel"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F61</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>311</ID>
                  <Description>"Melange Gel"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F62</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>312</ID>
                  <Description>"Miracle Gel"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F63</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>313</ID>
                  <Description>"Elixir"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F64</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>314</ID>
                  <Description>"Energy Tablets"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F65</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>315</ID>
                  <Description>"Spirit Bottle"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F66</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>316</ID>
                  <Description>"Panacea Bottle"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F67</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>317</ID>
                  <Description>"Life Bottle"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F68</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>318</ID>
                  <Description>"Miracle Bottle"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F69</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>319</ID>
                  <Description>"Anti-Magic Bottle"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F6A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>320</ID>
                  <Description>"Flare Bottle"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F6B</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>321</ID>
                  <Description>"Flanoir Potion"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F6C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>322</ID>
                  <Description>"Guard Potion"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F6D</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>323</ID>
                  <Description>"Acuity Bottle"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F6E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>324</ID>
                  <Description>"Syrup Bottle"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F6F</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>325</ID>
                  <Description>"Palma Potion"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F70</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>326</ID>
                  <Description>"Shell Potion"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F71</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>327</ID>
                  <Description>"Mizuho Potion"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F72</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>328</ID>
                  <Description>"Rune Bottle"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F73</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>329</ID>
                  <Description>"Holy Bottle"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F74</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>330</ID>
                  <Description>"Dark Bottle"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F75</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>331</ID>
                  <Description>"Savory"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F76</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>332</ID>
                  <Description>"Sage"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F77</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>333</ID>
                  <Description>"Lavender"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F78</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>334</ID>
                  <Description>"Bellebane"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F79</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>335</ID>
                  <Description>"Rosemary"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F7A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>336</ID>
                  <Description>"Saffron"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F7B</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>337</ID>
                  <Description>"Red Savory"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F7C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>338</ID>
                  <Description>"Red Sage"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F7D</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>339</ID>
                  <Description>"Red Lavender"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F7E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>340</ID>
                  <Description>"Red Bellebane"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F7F</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>341</ID>
                  <Description>"Red Rosmary"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F80</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>342</ID>
                  <Description>"Red Saffron"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F81</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>343</ID>
                  <Description>"Magic Lens"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F82</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>344</ID>
                  <Description>"All-Divide"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F83</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>345</ID>
                  <Description>"Hourglass"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F84</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>350</ID>
                  <Description>"Aqua Quarz"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F89</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>351</ID>
                  <Description>"Green Quartz"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F8A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>352</ID>
                  <Description>"Red Quartz"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F8B</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>353</ID>
                  <Description>"Yellow Quartz"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F8C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>354</ID>
                  <Description>"Blue Quartz"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F8D</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>355</ID>
                  <Description>"Purple Quartz"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F8E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>356</ID>
                  <Description>"Black Quartz"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F8F</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>357</ID>
                  <Description>"White Quartz"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F90</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>840</ID>
              <Description>"[ Cooking Items ]"</Description>
              <Options moHideChildren="1" moRecursiveSetValue="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>391</ID>
                  <Description>"Pork"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FB2</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>392</ID>
                  <Description>"Beef"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FB3</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>393</ID>
                  <Description>"Chicken"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FB4</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>394</ID>
                  <Description>"Juicy Meat"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FB5</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>395</ID>
                  <Description>"Beef Strips"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FB6</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>396</ID>
                  <Description>"Snapper"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FB7</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>397</ID>
                  <Description>"Tuna"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FB8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>398</ID>
                  <Description>"Cod"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FB9</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>399</ID>
                  <Description>"Squid"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FBA</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>400</ID>
                  <Description>"Shrimp"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FBB</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>401</ID>
                  <Description>"Octopus"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FBC</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>402</ID>
                  <Description>"Tomato"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FBD</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>403</ID>
                  <Description>"Bell Pepper"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FBE</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>404</ID>
                  <Description>"Cucumber"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FBF</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>405</ID>
                  <Description>"Cabbage"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FC0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>406</ID>
                  <Description>"Lettuce"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FC1</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>407</ID>
                  <Description>"Mushroom"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FC2</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>408</ID>
                  <Description>"Potato"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FC3</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>409</ID>
                  <Description>"Onion"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FC4</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>410</ID>
                  <Description>"Radish"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FC5</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>411</ID>
                  <Description>"Carrot"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FC6</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>412</ID>
                  <Description>"Strawberry"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FC7</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>413</ID>
                  <Description>"Banana"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FC8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>414</ID>
                  <Description>"Grapes"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FC9</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>415</ID>
                  <Description>"Apple"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FCA</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>416</ID>
                  <Description>"Lemon "</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FCB</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>417</ID>
                  <Description>"Peach"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FCC</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>418</ID>
                  <Description>"Pear"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FCD</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>419</ID>
                  <Description>"Melon"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FCE</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>420</ID>
                  <Description>"Pineapple"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FCF</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>421</ID>
                  <Description>"Kirima"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FD0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>422</ID>
                  <Description>"Amango"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FD1</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>423</ID>
                  <Description>"Rice"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FD2</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>424</ID>
                  <Description>"Barley Rice"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FD3</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>425</ID>
                  <Description>"Pasta"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FD4</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>426</ID>
                  <Description>"Panyan"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FD5</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>427</ID>
                  <Description>"Bread"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FD6</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>428</ID>
                  <Description>"Roll"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FD7</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>429</ID>
                  <Description>"Purple Satay"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FD8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>430</ID>
                  <Description>"White Satay"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FD9</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>431</ID>
                  <Description>"Red Satay"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FDA</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>432</ID>
                  <Description>"Black Satay"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FDB</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>433</ID>
                  <Description>"Egg"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FDC</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>434</ID>
                  <Description>"Cheese"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FDD</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>435</ID>
                  <Description>"Milk"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FDE</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>436</ID>
                  <Description>"Seaweed"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FDF</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>437</ID>
                  <Description>"Kelp"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FE0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>438</ID>
                  <Description>"Tofu"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FE1</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>439</ID>
                  <Description>"Konjac"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FE2</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>440</ID>
                  <Description>"Miso"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FE3</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>838</ID>
              <Description>"[ EX Gems, Materials and Misc. ]"</Description>
              <Options moHideChildren="1" moRecursiveSetValue="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>346</ID>
                  <Description>"EX Gem Lv 1"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F85</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>347</ID>
                  <Description>"EX Gem Lv 2"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F86</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>348</ID>
                  <Description>"EX Gem Lv 3"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F87</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>349</ID>
                  <Description>"EX Gem Lv 4"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F88</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>802</ID>
                  <Description>"EX Gem MAX"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>114D</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>797</ID>
                  <Description>"Memory Gem"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>1148</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>381</ID>
                  <Description>"Metal Sphere"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FA8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>382</ID>
                  <Description>"Magical Cloth"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FA9</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>383</ID>
                  <Description>"Mythril"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FAA</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>384</ID>
                  <Description>"Beast Fang"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FAB</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>385</ID>
                  <Description>"Brass"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FAC</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>386</ID>
                  <Description>"Beast Hide"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FAD</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>387</ID>
                  <Description>"White Silver"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FAE</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>388</ID>
                  <Description>"Black Silver"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FAF</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>389</ID>
                  <Description>"Mystic Herb"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FB0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>390</ID>
                  <Description>"Mermaid's Tear"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FB1</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>821</ID>
                  <Description>"Pellets "</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>1160</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>822</ID>
                  <Description>"Fine Pellets"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>1161</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>823</ID>
                  <Description>"Super Pellets"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>1162</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>824</ID>
                  <Description>"Rare Pellets"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>1163</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>841</ID>
              <Description>"Weapons"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>1176</ID>
                  <Description>"Twin Blade (Lloyd)"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>458</ID>
                      <Description>"Angel's Tear"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FF5</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>454</ID>
                      <Description>"Defenser"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FF1</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>453</ID>
                      <Description>"Dragon Tooth"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FF0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>455</ID>
                      <Description>"Elemental Brand"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FF2</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>444</ID>
                      <Description>"Knight's Saber"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FE7</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>450</ID>
                      <Description>"Kotetsu"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FED</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>461</ID>
                      <Description>"Kusanagi Blade"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FF8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>445</ID>
                      <Description>"Masamune"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FE8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>460</ID>
                      <Description>"Material Blade"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FF7</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>443</ID>
                      <Description>"Mumei"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FE6</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>456</ID>
                      <Description>"Muramasa"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FF3</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>464</ID>
                      <Description>"Nebilim"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FFB</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>448</ID>
                      <Description>"Nimble Rapier"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FEB</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>459</ID>
                      <Description>"Ninja Sword"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FF6</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>449</ID>
                      <Description>"Ogre Sword"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FEC</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>446</ID>
                      <Description>"Osafune"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FE9</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>463</ID>
                      <Description>"Paper Fan"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FFA</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>442</ID>
                      <Description>"Rapier"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FE5</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>452</ID>
                      <Description>"Saint Rapier"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FEF</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>451</ID>
                      <Description>"Shiden"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FEE</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>447</ID>
                      <Description>"Sinclaire"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FEA</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>462</ID>
                      <Description>"Valkyrie Saber"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FF9</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>457</ID>
                      <Description>"Waiser Rapier"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FF4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>441</ID>
                      <Description>"Wooden Blade"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FE4</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1177</ID>
                  <Description>"Kendama (Genis)"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>481</ID>
                      <Description>"Nova"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>100C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>482</ID>
                      <Description>"Fine Star"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>100D</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>483</ID>
                      <Description>"Duel Star"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>100E</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>484</ID>
                      <Description>"Falling Star"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>100F</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>485</ID>
                      <Description>"Cool Orbit"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1010</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>486</ID>
                      <Description>"Thunderbolt"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1011</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>487</ID>
                      <Description>"Shining Star"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1012</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>488</ID>
                      <Description>"Shadow Dancer"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1013</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>489</ID>
                      <Description>"Cor Leonis"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1014</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>490</ID>
                      <Description>"Northern Lights"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1015</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>491</ID>
                      <Description>"Southern Cross"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1016</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>492</ID>
                      <Description>"Final Player"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1017</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>493</ID>
                      <Description>"One World"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1018</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>494</ID>
                      <Description>"Phantasmagoria"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1019</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>495</ID>
                      <Description>"Disaster"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>101A</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1178</ID>
                  <Description>"Ring (Colette)"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>478</ID>
                      <Description>"Angel's Halo"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1009</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>465</ID>
                      <Description>"Chakram"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FFC</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>467</ID>
                      <Description>"Duel Ring"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FFE</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>480</ID>
                      <Description>"Evil Eye"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>100B</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>466</ID>
                      <Description>"Flying Disk"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FFD</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>475</ID>
                      <Description>"Lunar Ring"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1006</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>469</ID>
                      <Description>"Mystic Ring"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1000</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>472</ID>
                      <Description>"Mythril Ring"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1003</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>471</ID>
                      <Description>"Ray Thrust"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1002</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>473</ID>
                      <Description>"Shuriken"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1004</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>468</ID>
                      <Description>"Slicer Ring"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>FFF</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>474</ID>
                      <Description>"Solar Spinner"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1005</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>477</ID>
                      <Description>"Stardust"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1008</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>470</ID>
                      <Description>"Stinger Ring"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1001</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>479</ID>
                      <Description>"Tambourine"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>100A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>476</ID>
                      <Description>"Toroid"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1007</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1223</ID>
                  <Description>"Dagger (Kratos, Zelos)"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>528</ID>
                      <Description>"Assault Dagger"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>103B</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>531</ID>
                      <Description>"Crystal Dagger"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>103E</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>526</ID>
                      <Description>"Earth Dagger"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1039</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>533</ID>
                      <Description>"Fafnir"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1040</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>529</ID>
                      <Description>"Flame Dagger"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>103C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>530</ID>
                      <Description>"Gladius"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>103D</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>527</ID>
                      <Description>"Hydra Dagger"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>103A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>525</ID>
                      <Description>"Stiletto"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1038</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>532</ID>
                      <Description>"Toy Dagger"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>103F</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1214</ID>
                  <Description>"Sword (Kratos, Zelos)"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>537</ID>
                      <Description>"Aqua Brand"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1044</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>546</ID>
                      <Description>"Baseball Bat"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>104D</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>541</ID>
                      <Description>"Ether Sword"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1048</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>544</ID>
                      <Description>"Excalibur"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>104B</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>542</ID>
                      <Description>"Flamberge"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1049</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>540</ID>
                      <Description>"Ice Coffin"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1047</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>543</ID>
                      <Description>"Laser Blade"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>104A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>545</ID>
                      <Description>"Last Fencer"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>104C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>539</ID>
                      <Description>"Lightning Sword"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1046</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>534</ID>
                      <Description>"Long Sword"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1041</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>538</ID>
                      <Description>"Sand Saber"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1045</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>536</ID>
                      <Description>"Silver Sword"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1043</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>547</ID>
                      <Description>"Soul Eater"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>104E</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>535</ID>
                      <Description>"Steel Sword"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1042</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1221</ID>
                  <Description>"Rod (Raine)"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>506</ID>
                      <Description>"Ancient Rod"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1025</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>497</ID>
                      <Description>"Battle Staff"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>101C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>508</ID>
                      <Description>"Crystal Rod"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1027</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>509</ID>
                      <Description>"Deck Brush"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1028</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>499</ID>
                      <Description>"Earth Rod"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>101E</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>3401</ID>
                      <Description>"Gale Staff"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1021</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>498</ID>
                      <Description>"Gem Rod"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>101D</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>507</ID>
                      <Description>"Hanuman's Staff"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1026</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>3402</ID>
                      <Description>"Heart of Chaos"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1029</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>3403</ID>
                      <Description>"Holy Staff"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1023</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>3404</ID>
                      <Description>"Phoenix Rod"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1022</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>496</ID>
                      <Description>"Rod"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>101B</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>3405</ID>
                      <Description>"Ruby Wand"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>101F</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>3406</ID>
                      <Description>"Rune Staff"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1020</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>3407</ID>
                      <Description>"Thunder Scepter"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1024</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>3408</ID>
                  <Description>"Card (Sheena)"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>521</ID>
                      <Description>"Acalantha"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1034</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>520</ID>
                      <Description>"Asura"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1033</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>513</ID>
                      <Description>"Card of Earth"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>102C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>514</ID>
                      <Description>"Card of Fire "</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>102D</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>517</ID>
                      <Description>"Card of Ice"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1030</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>515</ID>
                      <Description>"Card of Lightning"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>102E</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>512</ID>
                      <Description>"Card of Water"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>102B</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>516</ID>
                      <Description>"Card of Wind"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>102F</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>522</ID>
                      <Description>"Divine Judgment"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1035</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>524</ID>
                      <Description>"Gates of Hell"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1037</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>523</ID>
                      <Description>"Moneybag"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1036</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>3409</ID>
                      <Description>"Spell Card"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>102A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>518</ID>
                      <Description>"Vajra"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1031</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>519</ID>
                      <Description>"Yaksa"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1032</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1220</ID>
                  <Description>"Presea (Ax)"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>560</ID>
                      <Description>"Bahamut's Tear"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>105B</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>554</ID>
                      <Description>"Bardiche"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1055</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>549</ID>
                      <Description>"Battle Ax"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1050</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>557</ID>
                      <Description>"Battle Pick"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1058</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>551</ID>
                      <Description>"Crescent Ax"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1052</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>563</ID>
                      <Description>"Diablos"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>105E</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>548</ID>
                      <Description>"Francesca"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>104F</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>561</ID>
                      <Description>"Gaia Cleaver"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>105C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>550</ID>
                      <Description>"Great Ax"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1051</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>553</ID>
                      <Description>"Halberd"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1054</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>555</ID>
                      <Description>"Mythril Ax"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1056</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>559</ID>
                      <Description>"Ogre Ax"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>105A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>562</ID>
                      <Description>"Pow Hammer DX"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>105D</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>558</ID>
                      <Description>"Strike Ax"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1059</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>552</ID>
                      <Description>"Tomahawk Lance"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1053</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>556</ID>
                      <Description>"War Hammer"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1057</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1219</ID>
                  <Description>"Regal (Greaves)"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>579</ID>
                      <Description>"Apocalypse"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>106E</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>571</ID>
                      <Description>"Aqua Greaves"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1066</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>568</ID>
                      <Description>"Bear Claw"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1063</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>572</ID>
                      <Description>"Crystal Shell"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1067</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>575</ID>
                      <Description>"Diamond Shell"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>106A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>574</ID>
                      <Description>"Dragon Fang"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1069</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>577</ID>
                      <Description>"Dynast"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>106C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>573</ID>
                      <Description>"Flare Greaves"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1068</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>569</ID>
                      <Description>"Ghost Shell"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1064</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>578</ID>
                      <Description>"Glory Arts"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>106D</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>565</ID>
                      <Description>"Iron Greaves"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1060</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>576</ID>
                      <Description>"Kaiser Greaves"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>106B</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>564</ID>
                      <Description>"Leather Greaves"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>105F</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>570</ID>
                      <Description>"Mythril Greaves"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1065</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>566</ID>
                      <Description>"Power Greaves"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1061</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>567</ID>
                      <Description>"Venom"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1062</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>842</ID>
              <Description>"Armors"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>1201</ID>
                  <Description>"Body"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1185</ID>
                      <Description>"Armor (Lloyd, Kratos, Zelos)"</Description>
                      <Options moHideChildren="1"/>
                      <LastState Value="" RealAddress="00000000"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>586</ID>
                          <Description>"Battlesuit"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1075</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>585</ID>
                          <Description>"Breastplate"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1074</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>590</ID>
                          <Description>"Brunhilde (Kratos)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1079</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>581</ID>
                          <Description>"Chain Mail"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1070</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>593</ID>
                          <Description>"Dragon Mail"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>107C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>594</ID>
                          <Description>"Golden Armor (Zelos)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>107D</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>766</ID>
                          <Description>"Hard Leather"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1129</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>583</ID>
                          <Description>"Iron Mail"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1072</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>767</ID>
                          <Description>"Lamellar Lether"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>112A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>596</ID>
                          <Description>"Mumbane (Lloyd)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>107F</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>588</ID>
                          <Description>"Mythril Armor"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1077</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>592</ID>
                          <Description>"Rare Plate"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>107B</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>591</ID>
                          <Description>"Reflect"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>107A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>582</ID>
                          <Description>"Ring Mail"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1071</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>589</ID>
                          <Description>"Rune Mail"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1078</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>587</ID>
                          <Description>"Silver Mail"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1076</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>580</ID>
                          <Description>"Soft Leather"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>106F</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>584</ID>
                          <Description>"Splint Mail"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1073</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>595</ID>
                          <Description>"Star Mail (Lloyd)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>107E</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1191</ID>
                      <Description>"Cloak (Genis, Regal)"</Description>
                      <Options moHideChildren="1"/>
                      <LastState Value="" RealAddress="00000000"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>609</ID>
                          <Description>"Amber cloak"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>108C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>773</ID>
                          <Description>"Battle Cloak (Regal)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1130</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>607</ID>
                          <Description>"Cloak"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>108A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>771</ID>
                          <Description>"Druid Cloak (Genis)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>112E</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>793</ID>
                          <Description>"Elder Cloak (Genis)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1144</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>612</ID>
                          <Description>"Holy Cloak"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>108F</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>616</ID>
                          <Description>"Mortality Cloak (Regal)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1093</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>770</ID>
                          <Description>"Mage Cloak (Regal)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>112D</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>613</ID>
                          <Description>"Mythril Mesh (Regal)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1090</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>611</ID>
                          <Description>"Rune Cloak"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>108E</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>610</ID>
                          <Description>"Silk Cloak"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>108D</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>614</ID>
                          <Description>"Star Cloak (Genis)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1091</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>772</ID>
                          <Description>"Warlock Cloak (Genis)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>112F</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>608</ID>
                          <Description>"White Cloak"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>108B</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>615</ID>
                          <Description>"Phoenix Cloak (Genis)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1092</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1203</ID>
                      <Description>"Guard (Colette, Presea)"</Description>
                      <Options moHideChildren="1"/>
                      <LastState Value="" RealAddress="00000000"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>606</ID>
                          <Description>"Elemental Guard (Colette)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1089</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>600</ID>
                          <Description>"Elven Protector"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1083</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>598</ID>
                          <Description>"Fine Guard"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1081</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>599</ID>
                          <Description>"Iron Guard"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1082</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>597</ID>
                          <Description>"Leather Guard"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1080</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>601</ID>
                          <Description>"Lunar Guard"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1084</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>605</ID>
                          <Description>"Mana Protector (Colette)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1088</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>791</ID>
                          <Description>"Mythril Guard"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1142</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>604</ID>
                          <Description>"Prism Guard (Presea)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1087</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>769</ID>
                          <Description>"Rare Guard"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>112C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>602</ID>
                          <Description>"Rune Guard"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1085</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>768</ID>
                          <Description>"Silver Guard"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>112B</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>792</ID>
                          <Description>"Solar Guard"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1143</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>603</ID>
                          <Description>"Star Guard (Presea)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1086</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1227</ID>
                      <Description>"Robe (Raine, Sheena)"</Description>
                      <Options moHideChildren="1"/>
                      <LastState Value="" RealAddress="00000000"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>795</ID>
                          <Description>"Ancient Robe"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1146</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>618</ID>
                          <Description>"Feather Robe"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1095</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>626</ID>
                          <Description>"Kannazuki (Sheena)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>109D</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>776</ID>
                          <Description>"Minazuki (Sheena)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1133</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>796</ID>
                          <Description>"Heavenly Robe"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1147</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>623</ID>
                          <Description>"Holy Robe"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>109A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>619</ID>
                          <Description>"Misty Robe"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1096</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>777</ID>
                          <Description>"Nagazuki (Sheena)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1134</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>794</ID>
                          <Description>"Moon Robe"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1145</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>617</ID>
                          <Description>"Robe"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1094</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>622</ID>
                          <Description>"Rune Robe"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1099</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>625</ID>
                          <Description>"Shaman Dress (Sheena)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>109C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>621</ID>
                          <Description>"Silk Robe"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1098</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>624</ID>
                          <Description>"Spirit Robe"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>109B</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>774</ID>
                          <Description>"White Robe"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1131</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>620</ID>
                          <Description>"Witch's Robe"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1097</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>775</ID>
                          <Description>"Yayoi (Sheena)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>1132</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1224</ID>
                  <Description>"Head"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1194</ID>
                      <Description>"Helmet (Lloyd, Kratos, Zelos)"</Description>
                      <Options moHideChildren="1"/>
                      <LastState Value="" RealAddress="00000000"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>629</ID>
                          <Description>"Armet Helm"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10A0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>630</ID>
                          <Description>"Cross Helm"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10A1</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>631</ID>
                          <Description>"Duel Helm"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10A2</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>636</ID>
                          <Description>"Golden Helm"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10A7</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>628</ID>
                          <Description>"Iron Helm"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>109F</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>627</ID>
                          <Description>"Leather Helm"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>109E</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>634</ID>
                          <Description>"Rare Helm"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10A5</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>632</ID>
                          <Description>"Rune Helm"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10A3</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>633</ID>
                          <Description>"Sigurd"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10A4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>635</ID>
                          <Description>"Star Helm"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10A6</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1193</ID>
                      <Description>"Hat (Lloyd, Genis, Kratos, Zelos, Regal)"</Description>
                      <Options moHideChildren="1"/>
                      <LastState Value="" RealAddress="00000000"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>646</ID>
                          <Description>"Beret"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10B1</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>647</ID>
                          <Description>"Cleric's Hat"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10B2</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>648</ID>
                          <Description>"Straw Hat"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10B3</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>649</ID>
                          <Description>"Pointed hat"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10B4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>650</ID>
                          <Description>"Rune Hat"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10B5</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>651</ID>
                          <Description>"Headband"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10B6</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>652</ID>
                          <Description>"Starcap"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10B7</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>653</ID>
                          <Description>"Aifread's Hat"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10B8</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1202</ID>
                      <Description>"Ribbon (Collete, Raine, Sheena, Presea)"</Description>
                      <Options moHideChildren="1"/>
                      <LastState Value="" RealAddress="00000000"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>639</ID>
                          <Description>"Blue Ribbon"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10AA</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>643</ID>
                          <Description>"Hairpin"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10AE</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>645</ID>
                          <Description>"Magical Ribbon"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10B0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>644</ID>
                          <Description>"Maid's Hairband"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10AF</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>642</ID>
                          <Description>"Pretty Ribon"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10AD</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>638</ID>
                          <Description>"Ribbon"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10A9</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>640</ID>
                          <Description>"Striped Ribbon"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10AB</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>641</ID>
                          <Description>"Tartan Ribbon"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10AC</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1199</ID>
                      <Description>"Circlet (Colette, Raine, Sheena, Presea)"</Description>
                      <Options moHideChildren="1"/>
                      <LastState Value="" RealAddress="00000000"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>654</ID>
                          <Description>"Circlet"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10B9</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>661</ID>
                          <Description>"Elemental Circlet"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10C0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>656</ID>
                          <Description>"Gold Circlet"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10BB</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>659</ID>
                          <Description>"Holy Circlet"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10BE</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>657</ID>
                          <Description>"Mythril Circlet"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10BC</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>658</ID>
                          <Description>"Rune Circlet"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10BD</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>655</ID>
                          <Description>"Silver Criclet"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10BA</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>660</ID>
                          <Description>"Star Circlet"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10BF</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1200</ID>
                  <Description>"Arm"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1192</ID>
                      <Description>"Gauntlet (Lloyd)"</Description>
                      <Options moHideChildren="1"/>
                      <LastState Value="" RealAddress="00000000"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>675</ID>
                          <Description>"Claw Gauntlet"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10CE</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>681</ID>
                          <Description>"Hyper Gauntlet"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10D4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>674</ID>
                          <Description>"Iron Cauntlet"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10CD</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>673</ID>
                          <Description>"Leather Glove"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10CC</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>676</ID>
                          <Description>"Mythril Gauntlet"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10CF</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>679</ID>
                          <Description>"Rare Gauntlet"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10D2</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>677</ID>
                          <Description>"Rune Gauntlet"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10D0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>680</ID>
                          <Description>"Star Gauntlet"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10D3</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1197</ID>
                      <Description>"Bracelet (Genis, Colette, Raine, Sheena, Regal)"</Description>
                      <Options moHideChildren="1"/>
                      <LastState Value="" RealAddress="00000000"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>687</ID>
                          <Description>"Angel Bracelet"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10DA</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>682</ID>
                          <Description>"Bracelet"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10D5</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>688</ID>
                          <Description>"Draupnir"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10DB</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>683</ID>
                          <Description>"Iron Bracelet"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10D6</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>685</ID>
                          <Description>"Lapis Bracelet"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10D8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>684</ID>
                          <Description>"Mythril Bracelet"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10D7</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>689</ID>
                          <Description>"Schield Ring"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10DC</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>686</ID>
                          <Description>"Star Bracelet"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10D9</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1198</ID>
                      <Description>"Gloves (Colette, Sheena, Presea)"</Description>
                      <Options moHideChildren="1"/>
                      <LastState Value="" RealAddress="00000000"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>693</ID>
                          <Description>"Bridal Gloves"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10E0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>695</ID>
                          <Description>"Cute Mittens"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10E2</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>690</ID>
                          <Description>"Gloves"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10DD</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>697</ID>
                          <Description>"Katz Mittens"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10E4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>691</ID>
                          <Description>"Kitchen Mittens"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10DE</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>696</ID>
                          <Description>"Lovely Mittens"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10E3</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>678</ID>
                          <Description>"Penguinist Gloves"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10D1</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>692</ID>
                          <Description>"Pretty Mittens"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10DF</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>694</ID>
                          <Description>"Silk Gloves"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10E1</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1226</ID>
                      <Description>"Shield (Kratos, Zelos)"</Description>
                      <Options moHideChildren="1"/>
                      <LastState Value="" RealAddress="00000000"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>669</ID>
                          <Description>"Arredoval"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10C8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>671</ID>
                          <Description>"Beam Shield"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10CA</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>672</ID>
                          <Description>"Blue Shield"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10CB</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>662</ID>
                          <Description>"Lid Shield"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10C1</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>665</ID>
                          <Description>"Mythril Shield"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10C4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>664</ID>
                          <Description>"Omega Shield"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10C3</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>668</ID>
                          <Description>"Rare Shield"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10C7</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>667</ID>
                          <Description>"Red Shield"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10C6</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>666</ID>
                          <Description>"Rune Shield"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10C5</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>670</ID>
                          <Description>"Star Shield"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10C9</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>663</ID>
                          <Description>"Wooden Shield"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>GaldPtr</Address>
                          <Offsets>
                            <Offset>10C2</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>843</ID>
              <Description>"Accessories"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>1204</ID>
                  <Description>"Charm"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>703</ID>
                      <Description>"Amulet"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>10EA</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>705</ID>
                      <Description>"Blue Talisman"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>10EC</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>699</ID>
                      <Description>"Drain Charm"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>10E6</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>708</ID>
                      <Description>"Heal Bracelet"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>10EF</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>706</ID>
                      <Description>"Manji Seal"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>10ED</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>701</ID>
                      <Description>"Paralysis Charm"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>10E8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>709</ID>
                      <Description>"Spirit Bangle"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>10F0</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>700</ID>
                      <Description>"Stone Charm"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>10E7</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>698</ID>
                      <Description>"Poison Charm"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>10E5</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>707</ID>
                      <Description>"Stun Bracelet"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>10EE</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>702</ID>
                      <Description>"Stun Charm"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>10E9</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>704</ID>
                      <Description>"Talisman"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>10EB</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>710</ID>
                      <Description>"Yasakani Jewel"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>10F1</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>711</ID>
                      <Description>"Yata Mirror"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>10F2</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1209</ID>
                  <Description>"Ring"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>721</ID>
                      <Description>"Attack Ring"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>10FC</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>722</ID>
                      <Description>"Defense Ring"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>10FD</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>712</ID>
                      <Description>"Emerald Ring"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>10F3</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>713</ID>
                      <Description>"Faerie Ring"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>10F4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>715</ID>
                      <Description>"Force Ring"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>10F6</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>718</ID>
                      <Description>"Holy Ring"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>10F9</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>723</ID>
                      <Description>"Magic Ring"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>10FE</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>714</ID>
                      <Description>"Protect Ring"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>10F5</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>717</ID>
                      <Description>"Reflect Ring"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>10F8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>716</ID>
                      <Description>"Resist Ring"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>10F7</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>720</ID>
                      <Description>"Revive Ring"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>10FB</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>719</ID>
                      <Description>"Spirit Ring"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>10FA</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>782</ID>
                      <Description>"Strike Ring"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1139</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>783</ID>
                      <Description>"Technical Ring"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>113A</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1208</ID>
                  <Description>"Symbol"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>734</ID>
                      <Description>"Attack Symbol"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1109</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>729</ID>
                      <Description>"Dark Seal"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1104</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>730</ID>
                      <Description>"Demon's Seal"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1105</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>731</ID>
                      <Description>"Extreme Symbol"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1106</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>725</ID>
                      <Description>"Guardian Symbol"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1100</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>727</ID>
                      <Description>"Holy Symbol"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1102</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>733</ID>
                      <Description>"Krona Symbol"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1108</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>732</ID>
                      <Description>"Mystic Symbol"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1107</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>819</ID>
                      <Description>"Penguinist Quill"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>115E</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>726</ID>
                      <Description>"Rabbit's Foot"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1101</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>728</ID>
                      <Description>"Spirit Symbol"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1103</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>724</ID>
                      <Description>"Warrior Symbol"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>10FF</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>3410</ID>
                  <Description>"Cape"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>739</ID>
                      <Description>"Aqua Cape"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>110E</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>735</ID>
                      <Description>"Cape"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>110A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>738</ID>
                      <Description>"Elven Cape"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>110D</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>740</ID>
                      <Description>"Flare Cape"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>110F</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>736</ID>
                      <Description>"Leather Cape"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>110B</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>742</ID>
                      <Description>"Rune Cape"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1111</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>737</ID>
                      <Description>"Thief's Cape"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>110C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>741</ID>
                      <Description>"Thunder Cape"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1110</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1206</ID>
                  <Description>"Boots"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>743</ID>
                      <Description>"Boots"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1112</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>745</ID>
                      <Description>"Elven Boots"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1114</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>747</ID>
                      <Description>"Heavy Boots"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1116</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>750</ID>
                      <Description>"Jet Boots"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1119</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>744</ID>
                      <Description>"Leather Boots"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1113</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>749</ID>
                      <Description>"Persian Boots"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1118</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>748</ID>
                      <Description>"Rune Boots"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1117</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>746</ID>
                      <Description>"Water Spider"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1115</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1205</ID>
                  <Description>"Jewel"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>752</ID>
                      <Description>"Amethyst"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>111B</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>751</ID>
                      <Description>"Aquamarine"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>111A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>760</ID>
                      <Description>"Black Onyx"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1123</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>756</ID>
                      <Description>"Diamond"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>111F</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>754</ID>
                      <Description>"Garnet"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>111D</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>762</ID>
                      <Description>"Magic Mist"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1125</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>761</ID>
                      <Description>"Moonstone"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1124</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>753</ID>
                      <Description>"Opal"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>111C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>758</ID>
                      <Description>"Ruby"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1121</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>755</ID>
                      <Description>"Sapphire"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>111E</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>759</ID>
                      <Description>"Sardonyx"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1122</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>757</ID>
                      <Description>"Topaz"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1120</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>826</ID>
                      <Description>"Turquoise"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1165</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1210</ID>
                  <Description>"Doll"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>765</ID>
                      <Description>"Blue Saphira"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1128</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>763</ID>
                      <Description>"Reserve Doll"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1126</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>764</ID>
                      <Description>"Sephira"</Description>
                      <VariableType>Byte</VariableType>
                      <Address>GaldPtr</Address>
                      <Offsets>
                        <Offset>1127</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>839</ID>
              <Description>"[ Key Items ]"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>358</ID>
                  <Description>"Unicorn Horn"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F91</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>359</ID>
                  <Description>"Boltzman's Book"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F92</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>360</ID>
                  <Description>"Map of Balacruf"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F93</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>361</ID>
                  <Description>"Socerer's Ring"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F94</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>362</ID>
                  <Description>"Tower Key"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F95</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>363</ID>
                  <Description>"Card Key"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F96</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>364</ID>
                  <Description>"Wing Pack"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F97</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>365</ID>
                  <Description>"Inhibitor Ore"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F98</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>366</ID>
                  <Description>"Pass"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F99</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>367</ID>
                  <Description>"Colette's Necklace"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F9A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>368</ID>
                  <Description>"Lyla's Letter"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F9B</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>369</ID>
                  <Description>"Spiritua Statue"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F9C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>370</ID>
                  <Description>"Desian Orb"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F9D</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>371</ID>
                  <Description>"Mana Fragment"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F9E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>372</ID>
                  <Description>"Mana Leaf Herb"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>F9F</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>373</ID>
                  <Description>"Zircon"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FA0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>374</ID>
                  <Description>"Tethe'alla Map"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FA1</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>375</ID>
                  <Description>"Sylvarant Map"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FA2</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>376</ID>
                  <Description>"Collector's Book"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FA3</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>377</ID>
                  <Description>"Monster Book"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FA4</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>378</ID>
                  <Description>"Figurine Book"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FA5</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>379</ID>
                  <Description>"Training Manual"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FA6</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>380</ID>
                  <Description>"Eternal Ring"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>FA7</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>778</ID>
                  <Description>"Mirror Shard"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>1135</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>779</ID>
                  <Description>"Spider Figurine"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>1136</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>780</ID>
                  <Description>"Chipped Dagger"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>1137</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>781</ID>
                  <Description>"Derris Emblem"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>1138</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>784</ID>
                  <Description>"Elevator Key"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>113B</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>785</ID>
                  <Description>"Mithos' Panpie"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>113C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>786</ID>
                  <Description>"Linkite Ocarina"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>113D</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>787</ID>
                  <Description>"Snow Hare"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>113E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>788</ID>
                  <Description>"The Chosen's Orb"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>113F</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>789</ID>
                  <Description>"Kratos Locket"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>1140</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>790</ID>
                  <Description>"Elf Elder's Staff"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>1141</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>798</ID>
                  <Description>"Emlpoyye ID"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>1149</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>799</ID>
                  <Description>"Past Stone"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>114A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>800</ID>
                  <Description>"Future Stone"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>114B</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>801</ID>
                  <Description>"Ymir Fruit"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>114C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>803</ID>
                  <Description>"King's Letter"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>114E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>804</ID>
                  <Description>"Corrine's Bell"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>114F</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>805</ID>
                  <Description>"Rename Gem"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>1150</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>806</ID>
                  <Description>"Linkite Nut"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>1151</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>807</ID>
                  <Description>"Exsphere Shard"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>1152</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>808</ID>
                  <Description>"Blue Candle"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>1153</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>809</ID>
                  <Description>"Celsius' Tear"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>1154</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>810</ID>
                  <Description>"Kuchinawa's Charm"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>1155</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>811</ID>
                  <Description>"Purple Card"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>1156</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>812</ID>
                  <Description>"Red Card"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>1157</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>813</ID>
                  <Description>"Blue Card"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>1158</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>814</ID>
                  <Description>"Blue Seed"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>1159</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>815</ID>
                  <Description>"White Seed"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>115A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>816</ID>
                  <Description>"The Chosen's Bible"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>115B</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>817</ID>
                  <Description>"Sacred Stone"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>115C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>818</ID>
                  <Description>"Step Ring"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>115D</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>820</ID>
                  <Description>"Sheena's Letter"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>115F</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>825</ID>
                  <Description>"Assassin's Ring"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>1164</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>827</ID>
                  <Description>"Virginia's Diary"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>1166</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>828</ID>
                  <Description>"Aifread's Letter"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>1167</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>829</ID>
                  <Description>"Nebilim's Key"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>1168</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>830</ID>
                  <Description>"Secret Notebook"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>1169</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>831</ID>
                  <Description>"Pink Pearl Ring"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>116A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>832</ID>
                  <Description>"Spiritua's Ring"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>116B</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>833</ID>
                  <Description>"Vinheim Key"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>116C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>834</ID>
                  <Description>"Free Pass"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>116D</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>835</ID>
                  <Description>"Theater Ticket"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>116E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>836</ID>
                  <Description>"Forget-Me-Not"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>GaldPtr</Address>
                  <Offsets>
                    <Offset>116F</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>882</ID>
          <Description>"[ Misc ]"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <Color>800000</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>880</ID>
              <Description>"Dogs Named"</Description>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>Binary</VariableType>
              <BitStart>6</BitStart>
              <BitLength>40</BitLength>
              <ShowAsBinary>1</ShowAsBinary>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>DE4</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>881</ID>
              <Description>"Cities Gigolo'ed"</Description>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>Binary</VariableType>
              <BitStart>5</BitStart>
              <BitLength>40</BitLength>
              <ShowAsBinary>1</ShowAsBinary>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>E34</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>883</ID>
              <Description>"Treasures Found"</Description>
              <ShowAsHex>1</ShowAsHex>
              <VariableType>Array of byte</VariableType>
              <ByteLength>33</ByteLength>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>ED0</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>894</ID>
              <Description>"Blackjack - Number of Cards Played"</Description>
              <VariableType>Byte</VariableType>
              <Address>GaldPtr</Address>
              <Offsets>
                <Offset>E0C42364</Offset>
              </Offsets>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>1948</ID>
      <Description>"Enable"</Description>
      <LastState/>
      <Color>000080</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : TOS_crack.exe
  Version: 
  Date   : 2024-02-18
  Author : thing

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(TOS_basePTRs,TOS.exe,8D 9B 00 00 00 00 8B 04) // should be unique
aobscanmodule(UnionAtkAOB,TOS.exe,B9 01 00 00 00 66 89 86) // should be unique
alloc(newmem,$1000)
alloc(newmem2,$1000)
alloc(basePTRLoc,10)

label(code)
label(return)
label(code2)
label(return2)

newmem:
  mov [basePTRLoc+8],ebx
  mov ebx,1E
  reassemble(TOS_basePTRs+6)
  mov [basePTRLoc],eax
  mov ebx,[basePTRLoc+8]
code:
  lea ebx,[ebx+00000000]
  jmp return
TOS_basePTRs:
  jmp newmem
  nop
return:
//----------------------------------------------------------------------------
newmem2:
  mov [basePTRLoc+10],edx
code2:
  mov ecx,00000001
  jmp return2

UnionAtkAOB:
  jmp newmem2
return2:
registersymbol(TOS_basePTRs)
registersymbol(UnionAtkAOB)
registersymbol(basePTRLoc)

[DISABLE]

TOS_basePTRs:
  db 8D 9B 00 00 00 00

UnionAtkAOB:
  db B9 01 00 00 00

unregistersymbol(TOS_basePTRs)
unregistersymbol(UnionAtkAOB)
unregistersymbol(basePTRLoc)
dealloc(newmem)
dealloc(basePTRLoc)

{
// ORIGINAL CODE - INJECTION POINT: TOS.exe+181F3A

TOS.exe+181F08: 83 C3 04                       - add ebx,04
TOS.exe+181F0B: FF 4D F4                       - dec [ebp-0C]
TOS.exe+181F0E: 89 7D F8                       - mov [ebp-08],edi
TOS.exe+181F11: 0F 85 75 FF FF FF              - jne TOS.exe+181E8C
TOS.exe+181F17: 80 3D E6 C3 C3 01 00           - cmp byte ptr [TOS.exe+183C3E6],00
TOS.exe+181F1E: 0F 85 8A 00 00 00              - jne TOS.exe+181FAE
TOS.exe+181F24: C7 05 AC B9 B1 00 00 00 00 00  - mov [TOS.exe+71B9AC],00000000
TOS.exe+181F2E: 33 DB                          - xor ebx,ebx
TOS.exe+181F30: BE B4 B9 B1 00                 - mov esi,TOS.exe+71B9B4
TOS.exe+181F35: BF 00 10 00 00                 - mov edi,00001000
// ---------- INJECTING HERE ----------
TOS.exe+181F3A: 8D 9B 00 00 00 00              - lea ebx,[ebx+00000000]
// ---------- DONE INJECTING  ----------
TOS.exe+181F40: 8B 04 9D A8 B0 B1 00           - mov eax,[ebx*4+TOS.exe+71B0A8]
TOS.exe+181F47: 50                             - push eax
TOS.exe+181F48: E8 CC 90 0E 00                 - call TOS.exe+26B019
TOS.exe+181F4D: 83 C4 04                       - add esp,04
TOS.exe+181F50: 89 04 9D E4 BE B1 00           - mov [ebx*4+TOS.exe+71BEE4],eax
TOS.exe+181F57: 83 F8 01                       - cmp eax,01
TOS.exe+181F5A: 74 3D                          - je TOS.exe+181F99
TOS.exe+181F5C: 83 F8 02                       - cmp eax,02
TOS.exe+181F5F: 74 3D                          - je TOS.exe+181F9E
TOS.exe+181F61: 8B 0D AC B9 B1 00              - mov ecx,[TOS.exe+71B9AC]
}

{
// ORIGINAL CODE - INJECTION POINT: TOS.exe+B740F

TOS.exe+B73E0: E8 4B EA 0E 00        - call TOS.exe+1A5E30
TOS.exe+B73E5: D9 E8                 - fld1
TOS.exe+B73E7: 83 C4 10              - add esp,10
TOS.exe+B73EA: D9 EE                 - fldz
TOS.exe+B73EC: C6 05 24 80 D7 01 00  - mov byte ptr [TOS.exe+1978024],00
TOS.exe+B73F3: 83 BE A0 42 08 00 00  - cmp dword ptr [esi+000842A0],00
TOS.exe+B73FA: 0F 84 7F 03 00 00     - je TOS.exe+B777F
TOS.exe+B7400: 8B 15 E8 3E AD 00     - mov edx,[TOS.exe+6D3EE8]
TOS.exe+B7406: 33 C0                 - xor eax,eax
TOS.exe+B7408: 81 7A 40 C8 EC 58 01  - cmp [edx+40],TOS.exe+118ECC8
// ---------- INJECTING HERE ----------
TOS.exe+B740F: B9 01 00 00 00        - mov ecx,00000001
// ---------- DONE INJECTING  ----------
TOS.exe+B7414: 66 89 86 B0 3B 08 00  - mov [esi+00083BB0],ax
TOS.exe+B741B: 8B 86 38 F9 09 00     - mov eax,[esi+0009F938]
TOS.exe+B7421: 66 89 8E 00 3C 08 00  - mov [esi+00083C00],cx
TOS.exe+B7428: B9 00 30 00 00        - mov ecx,00003000
TOS.exe+B742D: 0F 8C C9 01 00 00     - jl TOS.exe+B75FC
TOS.exe+B7433: BA 02 00 00 00        - mov edx,00000002
TOS.exe+B7438: 66 89 96 50 3C 08 00  - mov [esi+00083C50],dx
TOS.exe+B743F: 33 D2                 - xor edx,edx
TOS.exe+B7441: F7 F1                 - div ecx
TOS.exe+B7443: 89 54 24 18           - mov [esp+18],edx
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>1427</ID>
          <Description>"Run Speed Modifier"</Description>
          <Options moHideChildren="1"/>
          <LastState/>
          <Color>000080</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : TOS.exe
  Version: 
  Date   : 2022-11-28
  Author : thing

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(runSpeed,TOS.exe,DC C9 D9 C9 D9 1F D8 4E 2C D9 5E 2C 8D) // should be unique
alloc(runSpeedMem,$1000)

label(code)
label(return)

runSpeedMem+100:
db 00 00 00 00 00 00 00 40
runSpeedMem:
  fld qword ptr [runSpeedMem+100]
code:
//  fld qword ptr [TOS.exe+4829B8]
  jmp return
runSpeed-6:
  jmp runSpeedMem
  nop
return:
registersymbol(runSpeed)
registersymbol(runSpeedMem)

[DISABLE]

runSpeed-6:
  db DD 05 B8 29 88 00

unregistersymbol(runSpeed)
dealloc(runSpeedMem)

{
// ORIGINAL CODE - INJECTION POINT: TOS.exe+CCF30

TOS.exe+CCF16: 74 14              - je TOS.exe+CCF2C
TOS.exe+CCF18: D9 07              - fld dword ptr [edi]
TOS.exe+CCF1A: DD 05 00 40 88 00  - fld qword ptr [TOS.exe+484000]
TOS.exe+CCF20: DC C9              - fmul st(1),st(0)
TOS.exe+CCF22: D9 C9              - fxch st(1)
TOS.exe+CCF24: D9 1F              - fstp dword ptr [edi]
TOS.exe+CCF26: D8 4E 2C           - fmul dword ptr [esi+2C]
TOS.exe+CCF29: D9 5E 2C           - fstp dword ptr [esi+2C]
TOS.exe+CCF2C: D9 EE              - fldz 
TOS.exe+CCF2E: D9 07              - fld dword ptr [edi]
// ---------- INJECTING HERE ----------
TOS.exe+CCF30: DD 05 B8 29 88 00  - fld qword ptr [TOS.exe+4829B8]
// ---------- DONE INJECTING  ----------
TOS.exe+CCF36: DC C9              - fmul st(1),st(0)
TOS.exe+CCF38: D9 C9              - fxch st(1)
TOS.exe+CCF3A: D9 1F              - fstp dword ptr [edi]
TOS.exe+CCF3C: D8 4E 2C           - fmul dword ptr [esi+2C]
TOS.exe+CCF3F: D9 5E 2C           - fstp dword ptr [esi+2C]
TOS.exe+CCF42: 8D 46 28           - lea eax,[esi+28]
TOS.exe+CCF45: D9 5E 30           - fstp dword ptr [esi+30]
TOS.exe+CCF48: E8 63 70 0C 00     - call TOS.exe+193FB0
TOS.exe+CCF4D: D9 9E 38 09 00 00  - fstp dword ptr [esi+00000938]
TOS.exe+CCF53: D9 46 28           - fld dword ptr [esi+28]
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>1430</ID>
              <Description>"Does not affect the overworld!"</Description>
              <LastState Value="" RealAddress="00000000"/>
              <Color>0000FF</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
            <CheatEntry>
              <ID>1428</ID>
              <Description>"Run Speed"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>Double</VariableType>
              <Address>runSpeedMem+100</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>1028</ID>
          <Description>"Party Formation"</Description>
          <Options moHideChildren="1"/>
          <DropDownList DisplayValueAsItem="1">0:Nothing
1:Lloyd
2:Colette
3:Genis
4:Raine
5:Sheena
6:Zelos
7:Presea
8:Regal
9:Kratos
</DropDownList>
          <LastState Value="" RealAddress="00000000"/>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>000080</Color>
          <GroupHeader>1</GroupHeader>
          <Address>basePTRLoc</Address>
          <Offsets>
            <Offset>378+BE5</Offset>
            <Offset>4</Offset>
            <Offset>4</Offset>
            <Offset>40</Offset>
            <Offset>D0</Offset>
            <Offset>4</Offset>
            <Offset>2C</Offset>
          </Offsets>
          <CheatEntries>
            <CheatEntry>
              <ID>1029</ID>
              <Description>"Slot 1"</Description>
              <DropDownListLink>Party Formation</DropDownListLink>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>Byte</VariableType>
              <Address>+0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>1030</ID>
              <Description>"Slot 2"</Description>
              <DropDownListLink>Party Formation</DropDownListLink>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>Byte</VariableType>
              <Address>+1</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>1031</ID>
              <Description>"Slot 3"</Description>
              <DropDownListLink>Party Formation</DropDownListLink>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>Byte</VariableType>
              <Address>+2</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>1032</ID>
              <Description>"Slot 4"</Description>
              <DropDownListLink>Party Formation</DropDownListLink>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>Byte</VariableType>
              <Address>+3</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>1033</ID>
              <Description>"Slot 5"</Description>
              <DropDownListLink>Party Formation</DropDownListLink>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>Byte</VariableType>
              <Address>+4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>1034</ID>
              <Description>"Slot 6"</Description>
              <DropDownListLink>Party Formation</DropDownListLink>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>Byte</VariableType>
              <Address>+5</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>1035</ID>
              <Description>"Slot 7"</Description>
              <DropDownListLink>Party Formation</DropDownListLink>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>Byte</VariableType>
              <Address>+6</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>1036</ID>
              <Description>"Slot 8"</Description>
              <DropDownListLink>Party Formation</DropDownListLink>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>Byte</VariableType>
              <Address>+7</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>26</ID>
          <Description>"EX Skill"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>000080</Color>
          <GroupHeader>1</GroupHeader>
          <Address>basePTRLoc</Address>
          <Offsets>
            <Offset>378+EA</Offset>
            <Offset>4</Offset>
            <Offset>4</Offset>
            <Offset>40</Offset>
            <Offset>D0</Offset>
            <Offset>4</Offset>
            <Offset>2C</Offset>
          </Offsets>
          <CheatEntries>
            <CheatEntry>
              <ID>27</ID>
              <Description>"Lloyd"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+0</Address>
              <CheatEntries>
                <CheatEntry>
                  <ID>159</ID>
                  <Description>"Jewels"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+0</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>160</ID>
                      <Description>"Slot 1"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>40</ID>
                      <Description>"Slot 2"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+1</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>39</ID>
                      <Description>"Slot 3"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>161</ID>
                      <Description>"Slot 4"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+3</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>41</ID>
                  <Description>"Skills"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000004"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+4</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>42</ID>
                      <Description>"Slot 1"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>45</ID>
                      <Description>"Slot 2"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+1</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>44</ID>
                      <Description>"Slot 3"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>43</ID>
                      <Description>"Slot 4"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+3</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>68</ID>
              <Description>"Colette"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000118"/>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+118</Address>
              <CheatEntries>
                <CheatEntry>
                  <ID>69</ID>
                  <Description>"Jewels"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000118"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+0</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>70</ID>
                      <Description>"Slot 1"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>71</ID>
                      <Description>"Slot 2"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+1</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>72</ID>
                      <Description>"Slot 3"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>73</ID>
                      <Description>"Slot 4"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+3</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>74</ID>
                  <Description>"Skills"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="0000011C"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+4</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>75</ID>
                      <Description>"Slot 1"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>76</ID>
                      <Description>"Slot 2"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+1</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>77</ID>
                      <Description>"Slot 3"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>78</ID>
                      <Description>"Slot 4"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+3</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>57</ID>
              <Description>"Genis"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000230"/>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+118*2</Address>
              <CheatEntries>
                <CheatEntry>
                  <ID>58</ID>
                  <Description>"Jewels"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000230"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+0</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>59</ID>
                      <Description>"Slot 1"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>60</ID>
                      <Description>"Slot 2"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+1</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>61</ID>
                      <Description>"Slot 3"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>62</ID>
                      <Description>"Slot 4"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+3</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>63</ID>
                  <Description>"Skills"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000234"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+4</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>64</ID>
                      <Description>"Slot 1"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>65</ID>
                      <Description>"Slot 2"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+1</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>66</ID>
                      <Description>"Slot 3"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>67</ID>
                      <Description>"Slot 4"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+3</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>46</ID>
              <Description>"Raine"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000348"/>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+118*3</Address>
              <CheatEntries>
                <CheatEntry>
                  <ID>47</ID>
                  <Description>"Jewels"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000348"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+0</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>48</ID>
                      <Description>"Slot 1"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>49</ID>
                      <Description>"Slot 2"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+1</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>50</ID>
                      <Description>"Slot 3"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>51</ID>
                      <Description>"Slot 4"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+3</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>52</ID>
                  <Description>"Skills"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="0000034C"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+4</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>53</ID>
                      <Description>"Slot 1"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>54</ID>
                      <Description>"Slot 2"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+1</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>55</ID>
                      <Description>"Slot 3"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>56</ID>
                      <Description>"Slot 4"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+3</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>112</ID>
              <Description>"Sheena"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000460"/>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+118*4</Address>
              <CheatEntries>
                <CheatEntry>
                  <ID>113</ID>
                  <Description>"Jewels"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000460"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+0</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>114</ID>
                      <Description>"Slot 1"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>115</ID>
                      <Description>"Slot 2"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+1</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>116</ID>
                      <Description>"Slot 3"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>117</ID>
                      <Description>"Slot 4"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+3</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>118</ID>
                  <Description>"Skills"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000464"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+4</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>119</ID>
                      <Description>"Slot 1"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>120</ID>
                      <Description>"Slot 2"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+1</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>121</ID>
                      <Description>"Slot 3"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>122</ID>
                      <Description>"Slot 4"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+3</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>101</ID>
              <Description>"Zelos"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000578"/>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+118*5</Address>
              <CheatEntries>
                <CheatEntry>
                  <ID>102</ID>
                  <Description>"Jewels"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000578"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+0</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>103</ID>
                      <Description>"Slot 1"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>104</ID>
                      <Description>"Slot 2"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+1</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>105</ID>
                      <Description>"Slot 3"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>106</ID>
                      <Description>"Slot 4"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+3</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>107</ID>
                  <Description>"Skills"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="0000057C"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+4</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>108</ID>
                      <Description>"Slot 1"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>109</ID>
                      <Description>"Slot 2"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+1</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>110</ID>
                      <Description>"Slot 3"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>111</ID>
                      <Description>"Slot 4"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+3</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>90</ID>
              <Description>"Presea"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000690"/>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+118*6</Address>
              <CheatEntries>
                <CheatEntry>
                  <ID>91</ID>
                  <Description>"Jewels"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000690"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+0</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>92</ID>
                      <Description>"Slot 1"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>93</ID>
                      <Description>"Slot 2"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+1</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>94</ID>
                      <Description>"Slot 3"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>95</ID>
                      <Description>"Slot 4"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+3</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>96</ID>
                  <Description>"Skills"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000694"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+4</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>97</ID>
                      <Description>"Slot 1"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>98</ID>
                      <Description>"Slot 2"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+1</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>99</ID>
                      <Description>"Slot 3"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>100</ID>
                      <Description>"Slot 4"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+3</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>79</ID>
              <Description>"Regal"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="000007A8"/>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+118*7</Address>
              <CheatEntries>
                <CheatEntry>
                  <ID>80</ID>
                  <Description>"Jewels"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="000007A8"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+0</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>81</ID>
                      <Description>"Slot 1"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>82</ID>
                      <Description>"Slot 2"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+1</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>83</ID>
                      <Description>"Slot 3"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>84</ID>
                      <Description>"Slot 4"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+3</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>85</ID>
                  <Description>"Skills"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="000007AC"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+4</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>86</ID>
                      <Description>"Slot 1"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>87</ID>
                      <Description>"Slot 2"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+1</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>88</ID>
                      <Description>"Slot 3"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>89</ID>
                      <Description>"Slot 4"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+3</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>162</ID>
              <Description>"Kratos"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="000008C0"/>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>+118*8</Address>
              <CheatEntries>
                <CheatEntry>
                  <ID>163</ID>
                  <Description>"Jewels"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="000008C0"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+0</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>164</ID>
                      <Description>"Slot 1"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>165</ID>
                      <Description>"Slot 2"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+1</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>166</ID>
                      <Description>"Slot 3"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>167</ID>
                      <Description>"Slot 4"</Description>
                      <DropDownListLink>dropdown: Jewels</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+3</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>168</ID>
                  <Description>"Skills"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="000008C4"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+4</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>169</ID>
                      <Description>"Slot 1"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>170</ID>
                      <Description>"Slot 2"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+1</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>171</ID>
                      <Description>"Slot 3"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>172</ID>
                      <Description>"Slot 4"</Description>
                      <DropDownListLink>dropdown: EX Skills</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+3</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>1211</ID>
          <Description>"Devil's Arms power"</Description>
          <DropDownListLink>dropdown: Disabled/Enabled</DropDownListLink>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>000080</Color>
          <VariableType>Binary</VariableType>
          <BitStart>2</BitStart>
          <BitLength>1</BitLength>
          <ShowAsBinary>0</ShowAsBinary>
          <Address>basePTRLoc</Address>
          <Offsets>
            <Offset>378+A64</Offset>
            <Offset>4</Offset>
            <Offset>4</Offset>
            <Offset>40</Offset>
            <Offset>D0</Offset>
            <Offset>4</Offset>
            <Offset>2C</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>1215</ID>
          <Description>"U. Attack"</Description>
          <DropDownList DisplayValueAsItem="1">1403000:Enabled
:or higher to enable
:or lower to disable
</DropDownList>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>000080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>basePTRLoc+10</Address>
          <Offsets>
            <Offset>40</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>1216</ID>
          <Description>"Colette state"</Description>
          <DropDownList DisplayValueAsItem="1">0:Wingless
10000:Angel
</DropDownList>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>000080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>basePTRLoc+10</Address>
          <Offsets>
            <Offset>4C</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>1076</ID>
          <Description>"Encounter modifier"</Description>
          <Options moHideChildren="1"/>
          <DropDownList DisplayValueAsItem="1">0:Torent
1:Orcrot
2:Marcroid
3:Minicoid
4:Tentacle Plant
5:Mocking Plant
6:Mandragora
7:Airaune
8:Insect Plant
9:Carnivorous Plant
10:Bomb Plant
11:Bomb Seedling
12:Pumpkin Tree
13:Bellpepper Head
14:Boxer Iris
15:Evil Orchid
16:Poison Lily
17:Wolf
18:Night Raid
19:Bear
20:Egg Bear
21:Rabbit
22:Hare
23:Bigfoot
24:Sidewinder
25:Violent Viper
26:Manticore
27:Chimaera
28:Lobo
29:Sasquatch
30:Boar
31:Baby Boar
32:Basilisk
33:Sewer Rat
34:Giant Rat
35:Armaboar
36:Zombie
37:Ghoul
38:Demon
39:Arch Demon
40:Skeleton
41:Gold Skeleton
42:Undertaker
43:Coffinmaster
44:Living Armor
45:Specter
46:Phantasm
47:Death
48:Grim Reaper
49:Ghost
50:Phantom
51:Lamia
52:Medusa
53:Doom Guard
54:Phantom Knight
55:Hell Knight
56:Samael
57:Pharoah Knight
58:Golem
59:Rock Golem
60:Clay Golem
61:Gentleman
62:Living Doll
63:Evil Teddy
64:Living Sword
65:Melting Pot
66:Brown Pot
67:Fire Element
68:Gargoyle
69:Neviros
70:Ice Warrior
71:Fire Warrior
72:Thunder Sword
73:Fake
74:Water Element
75:Wind Element
76:Earth Element
77:Hammer Knuckle
78:Murder
79:Perfect Murder
80:Raybit
81:Cybit
82:Thief
83:Rogue
84:Soldier
85:Duelist
86:Warrior
87:Heavy Armor
88:Dragon Rider
89:Archer
90:Ranger
91:Witch
92:Sorceress
93:Sorcerer
94:Druid
95:Ogre
96:Beast Ogre
97:Whip Master
98:Bowman
99:Spearman
100:Foot Soldier
101:Commander
102:Cardinal Knight
103:Commander Knight
104:Evil Warrior
105:Convict
106:Evil Sorcerer
107:Angel Spearman
108:Angel Swordian
109:Angel Commander
110:Angel Archer
111:Hawk
112:Storm Claw
113:Axe Beak
114:Dodo
115:Harpy
116:Feather Magic
117:Fire Bird
118:Lightning Bird
119:Penguinist
120:Penguiner
121:Black Bat
122:Cockatrice
123:Red Bat
124:Giant Bee
125:Killer Bee
126:Scorpion
127:Scarlet Needle
128:Woods Worm
129:Tropical Worm
130:Sand Worm
131:Sliver
132:Mantis
133:Red Mantis
134:Spider
135:Arachnid
136:Giant Beetle
137:Gold Beetle
138:Grasshopper
139:Ice Spider
140:Deathseeker
141:Starfish
142:Super Star
143:Tortoise
144:Crush Tortoise
145:Octoslime
146:Kraaken
147:Fish
148:Seaspin
149:Float Dragon
150:Seahorse
151:Jellyfish
152:Sea Jelly
153:Mermaid
154:Evil Jelly
155:Sea Dragon
156:Sea Horror
157:Slime
158:Gold Slime
159:Giant Leech
160:Giant Slug
161:Roller Snail
162:Giant Snail
163:Green Roper
164:Red Roper
165:Bacura
166:Cutlass
167:Cave Worm
168:Man-eater
169:Sheldra
170:Spiked Snail
171:Wyvern
172:Drake
173:Dragon
174:Gold Dragon
175:Dark Dragon
176:Dragon Knight
177:Velocidragon
178:Exbelua
179:Windmaster
180:Ktugach
181:Ktugachling
182:Adulocia
183:Amphitra
184:Iapyx
185:Iubaris
186:Kilia
187:Winged Dragon
188:Baby Dragon
189:Guardian: Wind
190:Guardian: Lightning
191:Sword Dancer
192:Fenrir
193:Idun
194:Rodyle
195:Undine
196:Gnome
197:Efreet
198:Volt
199:Celsius
200:Luna
201:Aska
202:Shadow
203:Maxwell
204:Origin
205:Sephie
206:Yutis
207:Fairess
208:The Fugitive
209:The Neglected
210:The Judged
211:Defense System
212:Orbit
213:Guard Arm
214:Auto Repair Unit
215:Kratos Aurion
216:Magnius
217:Kvar
218:Energy Stone
219:Vidarr
220:Forcystus
221:Exbone
222:Pronyma
223:Pronyma
224:Clumsy Assassin
225:Resolute Assassin
226:Convict
227:Kuchinawa
228:Botta
229:Botta
230:Seles
231:Garr
232:Farah Oersted
233:Meredy
234:Abyssion
235:Zelos Wilder
236:Yggdrasill
237:Yggdrasill
238:Yggdrasill
239:Mithos
240:Mithos
241:Kratos Aurion
242:Kratos Aurion
243:Yuan
244:Remiel
245:Gatekeeper
246:Plantix
247:Dark Spear
248:Dark Sword
249:Dark Commander
250:Dark Archer
251:Shadow Magnius
252:Shadow Forcystus
253:Shadow Pronyma
254:Yuan the Hero
255:Kratos the Hero
256:Mithos the Hero
</DropDownList>
          <LastState/>
          <Color>000080</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : TOS.exe
  Version: 
  Date   : 2021-08-09
  Author : thing

  This script does blah blah blah
}

[ENABLE]

aobscan(encounter507,67 70 33 00 03 03 02 00 7C 00 9D 00 86 00 00 00 00 01 02 00 00 00 00 00) // should be unique

registersymbol(encounter507)
[DISABLE]
encounter507:
db 67 70 33 00 03 03 02 00 7C 00 9D 00 86 00 00 00 00 01 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

encounter507-D600:
db 67 70 33 00 01 01 53 00 EF 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

unregistersymbol(encounter507)
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>1093</ID>
              <Description>"Encounter 507"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>1089</ID>
                  <Description>"Force Encounter 507 to use this!"</Description>
                  <LastState Value="" RealAddress="00000000"/>
                  <Color>0000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>1077</ID>
                  <Description>"Number of enemies"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>encounter507+4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>1078</ID>
                  <Description>"Number of species"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>encounter507+5</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>1079</ID>
                  <Description>"Escape available?"</Description>
                  <DropDownList DisplayValueAsItem="1">1:No
2:Yes
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>encounter507+6</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>1080</ID>
                  <Description>"1st enemy type"</Description>
                  <DropDownListLink>Encounter modifier</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>encounter507+8</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1083</ID>
                      <Description>"Species"</Description>
                      <DropDownListLink>dropdown: Species</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+8</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1086</ID>
                  <Description>"2nd enemy type"</Description>
                  <DropDownListLink>Encounter modifier</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>encounter507+A</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1087</ID>
                      <Description>"Species"</Description>
                      <DropDownListLink>dropdown: Species</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+7</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1081</ID>
                  <Description>"3rd enemy type"</Description>
                  <DropDownListLink>Encounter modifier</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>encounter507+C</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1084</ID>
                      <Description>"Species"</Description>
                      <DropDownListLink>dropdown: Species</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+6</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1082</ID>
                  <Description>"4th enemy type"</Description>
                  <DropDownListLink>Encounter modifier</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>encounter507+E</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1085</ID>
                      <Description>"Species"</Description>
                      <DropDownListLink>dropdown: Species</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+5</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1094</ID>
              <Description>"Mithos (Final Boss 1st phase, Encounter 79)"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>1095</ID>
                  <Description>"Number of enemies"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>encounter507+4-D600</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>1096</ID>
                  <Description>"Number of species"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>encounter507+5-D600</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>1097</ID>
                  <Description>"Escape available?"</Description>
                  <DropDownList DisplayValueAsItem="1">1:No
2:Yes
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>encounter507+6-D600</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>1098</ID>
                  <Description>"1st enemy type"</Description>
                  <DropDownListLink>Encounter modifier</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>encounter507+8-D600</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1099</ID>
                      <Description>"Species"</Description>
                      <DropDownListLink>dropdown: Species</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+8</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1100</ID>
                  <Description>"2nd enemy type"</Description>
                  <DropDownListLink>Encounter modifier</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>encounter507+A-D600</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1101</ID>
                      <Description>"Species"</Description>
                      <DropDownListLink>dropdown: Species</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+7</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1102</ID>
                  <Description>"3rd enemy type"</Description>
                  <DropDownListLink>Encounter modifier</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>encounter507+C-D600</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1103</ID>
                      <Description>"Species"</Description>
                      <DropDownListLink>dropdown: Species</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+6</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1104</ID>
                  <Description>"4th enemy type"</Description>
                  <DropDownListLink>Encounter modifier</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>encounter507+E-D600</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1105</ID>
                      <Description>"Species"</Description>
                      <DropDownListLink>dropdown: Species</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Byte</VariableType>
                      <Address>+5</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>1107</ID>
          <Description>"Background/Encounter"</Description>
          <Options moHideChildren="1"/>
          <LastState/>
          <Color>000080</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : TOS.exe
  Version: 
  Date   : 2021-08-09
  Author : thing

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(TSFixBGAOB,TOS.exe,8A 41 08 88 86 EA 90 00 00) // should be unique
alloc(newmem,$1000)
globalalloc(TSFixBG,4)

label(code)
label(return)

fullaccess(TSFixBGAOB,6)

newmem:
push rax
lea rax,[ecx+08]
mov [TSFixBG],rax
pop rax
code:
  mov al,[ecx+08]
  mov [esi+000090EA],al
  jmp return

TSFixBGAOB:
  jmp newmem
  nop 4
return:
registersymbol(TSFixBGAOB)
[DISABLE]

TSFixBGAOB:
  db 8A 41 08 88 86 EA 90 00 00

unregistersymbol(TSFixBGAOB)
dealloc(newmem)
dealloc(TSFixBG)

{
// ORIGINAL CODE - INJECTION POINT: 0045B638

0045B605: 81 78 40 78 68 15 00     - cmp [eax+40],00156878
0045B60C: 7D 07                    - jnl 0045B615
0045B60E: 80 A6 CB 93 00 00 FD     - and byte ptr [esi+000093CB],-03
0045B615: F6 82 04 1B 00 00 03     - test byte ptr [edx+00001B04],03
0045B61C: 74 07                    - je 0045B625
0045B61E: 80 A6 CB 93 00 00 DF     - and byte ptr [esi+000093CB],-21
0045B625: F6 82 04 1B 00 00 02     - test byte ptr [edx+00001B04],02
0045B62C: 74 07                    - je 0045B635
0045B62E: 80 A6 CB 93 00 00 EF     - and byte ptr [esi+000093CB],-11
0045B635: 8B 4D 08                 - mov ecx,[ebp+08]
// ---------- INJECTING HERE ----------
0045B638: 8A 41 08                 - mov al,[ecx+08]
// ---------- DONE INJECTING  ----------
0045B63B: 88 86 EA 90 00 00        - mov [esi+000090EA],al
0045B641: 33 C0                    - xor eax,eax
0045B643: 80 BC 02 4D 0F 00 00 00  - cmp byte ptr [edx+eax+00000F4D],00
0045B64B: 74 06                    - je 0045B653
0045B64D: 40                       - inc eax
0045B64E: 83 F8 04                 - cmp eax,04
0045B651: 7C F0                    - jl 0045B643
0045B653: 8B 96 40 93 00 00        - mov edx,[esi+00009340]
0045B659: 88 86 4C 93 00 00        - mov [esi+0000934C],al
0045B65F: 8A 42 04                 - mov al,[edx+04]
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>1110</ID>
              <Description>"Enter a fight to get everything populated!"</Description>
              <LastState Value="" RealAddress="00000000"/>
              <Color>0000FF</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
            <CheatEntry>
              <ID>1108</ID>
              <Description>"Encounter"</Description>
              <DropDownListLink>dropdown: Encounter</DropDownListLink>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>4 Bytes</VariableType>
              <Address>TSFixBG</Address>
              <Offsets>
                <Offset>-4</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>1111</ID>
              <Description>"Background"</Description>
              <DropDownListLink>dropdown: Background</DropDownListLink>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>4 Bytes</VariableType>
              <Address>TSFixBG</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>1420</ID>
          <Description>"Save Anywhere"</Description>
          <LastState/>
          <Color>000080</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : TOS.exe
  Version: 
  Date   : 2022-11-27
  Author : thing

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(saveCheck,TOS.exe,84 C0 74 51 B9 FF FD 00 00) // should be unique
alloc(newmem,$1000)

label(code)
label(return)

newmem:
  mov al,1
code:
//  mov al,[TOS.exe+1830C89]
  jmp return

saveCheck-5:
  jmp newmem
return:
registersymbol(saveCheck)

[DISABLE]

saveCheck-5:
  db A0 89 0C C3 01

unregistersymbol(saveCheck)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: TOS.exe+C39D0

TOS.exe+C399D: 0F B6 C2                       - movzx eax,dl
TOS.exe+C39A0: 48                             - dec eax
TOS.exe+C39A1: C7 05 CC 7F D7 01 03 00 00 00  - mov [TOS.exe+1977FCC],00000003
TOS.exe+C39AB: 89 1D C8 7F D7 01              - mov [TOS.exe+1977FC8],ebx
TOS.exe+C39B1: C7 05 C0 C0 B1 00 02 00 00 00  - mov [TOS.exe+71C0C0],00000002
TOS.exe+C39BB: 83 F8 0C                       - cmp eax,0C
TOS.exe+C39BE: 0F 87 5A 04 00 00              - ja TOS.exe+C3E1E
TOS.exe+C39C4: FF 24 85 34 4D 4C 00           - jmp dword ptr [eax*4+TOS.exe+C4D34]
TOS.exe+C39CB: 80 FA 01                       - cmp dl,01
TOS.exe+C39CE: 75 66                          - jne TOS.exe+C3A36
// ---------- INJECTING HERE ----------
TOS.exe+C39D0: A0 89 0C C3 01                 - mov al,[TOS.exe+1830C89]
// ---------- DONE INJECTING  ----------
TOS.exe+C39D5: 84 C0                          - test al,al
TOS.exe+C39D7: 74 51                          - je TOS.exe+C3A2A
TOS.exe+C39D9: B9 FF FD 00 00                 - mov ecx,0000FDFF
TOS.exe+C39DE: 66 21 0D 5E 17 C3 01           - and [TOS.exe+183175E],cx
TOS.exe+C39E5: 80 3D 68 33 B1 00 00           - cmp byte ptr [TOS.exe+713368],00
TOS.exe+C39EC: 75 48                          - jne TOS.exe+C3A36
TOS.exe+C39EE: 3C 02                          - cmp al,02
TOS.exe+C39F0: 75 2F                          - jne TOS.exe+C3A21
TOS.exe+C39F2: 8B 15 F4 5A D5 01              - mov edx,[TOS.exe+1955AF4]
TOS.exe+C39F8: 89 96 84 11 00 00              - mov [esi+00001184],edx
}
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>1432</ID>
          <Description>"Minimum Damage"</Description>
          <LastState/>
          <Color>000080</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : TOS.exe
  Version: 
  Date   : 2023-06-01
  Author : thing

  This script is so bad lmao
}

[ENABLE]

aobscanmodule(minDMG,TOS.exe,01 58 24 8B 4E 08) // should be unique
alloc(newmem,$1000)

label(code)
label(return)

newmem:
  cmp ebx,0
  je code
  mov ebx,FFFFFFFF
code:
  add [eax+24],ebx
  mov ecx,[esi+08]
  jmp return

minDMG:
  jmp newmem
  nop
return:
registersymbol(minDMG)

[DISABLE]

minDMG:
  db 01 58 24 8B 4E 08

unregistersymbol(minDMG)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: TOS.exe+40287

TOS.exe+4026B: 66 8B 55 0C           - mov dx,[ebp+0C]
TOS.exe+4026F: 85 DB                 - test ebx,ebx
TOS.exe+40271: 7E 11                 - jle TOS.exe+40284
TOS.exe+40273: 53                    - push ebx
TOS.exe+40274: 8B D6                 - mov edx,esi
TOS.exe+40276: E8 35 FC FF FF        - call TOS.exe+3FEB0
TOS.exe+4027B: 66 8B 55 0C           - mov dx,[ebp+0C]
TOS.exe+4027F: 83 C4 04              - add esp,04
TOS.exe+40282: EB 29                 - jmp TOS.exe+402AD
TOS.exe+40284: 8B 46 08              - mov eax,[esi+08]
// ---------- INJECTING HERE ----------
TOS.exe+40287: 01 58 24              - add [eax+24],ebx
// ---------- DONE INJECTING  ----------
TOS.exe+4028A: 8B 4E 08              - mov ecx,[esi+08]
TOS.exe+4028D: 83 79 24 00           - cmp dword ptr [ecx+24],00
TOS.exe+40291: 7D 09                 - jnl TOS.exe+4029C
TOS.exe+40293: 8B C1                 - mov eax,ecx
TOS.exe+40295: C7 40 24 00 00 00 00  - mov [eax+24],00000000
TOS.exe+4029C: 8B 46 08              - mov eax,[esi+08]
TOS.exe+4029F: 39 78 24              - cmp [eax+24],edi
TOS.exe+402A2: 7E 09                 - jle TOS.exe+402AD
TOS.exe+402A4: 39 7C 24 14           - cmp [esp+14],edi
TOS.exe+402A8: 7F 03                 - jg TOS.exe+402AD
}
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>1455</ID>
          <Description>"Enemies don't attack"</Description>
          <LastState/>
          <Color>000080</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : TOS.exe
  Version: 
  Date   : 2023-06-06
  Author : thing

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(enemyCanActState,TOS.exe,8B 88 98 32 01 00 85 C9 74 27) // should be unique

enemyCanActState-6:
  db E9 C9 00 00 00 90

registersymbol(enemyCanActState)

[DISABLE]

enemyCanActState-6:
  db 0F 85 C8 00 00 00

unregistersymbol(enemyCanActState)

{
// ORIGINAL CODE - INJECTION POINT: TOS.exe+419A6

TOS.exe+4198E: CC                    - int 3 
TOS.exe+4198F: CC                    - int 3 
TOS.exe+41990: 55                    - push ebp
TOS.exe+41991: 8B EC                 - mov ebp,esp
TOS.exe+41993: A1 DC 2E AD 00        - mov eax,[TOS.exe+6D2EDC]
TOS.exe+41998: 56                    - push esi
TOS.exe+41999: 8B 75 08              - mov esi,[ebp+08]
TOS.exe+4199C: 80 BE AC 01 00 00 03  - cmp byte ptr [esi+000001AC],03
TOS.exe+419A3: 57                    - push edi
TOS.exe+419A4: 8B F8                 - mov edi,eax
// ---------- INJECTING HERE ----------
TOS.exe+419A6: 0F 85 C8 00 00 00     - jne TOS.exe+41A74
// ---------- DONE INJECTING  ----------
TOS.exe+419AC: 8B 88 98 32 01 00     - mov ecx,[eax+00013298]
TOS.exe+419B2: 85 C9                 - test ecx,ecx
TOS.exe+419B4: 74 27                 - je TOS.exe+419DD
TOS.exe+419B6: 3B CE                 - cmp ecx,esi
TOS.exe+419B8: 74 23                 - je TOS.exe+419DD
TOS.exe+419BA: 83 B8 94 32 01 00 00  - cmp dword ptr [eax+00013294],00
TOS.exe+419C1: 0F 85 AD 00 00 00     - jne TOS.exe+41A74
TOS.exe+419C7: F6 86 20 13 00 00 01  - test byte ptr [esi+00001320],01
TOS.exe+419CE: 74 0D                 - je TOS.exe+419DD
TOS.exe+419D0: F6 81 20 13 00 00 01  - test byte ptr [ecx+00001320],01
}
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>1510</ID>
          <Description>"Allow multiple uses of Mystic Artes and ignore OVL requirement for Lloyd/Kratos/Regal/Sheena"</Description>
          <LastState/>
          <Color>000080</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : TOS.exe
  Version: 
  Date   : 2023-06-13
  Author : thing

  This script does blah blah blah
}

[ENABLE]

alloc(AoBstorage,1000)
//aobscanmodule(ArteCheck,TOS.exe,8B ? 23 ? ? 00 00 00 23 ? ? 00 00 00) // should be unique
{$lua}
if syntaxcheck then return end

local AoB = AOBScan("8B ? 23 ? ? 00 00 00 23 ? ? 00 00 00")

if (AoB.Count &lt; 4) or (AoB == nil) then
print("Not enough AOBs found")
return
elseif (AoB.Count &gt; 4) then
print("WARNING: Too many AOBs found!")
end

local tempAddr = tonumber(AoB[0], 16)
tempAddr = tempAddr + 2
ArteCheck = tempAddr

local tempAddr = tonumber(AoB[1], 16)
tempAddr = tempAddr + 2
ArteCheck2 = tempAddr

local tempAddr = tonumber(AoB[2], 16)
tempAddr = tempAddr + 2
ArteCheck3 = tempAddr

local tempAddr = tonumber(AoB[3], 16)
tempAddr = tempAddr + 2
ArteCheck4 = tempAddr

registerSymbol(ArteCheck)
registerSymbol(ArteCheck2)
registerSymbol(ArteCheck3)
registerSymbol(ArteCheck4)
AoB.destroy()
AoB = nil
tempAddr = nil
{$asm}

AoBstorage:
readMem($ArteCheck,0xC)
AoBstorage+C:
readMem($ArteCheck2,0xC)
AoBstorage+C*2:
readMem($ArteCheck3,0xC)
AoBstorage+C*3:
readMem($ArteCheck4,0xC)

$ArteCheck:
  db 21 C0 21 D2 90 90 90 90 90 90 90 90

$ArteCheck2:
  db 21 C0 21 D2 90 90 90 90 90 90 90 90

$ArteCheck3:
  db 21 D2 21 C0 90 90 90 90 90 90 90 90

$ArteCheck4:
  db 21 C0 21 D2 90 90 90 90 90 90 90 90

registersymbol(AoBstorage)

[DISABLE]
$ArteCheck:
readMem(AoBstorage,0xC)

$ArteCheck2:
readMem(AoBstorage+C,0xC)

$ArteCheck3:
readMem(AoBstorage+C*2,0xC)

$ArteCheck4:
readMem(AoBstorage+C*3,0xC)

unregistersymbol($ArteCheck)
unregistersymbol($ArteCheck2)
unregistersymbol($ArteCheck3)
unregistersymbol($ArteCheck4)
unregistersymbol(AoBstorage)
dealloc(AoBstorage)
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>1512</ID>
          <Description>"No tech recovery"</Description>
          <LastState/>
          <Color>000080</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : TOS.exe
  Version: 
  Date   : 2023-06-17
  Author : thing

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(spellRecovery,TOS.exe,0F B7 7B 3E 6A 6A) // should be unique

spellRecovery:
  db 31 FF 90 90

registersymbol(spellRecovery)

[DISABLE]

spellRecovery:
  db 0F B7 7B 3E 6A 6A

unregistersymbol(spellRecovery)

{
// ORIGINAL CODE - INJECTION POINT: 00427881

00427858: F6 43 38 01           - test byte ptr [ebx+38],01
0042785C: 75 23                 - jne 00427881
0042785E: 8B 8E 6C 39 01 00     - mov ecx,[esi+0001396C]
00427864: 8B 96 68 39 01 00     - mov edx,[esi+00013968]
0042786A: 51                    - push ecx
0042786B: 52                    - push edx
0042786C: 66 8B 96 22 14 00 00  - mov dx,[esi+00001422]
00427873: 8D 86 88 36 01 00     - lea eax,[esi+00013688]
00427879: E8 F2 DA FF FF        - call 00425370
0042787E: 83 C4 08              - add esp,08
// ---------- INJECTING HERE ----------
00427881: 0F B7 7B 3E           - movzx edi,word ptr [ebx+3E]
// ---------- DONE INJECTING  ----------
00427885: 6A 6A                 - push 6A
00427887: 8B C6                 - mov eax,esi
00427889: E8 02 B5 01 00        - call 00442D90
0042788E: 83 C4 04              - add esp,04
00427891: 85 C0                 - test eax,eax
00427893: 74 05                 - je 0042789A
00427895: BF 1E 00 00 00        - mov edi,0000001E
0042789A: 57                    - push edi
0042789B: 6A 05                 - push 05
0042789D: 56                    - push esi
}
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>1513</ID>
          <Description>"Walk through walls"</Description>
          <LastState/>
          <Color>000080</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : TOS.exe
  Version: 
  Date   : 2023-06-20
  Author : thing

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(wallCheck,TOS.exe,8B C6 0B 45 08) // should be unique

wallCheck:
  db B8 01 00 00 00

registersymbol(wallCheck)

[DISABLE]

wallCheck:
  db 8B C6 0B 45 08

unregistersymbol(wallCheck)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: 004EC57A

004EC560: F6 47 28 02     - test byte ptr [edi+28],02
004EC564: 74 13           - je 004EC579
004EC566: 8B 07           - mov eax,[edi]
004EC568: 8B D0           - mov edx,eax
004EC56A: C1 EA 16        - shr edx,16
004EC56D: F6 C2 01        - test dl,01
004EC570: 74 07           - je 004EC579
004EC572: 25 FF FF BF FF  - and eax,FFBFFFFF
004EC577: 89 07           - mov [edi],eax
004EC579: 5F              - pop edi
// ---------- INJECTING HERE ----------
004EC57A: 8B C6           - mov eax,esi
// ---------- DONE INJECTING  ----------
004EC57C: 0B 45 08        - or eax,[ebp+08]
004EC57F: 5E              - pop esi
004EC580: 5B              - pop ebx
004EC581: 5D              - pop ebp
004EC582: C3              - ret 
004EC583: CC              - int 3 
004EC584: CC              - int 3 
004EC585: CC              - int 3 
004EC586: CC              - int 3 
004EC587: CC              - int 3 
}
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>1582</ID>
          <Description>"Rheiards always usable"</Description>
          <LastState/>
          <Color>000080</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : TOS.exe
  Version: 
  Date   : 2023-06-24
  Author : thing

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(rheiardCheck,TOS.exe,80 B8 97 0F 00 00 00 0F) // should be unique

rheiardCheck:
  db EB 1D 90 90 90 90 90

registersymbol(rheiardCheck)

[DISABLE]

rheiardCheck:
  db 80 B8 97 0F 00 00 00

unregistersymbol(rheiardCheck)

{
// ORIGINAL CODE - INJECTION POINT: 004B9A99

004B9A6B: A8 10                 - test al,10
004B9A6D: 0F 85 BA 02 00 00     - jne 004B9D2D
004B9A73: 8B 44 24 10           - mov eax,[esp+10]
004B9A77: A9 00 00 00 08        - test eax,08000000
004B9A7C: 75 16                 - jne 004B9A94
004B9A7E: A9 00 00 00 FC        - test eax,FC000000
004B9A83: 0F 85 71 01 00 00     - jne 004B9BFA
004B9A89: A9 00 20 00 08        - test eax,08002000
004B9A8E: 0F 84 66 01 00 00     - je 004B9BFA
004B9A94: A1 68 3F AD 00        - mov eax,[00AD3F68]
// ---------- INJECTING HERE ----------
004B9A99: 80 B8 97 0F 00 00 00  - cmp byte ptr [eax+00000F97],00
// ---------- DONE INJECTING  ----------
004B9AA0: 0F 84 9A 00 00 00     - je 004B9B40
004B9AA6: B8 16 00 00 00        - mov eax,00000016
004B9AAB: E8 50 93 00 00        - call 004C2E00
004B9AB0: 85 C0                 - test eax,eax
004B9AB2: 0F 84 88 00 00 00     - je 004B9B40
004B9AB8: 80 BF 07 F9 09 00 00  - cmp byte ptr [edi+0009F907],00
004B9ABF: 0F 85 20 06 00 00     - jne 004BA0E5
004B9AC5: 80 BF 08 F9 09 00 00  - cmp byte ptr [edi+0009F908],00
004B9ACC: 0F 85 28 01 00 00     - jne 004B9BFA
004B9AD2: 83 8F FC F8 09 00 08  - or dword ptr [edi+0009F8FC],08
}
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>173</ID>
          <Description>"Notes"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" RealAddress="00000000"/>
          <Color>C0C0C0</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>1207</ID>
              <Description>"Dropdowns"</Description>
              <Options moHideChildren="1"/>
              <LastState Value="" RealAddress="00000000"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>174</ID>
                  <Description>"dropdown: Jewels"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Lv -
1:Lv 1
2:Lv 2
3:Lv 3
4:Lv 4
5:Lv M
</DropDownList>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>175</ID>
                  <Description>"dropdown: EX Skills"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Empty
1:Strong
2:Tough
3:Taunt
4:Sharp-eyed
5:Dodge
6:Dash
7:Vitality
8:Personal (Mobility Speed)
9:Eternal
10:Spirit
11:Add Combo
12:Guard Plus
13:Immunity
14:Sky Combo
15:Ability Plus
16:Follow-up
18:Personal (Holy Bottle)
19:Lucky
20:Resurrect
21:Stat Boost
22:Angel Song
23:Magical
24:Personal (Cooking)
25:Rhythm
26:E. Guard
27:Speed Cast
28:Spell Save
29:Spell Charge
30:Neutralizer
31:Personal (TP consumption)
32:Item Pro
33:Happiness
34:Personal (Enemy reaction time)
35:Prolong
40:Personal (Zelos)
41:Slasher
42:Super Chain
43:Rear Guard
44:Personal (Food)
45:Endure
46:P. Charge
47:Heavy Hit
48:Savior
49:Revive
50:Personal (Shop)
51:Guilt
52:Flash
53:Personal (HP Recover)
54:EX Attack
55:EX Defend
56:L. Unison
57:Counter
58:Phys. Status
59:Over Limit
60:R. Arts
61:T. Guard
62:Life Up
63:Spirit Up
64:T. Cancel
65:Quick Turn
66:B. Guard
67:Unison Force
68:Relax
69:Critical Up
70:Sky Cancel
71:Run Away!
72:Exp Plus
73:Jump Combo
74:Aerial Guard
75:Technical
76:C. Combo
77:Self Cure
79:Regenerate
81:Item Finder
82:Gald Finder
83:Super Guard
84:Reflect
85:Nullify
87:Life Thief
88:Spirit Thief
89:Pow Hammer
90:C. Counter
91:Battle Cry
92:Exp Plus A
93:Angel's Tear
94:S. Guard
95:Resilience
96:Item Getter
97:Magic Boost
98:E. Block
99:Mag. Status
100:Hard Hit
101:Lucky Soul
102:Air Brake
103:Reducer
104:Randomizer
106:Nimble Mage
107:Roll
108:Spell Defense
109:Blood Spirit
110:Spell Revenge
111:Concentrate
113:Auto Aid
114:Anti-Element
116:Lucky Magic
117:Quick Spell
118:Item Master
120:M. Guardian
122:Spirit Healer
129:E. Plus
132:Life Drain
133:Spirit Drain
134:Skill Boost
135:Solid Guard
136:Reprise
137:Landing
138:Super Blast
139:Chivalry
140:Healing
142:Combo Force
143:Dash Guard
145:Aerial Spell
146:Over Charge
147:P. Defense
148:Hot Shot
149:Variable
150:G. Breaker
151:Pain Suppress
152:Exp Plus ST
153:Power Dash
154:Glory
155:Survivor
156:Armor
157:HP Recover
159:Healer Taunt
160:Aerial Jump
</DropDownList>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>1088</ID>
                  <Description>"dropdown: Species"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Species 1
1:Species 2
2:Species 3
3:Species 4
</DropDownList>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>1112</ID>
                  <Description>"dropdown: Encounter"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Zombie x1
1:Zombie x1
2:Ghost x1 Zombie x1
3:Foot Soldier x2
4:Vidarr x1
5:Golem x1
6:Whip Master x2
7:Whip Master x1 Bowman x1
8:Exbelua x1
9:Whip Master x2 Bowman x1
10:Foot Soldier x2
11:Botta x1 Foot Soldier x2
12:Ktugach x1 Ktugachling x2
13:Adulocia x1 Amphitra x2
14:Lapyx x1
15:Lubaris x1
16:Clumsy Assassin x1 (Sheena) Guardian-Wind x1
17:Resolute Assassin x1 (Sheena) Guardian-Lightning x1
18:Whip Master x2 Evil Sorcerer x1
19:Kilia x1
20:Whip Master x2 Bowman x1 Evil Sorcerer x1
21:Whip Master x1 Bowman x2 Evil Sorcerer x1
22:Magnius x1 Whip Master x1 Bowman x1
23:Efreet x1
24:Undine x1
25:Sephie x1 Yutis x1 Fairess x1 (Sylph)
26:Windmaster x1
27:Spearwoman x2 Evil Sorcerer x1
28:Yuan x1
29:Whip Master x1 Spearman x2 Evil Sorcerer x1
30:Evil Sorcerer x2
31:Kvar x1 Energy Stone x3
32:Remiel x1
33:Kratos Aurion x1 (Fight 1)
34:Yggdrasill x1 (Fight 1)
35:Fire Element x2
36:Sephie x1 Yutis x1 Fairess x1 (Sylph)
37:Cardinal Knight x3
38:Pronyma x1
39:Efreet x1
40:Convict x3
41:Cardinal Knight x3
42:Convict x1 (Regal)
43:Toze Valley Mine Defense System x1
44:Commander Knight x1 Cardinal Knight x2
45:Zombie x1
46:Volt x1
47:Botta x1 Yuan x1
48:Winged Dragon x1 Baby Dragon x2
49:Gnome x1
50:Celsius x1 Fenrir x1
51:Shadow x1
52:Commander Knight x1 Cardinal Knight x2
53:Rodyle x1
54:Baby Dragon x3
55:Baby Dragon x2
56:Duelist x2 Sorceress x1
57:Zombie x1
58:Luna x1 Aska x1
59:Whip Master x2 Spearwoman x1 Evil Sorcerer x1
60:Forcystus x1 Exbone x2
61:Zombie x1 Commander x2
62:Zombie x1
63:Kuchinawa x1
64:Plantix x1
65:Kratos Aurion x1 (Fight 2)
66:Yggdrasill x1 (Fight 2)
67:Angel Commander x1 Angel Swordian x2
68:Angel Swordian x2 Angel Commander x1
69:Angel Commander x1 Angel Swordian x2 Angel Spearman x1
70:Gatekeeper x1 Angel Swordian x2
71:Zelos Wilder x1
72:Pronyma x1 Idun x2 (Tower of Salvation)
73:Yggdrasill x1 (Fight 3)
74:Kratos Aurion x1 (Fight 3)
75:Origin x1
76:The Neglected x1
77:The Fugitive x1
78:The Judged x1
79:Mithos x1
80:Mithos x1
81:Mithos x1 (Second form)
82:Seles x1
83:Garr x1 Farah Oersted x1 Meredy x1
84:Maxwell x1
85:Zombie x1
86:Abyssion x1
87:Sword Dancer x1 (Fight 1)
88:Sword Dancer x1 (Fight 2)
89:Sword Dancer x1 (Fight 3)
90:Sword Dancer x1
91:Zombie x2
92:Cave Worm x2
93:Bacura x1
94:Zombie x1
95:Duelist x2 Heavy Armor x1
96:Sand Worm x1
97:Cutlass x3
98:Hell Night x1
99:Living Armor x1
100:Minicoid x2
101:Spider x1 Giant Bee x1
102:Rabbit x1 Spider x1
103:Rabbit x1 Giant Bee x1
104:Spider x1 Minicoid x2
105:Giant Bee x3
106:Giant Bee x2
107:Rabbit x1 Slime x1
108:Spider x1 Slime x1 Minicoid x1
109:Minicoid x2
110:Minicoid x1 Slime x2
111:Zombie x2 Ghost x1
112:Zombie x1 Spider x1 Slime x1
113:Zombie x1 Ghost x1 Slime x2
114:Zombie x2 Ghost x1 Slime x1
115:Slime x2 Ghost x1
116:Slime x2 Zombie x1 Ghost x1
117:Spider x2 Slime x2
118:Spider x1 Ghost x1 Slime x1
119:Zombie x1 Ghost x2 Spider x1
120:Golem x1
121:Whip Master x1
122:Whip Master x2
123:Whip Master x3
124:Whip Master x4
125:Zombie x1
126:Zombie x1
127:Zombie x1
128:Zombie x1
129:Whip Master x2 Hawk x2
130:Zombie x1
131:Foot Soldier x1
132:Foot Soldier x2
133:Foot Soldier x1 Raybit x1
134:Raybit x1
135:Raybit x2
136:Whip Master x2
137:Whip Master x1 Bowman x1
138:Bowman x2
139:Mithos x1 (Second form)
140:Mithos x1 (Second form)
141:Fire Bird x1 Brown Pot x2
142:Fire Bird x2 Fire Element x1
143:Fire Bird x2 Fire Warrior x1
144:Scorpion x3
145:Scropioin x2 Brown Pot x1 Fire Element x1
146:Scorpion x2 Fire Bird x1 Fire Warrior x1
147:Fire Warrior x2 Fire Element x1
148:Fire Warrior x2 Fire Element x2
149:Fire Warrior x2 Brown Pot x1 Fire Element x1
150:Fire Warrior x2 Fire Bird x1 Fire Element x1
151:Thief x1 Archer x2
152:Thief x2 Archer x1 Witch x1
153:Axe Beak x2 Bear x1
154:Axe Beak x1 Hawk x1 Bear x1
155:Axe Beak x2 Hawk x1 Mandragora x1
156:Axe Beak x1 Hawk x1 Mandragora x2
157:Bear x2
158:Axe Beak x1 Bear x2
159:Mandragora x2 Bear x1
160:Mandragora x2 Bear x1 Axe Beak x1
161:Whip Master x1 Bowman x1 Evil Sorcerer x1
162:Whip Master x1 Bowman x1
163:Whip Master x2 Bowman x1
164:Whip Master x1 Bowman x2
165:Whip Master x2
166:Whip Master x2 Bowman x1 Evil Sorcerer x1
167:Whip Master x1 Bowman x2 Evil Sorcerer x1
168:Raybit x2 Whip Master x1
169:Raybit x2 Whip Master x2
170:Raybit x2
171:Starfish x4
172:Starfish x2 Float Dragon x1
173:Starfish x2 Octoslime x1
174:Float Dragon x2 Green Roper x1 Starfish x1
175:Starfish x1 Float Dragon x1 Octoslime x1
176:Green Roper x2 Float Dragon x1
177:Green Roper x2 Octoslime x1
178:Starfish x1 Green Roper x2 Water Element x1
179:Starfish x1 Float Dragon x1 Water Element x2
180:Green Roper x1 Float Dragon x1 Water Element x2
181:Arachnid x2 Skeleton x1
182:Arachnid x2 Gargoyle x1 Harpy x1
183:Arachnid x3 Melting Pot x1
184:Arachnid x1 Skeleton x1 Wind Element x1
185:Skeleton x2 Harpy x1 Wind Element x1
186:Arachnid x1 Skeleton x1 Harpy x2
187:Gargoyle x1 Wind Element x1 Harpy x2
188:Gargoyle x2 Arachnid x1 Wind Element x1
189:Gargoyle x1 Melting Pot x1 Skeleton x2
190:Melting Pot x2 Gargoyle x1 Harpy x1
191:Whip Master x1 Spearwoman x1
192:Spearwoman x1 Evil Scorcerer x1
193:Whip Master x1 Evil Sorcerer x1
194:Whip Master x1 Spearwoman x1 Evil Sorcerer x1
195:Raybit x1 Whip Master x1
196:Raybit x1 Spearwoman x1
197:Raybit x1 Evil Sorcerer x1
198:Raybit x1
199:Raybit x1
200:Raybit x2
201:Living Sword x2
202:Living Sword x2 Grim Reaper x1
203:Living Sword x1 Grim Reaper x2
204:Specter x1 Grim Reaper x2
205:Living Sword x1 Specter x1 Grim Reaper x1
206:Living Sword x1 Specter x2
207:Specter x2
208:Specter x1 Grim Reaper x1
209:Living Sword x1 Living Doll x1
210:Living Sword x1 Living Doll x1 Grim Reaper x1
211:Foot Soldier x1 Raybit x1
212:Foot Soldier x1 Raybit x2
213:Foot Soldier x2 Raybit x2
214:Foot Soldier x2 Evil Warrior x1
215:Foot Soldier x1 Evil Warrior x2
216:Foot Soldier x2 Evil Warrior x2
217:Raybit x2 Evil Warrior x2
218:Raybit x1 Foot Soldier x2 Evil Warrior x1
219:Raybit x2 Foot Soldier x1 Evil Warrior x2
220:Zombie x1
221:Zombie x1
222:Zombie x1
223:Zombie x1
224:Zombie x1
225:Zombie x1
226:Zombie x1
227:Zombie x1
228:Zombie x1
229:Zombie x1
230:Zombie x1
231:Night Raid x1 Hare x1 Egg Bear x1
232:Night Raid x1 Egg Bear x1
233:Hare x1 Night Raid x1
234:Night Raid x2
235:Black Bat x2
236:Black Bat x2 Night Raid x1
237:Black Bat x2 Hare x1
238:Black Bat x2 Egg Bear x1
239:Hare x2
240:Torrent x1
241:Zombie x2 Ghost x1 Slime x1
242:Zombie x1 Ghost x1 Slime x2
243:Zombie x2 Ghost x2
244:Zombie x1 Ghost x1 Demon x1
245:Zombie x2 Ghost x1 Chimaera x1
246:Zombie x2 Chimaera x2
247:Chimaera x1 Demon x2
248:Chimaera x2 Zombie x1 Slime x1
249:Chimaera x2 Zombie x1 Ghost x1
250:Chimaera x1 Demon x1
251:Giant Rat x1
252:Giant Rat x2
253:Giant Rat x3
254:Sewer Rat x1 Violent Viper x2 Giant Leech x1
255:Violent Viper x2 Giant Leech x2
256:Sewer Rat x1 Violent Viper x1 Jellyfish x2
257:Violent Viper x3 Giant Leech x1 Jellyfish x1
258:Sewer Rat x3 Giant Leech x1 Jellyfish x1
259:Sewer Rat x1 Violent Viper x2 Jellyfish x2
260:Sewer Rat x6
261:Tropical Worm x2 Pumpkin Tree x1 Boxer Iris x1
262:Tropical Worm x2 Ghoul x1 Phantom x1
263:Tropical Worm x3 Undertaker x1
264:Pumpkin Tree x2 Boxer Iris x1 Tropical Worm x1
265:Boxer Iris x2 Ghoul x1 Pumpkin Tree x1
266:Ghoul x1 Phantom x1 Pumpkin Tree x1
267:Ghoul x2 Phantom x1 Pumpkin Tree x1
268:Undertaker X2 Tropical Worm x1
269:Ghoul x2 Undertaker x1 Phantom x1
270:Undertaker x2 Phantom x1 Ghoul x1
271:Fake x1 (Triet Ruins)
272:Fake x1 (Underground Sewer)
273:Fake x1 (Latheon Gorge)
274:Fake x1
275:Bacura x1
276:Zombie x1
277:Zombie x1
278:Zomibe x1
279:Zombie x1
280:Zombie x1
281:Red Bat x3 Red Roper x2
282:Red Bat x3 Rock Golem x1
283:Red Bat x2 Basilisk x1 Red Roper x1
284:Basilisk x2 Red Bat x2
285:Basilisk x2 Rock Golem x1
286:Red Roper x2 Roller Snail x2
287:Red Roper x2 Roller Snail x1 Basilisk x1
288:Red Roper x1 Roller Snail x2 Red Bat x1
289:Rock Golem x2 Basilisk x1
290:Rock Golem x2 Roller Snail x1
291:Foot Soldier x2 Evil Warrior x1
292:Foot Soldier x1 Evil Warrior x2
293:Foot Soldier x3 Evil Warrior x1
294:Foot Soldier x2 Evil Warrior x2
295:Foot Soldier x1 Evil Warrior x2 Commander x1
296:Raybit x2 Foot Soldier x1
297:Raybit x2 Evil Warrior x1
298:Foot Soldier x2 Commander x1
299:Raybit x2 Commander x1
300:Evil Warrior x2 Commander x1
301:Thunder Sword x2 Lamia x1
302:Thunder Sword x3 Lamia x1
303:Thunder Sword x1 Gold Slime x2 Lamia x1
304:Thunder Sword x2 Gold Slime x1 Thunder Bird x1
305:Gold Skeleton x2 Thunder Sword x1
306:Gold Skeleton x2 Gold Slime x1 Lamia x1
307:Gold Skeleton x2 Lightning Bird x1 Lamia x1
308:Lightning Bird x2 Thunder Sword x1
309:Lightning Bird x2 Gold Slime x1 Thunder Sword x1
310:Lightning Bird x1 Gold Slime x2 Lamia x1
311:Ice Spider x2 Penguinist x1
312:Ice Spider x3 Penguinist x1
313:Ice Spider x2 Ice Warrior x1 Feather Magic x1
314:Bigfoot x1 Penguinist x1 Ice Spider x1
315:Lobo x1 Ice Spider x1 Penguinist x1
316:Lobo x2
317:Ice Warrior x2 Feather Magic x1 Penguinist x1
318:Ice Warrior x1 Penguinist x1 Feather Magic x2
319:Penguinist x2 Feather Magic x2
320:Penguinist x4
321:Giant Snail x2 Clay Golem x1
322:Giant Snail x2 Earth Element x1
323:Giant Snail x1 Clay Golem x1 Earth Element x1
324:Giant Snail x1 Neviros x2 Earth Element x1
325:Neviros x2 Earth Element x2
326:Clay Golem x1 Neviros x2
327:Clay Golem x1 Neviros x1 Earth Element x1
328:Clay Golem x1 Earth Element x2
329:Clay Golem x2 Earth Element x1
330:Dragon x1
331:Pharaoh Knight x2 Manticore x1
332:Pharaoh Knight x2 Manticore x2
333:Manticore x2 Coffinmaster x1
334:Manticore x2 Coffinmaster x1 Druid x1
335:Manticore x2 Pharaoh Knight x1 Druid x1
336:Coffinmaster x2 Druid x1
337:Coffinmaster x1 Pharaoh Knight x1 Druid x2
338:Pharaoh Knight x3 Druid x1
339:Pharaoh Knight x1 Coffinmaster x2 Druid x1
340:Zombie x1
341:Whip Master x1 Spearwoman x2 Bowman x1
342:Whip Master x1 Spearwoman x1 Bowman x2
343:Whip Master x2 Spearwoman x1 Evil Sorcerer x1
344:Whip Master x1 Bowman x2 Evil Sorcerer x1
345:Sea Horror x2 Evil Jelly x1
346:Giant Slug x2 Evil Jelly x1
347:Evil Jelly x1 Giant Slug x2
348:Zombie x1
349:Zombie x1
350:Zombie x1
351:Doom Guard x2 Phantasm x1 Death x1
352:Phantasam x2 Death x1 Samael x1
353:Doom Guard x1 Death x2 Samael x1
354:Phantom Knight x1 Death x2 Samael x1
355:Phantom Knight x1 Samael x2
356:Dark Dragon x1
357:Zombie x1
358:Zombie x1
359:Zombie x1
360:Zombie x1
361:Whip Master x1 Spearwoman x2 Bowman x1
362:Whip Master x1 Spearwoman x1 Bowman x2
363:Whip Master x2 Spearwoman x1 Evil Sorcerer x1
364:Whip Master x1 Bowman x2 Evil Sorcerer x1
365:Whip Master x2 Spearwoman x1 Evil Sorcerer x1
366:Whip Master x2 Bowman x1 Evil Sorcerer x1
367:Whip Master x1 Spearwoman x1 Evil Sorcerer x2
368:Raybit x2 Whip Master x1
369:Raybit x2 Whip Master x1 Spearwoman x1
370:Raybit x2 Bowman x1 Evil Sorcerer x1
371:Armaboar x2
372:Boar x2 Baby Boar x2
373:Boar x2 Baby Boar x2 Storm Claw x1
374:Boar x2 Baby Boar x3
375:Killer Bee x2 Orcrot x1 Storm Claw x1
376:Killer Bee x3 Orcrot x2
377:Killer Bee x5
378:Storm Claw x2 Dodo x2 Boar x1
379:Storm Claw x2 Boar x2 Baby Boar x1
380:Storm Claw x1 Dodo x2 Orcrot x1
381:Zombie x1
382:Zombie x1
383:Zombie x1
384:Zombie x1
385:Zombie x1
386:Zombie x1
387:Zombie x1
388:Zombie x1
389:Zombie x1
390:Zombie x1
391:Poison Lily x2 Deathseeker x1
392:Poison Lily x2 Deathseeker x1 Sea Dragon x1
393:Poison Lily x2 Spiked Snail x1
394:Spiked Snail x1 Sea Dragon x1 Death Seeker x1
395:Spiked Snail x2 Poison Lily x1
396:Spiked Snail x2 Sea Dragon x2
397:Deathseeker x2 Sheldra x1
398:Sheldra x2 Sea Dragon x1
399:Crush Tortoise x1
400:Crush Tortoise x1 Sea Dragon x1
401:Cybit x2 Hammer Knuckle x1
402:Cybit x3 Hammer Knuckle x1
403:Cybit x2 Hammer Knuckle x2
404:Cybit x2 Murder x1
405:Cybit x3 Murder x1
406:Murder x2
407:Hammer Knuckle x1 Murder x1
408:Cybit x2 Perfect Murder x1
409:Cybit x3 Perfect Murder x1
410:Perfect Murder x1
411:Angel Swordian x2 Angel Archer x1
412:Angel Spearman x2 Angel Swordian x1
413:Angel Spearman x1 Angel Archer x2
414:Angel Archer x1 Angel Commander x1
415:Angel Swordian x1 Angel Commander x1
416:Angel Spearman x1 Angel Commander x1
417:Angel Swordian x1
418:Angel Spearman x1
419:Angel Commander x1
420:Bomb Plant x1 Bomb Seedling x4
421:Evil Orchid x2 Mocking Plant x2
422:Evil Orchid x1 Mocking Plant x1
423:Mocking Plant x2
424:Evil Orchid x1
425:Mocking Plant x1
426:Angel Swordian x2
427:Zombie x1
428:Zombie x1
429:Zombie x1
430:Zombie x1
431:Alraune x2 Torent x1
432:Alrune x1 Torent x2 Bellpepper Head x1
433:Cutlass x1 Alraune x2
434:Alraune x1 Torent x1 Man-Eater x2
435:Carnivorous Plant x1
436:Cutlass x2 Araune x1
437:Man-Eater x2 Arune x1 Bellpepper Head x1
438:Man-Eater x2 Cutlass x1
439:Cutlass x1 Man Eater x2 Bellpepper Head x1
440:Gold Dragon x1
441:Dark Sword x2 Dark Archer x1
442:Dark Spear x2 Dark Sword x1
443:Dark Sword x2 Dark Archer x1
444:Dark Spear x2 Dark Archer x2
445:Dark Sword x2 Dark Commander x1
446:Dark Sword x1 Dark Spear x1 Dark Commander x1
447:Dark Spear x2 Dark Archer x1 Dark Commander x1
448:Zombie x1
449:Zombie x1
450:Zombie x1
451:Rogue x1
452:Duelist x1
453:Heavy Armor x1
454:Boxer Iris x1
455:Coffin Master x1
456:Feather Magic x1
457:Sasquatch x1
458:Velocidragon x1 Dragon Rider x1
459:Crush Tortoise x1
460:Drake x1
461:Ice Warrior x1
462:Dragon Knight x1
463:Rouge x2 Ranger x1 Sorcereress x1
464:Duelist x2 Ranger x1 Sorcereress x1
465:Super Star x2 Seahorse x1 Kraaken x1
466:Specter x2 Grim Reaper x2
467:Pharoah Knight x3 Coffinmaster x1
468:Beast Ogre x1 Druid x2
469:Boar x2 Baby Boar x3
470:Red Mantis x2 Feather Magic x2
471:Cutlass x2 Evil Teddy x2
472:Dragon Knight x1 Druid x2
473:Zombie x1
474:Zombie x1
475:Wolf x2 Bear x1 Rabbit x1
476:Tentacle Plant x2 Mandragora x2
477:Zombie x2 Ghost x2
478:Brown Pot x2 Living Sword x2
479:Black Bat x2 Cockatrice x2
480:Boxer Iris x2 Red Mantis x1
481:Kraaken x1 Feather Magic x2
482:Ghoul x2 Coffinmaster x2
483:Ghoul x2 Coffinmaster x2
484:Ghoul x2 Coffinmaster x2
485:Doom Guard x2 Medusa x1
486:Doom Guard x2 Medusa x1 Samael x1
487:Doom Guard x1 Medusa x2 Samael x1
488:Arch Demon x1 Medusa x2
489:Arch Demon x1 Medusa x1
490:Zombie x1
491:Thief x1 Archer x2 Witch x1
492:Zombie x1
493:Zombie x1
494:Torent x1 Tentacle Plant x2
495:Insect Plant x1
496:Zombie x1
497:Zombie x1
498:Zombie x1
499:Zombie x1
500:Bacura x1
501:Wolf x2 Hawk x1
502:Wolf x1 Rabbit x1 Hawk x1
503:Hawk x1 Giant Bee x1 Hawk x1
504:Rabbit x1 Wolf x1
505:Hawk x1 Rabbit x1
506:Wolf x2 Hawk x1
507:Giant Bee x1 Spider x1 Slime x1
508:Zombie x1 Ghost x2 Spider x1
509:Minicoid x1 Tentacle Plant x1
510:Giant Bee x1 Spider x1
511:Zombie x1
512:Zombie x1
513:Zombie x1
514:Zombie x1
515:Zombie x1
516:Hawk x2 Sidewinder x1
517:Hawk x1 Wolf x2 Sidewinder x1
518:Hawk x1 Sidewinder x1
519:Rabbit x1 Sidewinder x1
520:Thief x2
521:Scorpion x2 Sidewinder x1
522:Sidewinder x2 Scorpion x1
523:Sidewinder x2
524:Sidewinder x1 Scorpion x1
525:Scorpion x2
526:Thief x1
527:Zombie x1
528:Zombie x1
529:Zombie x1
530:Zombie x1
531:Wolf x1 Axe Beak x2 Rabbit x1
532:Thief x2 Archer x1 Witch x1
533:Sidewinder x1 Axe Beak x1 Wolf x2
534:Thief x2 Archer x1
535:Wolf x2 Sidewinder x1
536:Minicoid x1 Tentacle Plant x1 Mandragora x2
537:Woods Worm x1 Sidewinder x1 Mandragora x1
538:Woods Worm x1 Sidewinder x1 Mandragora x2
539:Woods Worm x1 Tentacle Plant x1 Killer Bee x2
540:Zombie x2 Ghost x1 Slime x2
541:Fish x2 Sea Jelly x2
542:Fish x3 Sea Jelly x1
543:Fish x1 Sea Jelly x3
544:Fish x2
545:Fish x1 Sea Jelly x1
546:Zombie x1
547:Zombie x1
548:Zombie x1
549:Zombie x1
550:Zombie x1
551:Grasshopper x2 Giant Beetle x2
552:Giant Beetle x4
553:Giant Beetle x2
554:Soldier x1 Archer x1
555:Soldier x2 Witch x1 Archer x1
556:Soldier x1 Archer x2 Witch x1
557:Soldier x1 Thief x1 Witch x1
558:Soldier x1 Archer x1 Witch x1
559:Grasshopper x2 Woods Worm x2
560:Grasshoper x1 Woods Worm x1 Giant Beetle x2
561:Woods Worm x2 Giant Beetle x1
562:Giant Beetle x2 Woods Worm x1
563:Zombie x1
564:Zombie x1
565:Zombie x1
566:Wyvern x1
567:Starfish x2 Fish x2 Sea Jelly x2
568:Starfish x2 Fish x2 Sea Jelly x1
569:Zombie x1
570:Zombie x1
571:Zombie x1
572:Zombie x1
573:Zombie x1
574:Zombie x1
575:Zombie x1
576:Zombie x1
577:Zombie x1
578:Zombie x1
579:Zombie x1
580:Zombie x1
581:Grasshoper x2 Giant Beetle x1 Harpy x1
582:Velocidragon x1 Dragon Rider x1
583:Grasshoper x1 Giant Beetle x1
584:Giant Beetle x3
585:Warrior x1 Soldier x1 Sorcerer x2
586:Warrior X1 Soldier X1 Archer x2
587:Marcroid x1 Minicoid x4
588:Insect Plant x1
589:Zombie x1
590:Zombie x1
591:Zombie x1
592:Zombie x1
593:Zombie x1
594:Zombie x1
595:Zombie x1
596:Ogre x2 Grasshoper x1
597:Velocidragon x1 Dragon Rider x1
598:Cockatrice x1 Grasshoper x1 Giant Beetle x2
599:Cockatrice x1 Grasshoper x1
600:Velocidragon x1 Dragon Rider x1
601:Warrior x2 Sorcerer x2
602:Warrior x2 Archer x1 Sorcerer x2
603:Warrior x1 Soldier x1 Sorcerer x1
604:Soldier x1 Archer x1 Sorcerer x1
605:Cockatrice x2 Woods Worm x1 Grasshopper x1
606:Woods Worm x1 Grasshopper x1 Giant Beetle x2
607:Cockatrice x1 Woods Worm x1
608:Tortoise x2
609:Tortoise x1 Starfish x3
610:Tortoise x1
611:Starfish x2 Sea Jelly x1
612:Starfish x1 Sea Jelly x2
613:Grasshopper x3
614:Grasshopper x1 Giant Beetle x2
615:Zombie x1
616:Zombie x1
617:Zombie x1
618:Zombie x1
619:Zombie x1
620:Zombie x1
621:Zombie x1
622:Zombie x1
623:Zombie x1
624:Zombie x1
625:Zombie x1
626:Zombie x1
627:Zombie x1
628:Zombie x1
629:Zombie x1
630:Zombie x1
631:Night Raid x2 Rogue x1
632:Rogue x2
633:Seaspin x2 Super Star x2
634:Super Star x2 Seaspin X2
635:Seaspin x1 Super Star x1
636:Seaspin x2
637:Zombie x1
638:Zombie x1
639:Zombie x1
640:Zombie x1
641:Zombie x1
642:Zombie x1
643:Zombie x1
644:Zombie x1
645:Zombie x1
646:Night Raid x2 Zombie x1 Ghost x2
647:Night Raid Grasshopper x2 Zombie x1
648:Zombie x1 Ghost x1
649:Zombie x1 Night Raid x1
650:Rogue x2 Sorceress x2
651:Rogue x3 Sorceress x1
652:Night Raid x2 Rogue x1 Sorceress x1
653:Rogue x1 Sorceress x1
654:Night Raid x1 Rogue x1
655:Tortoise x1 Super Star x1 Seaspin x1
656:Zombie x1
657:Zombie x1
658:Zombie x1
659:Zombie x1
660:Zombie x1
661:Mantis x2 Giant Snail x2
662:Giant Snail x2 Mantis x1 Gold Beetle x1
663:Giant Snail x1 Mantis x2
664:Mantis x1 Gold Beetle x2
665:Mantis x2 Red Bat x2
666:Giant Snail x2 Killer Bee x2
667:Mantis x1 Red Bat x1
668:Giant Snail x1 Killer Bee x1
669:Zombie x1
670:Zombie x1
671:Zombie x1
672:Zombie x1
673:Zombie x1
674:Zombie x1
675:Zombie x1
676:Zombie x1
677:Zombie x1
678:Zombie x1
679:Zombie x1
680:Zombie x1
681:Zombie x1
682:Zombie x1
683:Zombie x1
684:Zombie x1
685:Zombie x1
686:Tropical Worm x2 Egg Bear x1
687:Tropical Worm x1 Gold Beetle x3
688:Zombie x1
689:Tropical Worm x1 Gold Beetle x1
690:Gold Beetle x2
691:Zombie x1
692:Zombie x1
693:Zombie x1
694:Zombie x1
695:Zombie x1
696:Mantis x2 Gold Beetle x2
697:Boxer Iris x2 Mantis x1 Gold Beetle x1
698:Drake x1
699:Mantis x1 Gold Beetle x1
700:Gold Beetle x2
701:Rogue x1 Ranger x2 Sorceress x1
702:Rogue x2 Ranger x1 Sorceress x1
703:Rogue x1 Ranger x1
704:Ranger x1 Sorceress x1
705:Beast Ogre x1 Mantis x1 Gold Beetle x1
706:Beast ogre x1 Ghoul x2
707:Tropical Worm x1 Boxer Iris x2 Pumpkin Tree x1
708:Mantis x1 Boxer Iris x1
709:Tropical Worm x1 Gold Beetle x2
710:Zombie x1
711:Zombie x1
712:Zombie x1
713:Zombie x1
714:Zombie x1
715:Zombie x1
716:Zombie x1
717:Zombie x1
718:Zombie x1
719:Zombie x1
720:Zombie x1
721:Penguinist x2 Ice Spider x2
722:Ice Spider x2 Penguinist x2
723:Penguinist x1 Ice Spider x1
724:Penguinist x2
725:Ice Spider x2
726:Sliver x1
727:Zombie x1
728:Zombie x1
729:Zombie x1
730:Zombie x1
731:Gentleman x1
732:Seahorse x2 Seaspin x1 Super Star x1
733:Seahorse x2 Seaspin x2
734:Seahorse x1 Super Star x3
735:Seahorse x1 Super Star x1 Mermaid x2
736:Seahorse x1 Super Star x1
737:Seahorse x1 Seaspin x1
738:Seaspin x1 Super Star x1
739:Zombie x1
740:Zombie x1
741:Red Mantis x2 Scarlet Needle x2
742:Basilisk x2 Red Mantis x1 Scarlet Needle x1
743:Red Mantis x1 Scarlet Needle x1
744:Basilisk x1 Scarlet Needle x1
745:Basilisk x2 Red Bat x2
746:Scarlet Needle x2 Red Bat x1 Red Mantis x1
747:Basilisk x2 Red Bat x1
748:Scarlet Needle x1 Red Bat x2
749:Zombie x1
750:Zombie x1
751:Zombie x1
752:Zombie x1
753:Zombie x1
754:Zombie x1
755:Zombie x1
756:Red Mantis x1 Storm Claw x1
757:Heavy Armor x2 Ranger x2
758:Heavy Armor x1 Duelist x2 Ranger x1
759:Duelist x1 Ranger x1
760:Heavy Armor x1 Ranger x1
761:Killer Bee x2 Red Mantis x2
762:Killer Bee x1 Red Mantis x1 Killer Storm Claw x2
763:Killer Bee x1 Red Mantis x1
764:Red Mantis x1 Storm Claw x1
765:Kraaken x2 Seahorse x1 Super Star x1
766:Kraaken x1 Seahorse x3
767:Kraaken x1 Seahorse x1
768:Seahorse x2
769:Zombie x1
770:Zombie x2
771:Penguiner x4
772:Penguiner x2
:Everything inbetween weren't checked
801:Shadow Pronyma x1 Shadow Forcystus x1 Shadow Magnius x1
802:Mithos the Hero x1 Kratos the Hero x1 Yuan the Hero x1
:The rest weren't checked
</DropDownList>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>1113</ID>
                  <Description>"dropdown: Background"</Description>
                  <DropDownList DisplayValueAsItem="1">14:Iselia (Ruined)
26:Martel Temple (Outside)
28:S.Base (Normal Arena)
29:S.Base (Boss Arena)
31:Fire Temple Boss Room
32:Osila Trail (Battle field)
18:Asgard (Boss room)
36:Wind Temple (Normal Arena)
37:Wind Temple (Boss Arena)
38:(Luin) Desian Base (Normal Arena)
72:(Luin) Desian Base (Boss Arena
40:Tower of Mana (Normal Arena)
41:Tower of Mana (Boss Arena)
44:Fooji Mountain (Arena)
45:Tethe'alla Bridge (Arena)
46:Gaoracchia Forest (Arena)
52:Toze Valley Mine (Boss Arena)
64:Lightning Temple (Normal Arena)
65:Lightning Temple (Boss Arena)
47:T.Base (Normal Arena)
48:T.Base (Boss Arena)
49:Dragon Nest (Boss Arena
66:Earth Temple (Normal Arena)
67:Earth Temple (Boss Arena)
62:Ice Temple (Normal Arena)
63:Ice Temple (Boss Arena)
</DropDownList>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>1416</ID>
                  <Description>"dropdown: Disabled/Enabled"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Disabled
1:Enabled
</DropDownList>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>1417</ID>
                  <Description>"dropdown: Enabled/Disabled"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Enabled
1:Disabled
</DropDownList>
                  <LastState Value="" RealAddress="00000000"/>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>149</ID>
              <Description>"Party Formation (backup)"</Description>
              <Options moHideChildren="1"/>
              <DropDownList DisplayValueAsItem="1">0:Nothing
1:Lloyd
2:Colette
3:Genis
4:Raine
5:Sheena
6:Zelos
7:Presea
8:Regal
9:Kratos
</DropDownList>
              <LastState/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : TOS.exe
  Version: 
  Date   : 2021-07-30
  Author : thing

  This script does blah blah blah
}

[ENABLE]
aobscanmodule(partyFormationAOB,TOS.exe,8A 06 84 C0 74 34) // should be unique
alloc(newmem,$1000)
alloc(partyFormation,4)
fullAccess(partyFormationAOB,6)

label(code)
label(return)

newmem:
push rax
lea rax,[esi]
mov [partyFormation],rax
pop rax
code:
  mov al,[esi]
  test al,al
  je TOS.exe+CF43A
  jmp return

partyFormationAOB:
  jmp newmem
  nop
return:

registersymbol(partyFormation)
registersymbol(partyFormationAOB)
[DISABLE]

partyFormationAOB:
  db 8A 06 84 C0 74 34

unregistersymbol(partyFormation)
unregistersymbol(partyFormationAOB)
dealloc(newmem)
dealloc(partyFormation)

{
// ORIGINAL CODE - INJECTION POINT: partyFormationAOB

TOS.exe+CF3CF: 8B 0D 68 3F AD 00        - mov ecx,[TOS.exe+6D3F68]
TOS.exe+CF3D5: DC 05 B8 29 88 00        - fadd qword ptr [TOS.exe+4829B8]
TOS.exe+CF3DB: D9 5E 48                 - fstp dword ptr [esi+48]
TOS.exe+CF3DE: C6 44 24 1B 00           - mov byte ptr [esp+1B],00
TOS.exe+CF3E3: C6 44 24 1A 00           - mov byte ptr [esp+1A],00
TOS.exe+CF3E8: C6 44 24 19 00           - mov byte ptr [esp+19],00
TOS.exe+CF3ED: 8D B1 4D 0F 00 00        - lea esi,[ecx+00000F4D]
TOS.exe+CF3F3: C7 44 24 38 09 00 00 00  - mov [esp+38],00000009
TOS.exe+CF3FB: EB 03                    - jmp partyFormationAOB
TOS.exe+CF3FD: 8D 49 00                 - lea ecx,[ecx+00]
// ---------- INJECTING HERE ----------
partyFormationAOB: 8A 06                    - mov al,[esi]
// ---------- DONE INJECTING  ----------
TOS.exe+CF402: 84 C0                    - test al,al
TOS.exe+CF404: 74 34                    - je TOS.exe+CF43A
TOS.exe+CF406: 0F BE C0                 - movsx eax,al
TOS.exe+CF409: 69 C0 18 01 00 00        - imul eax,eax,00000118
TOS.exe+CF40F: 8B 84 08 6C 02 00 00     - mov eax,[eax+ecx+0000026C]
TOS.exe+CF416: A9 00 01 00 80           - test eax,80000100
TOS.exe+CF41B: 75 1D                    - jne TOS.exe+CF43A
TOS.exe+CF41D: A8 40                    - test al,40
TOS.exe+CF41F: 74 07                    - je TOS.exe+CF428
TOS.exe+CF421: C6 44 24 1B 01           - mov byte ptr [esp+1B],01
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>151</ID>
                  <Description>"Slot 1"</Description>
                  <DropDownListLink>Party Formation</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>partyFormation</Address>
                  <Offsets>
                    <Offset>-8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>152</ID>
                  <Description>"Slot 2"</Description>
                  <DropDownListLink>Party Formation</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>partyFormation</Address>
                  <Offsets>
                    <Offset>-7</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>153</ID>
                  <Description>"Slot 3"</Description>
                  <DropDownListLink>Party Formation</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>partyFormation</Address>
                  <Offsets>
                    <Offset>-6</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>154</ID>
                  <Description>"Slot 4"</Description>
                  <DropDownListLink>Party Formation</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>partyFormation</Address>
                  <Offsets>
                    <Offset>-5</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>155</ID>
                  <Description>"Slot 5"</Description>
                  <DropDownListLink>Party Formation</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>partyFormation</Address>
                  <Offsets>
                    <Offset>-4</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>156</ID>
                  <Description>"Slot 6"</Description>
                  <DropDownListLink>Party Formation</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>partyFormation</Address>
                  <Offsets>
                    <Offset>-3</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>157</ID>
                  <Description>"Slot 7"</Description>
                  <DropDownListLink>Party Formation</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>partyFormation</Address>
                  <Offsets>
                    <Offset>-2</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>158</ID>
                  <Description>"Slot 8"</Description>
                  <DropDownListLink>Party Formation</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>partyFormation</Address>
                  <Offsets>
                    <Offset>-1</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1106</ID>
              <Description>"Figure out Encounter with this (edit this) (enable encounter editor)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>String</VariableType>
              <Length>10</Length>
              <Unicode>0</Unicode>
              <CodePage>0</CodePage>
              <ZeroTerminate>1</ZeroTerminate>
              <Address>encounter507-FD80+80*4E</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>1951</ID>
              <Description>"Coordinates"</Description>
              <Options moHideChildren="1"/>
              <LastState/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : TOS.exe
  Version: 
  Date   : 2024-02-19
  Author : thing

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(coordsAOB,TOS.exe,D9 46 04 D8 43 04) // should be unique
alloc(newmem,$1000)
alloc(coordsPTR,8)

label(code)
label(return)

newmem:
  mov [coordsPTR],esi
code:
  fld dword ptr [esi+04]
  fadd dword ptr [ebx+04]
  jmp return

coordsAOB:
  jmp newmem
  nop
return:
registersymbol(coordsAOB)
registersymbol(coordsPTR)
[DISABLE]

coordsAOB:
  db D9 46 04 D8 43 04

unregistersymbol(coordsAOB)
unregistersymbol(coordsPTR)
dealloc(newmem)
dealloc(coordsPTR)

{
// ORIGINAL CODE - INJECTION POINT: TOS.exe+171F1E

TOS.exe+171EFD: D9 5C 24 44  - fstp dword ptr [esp+44]
TOS.exe+171F01: D9 43 04     - fld dword ptr [ebx+04]
TOS.exe+171F04: D8 44 24 3C  - fadd dword ptr [esp+3C]
TOS.exe+171F08: D9 5B 40     - fstp dword ptr [ebx+40]
TOS.exe+171F0B: D9 43 08     - fld dword ptr [ebx+08]
TOS.exe+171F0E: D8 44 24 44  - fadd dword ptr [esp+44]
TOS.exe+171F12: D9 5B 44     - fstp dword ptr [ebx+44]
TOS.exe+171F15: D9 43 0C     - fld dword ptr [ebx+0C]
TOS.exe+171F18: D8 44 24 40  - fadd dword ptr [esp+40]
TOS.exe+171F1C: EB 18        - jmp TOS.exe+171F36
// ---------- INJECTING HERE ----------
TOS.exe+171F1E: D9 46 04     - fld dword ptr [esi+04]
// ---------- DONE INJECTING  ----------
TOS.exe+171F21: D8 43 04     - fadd dword ptr [ebx+04]
TOS.exe+171F24: D9 5B 40     - fstp dword ptr [ebx+40]
TOS.exe+171F27: D9 46 08     - fld dword ptr [esi+08]
TOS.exe+171F2A: D8 43 08     - fadd dword ptr [ebx+08]
TOS.exe+171F2D: D9 5B 44     - fstp dword ptr [ebx+44]
TOS.exe+171F30: D9 46 0C     - fld dword ptr [esi+0C]
TOS.exe+171F33: D8 43 0C     - fadd dword ptr [ebx+0C]
TOS.exe+171F36: D9 5B 48     - fstp dword ptr [ebx+48]
TOS.exe+171F39: 8D 43 40     - lea eax,[ebx+40]
TOS.exe+171F3C: 8D 4B 34     - lea ecx,[ebx+34]
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>1133</ID>
                  <Description>"X"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>coordsPTR</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1135</ID>
                  <Description>"Y"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>coordsPTR</Address>
                  <Offsets>
                    <Offset>4</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1134</ID>
                  <Description>"Z"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Float</VariableType>
                  <Address>coordsPTR</Address>
                  <Offsets>
                    <Offset>8</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1143</ID>
              <Description>"Pause/Unpause"</Description>
              <VariableType>Byte</VariableType>
              <Address>TOS.exe+183D069</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>1160</ID>
              <Description>"Dungeon Camera"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>Double</VariableType>
              <Address>TOS.exe+482EA8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>1159</ID>
              <Description>"Run Speed multiplier (Lloyd Personal skill)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>Double</VariableType>
              <Address>TOS.exe+484000</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>1173</ID>
              <Description>"Small/Big"</Description>
              <VariableType>Byte</VariableType>
              <Address>TOS.exe+6D4682</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>1222</ID>
              <Description>"Muramasa SLA stat"</Description>
              <ShowAsSigned>1</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>TOS.exe+4D23F8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>1950</ID>
              <Description>"Area Load shenanigans"</Description>
              <Options moHideChildren="1"/>
              <LastState/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : TOS.exe
  Version: 
  Date   : 2024-02-19
  Author : thing

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(areaLoadAOB,TOS.exe,80 B9 98 01 00 00 06) // should be unique
alloc(newmem,$1000)
alloc(areaLoadPTR,8)

label(code)
label(return)

newmem:
  mov [areaLoadPTR],ecx
code:
  cmp byte ptr [ecx+00000198],06
  jmp return

areaLoadAOB:
  jmp newmem
  nop 2
return:
registersymbol(areaLoadAOB)
registersymbol(areaLoadPTR)
[DISABLE]

areaLoadAOB:
  db 80 B9 98 01 00 00 06

unregistersymbol(areaLoadAOB)
unregistersymbol(areaLoadPTR)
dealloc(newmem)
dealloc(areaLoadPTR)

{
// ORIGINAL CODE - INJECTION POINT: TOS.exe+165E3E

TOS.exe+165E1E: 8A 56 0C              - mov dl,[esi+0C]
TOS.exe+165E21: F6 DA                 - neg dl
TOS.exe+165E23: 02 D2                 - add dl,dl
TOS.exe+165E25: 02 D2                 - add dl,dl
TOS.exe+165E27: 32 D1                 - xor dl,cl
TOS.exe+165E29: 80 E2 1C              - and dl,1C
TOS.exe+165E2C: 32 D1                 - xor dl,cl
TOS.exe+165E2E: 88 56 03              - mov [esi+03],dl
TOS.exe+165E31: C7 46 0C 00 00 00 00  - mov [esi+0C],00000000
TOS.exe+165E38: 8B 0D 68 3F AD 00     - mov ecx,[TOS.exe+6D3F68]
// ---------- INJECTING HERE ----------
TOS.exe+165E3E: 80 B9 98 01 00 00 06  - cmp byte ptr [ecx+00000198],06
// ---------- DONE INJECTING  ----------
TOS.exe+165E45: 72 60                 - jb TOS.exe+165EA7
TOS.exe+165E47: 8B 46 0C              - mov eax,[esi+0C]
TOS.exe+165E4A: 89 45 FC              - mov [ebp-04],eax
TOS.exe+165E4D: 3D C8 00 00 00        - cmp eax,000000C8
TOS.exe+165E52: 7C 53                 - jl TOS.exe+165EA7
TOS.exe+165E54: 0F B6 81 98 01 00 00  - movzx eax,byte ptr [ecx+00000198]
TOS.exe+165E5B: 0F AF 05 84 86 B1 00  - imul eax,[TOS.exe+718684]
TOS.exe+165E62: 89 45 08              - mov [ebp+08],eax
TOS.exe+165E65: DB 45 08              - fild dword ptr [ebp+08]
TOS.exe+165E68: DD 05 80 2A 88 00     - fld qword ptr [TOS.exe+482A80]
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>1172</ID>
                  <Description>"Current Area"</Description>
                  <DropDownList DisplayValueAsItem="1">:Thanks to Karibil_Watar on Reddit
06 00:Thoda Geyser
07 00:Thoda Water Seal Cave
08 00:Thoda Water Seal Cave 2
09 00:Thoda Water Seal Cave 3
0A 00:Thoda Water Seal Cave Seal Room
0B 00:Altamira
0C 00:Altamira Night
0D 00:Altamira Night Casino Area
0E 00:Altamira Beach
0F 00:Altamira Amusement Park
10 00:Altamira Hotel 1F
11 00:Altamira Hotel 2F
12 00:Altamira Hotel 3F
13 00:Altamira Hotel 4F Cat Room
14 00:Altamira Hotel 4F Suite
15 00:Altamira Hotel 5F Suite
16 00:Altamira Hotel 4F
17 00:Altamira Hotel 5F
18 00:Lezareno Company 1F
19 00:Lezareno Company 2F
1A 00:Lezareno Company Roof
1B 00:Lezareno Presidents Office
1C 00:Altamira Casino
1D 00:Asgard 1
1E 00:Asgard 2
1F 00:Asgard Ritual Platform
20 00:Asgard Inn Cheap
21 00:Asgard Inn Luxury 1F
22 00:Asgard Inn Luxury 2F
23 00:Asgard Inn Luxury Left Room
24 00:Asgard Inn Luxury Right Room
25 00:Asgard Inn Moderate
26 00:Asgard Inn Moderate Right Room
27 00:Asgard Inn Moderate Left Room
28 00:Asgard Inn Moderate Middle Room
29 00:Asgard Weapon Shop
2A 00:Asgard Grocery Store
2B 00:Asgard Tourist Trap 1
2C 00:Asgard Tourist Trap 2
2D 00:Asgard Dragon Cave
2E 00:Asgard House 1 1F
2F 00:Asgard House 1 2F
30 00:Asgard Harley's House
31 00:Asgard Harley's WorkShop
32 00:Asgard House 2
33 00:Asgard House 3
34 00:Asgard House 4
35 00:Asgard Shed
36 00:Palmacosta 1
37 00:Palmacosta Docks
38 00:Palmacosta 2
39 00:Palmacosta Steamship Dock
3A 00:Palmacosta Execution Scene (goes to Disc 1)
3B 00:Palmacosta Inn
3C 00:Palmacosta Inn Room 1F
3D 00:Palmacosta Inn Room 2F
3E 00:Palmacosta Palma Potion Shop
3F 00:Palmacosta Marble's Shop 1F
40 00:Palmacosta Marble's Shop 2F
41 00:Palmacosta Government Bulding
42 00:Palmacosta Government Bulding Basement
43 00:Palmacosta Church
44 00:Palmacosta Academy 1F
45 00:Palmacosta Academy Teachers Office
46 00:Palmacosta Academy LunchRoom
47 00:Palmacosta Academy 2F
48 00:Palmacosta Academy ClassRoom 1
49 00:Palmacosta Academy ClassRoom 2
50 00:Inside Mana Cannon
51 00:Outside House of Salvation West
52 00:Thoda Dock
53 00:Outside House of Salvation East
54 00:Outside House of Salvation North
55 00:Wierd Map (has convo with Raine's mother)
59 00:Hot Springs
5B 00:House of Guidance West
5C 00:SE Abbey
5D 00:House of Guidance East
5F 00:Empty House of Salvation 1F
60 00:Empty House of Salvation 2F
61 00:Thoda Dock Office 1F
62 00:Thoda Dock Office 2F
63 00:Inside House of Salvation East 1F
64 00:Inside House of Salvation East 2F
6A 00:Inside House of Salvation 2F
6F 00:House of Guidance 1 Inside 1F
70 00:House of Guidance 1 Inside 2F
80 00:Derris-Karhlan
88 00:Yggdrassil's Palace (Last Room)
89 00:Rodyle's Dragon Arena
8A 00:Altessa's House Outside
8B 00:Altessa's House Inside
8C 00:Altessa's House Inside (Night)
8E 00:Altessa's House Outside (No Rocks)
8F 00:Altessa's House Outside (No Rocks, Night)
90 00:Ozette Shop (can't get out)
91 00:Ozette Shop (can't get out)
92 00:Ozette Shop (can't get out)
93 00:Tower of Salvation Sylverant
94 00:Tower of Salvation Outside (Stairs)
95 00:Tower of Salvation Inside 1
96 00:Tower of Salvation Inside 2
97 00:Tower of Salvation Sewer
98 00:Tower of Salvation Outside (Destroyed)
C0 00:Iselia Forest south
C1 00:Iselia Ranch
C2 00:Iselia Ranch Inside Enter
C3 00:Iselia Ranch Prisoner Room
C4 00:Iselia Ranch Lower Hall
C5 00:Iselia Ranch Boss Room
DA 00:Triet Ruins Outside
DB 00:Triet Ruins 1
DC 00:Triet Ruins 2
DD 00:Triet Ruins Seal Room
E9 00:Iselia Forest North
0C 01:Sylverant Base 5
0D 01:Sylverant Base 6
0E 01:Sylverant Base GCN Room
0F 01:Sylverant Base Side Room East
10 01:Sylverant Base 1
11 01:Sylverant Base Side Room South
12 01:Sylverant Base 2
13 01:Sylverant Base 3
14 01:Sylverant Base Office
15 01:Sylverant Base BedRoom
16 01:Sylverant Bridge
17 01:Sylverant Base 4
18 01:Sylverant Base Water Room
19 01:Sylverant Base Enterance
1A 01:Heimdall Entrance
1B 01:Heimdall 2
1C 01:Heimdall Entrance (Night)
1D 01:Heimdall Inn
1E 01:Heimdall Weapon &amp; Armor Shop
1F 01:Heimdall Item Shop
20 01:Heimdall House
21 01:Heimdall Elder's House
22 01:Heimdall Inescapable Shop
23 01:Heimdall Entrance (Ruined)
24 01:Heimdall 2 (Ruined)
27 01:Heimdal Elder's House (Destroyed)
43 01:Ice Temple Outside
44 01:Ice Temple Inside
45 01:Ice Temple Seal Room
46 01:Mizuho
47 01:Mizuho Chief's House
48 01:Mizuho House
49 01:Mizuho Duel Island
4A 01:Iselia South (Non-burned)
4B 01:Iselia East (Non-burned)
4C 01:Iselia North (Non-burned)
4D 01:Iselia Item Shop
4E 01:Iselia House 1 (Non-burned)
4F 01:Iselia House 2 (Non-burned)
50 01:Iselia Colettes House 1F
51 01:Iselia Colettes House 2F
52 01:Iselia Genis &amp; Raine's House
53 01:Iselia House 1
54 01:Iselia School
55 01:Iselia South (Burning)
56 01:Iselia East (Burning)
57 01:Iselia North (Burning)
58 01:Iselia South
59 01:Iselia East
5A 01:Iselia North
5B 01:Ossa Trail 1
5C 01:Ossa Trail 2
5D 01:Ossa Trail 3
5E 01:Ossa Trail 4
5F 01:Ossa Cave
60 01:Ossa Cave North
61 01:Izoold
62 01:Izoold East
63 01:Izoold Shed
64 01:Izoold House 1
65 01:Izoold Lylas House
66 01:Izoold House 2
67 01:Lake Umacy
68 01:Tower of Salvation (Odd cutscene)
6C 01:Tower of Mana Staircase 1
6E 01:Tower of Mana Light Bridge Room
6F 01:Tower of Mana Staircase 2
70 01:Tower of Mana Room 1
71 01:Tower of Mana Seal Room
72 01:Dirks House Destroyed
73 01:Dirks House Destroyed (Inside)
74 01:Dirks House Outside Balcony
75 01:Dirks House Night
76 01:Dirks House 1F
77 01:Dirks House 2F
78 01:Meltokio Entrance
79 01:Meltokio Upper Area
7A 01:Meltokio Slums
7B 01:Meltokio Rich Area
7C 01:Meltokio Outside Sewer
7D 01:Meltokio Outside Colloseum
7E 01:Under Exire?
7F 01:Meltokio Hotel 1F
80 01:Meltokio Hotel 2F
81 01:Meltokio Hotel Room 2F North
82 01:Meltokio Hotel Room 2F South
83 01:Meltokio Armor Shop
84 01:Meltokio Weapon Shop
85 01:Meltokio Item Shop
86 01:Meltokio Colloseum Entrance
87 01:Meltokio Colloseum Waiting Room (Crash if you speak to gaurd)
88 01:Inside Meltokio Colloseum
89 01:Blackness
8A 01:Elemental Reasearch Lab
8B 01:Meltokio Church of Martel
8C 01:Meltokio Church of Martel Side Office
8D 01:Inescapeable Shop
8E 01:Meltokio Music House
8F 01:Zelo's Mansion 1F
90 01:Zelo's Mansion 2F
91 01:Meltokio Dinner Party House Lobby
92 01:Meltokio Dinner Party House Inside
93 01:Meltokio Castle Lower Left Hall
94 01:Meltokio Castle Lower Right Hall
95 01:Meltokio Castle Main Hall
96 01:Meltokio Castle Soldier's Quarters
97 01:Meltokio Castle Maids Quarters
98 01:Meltokio Castle Library
99 01:Meltokio Castle Crimson Room
9A 01:Meltokio Castle King's Room
9B 01:Meltokio Castle Dungeon
9C 01:Toize Valley Mine 2
9D 01:Toize Valley Mine 3
9E 01:Toize Valley Mine 4
9F 01:Toize Valley Mine Entrance
A0 01:Fuuji Mountains Peak
A1 01:Fuuji Mountains
A2 01:Fuuji Mountains Base
A3 01:Katz Village
A9 01:Ozette
AA 01:Ozette (Outside Presea's, ramp)
AB 01:Ozette Inn
AC 01:Ozette Armor Shop
AD 01:Ozette House
AE 01:Ozette Shop
AF 01:Presea's House
B1 01:Ozette Lower Area
B2 01:Sybak Entrance
B3 01:Sybak Area 2
B4 01:Sybak Inn
B5 01:Sybak College Entrance
B6 01:Sybak College Hall
B7 01:Sybak Messy College Office (can clip things)
B8 01:Sybak College Plant Room
B9 01:Sybak College Aquarium Room (can clip things)
BA 01:Sybak College Basement
BB 01:Sybak College (Kate's Room)
BC 01:Sybak Cafeteria
BD 01:Sybak Library
BE 01:Odd Storage Room in Sybak
C1 01:Luin 1 Ruined
C2 01:Luin 2 Ruined
C3 01:Luin 3 Ruined
C4 01:Luin 1
C5 01:Luin 2
C6 01:Luin 3
C7 01:Luin Repaired 1
C8 01:Luin Repaired 2
C9 01:Luin Repaired 3
CA 01:Luin Inn 1F
CB 01:Luin Inn 2F
CC 01:Luin Inn 2F Room 2
CD 01:Luin Weapon Shop
CE 01:Luin Item Shop 1F
CF 01:Luin Item Shop 2F
D0 01:Luin Houseboat
D1 01:Luin Church
D2 01:Meltokio Sewer Part 1
D3 01:Meltokio Sewer Part 2
D4 01:Meltokio Sewer Part 4
D5 01:Meltokio Sewer Rat Hole 1
DA 01:Title Screen Intro
DB 01:Lightning Temple Entrance
DC 01:Lightning Temple 1
DD 01:Lightning Temple 2
DE 01:Lightning Temple 3
DF 01:Torrent Forest
E0 01:Torrent Forest 2
E1 01:Torrent Forest 3
E2 01:Torrent Forest 4
E3 01:Torrent Forest 5
E4 01:Torrent Forest (Origin's seal)
E5 01:Triet Entrance
E6 01:Triet Oasis
E7 01:Triet Inn
E8 01:Triet Inn 1F Room
E9 01:Triet Inn 2F Right Room
EA 01:Triet Inn 2F Left Room
EB 01:Triet Fortune Teller
EC 01:Latheon Gorge Entrance
ED 01:Latheon Gorge Bridge
EE 01:Latheon Gorge 1
EF 01:Latheon Gorge Cliffs
F0 01:Latheon Gorge Cave
F1 01:Latheon Gorge Top by House
F2 01:Latheon Gorge by Bottom of Waterfalls
F3 01:Latheon Gorge Storytellers House
F4 01:Welgaia Prison Area
F5 01:Welgaia Area 1
F6 01:Welgaia Area 2
F7 01:Welgaia Area 3
F8 01:Welgaia Storage Area
F9 01:Welgaia Tower 1F
FA 01:Welgaia Tower Room 1F
FB 01:Balacruf Mausoleum Outside
FC 01:Balacruf Mausoleum Entrance
FD 01:Balacruf Mausoleum Pinwheel Room
FE 01:Balacruf Mausoleum Seal Room
FF 01:Gaoracchia Forest Entrance
00 02:Gaoracchia Forest 1
01 02:Gaoracchia Forest 2
02 02:Gaoracchia Forest 3
03 02:Gaoracchia Forest 4
04 02:Gaoracchia Forest 5
05 02:Gaoracchia Forest 6
06 02:Gaoracchia Forest 7
07 02:Ymir Forest 1
08 02:Ymir Forest 2
09 02:Ymir Forest 3
0A 02:Campfire
0B 02:Linkite Tree
0C 02:Niflheim
0D 02:Triet (Night, has a laughing dog)
0E 02:Triet Inn (Night)
0F 02:Triet Inn Room 1F (Night)
10 02:Triet Inn Room 2F Right (Night)
11 02:Triet Inn Room 2F Left (Night)
12 02:Derris-Kharlan (Path to last area)
13 02:Title Screen Scene (Night)
14 02:Shows Derris-Kharlan moving away, go to Dirks
15 02:Altamira Hotel 1F (Night)
16 02:Walking on sky?
17 02:Tower of Salvation w/ Sword
18 02:Tower of Salvation w/ Sword again
20 02:Testfield 01
21 02:Testfield 02
:
22 02:_evdebug
23 02:_subscenario
24 02:_effectcheck
25 02:_test01
26 02:_test02
27 02:_test03
28 02:_test04
29 02:_test05
</DropDownList>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Array of byte</VariableType>
                  <ByteLength>2</ByteLength>
                  <Address>areaLoadPTR</Address>
                  <Offsets>
                    <Offset>+1180</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1307</ID>
              <Description>"Tech List"</Description>
              <Options moHideChildren="1"/>
              <DropDownList DisplayValueAsItem="1">-1:Evolved Tech required
:FOR EVOLVE/LEARN CONDITIONS ONLY
0:Nothing
1:Demon Fang
2:Double Demon Fang
3:Demonic Chaos
4:Fierce Demon Fang
5:Demonic Circle
6:Tiger Blade
7:Tiger Rage
8:Heavy Tiger Blade
9:Twin Tiger Blade
10:Sonic Thrust
11:Hurricane Thrust
12:Super Sonic Thrust
13:Sword Rain
14:Sword Rain: Alpha
15:Sword Rain: Beta
16:Sonic Sword Rain
17:Tempest
18:Omega Tempest
19:Psi Tempest
20:Beast
21:Raging Beast
22:Hunting Beast
23:Demonic Tiger Blade
24:Demonic Thrust
25:Raining Tiger Blade
26:Tempest Thrust
27:Tempest Beast
28:Beast Sword Rain
29:Rising Falcon
30:Sword Rain: Tempest
31:Sonic Burst
32:Aurora Slash
33:Holy Guardian
34:Guardian
35:Ray Thrust
36:Dual Ray Thrust
37:Triple Ray Thrust
38:Ray Satellite
39:Triple Ray Satellite
40:Pow Hammer
41:Pow Pow Hammer
42:Hammer Rain
43:Para Ball
44:Torrential Para Ball
45:Ring Whirlwind
46:Ring Cyclone
47:Listra
48:Whirlwind Rush
49:Listra
50:Grand Chariot
51:(no name)
52:Stardust Cross
53:(no name)
54:(no name)
55:(no name)
56:Angel Feathers
57:Holy Song
58:Judgment
59:Sacrifice
60:Grand Cross
61:(no name)
62:Aqua Edge
63:Spread
64:Tidal Wave
65:Aqua Laser
66:Fire Ball
67:Eruption
68:Explosion
69:Flame Lance
70:Wind Blade
71:Air Thrust
72:Cyclone
73:Air Blade
74:Stone Blast
75:Stalagmite
76:Ground Dasher
77:Grave
78:Lightning
79:Spark Wave
80:Indignation
81:Thunder Blade
82:Icicle
83:Ice Tornado
84:Freeze Lancer
85:Raging Mist
86:Dreaded Wave
87:(no name)
88:Spiral Flare
89:Thunder Arrow
90:Gravity Well
91:Atlas
92:Absolute
93:Earth Bite
94:Prism Sword
95:Meteor Storm
96:Indignation Judg.
97:(no name)
98:First Aid
99:Nurse
100:Heal
101:Recover
102:Purify
103:Restore
104:Dispel
105:Nullify
106:Anti-Magic
107:Sharpness
108:Acuteness
109:Keenness
110:Barrier
111:Field Barrier
112:Permaguard
113:Photon
114:Ray
115:Holy Lance
116:Charge
117:Healing Stream
118:Healing Wind
119:Cure
120:Healing Circle
121:Resurrection
122:Revitalize
123:Revive
124:Judgment
125:Pyre Seal
126:Power Seal
127:Power Seal Pinion
128:Power Seal Absolute
129:Serpent Seal
130:Serpent Seal Pinion
131:S. Seal Absolute
132:Mirage Seal
133:Mirage Seal Pinion
134:M. Seal Absolute
135:Life Seal
136:Spirit Seal
137:S. Seal: Fire
138:T. Seal: Earth
139:Summon: Corrine
140:Force Seal
141:Demon Seal
142:Purgatory Seal
143:Cyclone Seal
144:(no name)
145:Light Spear
146:Victory Light Spear
147:Light Spear Cannon
148:Hell Pyre
149:Lightning Blade
150:Demon Spear
151:S. Lightning Blade
152:Guardian Field
153:Holy Binds
154:Destruction
155:Deadly Destruction
156:Infinite Destruction
157:Fiery Destruction
158:Ultimate
159:Punishment
160:Dual Punishment
161:Rising Punishment
162:Finality Punishment
163:Infliction
164:Dual Infliction
165:Resolute Infliction
166:Finality Infliction
167:Devastation
168:Finite Devastation
169:Mass Devastation
170:Fiery Infliction
171:Eternal Damnation
172:Beast
173:Endless Infliction
174:(no name)
175:Eternal Devastation
176:Crescent Moon
177:Spin Kick
178:Triple Kick
179:Wolverine
180:Heel Kick
181:Dragon Fang
182:Swallow Kick
183:Swallow Dance
184:Dragon Dance
185:Eagle Dive
186:Eagle Rage
187:Eagle Fall
188:Rising Dragon
189:Dragon Fury
190:Dragon Rage
191:Heaven's Charge
192:Healer
193:Chi Healer
194:Grand Healer
195:Triple Rage Kick
196:Force
197:Crescent Dark Moon
198:Heaven Rising
199:Dragon's Talon
200:Fanged Finality
201:Mirage
202:Damage Guard
203:Force Field
204:Guardian Seal
205:Earthly Protection
206:Bastion
207:Demon Fang
208:Double Demon Fang
209:Fierce Demon Fang
210:Sonic Thrust
211:Hurricane Thrust
212:Super Sonic Thrust
213:Fire Ball
214:Eruption
215:Wind Blade
216:Air Thrust
217:Stone Blast
218:Grave
219:Lightning
220:Thunder Blade
221:First Aid
222:Sacred Light
223:Item Thief
224:Item Rover
225:Inspect Magic
226:Acid Rain
227:Time Stop
228:Falcon's Crest
229:S. Seal: Water
230:S. Seal: Wind
231:S. Seal: Light
232:T. Seal: Ice
233:T. Seal: Lightning
234:T. Seal: Darkness
235:Summon: Fire
236:Summon: Water
237:Summon: Wind
238:Summon: Light
239:Summon: Earth
240:Summon: Ice
241:Summon: Lightning
242:Summon: Darkness
243:Summon: Origin
244:Summon: Birth
245:Summon: Heart
246:Dark Sphere
247:Fairy Circle
248:(no name)
249:Holy Binds
250:Bloody Lance
251:-????-
252:Judgment
253:Infernal Ruin
254:Crimson Devastation
</DropDownList>
              <LastState Value="" RealAddress="00000000"/>
              <ShowAsSigned>0</ShowAsSigned>
              <GroupHeader>1</GroupHeader>
              <Address>basePTRLoc</Address>
              <Offsets>
                <Offset>378+D8</Offset>
                <Offset>4</Offset>
                <Offset>4</Offset>
                <Offset>40</Offset>
                <Offset>D0</Offset>
                <Offset>4</Offset>
                <Offset>2C</Offset>
              </Offsets>
              <CheatEntries>
                <CheatEntry>
                  <ID>1308</ID>
                  <Description>"Lloyd"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000000"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+0</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1309</ID>
                      <Description>"Slot 1"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1312</ID>
                      <Description>"Slot 2"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1313</ID>
                      <Description>"Slot 3"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1314</ID>
                      <Description>"Slot 4"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+6</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1311</ID>
                      <Description>"Slot 5"</Description>
                      <Options moManualExpandCollapse="1"/>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+8</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1315</ID>
                          <Description>"Character"</Description>
                          <DropDownListLink>Party Formation</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>+4</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1316</ID>
                      <Description>"Slot 6"</Description>
                      <Options moManualExpandCollapse="1"/>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+A</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1317</ID>
                          <Description>"Character"</Description>
                          <DropDownListLink>Party Formation</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>+3</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1318</ID>
                  <Description>"Colette"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000118"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+118</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1319</ID>
                      <Description>"Slot 1"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1320</ID>
                      <Description>"Slot 2"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1321</ID>
                      <Description>"Slot 3"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1322</ID>
                      <Description>"Slot 4"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+6</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1323</ID>
                      <Description>"Slot 5"</Description>
                      <Options moManualExpandCollapse="1"/>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+8</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1324</ID>
                          <Description>"Character"</Description>
                          <DropDownListLink>Party Formation</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>+4</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1325</ID>
                      <Description>"Slot 6"</Description>
                      <Options moManualExpandCollapse="1"/>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+A</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1326</ID>
                          <Description>"Character"</Description>
                          <DropDownListLink>Party Formation</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>+3</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1327</ID>
                  <Description>"Genis"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000230"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+118*2</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1328</ID>
                      <Description>"Slot 1"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1329</ID>
                      <Description>"Slot 2"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1330</ID>
                      <Description>"Slot 3"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1331</ID>
                      <Description>"Slot 4"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+6</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1332</ID>
                      <Description>"Slot 5"</Description>
                      <Options moManualExpandCollapse="1"/>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+8</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1333</ID>
                          <Description>"Character"</Description>
                          <DropDownListLink>Party Formation</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>+4</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1334</ID>
                      <Description>"Slot 6"</Description>
                      <Options moManualExpandCollapse="1"/>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+A</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1335</ID>
                          <Description>"Character"</Description>
                          <DropDownListLink>Party Formation</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>+3</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1381</ID>
                  <Description>"Raine"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000348"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+118*3</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1382</ID>
                      <Description>"Slot 1"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1383</ID>
                      <Description>"Slot 2"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1384</ID>
                      <Description>"Slot 3"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1385</ID>
                      <Description>"Slot 4"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+6</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1386</ID>
                      <Description>"Slot 5"</Description>
                      <Options moManualExpandCollapse="1"/>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+8</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1387</ID>
                          <Description>"Character"</Description>
                          <DropDownListLink>Party Formation</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>+4</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1388</ID>
                      <Description>"Slot 6"</Description>
                      <Options moManualExpandCollapse="1"/>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+A</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1389</ID>
                          <Description>"Character"</Description>
                          <DropDownListLink>Party Formation</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>+3</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1372</ID>
                  <Description>"Sheena"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000460"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+118*4</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1373</ID>
                      <Description>"Slot 1"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1374</ID>
                      <Description>"Slot 2"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1375</ID>
                      <Description>"Slot 3"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1376</ID>
                      <Description>"Slot 4"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+6</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1377</ID>
                      <Description>"Slot 5"</Description>
                      <Options moManualExpandCollapse="1"/>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+8</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1378</ID>
                          <Description>"Character"</Description>
                          <DropDownListLink>Party Formation</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>+4</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1379</ID>
                      <Description>"Slot 6"</Description>
                      <Options moManualExpandCollapse="1"/>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+A</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1380</ID>
                          <Description>"Character"</Description>
                          <DropDownListLink>Party Formation</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>+3</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1363</ID>
                  <Description>"Zelos"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000578"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+118*5</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1364</ID>
                      <Description>"Slot 1"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1365</ID>
                      <Description>"Slot 2"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1366</ID>
                      <Description>"Slot 3"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1367</ID>
                      <Description>"Slot 4"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+6</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1368</ID>
                      <Description>"Slot 5"</Description>
                      <Options moManualExpandCollapse="1"/>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+8</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1369</ID>
                          <Description>"Character"</Description>
                          <DropDownListLink>Party Formation</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>+4</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1370</ID>
                      <Description>"Slot 6"</Description>
                      <Options moManualExpandCollapse="1"/>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+A</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1371</ID>
                          <Description>"Character"</Description>
                          <DropDownListLink>Party Formation</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>+3</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1354</ID>
                  <Description>"Presea"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="00000690"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+118*6</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1355</ID>
                      <Description>"Slot 1"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1356</ID>
                      <Description>"Slot 2"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1357</ID>
                      <Description>"Slot 3"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1358</ID>
                      <Description>"Slot 4"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+6</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1359</ID>
                      <Description>"Slot 5"</Description>
                      <Options moManualExpandCollapse="1"/>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+8</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1360</ID>
                          <Description>"Character"</Description>
                          <DropDownListLink>Party Formation</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>+4</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1361</ID>
                      <Description>"Slot 6"</Description>
                      <Options moManualExpandCollapse="1"/>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+A</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1362</ID>
                          <Description>"Character"</Description>
                          <DropDownListLink>Party Formation</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>+3</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1345</ID>
                  <Description>"Regal"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="000007A8"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+118*7</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1346</ID>
                      <Description>"Slot 1"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1347</ID>
                      <Description>"Slot 2"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1348</ID>
                      <Description>"Slot 3"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1349</ID>
                      <Description>"Slot 4"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+6</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1350</ID>
                      <Description>"Slot 5"</Description>
                      <Options moManualExpandCollapse="1"/>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+8</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1351</ID>
                          <Description>"Character"</Description>
                          <DropDownListLink>Party Formation</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>+4</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1352</ID>
                      <Description>"Slot 6"</Description>
                      <Options moManualExpandCollapse="1"/>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+A</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1353</ID>
                          <Description>"Character"</Description>
                          <DropDownListLink>Party Formation</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>+3</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>1336</ID>
                  <Description>"Kratos"</Description>
                  <Options moHideChildren="1"/>
                  <LastState Value="" RealAddress="000008C0"/>
                  <ShowAsSigned>0</ShowAsSigned>
                  <GroupHeader>1</GroupHeader>
                  <Address>+118*8</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>1337</ID>
                      <Description>"Slot 1"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+0</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1338</ID>
                      <Description>"Slot 2"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+2</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1339</ID>
                      <Description>"Slot 3"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+4</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1340</ID>
                      <Description>"Slot 4"</Description>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+6</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1341</ID>
                      <Description>"Slot 5"</Description>
                      <Options moManualExpandCollapse="1"/>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+8</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1342</ID>
                          <Description>"Character"</Description>
                          <DropDownListLink>Party Formation</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>+4</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>1343</ID>
                      <Description>"Slot 6"</Description>
                      <Options moManualExpandCollapse="1"/>
                      <DropDownListLink>Tech List</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>+A</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>1344</ID>
                          <Description>"Character"</Description>
                          <DropDownListLink>Party Formation</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>+3</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1242</ID>
              <Description>"Tech Properties Editor (Hover over the Tech)"</Description>
              <Options moHideChildren="1"/>
              <LastState/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : TOS.exe
  Version: 
  Date   : 2022-05-16
  Author : thing

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(arteProp,TOS.exe,8B 8F BC 84 8D 00) // should be unique
alloc(newmem,$1000)
globalalloc(artePropPTR,8)
//fullaccess(arteProp,6)
label(code)
label(return)

newmem:
  push ecx
  mov ecx,TOS.exe+4D84BC
  add ecx,edi
  mov [artePropPTR],ecx
  pop ecx
code:
  mov ecx,[edi+TOS.exe+4D84BC]
  jmp return

arteProp:
  jmp newmem
  nop
return:

registersymbol(arteProp)

[DISABLE]

arteProp:
  db 8B 8F BC 84 8D 00

unregistersymbol(arteProp)
dealloc(newmem)
dealloc(artePropPTR)

{
// ORIGINAL CODE - INJECTION POINT: TOS.exe+120E3E

TOS.exe+120E17: A1 60 90 8A 00        - mov eax,[TOS.exe+4A9060]
TOS.exe+120E1C: 8B 04 85 FC 05 73 00  - mov eax,[eax*4+TOS.exe+3305FC]
TOS.exe+120E23: 85 C0                 - test eax,eax
TOS.exe+120E25: 78 05                 - js TOS.exe+120E2C
TOS.exe+120E27: 83 F8 05              - cmp eax,05
TOS.exe+120E2A: 7E 12                 - jle TOS.exe+120E3E
TOS.exe+120E2C: 68 2C 74 87 00        - push TOS.exe+47742C
TOS.exe+120E31: E8 6A 2D 08 00        - call TOS.exe+1A3BA0
TOS.exe+120E36: 83 C4 04              - add esp,04
TOS.exe+120E39: B8 01 00 00 00        - mov eax,00000001
// ---------- INJECTING HERE ----------
TOS.exe+120E3E: 8B 8F BC 84 8D 00     - mov ecx,[edi+TOS.exe+4D84BC]
// ---------- DONE INJECTING  ----------
TOS.exe+120E44: 8B 14 85 B4 88 8B 00  - mov edx,[eax*4+TOS.exe+4B88B4]
TOS.exe+120E4B: 8B 3C 8A              - mov edi,[edx+ecx*4]
TOS.exe+120E4E: 85 FF                 - test edi,edi
TOS.exe+120E50: 74 3E                 - je TOS.exe+120E90
TOS.exe+120E52: 8B 15 44 7F D7 01     - mov edx,[TOS.exe+1977F44]
TOS.exe+120E58: 33 C9                 - xor ecx,ecx
TOS.exe+120E5A: 85 D2                 - test edx,edx
TOS.exe+120E5C: 74 0D                 - je TOS.exe+120E6B
TOS.exe+120E5E: 8B 42 14              - mov eax,[edx+14]
TOS.exe+120E61: 85 C0                 - test eax,eax
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>1249</ID>
                  <Description>"Entry"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>-C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1248</ID>
                  <Description>"??? ID"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>-8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1247</ID>
                  <Description>"TP Cost"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>-4</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1575</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>-3</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1245</ID>
                  <Description>"Description ID"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1246</ID>
                  <Description>"Name ID"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>4</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1303</ID>
                  <Description>"Icon"</Description>
                  <DropDownList DisplayValueAsItem="1">0:B
1:O
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1304</ID>
                  <Description>"Element"</Description>
                  <DropDownList DisplayValueAsItem="1">0:None
1:Water
2:Wind
3:Fire
4:Earth
5:Lightning
6:Ice
7:Light
8:Dark
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>9</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1253</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1299</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>B</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1254</ID>
                  <Description>"Evolves from"</Description>
                  <DropDownListLink>Tech List</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1255</ID>
                  <Description>"Technical evolve path"</Description>
                  <DropDownListLink>Tech List</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1256</ID>
                  <Description>"Strike evolve path"</Description>
                  <DropDownListLink>Tech List</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>10</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1257</ID>
                  <Description>"Usage required from this tech to evolve"</Description>
                  <DropDownListLink>Tech List</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>12</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1258</ID>
                  <Description>"Evolve path 1"</Description>
                  <DropDownListLink>Tech List</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>14</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1259</ID>
                  <Description>"Evolve path 2"</Description>
                  <DropDownListLink>Tech List</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>16</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1260</ID>
                  <Description>"Evolve path 3"</Description>
                  <DropDownListLink>Tech List</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>18</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1261</ID>
                  <Description>"Evolve path 4"</Description>
                  <DropDownListLink>Tech List</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>1A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1262</ID>
                  <Description>"Evolve path 5"</Description>
                  <DropDownListLink>Tech List</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>1C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1263</ID>
                  <Description>"Usage required from this tech to learn 1/Condition"</Description>
                  <DropDownListLink>Tech List</DropDownListLink>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>1E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1264</ID>
                  <Description>"Usage required from this tech to learn 2"</Description>
                  <DropDownListLink>Tech List</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>20</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1265</ID>
                  <Description>"Usage required from this tech to learn 3"</Description>
                  <DropDownListLink>Tech List</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>22</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1266</ID>
                  <Description>"Usage required from this tech to learn 4"</Description>
                  <DropDownListLink>Tech List</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>24</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1267</ID>
                  <Description>"Usage required from this tech to learn 5"</Description>
                  <DropDownListLink>Tech List</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>26</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1268</ID>
                  <Description>"Usage required from this tech to learn 6"</Description>
                  <DropDownListLink>Tech List</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>28</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1269</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1291</ID>
                  <Description>"this crashes the game if not set on MA?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>0</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1296</ID>
                  <Description>"Level 1 Tech"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>1</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1295</ID>
                  <Description>"Ability to spam"</Description>
                  <DropDownListLink>dropdown: Enabled/Disabled</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>2</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1294</ID>
                  <Description>"Level 2 Tech"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>3</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1293</ID>
                  <Description>"Level 3 Tech"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>4</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1292</ID>
                  <Description>"MA?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>5</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1298</ID>
                  <Description>"Aerial enabled?"</Description>
                  <DropDownListLink>dropdown: Disabled/Enabled</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>6</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1297</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>7</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1391</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>0</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2D</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1392</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>1</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2D</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1393</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>2</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2D</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1394</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>3</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2D</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1395</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>4</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2D</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1396</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>5</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2D</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1397</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>6</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2D</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1398</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>7</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2D</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1399</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>0</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1400</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>1</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1401</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>2</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1402</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>3</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1403</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>4</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1404</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>5</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1405</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>6</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1406</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>7</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1407</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>0</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2F</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1408</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>1</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2F</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1409</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>2</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2F</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1410</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>3</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2F</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1411</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>4</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2F</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1412</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>5</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2F</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1413</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>6</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2F</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1414</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Binary</VariableType>
                  <BitStart>7</BitStart>
                  <BitLength>1</BitLength>
                  <ShowAsBinary>0</ShowAsBinary>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>2F</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1272</ID>
                  <Description>"Semi Auto max use range"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>30</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1576</ID>
                  <Description>"Cast Time"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>30</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1418</ID>
                  <Description>"Spell recovery"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>32</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1274</ID>
                  <Description>"Required Tech usage to learn"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>34</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1275</ID>
                  <Description>"Level to learn"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Disabled
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>36</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1415</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>37</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1276</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>38</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1277</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>3A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1278</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>3C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1279</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>3E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1280</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>40</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1281</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>42</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1282</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>44</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1283</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>46</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1284</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>48</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1285</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>4A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1286</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>4C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1287</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>4E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1288</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>50</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>1289</ID>
                  <Description>"?"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>artePropPTR</Address>
                  <Offsets>
                    <Offset>52</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>1431</ID>
              <Description>"Game speed related?"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>Double</VariableType>
              <Address>TOS.exe+4829B8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>1454</ID>
              <Description>"Enemies don't attack V0"</Description>
              <LastState/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : TOS.exe
  Version: 
  Date   : 2023-06-06
  Author : thing

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(charState,TOS.exe,0F B6 93 AC 01 00 00) // should be unique
alloc(newmem,$1000)

label(code)
label(return)

newmem:
  cmp [ebx],0
  je @f
  jmp code
@@:
  cmp byte ptr [ebx+1AC],0B
  je code
  cmp byte ptr [ebx+1AC],05
  xor edx,edx
  jmp return
code:
  movzx edx,byte ptr [ebx+000001AC]
  jmp return

charState:
  jmp newmem
  nop
  nop
return:
registersymbol(charState)

[DISABLE]

charState:
  db 0F B6 93 AC 01 00 00

unregistersymbol(charState)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: TOS.exe+84E09

TOS.exe+84DE0: C1 E8 02              - shr eax,02
TOS.exe+84DE3: 83 E0 07              - and eax,07
TOS.exe+84DE6: 8B 0C 85 7C 6C 8E 00  - mov ecx,[eax*4+TOS.exe+4E6C7C]
TOS.exe+84DED: 53                    - push ebx
TOS.exe+84DEE: FF D1                 - call ecx
TOS.exe+84DF0: 83 C4 04              - add esp,04
TOS.exe+84DF3: E8 88 80 FB FF        - call TOS.exe+3CE80
TOS.exe+84DF8: 8B B3 6C 39 01 00     - mov esi,[ebx+0001396C]
TOS.exe+84DFE: E8 8D E6 FB FF        - call TOS.exe+43490
TOS.exe+84E03: D9 9B 88 38 01 00     - fstp dword ptr [ebx+00013888]
// ---------- INJECTING HERE ----------
TOS.exe+84E09: 0F B6 93 AC 01 00 00  - movzx edx,byte ptr [ebx+000001AC]
// ---------- DONE INJECTING  ----------
TOS.exe+84E10: 8B 04 95 00 93 91 00  - mov eax,[edx*4+TOS.exe+519300]
TOS.exe+84E17: 53                    - push ebx
TOS.exe+84E18: FF D0                 - call eax
TOS.exe+84E1A: 83 C4 04              - add esp,04
TOS.exe+84E1D: E8 0E 42 FB FF        - call TOS.exe+39030
TOS.exe+84E22: E8 09 42 FB FF        - call TOS.exe+39030
TOS.exe+84E27: F6 83 20 13 00 00 01  - test byte ptr [ebx+00001320],01
TOS.exe+84E2E: 74 1F                 - je TOS.exe+84E4F
TOS.exe+84E30: 8B 73 54              - mov esi,[ebx+54]
TOS.exe+84E33: 80 7E 08 00           - cmp byte ptr [esi+08],00
}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>1470</ID>
              <Description>"Difficulty variable"</Description>
              <DropDownList DisplayValueAsItem="1">0:Normal
1:Hard
2:Mania
</DropDownList>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>Byte</VariableType>
              <Address>basePTRLoc</Address>
              <Offsets>
                <Offset>378-117</Offset>
                <Offset>4</Offset>
                <Offset>4</Offset>
                <Offset>40</Offset>
                <Offset>D0</Offset>
                <Offset>4</Offset>
                <Offset>2C</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>1433</ID>
              <Description>"Able to activate Mystic Artes anytime (buggy)"</Description>
              <LastState/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : TOS.exe
  Version: 
  Date   : 2023-06-05
  Author : thing

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(MAcheck,TOS.exe,0F 84 5B FE FF FF) // should be unique

MAcheck:
  db 90 90 90 90 90 90

registersymbol(MAcheck)

[DISABLE]

MAcheck:
  db 0F 84 5B FE FF FF

unregistersymbol(MAcheck)

{
// ORIGINAL CODE - INJECTION POINT: TOS.exe+3EF88

TOS.exe+3EF62: 8B 74 24 14              - mov esi,[esp+14]
TOS.exe+3EF66: 83 C9 FF                 - or ecx,-01
TOS.exe+3EF69: B8 01 00 00 00           - mov eax,00000001
TOS.exe+3EF6E: 33 D2                    - xor edx,edx
TOS.exe+3EF70: E8 2B 8D 2A 00           - call TOS.exe+2E7CA0
TOS.exe+3EF75: 8B 4D 08                 - mov ecx,[ebp+08]
TOS.exe+3EF78: 8B 09                    - mov ecx,[ecx]
TOS.exe+3EF7A: 23 81 80 00 00 00        - and eax,[ecx+00000080]
TOS.exe+3EF80: 23 91 84 00 00 00        - and edx,[ecx+00000084]
TOS.exe+3EF86: 0B C2                    - or eax,edx
// ---------- INJECTING HERE ----------
TOS.exe+3EF88: 0F 84 5B FE FF FF        - je TOS.exe+3EDE9
// ---------- DONE INJECTING  ----------
TOS.exe+3EF8E: 8B 96 E8 84 8D 00        - mov edx,[esi+TOS.exe+4D84E8]
TOS.exe+3EF94: 84 D2                    - test dl,dl
TOS.exe+3EF96: 78 30                    - js TOS.exe+3EFC8
TOS.exe+3EF98: F6 C2 01                 - test dl,01
TOS.exe+3EF9B: 74 16                    - je TOS.exe+3EFB3
TOS.exe+3EF9D: 0F B6 44 24 12           - movzx eax,byte ptr [esp+12]
TOS.exe+3EFA2: 83 E0 01                 - and eax,01
TOS.exe+3EFA5: 80 BC 18 EE 93 00 00 00  - cmp byte ptr [eax+ebx+000093EE],00
TOS.exe+3EFAD: 0F 85 36 FE FF FF        - jne TOS.exe+3EDE9
TOS.exe+3EFB3: F7 C2 00 00 00 10        - test edx,10000000
}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>1497</ID>
              <Description>"Ignore OVL requirement (buggy)"</Description>
              <LastState/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : TOS.exe
  Version: 
  Date   : 2023-06-13
  Author : thing

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(MAOVLCheck,TOS.exe,66 83 BF 4C 13 00 00 00)

MAOVLCheck+8:
  db EB 1B

registersymbol(MAOVLCheck)

[DISABLE]

MAOVLCheck:
  db 66 83 BF 4C 13 00 00 00 7F 1B

unregistersymbol(MAOVLCheck)
{
// ORIGINAL CODE - INJECTION POINT: 00439516

004394F0: 89 11                    - mov [ecx],edx
004394F2: 8B 50 04                 - mov edx,[eax+04]
004394F5: 8B 40 08                 - mov eax,[eax+08]
004394F8: 89 51 04                 - mov [ecx+04],edx
004394FB: 89 41 08                 - mov [ecx+08],eax
004394FE: 32 C0                    - xor al,al
00439500: E8 FB 01 05 00           - call 00489700
00439505: 8B 1D DC 2E AD 00        - mov ebx,[00AD2EDC]
0043950B: 83 C4 34                 - add esp,34
0043950E: 66 83 87 4C 13 00 00 FE  - add word ptr [edi+0000134C],-02
// ---------- INJECTING HERE ----------
00439516: 66 83 BF 4C 13 00 00 00  - cmp word ptr [edi+0000134C],00
// ---------- DONE INJECTING  ----------
0043951E: 7F 1B                    - jg 0043953B
00439520: 8A 97 21 13 00 00        - mov dl,[edi+00001321]
00439526: 33 C9                    - xor ecx,ecx
00439528: 80 E2 1F                 - and dl,1F
0043952B: 80 CA 60                 - or dl,60
0043952E: 66 89 8F 4C 13 00 00     - mov [edi+0000134C],cx
00439535: 88 97 21 13 00 00        - mov [edi+00001321],dl
0043953B: 8B 0F                    - mov ecx,[edi]
0043953D: 85 C9                    - test ecx,ecx
0043953F: 74 48                    - je 00439589
}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>1504</ID>
              <Description>"Allow multiple uses of Mystic Artes and ignore OVL requirement for Lloyd/Kratos/Regal/Sheena (old)"</Description>
              <LastState/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : TOS.exe
  Version: 
  Date   : 2023-06-13
  Author : thing

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(ArteCheck,TOS.exe,09 23 81 80 00 00 00) // should be unique
aobscanmodule(ArteCheckZelos,TOS.exe,27 00 8B 0F 23 81 80 00 00 00) // should be unique
aobscanmodule(ArteCheckRegal,TOS.exe,23 81 80 00 00 00) // should be unique
aobscanmodule(regalOVLcheck,TOS.exe,3C 80 72 6A B9 C4 00 00 00)

ArteCheck+01:
  db 21 C0 21 D2 90 90 90 90 90 90 90 90

ArteCheckZelos+04:
  db 21 C0 21 D2 90 90 90 90 90 90 90 90

//Presea
ArteCheckZelos-A6:
  db 21 D2 21 C0 90 90 90 90 90 90 90 90

ArteCheckRegal:
  db 21 C0 21 D2 90 90 90 90 90 90 90 90

regalOVLcheck+2:
  db 90 90

registersymbol(ArteCheck)
registersymbol(ArteCheckZelos)
registersymbol(ArteCheckRegal)
registersymbol(regalOVLcheck)

[DISABLE]

ArteCheck+01:
  db 23 81 80 00 00 00 23 91 84 00 00 00

ArteCheckZelos+04:
  db 23 81 80 00 00 00 23 91 84 00 00 00

//Presea
ArteCheckZelos-A6:
  db 23 91 84 00 00 00 23 81 80 00 00 00

ArteCheckRegal:
  db 23 81 80 00 00 00 23 91 84 00 00 00

regalOVLcheck:
  db 3C 80 72 6A B9 C4 00 00 00

unregistersymbol(ArteCheck)
unregistersymbol(ArteCheckZelos)
unregistersymbol(ArteCheckRegal)
unregistersymbol(regalOVLcheck)

//ArteCheck
{
// ORIGINAL CODE - INJECTION POINT: 0043EF7A

0043EF5D: 41                 - inc ecx
0043EF5E: 3B CF              - cmp ecx,edi
0043EF60: 7C EE              - jl 0043EF50
0043EF62: 8B 74 24 14        - mov esi,[esp+14]
0043EF66: 83 C9 FF           - or ecx,-01
0043EF69: B8 01 00 00 00     - mov eax,00000001
0043EF6E: 33 D2              - xor edx,edx
0043EF70: E8 2B 8D 2A 00     - call 006E7CA0
0043EF75: 8B 4D 08           - mov ecx,[ebp+08]
0043EF78: 8B 09              - mov ecx,[ecx]
// ---------- INJECTING HERE ----------
0043EF7A: 23 81 80 00 00 00  - and eax,[ecx+00000080]
// ---------- DONE INJECTING  ----------
0043EF80: 23 91 84 00 00 00  - and edx,[ecx+00000084]
0043EF86: 0B C2              - or eax,edx
0043EF88: 0F 84 5B FE FF FF  - je 0043EDE9
0043EF8E: 8B 96 E8 84 8D 00  - mov edx,[esi+008D84E8]
0043EF94: 84 D2              - test dl,dl
0043EF96: 78 30              - js 0043EFC8
0043EF98: F6 C2 01           - test dl,01
0043EF9B: 74 16              - je 0043EFB3
0043EF9D: 0F B6 44 24 12     - movzx eax,byte ptr [esp+12]
0043EFA2: 83 E0 01           - and eax,01
}

//ArteCheckZelos
{
// ORIGINAL CODE - INJECTION POINT: 00476AF4

00476ACF: 7F 36              - jg 00476B07
00476AD1: 8A 8F 22 13 00 00  - mov cl,[edi+00001322]
00476AD7: 80 E1 0F           - and cl,0F
00476ADA: BE 99 00 00 00     - mov esi,00000099
00476ADF: E8 7C E9 FA FF     - call 00425460
00476AE4: 8B C8              - mov ecx,eax
00476AE6: B8 01 00 00 00     - mov eax,00000001
00476AEB: 33 D2              - xor edx,edx
00476AED: E8 AE 11 27 00     - call 006E7CA0
00476AF2: 8B 0F              - mov ecx,[edi]
// ---------- INJECTING HERE ----------
00476AF4: 23 81 80 00 00 00  - and eax,[ecx+00000080]
// ---------- DONE INJECTING  ----------
00476AFA: 23 91 84 00 00 00  - and edx,[ecx+00000084]
00476B00: 0B C2              - or eax,edx
00476B02: 74 03              - je 00476B07
00476B04: 89 75 08           - mov [ebp+08],esi
00476B07: 8B 4D 08           - mov ecx,[ebp+08]
00476B0A: 6A 00              - push 00
00476B0C: 6A 00              - push 00
00476B0E: 51                 - push ecx
00476B0F: 57                 - push edi
00476B10: E8 AB 81 FC FF     - call 0043ECC0
}

//ArteCheckRegal
{
// ORIGINAL CODE - INJECTION POINT: 004348BF

0043489A: 74 35              - je 004348D1
0043489C: 8A 8F 22 13 00 00  - mov cl,[edi+00001322]
004348A2: 80 E1 0F           - and cl,0F
004348A5: BE C8 00 00 00     - mov esi,000000C8
004348AA: E8 B1 0B FF FF     - call 00425460
004348AF: 8B C8              - mov ecx,eax
004348B1: B8 01 00 00 00     - mov eax,00000001
004348B6: 33 D2              - xor edx,edx
004348B8: E8 E3 33 2B 00     - call 006E7CA0
004348BD: 8B 0F              - mov ecx,[edi]
// ---------- INJECTING HERE ----------
004348BF: 23 81 80 00 00 00  - and eax,[ecx+00000080]
// ---------- DONE INJECTING  ----------
004348C5: 23 91 84 00 00 00  - and edx,[ecx+00000084]
004348CB: 0B C2              - or eax,edx
004348CD: 74 02              - je 004348D1
004348CF: 8B DE              - mov ebx,esi
004348D1: 6A 00              - push 00
004348D3: 6A 01              - push 01
004348D5: 53                 - push ebx
004348D6: 57                 - push edi
004348D7: E8 E4 A3 00 00     - call 0043ECC0
004348DC: 83 C4 10           - add esp,10
}

//regalOVLCheck
{
// ORIGINAL CODE - INJECTION POINT: 00434863

00434834: 0F 85 97 00 00 00     - jne 004348D1
0043483A: 8B 15 DC 2E AD 00     - mov edx,[00AD2EDC]
00434840: 83 BA 8C 32 01 00 00  - cmp dword ptr [edx+0001328C],00
00434847: 0F 85 84 00 00 00     - jne 004348D1
0043484D: B8 1B 00 00 00        - mov eax,0000001B
00434852: E8 A9 E5 08 00        - call 004C2E00
00434857: 85 C0                 - test eax,eax
00434859: 74 76                 - je 004348D1
0043485B: 8A 87 21 13 00 00     - mov al,[edi+00001321]
00434861: 24 E0                 - and al,-20
// ---------- INJECTING HERE ----------
00434863: 3C 80                 - cmp al,-80
// ---------- DONE INJECTING  ----------
00434865: 72 6A                 - jb 004348D1
00434867: B9 C4 00 00 00        - mov ecx,000000C4
0043486C: 66 3B D9              - cmp bx,cx
0043486F: 75 60                 - jne 004348D1
00434871: 8B F1                 - mov esi,ecx
00434873: 8B C7                 - mov eax,edi
00434875: E8 66 8A 00 00        - call 0043D2E0
0043487A: 66 83 F8 32           - cmp ax,32
0043487E: 7C 51                 - jl 004348D1
00434880: 0F B7 87 6C 13 00 00  - movzx eax,word ptr [edi+0000136C]
}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>1515</ID>
              <Description>"Show all entries in Monster List Book"</Description>
              <LastState/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : TOS.exe
  Version: 
  Date   : 2023-06-22
  Author : thing

  This script does blah blah blah
}

[ENABLE]


aobscanmodule(enemyShown,TOS.exe,BB 01 00 00 00 84 5C) // should be unique
aobscanmodule(statsShown,TOS.exe,F6 44 37 10 02) // should be unique
aobscanmodule(item1Shown,TOS.exe,F6 44 11 10 04) // should be unique
aobscanmodule(item2Shown,TOS.exe,F6 44 11 10 08) // should be unique
aobscanmodule(weaknessShown,TOS.exe,F6 44 02 10 02) // should be unique
aobscanmodule(locationShown,TOS.exe,F6 44 08 10 20) // should be unique
aobscanmodule(itemStealShown,TOS.exe,F6 44 11 10 10) // should be unique

enemyShown+9:
  db 90 90

statsShown+8:
  db 90 90 90 90 90 90

item1Shown+5:
  db 90 90

item2Shown+5:
  db 90 90

weaknessShown+5:
  db 90 90 90 90 90 90

locationShown+5:
  db 90 90

itemStealShown+5:
  db 90 90

registersymbol(enemyShown)
registersymbol(statsShown)
registersymbol(item1Shown)
registersymbol(item2Shown)
registersymbol(weaknessShown)
registersymbol(locationShown)
registersymbol(itemStealShown)
[DISABLE]

enemyShown+9:
  db 74 1C

statsShown+8:
  db 0F 84 88 02 00 00

item1Shown+5:
  db 74 6B

item2Shown+5:
  db 74 6B

weaknessShown+5:
  db 0F 84 7F 00 00 00

locationShown+5:
  db 74 1A

itemStealShown+5:
  db 74 6B

unregistersymbol(enemyShown)
unregistersymbol(statsShown)
unregistersymbol(item1Shown)
unregistersymbol(item2Shown)
unregistersymbol(weaknessShown)
unregistersymbol(locationShown)
unregistersymbol(itemStealShown)

//enemyShown
{
// ORIGINAL CODE - INJECTION POINT: 005143DC

005143A9: B8 FF 00 00 00                 - mov eax,000000FF
005143AE: 53                             - push ebx
005143AF: 66 89 15 D0 F0 8E 00           - mov [008EF0D0],dx
005143B6: 8B 15 68 3F AD 00              - mov edx,[00AD3F68]
005143BC: 66 A3 BE F0 8E 00              - mov [008EF0BE],ax
005143C2: 56                             - push esi
005143C3: C7 05 30 C4 C3 01 02 00 00 00  - mov [01C3C430],00000002
005143CD: 66 89 0D B4 ED 8E 00           - mov [008EEDB4],cx
005143D4: 88 0D E7 F7 8E 00              - mov [008EF7E7],cl
005143DA: 33 C0                          - xor eax,eax
// ---------- INJECTING HERE ----------
005143DC: BB 01 00 00 00                 - mov ebx,00000001
// ---------- DONE INJECTING  ----------
005143E1: 84 5C 02 10                    - test [edx+eax+10],bl
005143E5: 74 1C                          - je 00514403
005143E7: 0F B7 C9                       - movzx ecx,cx
005143EA: 66 89 04 4D BE ED 8E 00        - mov [ecx*2+008EEDBE],ax
005143F2: 66 8B 0D B2 ED 8E 00           - mov cx,[008EEDB2]
005143F9: 66 03 CB                       - add cx,bx
005143FC: 66 89 0D B2 ED 8E 00           - mov [008EEDB2],cx
00514403: 03 C3                          - add eax,ebx
00514405: 3D 01 01 00 00                 - cmp eax,00000101
0051440A: 7C D5                          - jl 005143E1
}

//statsShown
{
// ORIGINAL CODE - INJECTION POINT: 00512426

00512405: 6A 09                 - push 09
00512407: 81 C2 C8 01 00 00     - add edx,000001C8
0051240D: 6A 7D                 - push 7D
0051240F: 52                    - push edx
00512410: 8B C1                 - mov eax,ecx
00512412: E8 39 FE 01 00        - call 00532250
00512417: 8B 4D 98              - mov ecx,[ebp-68]
0051241A: 8B 35 68 3F AD 00     - mov esi,[00AD3F68]
00512420: 0F B7 F9              - movzx edi,cx
00512423: 83 C4 18              - add esp,18
// ---------- INJECTING HERE ----------
00512426: F6 44 37 10 02        - test byte ptr [edi+esi+10],02
// ---------- DONE INJECTING  ----------
0051242B: 89 7D A0              - mov [ebp-60],edi
0051242E: 0F 84 88 02 00 00     - je 005126BC
00512434: 8B 55 A8              - mov edx,[ebp-58]
00512437: 0F B7 42 06           - movzx eax,word ptr [edx+06]
0051243B: D1 EF                 - shr edi,1
0051243D: 03 C2                 - add eax,edx
0051243F: F6 C1 01              - test cl,01
00512442: 8A 8C 37 14 01 00 00  - mov cl,[edi+esi+00000114]
00512449: 75 05                 - jne 00512450
0051244B: 80 E1 0F              - and cl,0F
}

//item1Shown
{
// ORIGINAL CODE - INJECTION POINT: 0051292A

00512903: 68 16 01 00 00           - push 00000116
00512908: 51                       - push ecx
00512909: E8 42 F9 01 00           - call 00532250
0051290E: 83 C4 18                 - add esp,18
00512911: 8B 7D A4                 - mov edi,[ebp-5C]
00512914: 0F B7 47 48              - movzx eax,word ptr [edi+48]
00512918: 66 85 C0                 - test ax,ax
0051291B: 0F 84 DE 00 00 00        - je 005129FF
00512921: 8B 15 68 3F AD 00        - mov edx,[00AD3F68]
00512927: 8B 4D A0                 - mov ecx,[ebp-60]
// ---------- INJECTING HERE ----------
0051292A: F6 44 11 10 04           - test byte ptr [ecx+edx+10],04
// ---------- DONE INJECTING  ----------
0051292F: 74 6B                    - je 0051299C
00512931: 8B D0                    - mov edx,eax
00512933: C1 E2 04                 - shl edx,04
00512936: 2B D0                    - sub edx,eax
00512938: 8B 45 08                 - mov eax,[ebp+08]
0051293B: 0F B6 14 95 E2 00 8D 00  - movzx edx,byte ptr [edx*4+008D00E2]
00512943: 83 C0 24                 - add eax,24
00512946: 68 5E 01 00 00           - push 0000015E
0051294B: 50                       - push eax
0051294C: 8A CB                    - mov cl,bl
}

//item2Shown
{
// ORIGINAL CODE - INJECTION POINT: 00512A15

005129EE: 68 5E 01 00 00           - push 0000015E
005129F3: 51                       - push ecx
005129F4: 8D 45 B0                 - lea eax,[ebp-50]
005129F7: E8 04 FA 01 00           - call 00532400
005129FC: 83 C4 18                 - add esp,18
005129FF: 0F B7 47 4A              - movzx eax,word ptr [edi+4A]
00512A03: 66 85 C0                 - test ax,ax
00512A06: 0F 84 DE 00 00 00        - je 00512AEA
00512A0C: 8B 15 68 3F AD 00        - mov edx,[00AD3F68]
00512A12: 8B 4D A0                 - mov ecx,[ebp-60]
// ---------- INJECTING HERE ----------
00512A15: F6 44 11 10 08           - test byte ptr [ecx+edx+10],08
// ---------- DONE INJECTING  ----------
00512A1A: 74 6B                    - je 00512A87
00512A1C: 8B D0                    - mov edx,eax
00512A1E: C1 E2 04                 - shl edx,04
00512A21: 2B D0                    - sub edx,eax
00512A23: 8B 45 08                 - mov eax,[ebp+08]
00512A26: 0F B6 14 95 E2 00 8D 00  - movzx edx,byte ptr [edx*4+008D00E2]
00512A2E: 83 C0 24                 - add eax,24
00512A31: 68 82 01 00 00           - push 00000182
00512A36: 50                       - push eax
00512A37: 8A CB                    - mov cl,bl
}

//weaknessShown
{
// ORIGINAL CODE - INJECTION POINT: 00512BDD

00512BBE: 53                 - push ebx
00512BBF: 6A 09              - push 09
00512BC1: 83 C1 48           - add ecx,48
00512BC4: 68 CD 01 00 00     - push 000001CD
00512BC9: 51                 - push ecx
00512BCA: 8D 45 B0           - lea eax,[ebp-50]
00512BCD: E8 2E F8 01 00     - call 00532400
00512BD2: 83 C4 18           - add esp,18
00512BD5: 8B 55 A0           - mov edx,[ebp-60]
00512BD8: A1 68 3F AD 00     - mov eax,[00AD3F68]
// ---------- INJECTING HERE ----------
00512BDD: F6 44 02 10 02     - test byte ptr [edx+eax+10],02
// ---------- DONE INJECTING  ----------
00512BE2: 0F 84 7F 00 00 00  - je 00512C67
00512BE8: 8B 4D A4           - mov ecx,[ebp-5C]
00512BEB: 8B 45 08           - mov eax,[ebp+08]
00512BEE: 0F B6 11           - movzx edx,byte ptr [ecx]
00512BF1: 05 90 00 00 00     - add eax,00000090
00512BF6: 68 21 02 00 00     - push 00000221
00512BFB: 50                 - push eax
00512BFC: 0F B7 F8           - movzx edi,ax
00512BFF: 0F B7 F0           - movzx esi,ax
00512C02: 52                 - push edx
}

//locationShown
{
// ORIGINAL CODE - INJECTION POINT: 00512C70

00512C50: E8 DB 2F 02 00           - call 00535C30
00512C55: 8B 45 AC                 - mov eax,[ebp-54]
00512C58: 83 C4 0C                 - add esp,0C
00512C5B: 83 C6 24                 - add esi,24
00512C5E: 40                       - inc eax
00512C5F: 89 45 AC                 - mov [ebp-54],eax
00512C62: 83 F8 08                 - cmp eax,08
00512C65: 7C AB                    - jl 00512C12
00512C67: 8B 45 A0                 - mov eax,[ebp-60]
00512C6A: 8B 0D 68 3F AD 00        - mov ecx,[00AD3F68]
// ---------- INJECTING HERE ----------
00512C70: F6 44 08 10 20           - test byte ptr [eax+ecx+10],20
// ---------- DONE INJECTING  ----------
00512C75: 74 1A                    - je 00512C91
00512C77: 0F BF 45 98              - movsx eax,word ptr [ebp-68]
00512C7B: 8D 14 40                 - lea edx,[eax+eax*2]
00512C7E: 0F B6 0C 95 29 40 8E 00  - movzx ecx,byte ptr [edx*4+008E4029]
00512C86: 51                       - push ecx
00512C87: E8 44 B1 F5 FF           - call 0046DDD0
00512C8C: 83 C4 04                 - add esp,04
00512C8F: EB 75                    - jmp 00512D06
00512C91: A1 60 90 8A 00           - mov eax,[008A9060]
00512C96: 8B 04 85 FC 05 73 00     - mov eax,[eax*4+007305FC]
}

//itemStealShown
{
// ORIGINAL CODE - INJECTION POINT: 00512B00

00512AD9: 68 82 01 00 00           - push 00000182
00512ADE: 51                       - push ecx
00512ADF: 8D 45 B0                 - lea eax,[ebp-50]
00512AE2: E8 19 F9 01 00           - call 00532400
00512AE7: 83 C4 18                 - add esp,18
00512AEA: 0F B7 47 4C              - movzx eax,word ptr [edi+4C]
00512AEE: 66 85 C0                 - test ax,ax
00512AF1: 0F 84 DE 00 00 00        - je 00512BD5
00512AF7: 8B 15 68 3F AD 00        - mov edx,[00AD3F68]
00512AFD: 8B 4D A0                 - mov ecx,[ebp-60]
// ---------- INJECTING HERE ----------
00512B00: F6 44 11 10 10           - test byte ptr [ecx+edx+10],10
// ---------- DONE INJECTING  ----------
00512B05: 74 6B                    - je 00512B72
00512B07: 8B D0                    - mov edx,eax
00512B09: C1 E2 04                 - shl edx,04
00512B0C: 2B D0                    - sub edx,eax
00512B0E: 8B 45 08                 - mov eax,[ebp+08]
00512B11: 0F B6 14 95 E2 00 8D 00  - movzx edx,byte ptr [edx*4+008D00E2]
00512B19: 83 C0 24                 - add eax,24
00512B1C: 68 CD 01 00 00           - push 000001CD
00512B21: 50                       - push eax
00512B22: 8A CB                    - mov cl,bl
}
</AssemblerScript>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
  <CheatCodes>
    <CodeEntry>
      <Description>Code :mov al,[esi]</Description>
      <AddressString>TOS.exe+CF400</AddressString>
      <Before>
        <Byte>EB</Byte>
        <Byte>03</Byte>
        <Byte>8D</Byte>
        <Byte>49</Byte>
        <Byte>00</Byte>
      </Before>
      <Actual>
        <Byte>8A</Byte>
        <Byte>06</Byte>
      </Actual>
      <After>
        <Byte>84</Byte>
        <Byte>C0</Byte>
        <Byte>74</Byte>
        <Byte>34</Byte>
        <Byte>0F</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>ex skill</Description>
      <AddressString>TOS.exe+8E230</AddressString>
      <Before>
        <Byte>00</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
        <Byte>8B</Byte>
        <Byte>FF</Byte>
      </Before>
      <Actual>
        <Byte>0F</Byte>
        <Byte>B6</Byte>
        <Byte>B4</Byte>
        <Byte>02</Byte>
        <Byte>EE</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>3B</Byte>
        <Byte>F1</Byte>
        <Byte>74</Byte>
        <Byte>18</Byte>
        <Byte>40</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Dungeon run speed</Description>
      <AddressString>TOS.exe+CCF2E</AddressString>
      <Before>
        <Byte>D9</Byte>
        <Byte>5E</Byte>
        <Byte>2C</Byte>
        <Byte>D9</Byte>
        <Byte>EE</Byte>
      </Before>
      <Actual>
        <Byte>D9</Byte>
        <Byte>07</Byte>
      </Actual>
      <After>
        <Byte>DD</Byte>
        <Byte>05</Byte>
        <Byte>B8</Byte>
        <Byte>29</Byte>
        <Byte>88</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>code to check for all 36 artes</Description>
      <AddressString>TOS.exe+126BF8</AddressString>
      <Before>
        <Byte>0A</Byte>
        <Byte>47</Byte>
        <Byte>3B</Byte>
        <Byte>7D</Byte>
        <Byte>F8</Byte>
      </Before>
      <Actual>
        <Byte>0F</Byte>
        <Byte>8C</Byte>
        <Byte>49</Byte>
        <Byte>FF</Byte>
        <Byte>FF</Byte>
        <Byte>FF</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>15</Byte>
        <Byte>68</Byte>
        <Byte>3F</Byte>
        <Byte>AD</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>checks for max 36</Description>
      <AddressString>TOS.exe+126BF2</AddressString>
      <Before>
        <Byte>06</Byte>
        <Byte>66</Byte>
        <Byte>83</Byte>
        <Byte>3E</Byte>
        <Byte>24</Byte>
      </Before>
      <Actual>
        <Byte>74</Byte>
        <Byte>0A</Byte>
      </Actual>
      <After>
        <Byte>47</Byte>
        <Byte>3B</Byte>
        <Byte>7D</Byte>
        <Byte>F8</Byte>
        <Byte>0F</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>arte active?</Description>
      <AddressString>TOS.exe+258E3</AddressString>
      <Before>
        <Byte>66</Byte>
        <Byte>3B</Byte>
        <Byte>CA</Byte>
        <Byte>73</Byte>
        <Byte>17</Byte>
      </Before>
      <Actual>
        <Byte>0F</Byte>
        <Byte>B6</Byte>
        <Byte>90</Byte>
        <Byte>AD</Byte>
        <Byte>01</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>0C</Byte>
        <Byte>8D</Byte>
        <Byte>D0</Byte>
        <Byte>98</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>Overlimit</Description>
      <AddressString>TOS.exe+4E17F</AddressString>
      <Before>
        <Byte>80</Byte>
        <Byte>FA</Byte>
        <Byte>80</Byte>
        <Byte>74</Byte>
        <Byte>22</Byte>
      </Before>
      <Actual>
        <Byte>0F</Byte>
        <Byte>B7</Byte>
        <Byte>86</Byte>
        <Byte>4C</Byte>
        <Byte>13</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </Actual>
      <After>
        <Byte>BA</Byte>
        <Byte>B6</Byte>
        <Byte>03</Byte>
        <Byte>00</Byte>
        <Byte>00</Byte>
      </After>
    </CodeEntry>
    <CodeEntry>
      <Description>enemy book exp read</Description>
      <AddressString>TOS.exe+112478</AddressString>
      <Before>
        <Byte>45</Byte>
        <Byte>9C</Byte>
        <Byte>8B</Byte>
        <Byte>45</Byte>
        <Byte>A4</Byte>
      </Before>
      <Actual>
        <Byte>8B</Byte>
        <Byte>50</Byte>
        <Byte>40</Byte>
      </Actual>
      <After>
        <Byte>8B</Byte>
        <Byte>40</Byte>
        <Byte>44</Byte>
        <Byte>EB</Byte>
        <Byte>37</Byte>
      </After>
    </CodeEntry>
  </CheatCodes>
  <UserdefinedSymbols/>
  <Structures StructVersion="2">
    <Structure Name="unnamed structure" AutoFill="0" AutoCreate="1" DefaultHex="0" AutoDestroy="0" DoNotSaveLocal="0" RLECompression="1" AutoCreateStructsize="4096">
      <Elements>
        <Element Offset="0" Vartype="Pointer" Bytesize="8" OffsetHex="00000000" DisplayMethod="unsigned integer">
          <Structure Name="Autocreated from 246CD650" AutoFill="0" AutoCreate="1" DefaultHex="0" AutoDestroy="0" DoNotSaveLocal="0" RLECompression="1" AutoCreateStructsize="4096">
            <Elements>
              <Element Offset="0" Vartype="String" Bytesize="6" OffsetHex="00000000" DisplayMethod="unsigned integer"/>
              <Element Offset="6" Vartype="Byte" Bytesize="1" RLECount="2" OffsetHex="00000006" DisplayMethod="unsigned integer"/>
              <Element Offset="8" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000008" DisplayMethod="unsigned integer"/>
              <Element Offset="12" Vartype="Pointer" Bytesize="8" OffsetHex="0000000C" DisplayMethod="unsigned integer"/>
              <Element Offset="16" Vartype="Pointer" Bytesize="8" OffsetHex="00000010" DisplayMethod="unsigned integer"/>
              <Element Offset="20" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000014" DisplayMethod="unsigned integer"/>
              <Element Offset="24" Vartype="Pointer" Bytesize="8" OffsetHex="00000018" DisplayMethod="unsigned integer"/>
              <Element Offset="28" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000001C" DisplayMethod="unsigned integer"/>
              <Element Offset="32" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000020" DisplayMethod="hexadecimal"/>
              <Element Offset="36" Vartype="Pointer" Bytesize="8" OffsetHex="00000024" DisplayMethod="unsigned integer"/>
              <Element Offset="40" Vartype="Pointer" Bytesize="8" OffsetHex="00000028" DisplayMethod="unsigned integer"/>
              <Element Offset="44" Vartype="Pointer" Bytesize="8" OffsetHex="0000002C" DisplayMethod="unsigned integer"/>
              <Element Offset="48" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000030" DisplayMethod="hexadecimal"/>
              <Element Offset="52" Vartype="Pointer" Bytesize="8" OffsetHex="00000034" DisplayMethod="unsigned integer"/>
              <Element Offset="56" Vartype="Pointer" Bytesize="8" OffsetHex="00000038" DisplayMethod="unsigned integer"/>
              <Element Offset="60" Vartype="Pointer" Bytesize="8" OffsetHex="0000003C" DisplayMethod="unsigned integer"/>
              <Element Offset="64" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000040" DisplayMethod="hexadecimal"/>
              <Element Offset="68" Vartype="Pointer" Bytesize="8" OffsetHex="00000044" DisplayMethod="unsigned integer"/>
              <Element Offset="72" Vartype="Pointer" Bytesize="8" OffsetHex="00000048" DisplayMethod="unsigned integer"/>
              <Element Offset="76" Vartype="Pointer" Bytesize="8" OffsetHex="0000004C" DisplayMethod="unsigned integer"/>
              <Element Offset="80" Vartype="Pointer" Bytesize="8" OffsetHex="00000050" DisplayMethod="unsigned integer"/>
              <Element Offset="84" Vartype="Pointer" Bytesize="8" OffsetHex="00000054" DisplayMethod="unsigned integer"/>
              <Element Offset="88" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000058" DisplayMethod="unsigned integer"/>
              <Element Offset="104" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000068" DisplayMethod="hexadecimal"/>
              <Element Offset="108" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000006C" DisplayMethod="unsigned integer"/>
              <Element Offset="112" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000070" DisplayMethod="hexadecimal"/>
              <Element Offset="116" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000074" DisplayMethod="unsigned integer"/>
              <Element Offset="120" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000078" DisplayMethod="hexadecimal"/>
              <Element Offset="124" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0000007C" DisplayMethod="unsigned integer"/>
              <Element Offset="140" Vartype="Pointer" Bytesize="8" OffsetHex="0000008C" DisplayMethod="unsigned integer"/>
              <Element Offset="144" Vartype="Pointer" Bytesize="8" OffsetHex="00000090" DisplayMethod="unsigned integer"/>
              <Element Offset="148" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000094" DisplayMethod="unsigned integer"/>
              <Element Offset="152" Vartype="Pointer" Bytesize="8" OffsetHex="00000098" DisplayMethod="unsigned integer"/>
              <Element Offset="156" Vartype="Pointer" Bytesize="8" OffsetHex="0000009C" DisplayMethod="unsigned integer"/>
              <Element Offset="160" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000000A0" DisplayMethod="hexadecimal"/>
              <Element Offset="168" Vartype="Pointer" Bytesize="8" OffsetHex="000000A8" DisplayMethod="unsigned integer"/>
              <Element Offset="172" Vartype="Unicode String" Bytesize="5" OffsetHex="000000AC" DisplayMethod="unsigned integer"/>
              <Element Offset="177" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="000000B1" DisplayMethod="unsigned integer"/>
              <Element Offset="180" Vartype="Pointer" Bytesize="8" OffsetHex="000000B4" DisplayMethod="unsigned integer"/>
              <Element Offset="184" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="000000B8" DisplayMethod="unsigned integer"/>
              <Element Offset="216" Vartype="Pointer" Bytesize="8" OffsetHex="000000D8" DisplayMethod="unsigned integer"/>
              <Element Offset="220" Vartype="Pointer" Bytesize="8" OffsetHex="000000DC" DisplayMethod="unsigned integer"/>
              <Element Offset="224" Vartype="Pointer" Bytesize="8" OffsetHex="000000E0" DisplayMethod="unsigned integer"/>
              <Element Offset="228" Vartype="Pointer" Bytesize="8" OffsetHex="000000E4" DisplayMethod="unsigned integer"/>
              <Element Offset="232" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000000E8" DisplayMethod="hexadecimal"/>
              <Element Offset="240" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="000000F0" DisplayMethod="unsigned integer"/>
              <Element Offset="272" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000110" DisplayMethod="hexadecimal"/>
              <Element Offset="276" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000114" DisplayMethod="unsigned integer"/>
              <Element Offset="280" Vartype="String" Bytesize="7" OffsetHex="00000118" DisplayMethod="unsigned integer"/>
              <Element Offset="287" Vartype="Byte" Bytesize="1" OffsetHex="0000011F" DisplayMethod="unsigned integer"/>
              <Element Offset="288" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000120" DisplayMethod="unsigned integer"/>
              <Element Offset="292" Vartype="Pointer" Bytesize="8" OffsetHex="00000124" DisplayMethod="unsigned integer"/>
              <Element Offset="296" Vartype="Pointer" Bytesize="8" OffsetHex="00000128" DisplayMethod="unsigned integer"/>
              <Element Offset="300" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000012C" DisplayMethod="unsigned integer"/>
              <Element Offset="304" Vartype="Pointer" Bytesize="8" OffsetHex="00000130" DisplayMethod="unsigned integer"/>
              <Element Offset="308" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000134" DisplayMethod="unsigned integer"/>
              <Element Offset="312" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000138" DisplayMethod="hexadecimal"/>
              <Element Offset="316" Vartype="Pointer" Bytesize="8" OffsetHex="0000013C" DisplayMethod="unsigned integer"/>
              <Element Offset="320" Vartype="Pointer" Bytesize="8" OffsetHex="00000140" DisplayMethod="unsigned integer"/>
              <Element Offset="324" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000144" DisplayMethod="hexadecimal"/>
              <Element Offset="332" Vartype="Pointer" Bytesize="8" OffsetHex="0000014C" DisplayMethod="unsigned integer"/>
              <Element Offset="336" Vartype="Pointer" Bytesize="8" OffsetHex="00000150" DisplayMethod="unsigned integer"/>
              <Element Offset="340" Vartype="Pointer" Bytesize="8" OffsetHex="00000154" DisplayMethod="unsigned integer"/>
              <Element Offset="344" Vartype="Pointer" Bytesize="8" OffsetHex="00000158" DisplayMethod="unsigned integer"/>
              <Element Offset="348" Vartype="Pointer" Bytesize="8" OffsetHex="0000015C" DisplayMethod="unsigned integer"/>
              <Element Offset="352" Vartype="Pointer" Bytesize="8" OffsetHex="00000160" DisplayMethod="unsigned integer"/>
              <Element Offset="356" Vartype="Pointer" Bytesize="8" OffsetHex="00000164" DisplayMethod="unsigned integer"/>
              <Element Offset="360" Vartype="Pointer" Bytesize="8" OffsetHex="00000168" DisplayMethod="unsigned integer"/>
              <Element Offset="364" Vartype="Pointer" Bytesize="8" OffsetHex="0000016C" DisplayMethod="unsigned integer"/>
              <Element Offset="368" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000170" DisplayMethod="unsigned integer"/>
              <Element Offset="384" Vartype="Pointer" Bytesize="8" OffsetHex="00000180" DisplayMethod="unsigned integer"/>
              <Element Offset="388" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000184" DisplayMethod="unsigned integer"/>
              <Element Offset="392" Vartype="Pointer" Bytesize="8" OffsetHex="00000188" DisplayMethod="unsigned integer"/>
              <Element Offset="396" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000018C" DisplayMethod="unsigned integer"/>
              <Element Offset="400" Vartype="Pointer" Bytesize="8" OffsetHex="00000190" DisplayMethod="unsigned integer"/>
              <Element Offset="404" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000194" DisplayMethod="unsigned integer"/>
              <Element Offset="416" Vartype="Pointer" Bytesize="8" OffsetHex="000001A0" DisplayMethod="unsigned integer"/>
              <Element Offset="420" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001A4" DisplayMethod="unsigned integer"/>
              <Element Offset="424" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001A8" DisplayMethod="hexadecimal"/>
              <Element Offset="428" Vartype="Pointer" Bytesize="8" OffsetHex="000001AC" DisplayMethod="unsigned integer"/>
              <Element Offset="432" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001B0" DisplayMethod="hexadecimal"/>
              <Element Offset="436" Vartype="Pointer" Bytesize="8" OffsetHex="000001B4" DisplayMethod="unsigned integer"/>
              <Element Offset="440" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001B8" DisplayMethod="unsigned integer"/>
              <Element Offset="444" Vartype="Pointer" Bytesize="8" OffsetHex="000001BC" DisplayMethod="unsigned integer"/>
              <Element Offset="448" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001C0" DisplayMethod="unsigned integer"/>
              <Element Offset="452" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001C4" DisplayMethod="hexadecimal"/>
              <Element Offset="456" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001C8" DisplayMethod="unsigned integer"/>
              <Element Offset="460" Vartype="Pointer" Bytesize="8" OffsetHex="000001CC" DisplayMethod="unsigned integer"/>
              <Element Offset="464" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="000001D0" DisplayMethod="unsigned integer"/>
              <Element Offset="496" Vartype="Pointer" Bytesize="8" OffsetHex="000001F0" DisplayMethod="unsigned integer"/>
              <Element Offset="500" Vartype="Pointer" Bytesize="8" OffsetHex="000001F4" DisplayMethod="unsigned integer"/>
              <Element Offset="504" Vartype="Pointer" Bytesize="8" OffsetHex="000001F8" DisplayMethod="unsigned integer"/>
              <Element Offset="508" Vartype="Pointer" Bytesize="8" OffsetHex="000001FC" DisplayMethod="unsigned integer"/>
              <Element Offset="512" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000200" DisplayMethod="hexadecimal"/>
              <Element Offset="524" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="0000020C" DisplayMethod="unsigned integer"/>
              <Element Offset="560" Vartype="String" Bytesize="6" OffsetHex="00000230" DisplayMethod="unsigned integer"/>
              <Element Offset="566" Vartype="Byte" Bytesize="1" RLECount="2" OffsetHex="00000236" DisplayMethod="unsigned integer"/>
              <Element Offset="568" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000238" DisplayMethod="unsigned integer"/>
              <Element Offset="572" Vartype="Pointer" Bytesize="8" OffsetHex="0000023C" DisplayMethod="unsigned integer"/>
              <Element Offset="576" Vartype="Pointer" Bytesize="8" OffsetHex="00000240" DisplayMethod="unsigned integer"/>
              <Element Offset="580" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000244" DisplayMethod="unsigned integer"/>
              <Element Offset="584" Vartype="Pointer" Bytesize="8" OffsetHex="00000248" DisplayMethod="unsigned integer"/>
              <Element Offset="588" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000024C" DisplayMethod="unsigned integer"/>
              <Element Offset="592" Vartype="Pointer" Bytesize="8" OffsetHex="00000250" DisplayMethod="unsigned integer"/>
              <Element Offset="596" Vartype="Pointer" Bytesize="8" OffsetHex="00000254" DisplayMethod="unsigned integer"/>
              <Element Offset="600" Vartype="Pointer" Bytesize="8" OffsetHex="00000258" DisplayMethod="unsigned integer"/>
              <Element Offset="604" Vartype="Pointer" Bytesize="8" OffsetHex="0000025C" DisplayMethod="unsigned integer"/>
              <Element Offset="608" Vartype="Pointer" Bytesize="8" OffsetHex="00000260" DisplayMethod="unsigned integer"/>
              <Element Offset="612" Vartype="Pointer" Bytesize="8" OffsetHex="00000264" DisplayMethod="unsigned integer"/>
              <Element Offset="616" Vartype="Pointer" Bytesize="8" OffsetHex="00000268" DisplayMethod="unsigned integer"/>
              <Element Offset="620" Vartype="Pointer" Bytesize="8" OffsetHex="0000026C" DisplayMethod="unsigned integer"/>
              <Element Offset="624" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000270" DisplayMethod="hexadecimal"/>
              <Element Offset="628" Vartype="Pointer" Bytesize="8" OffsetHex="00000274" DisplayMethod="unsigned integer"/>
              <Element Offset="632" Vartype="Pointer" Bytesize="8" OffsetHex="00000278" DisplayMethod="unsigned integer"/>
              <Element Offset="636" Vartype="Pointer" Bytesize="8" OffsetHex="0000027C" DisplayMethod="unsigned integer"/>
              <Element Offset="640" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000280" DisplayMethod="unsigned integer"/>
              <Element Offset="664" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000298" DisplayMethod="hexadecimal"/>
              <Element Offset="668" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000029C" DisplayMethod="unsigned integer"/>
              <Element Offset="672" Vartype="4 Bytes" Bytesize="4" OffsetHex="000002A0" DisplayMethod="hexadecimal"/>
              <Element Offset="676" Vartype="4 Bytes" Bytesize="4" OffsetHex="000002A4" DisplayMethod="unsigned integer"/>
              <Element Offset="680" Vartype="4 Bytes" Bytesize="4" OffsetHex="000002A8" DisplayMethod="hexadecimal"/>
              <Element Offset="684" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="000002AC" DisplayMethod="unsigned integer"/>
              <Element Offset="700" Vartype="4 Bytes" Bytesize="4" OffsetHex="000002BC" DisplayMethod="hexadecimal"/>
              <Element Offset="704" Vartype="Pointer" Bytesize="8" OffsetHex="000002C0" DisplayMethod="unsigned integer"/>
              <Element Offset="708" Vartype="4 Bytes" Bytesize="4" OffsetHex="000002C4" DisplayMethod="unsigned integer"/>
              <Element Offset="712" Vartype="Pointer" Bytesize="8" OffsetHex="000002C8" DisplayMethod="unsigned integer"/>
              <Element Offset="716" Vartype="Pointer" Bytesize="8" OffsetHex="000002CC" DisplayMethod="unsigned integer"/>
              <Element Offset="720" Vartype="4 Bytes" Bytesize="4" OffsetHex="000002D0" DisplayMethod="unsigned integer"/>
              <Element Offset="724" Vartype="4 Bytes" Bytesize="4" OffsetHex="000002D4" DisplayMethod="hexadecimal"/>
              <Element Offset="728" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000002D8" DisplayMethod="unsigned integer"/>
              <Element Offset="736" Vartype="Pointer" Bytesize="8" OffsetHex="000002E0" DisplayMethod="unsigned integer"/>
              <Element Offset="740" Vartype="4 Bytes" Bytesize="4" OffsetHex="000002E4" DisplayMethod="unsigned integer"/>
              <Element Offset="744" Vartype="Pointer" Bytesize="8" OffsetHex="000002E8" DisplayMethod="unsigned integer"/>
              <Element Offset="748" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="000002EC" DisplayMethod="unsigned integer"/>
              <Element Offset="776" Vartype="Pointer" Bytesize="8" OffsetHex="00000308" DisplayMethod="unsigned integer"/>
              <Element Offset="780" Vartype="Pointer" Bytesize="8" OffsetHex="0000030C" DisplayMethod="unsigned integer"/>
              <Element Offset="784" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000310" DisplayMethod="unsigned integer"/>
              <Element Offset="788" Vartype="Pointer" Bytesize="8" OffsetHex="00000314" DisplayMethod="unsigned integer"/>
              <Element Offset="792" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000318" DisplayMethod="hexadecimal"/>
              <Element Offset="800" Vartype="4 Bytes" Bytesize="4" RLECount="10" OffsetHex="00000320" DisplayMethod="unsigned integer"/>
              <Element Offset="840" Vartype="String" Bytesize="7" OffsetHex="00000348" DisplayMethod="unsigned integer"/>
              <Element Offset="847" Vartype="Byte" Bytesize="1" OffsetHex="0000034F" DisplayMethod="unsigned integer"/>
              <Element Offset="848" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000350" DisplayMethod="unsigned integer"/>
              <Element Offset="852" Vartype="Pointer" Bytesize="8" OffsetHex="00000354" DisplayMethod="unsigned integer"/>
              <Element Offset="856" Vartype="Pointer" Bytesize="8" OffsetHex="00000358" DisplayMethod="unsigned integer"/>
              <Element Offset="860" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000035C" DisplayMethod="unsigned integer"/>
              <Element Offset="864" Vartype="Pointer" Bytesize="8" OffsetHex="00000360" DisplayMethod="unsigned integer"/>
              <Element Offset="868" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000364" DisplayMethod="unsigned integer"/>
              <Element Offset="876" Vartype="Pointer" Bytesize="8" OffsetHex="0000036C" DisplayMethod="unsigned integer"/>
              <Element Offset="880" Vartype="Pointer" Bytesize="8" OffsetHex="00000370" DisplayMethod="unsigned integer"/>
              <Element Offset="884" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000374" DisplayMethod="hexadecimal"/>
              <Element Offset="892" Vartype="Pointer" Bytesize="8" OffsetHex="0000037C" DisplayMethod="unsigned integer"/>
              <Element Offset="896" Vartype="Pointer" Bytesize="8" OffsetHex="00000380" DisplayMethod="unsigned integer"/>
              <Element Offset="900" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000384" DisplayMethod="hexadecimal"/>
              <Element Offset="904" Vartype="Pointer" Bytesize="8" OffsetHex="00000388" DisplayMethod="unsigned integer"/>
              <Element Offset="908" Vartype="Pointer" Bytesize="8" OffsetHex="0000038C" DisplayMethod="unsigned integer"/>
              <Element Offset="912" Vartype="Pointer" Bytesize="8" OffsetHex="00000390" DisplayMethod="unsigned integer"/>
              <Element Offset="916" Vartype="Pointer" Bytesize="8" OffsetHex="00000394" DisplayMethod="unsigned integer"/>
              <Element Offset="920" Vartype="Pointer" Bytesize="8" OffsetHex="00000398" DisplayMethod="unsigned integer"/>
              <Element Offset="924" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="0000039C" DisplayMethod="unsigned integer"/>
              <Element Offset="944" Vartype="Pointer" Bytesize="8" OffsetHex="000003B0" DisplayMethod="unsigned integer"/>
              <Element Offset="948" Vartype="4 Bytes" Bytesize="4" OffsetHex="000003B4" DisplayMethod="unsigned integer"/>
              <Element Offset="952" Vartype="Pointer" Bytesize="8" OffsetHex="000003B8" DisplayMethod="unsigned integer"/>
              <Element Offset="956" Vartype="4 Bytes" Bytesize="4" OffsetHex="000003BC" DisplayMethod="unsigned integer"/>
              <Element Offset="960" Vartype="Pointer" Bytesize="8" OffsetHex="000003C0" DisplayMethod="unsigned integer"/>
              <Element Offset="964" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000003C4" DisplayMethod="unsigned integer"/>
              <Element Offset="976" Vartype="Pointer" Bytesize="8" OffsetHex="000003D0" DisplayMethod="unsigned integer"/>
              <Element Offset="980" Vartype="Pointer" Bytesize="8" OffsetHex="000003D4" DisplayMethod="unsigned integer"/>
              <Element Offset="984" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="000003D8" DisplayMethod="unsigned integer"/>
              <Element Offset="1004" Vartype="Pointer" Bytesize="8" OffsetHex="000003EC" DisplayMethod="unsigned integer"/>
              <Element Offset="1008" Vartype="4 Bytes" Bytesize="4" OffsetHex="000003F0" DisplayMethod="unsigned integer"/>
              <Element Offset="1012" Vartype="Pointer" Bytesize="8" OffsetHex="000003F4" DisplayMethod="unsigned integer"/>
              <Element Offset="1016" Vartype="Pointer" Bytesize="8" OffsetHex="000003F8" DisplayMethod="unsigned integer"/>
              <Element Offset="1020" Vartype="Pointer" Bytesize="8" OffsetHex="000003FC" DisplayMethod="unsigned integer"/>
              <Element Offset="1024" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="00000400" DisplayMethod="unsigned integer"/>
              <Element Offset="1056" Vartype="Pointer" Bytesize="8" OffsetHex="00000420" DisplayMethod="unsigned integer"/>
              <Element Offset="1060" Vartype="Pointer" Bytesize="8" OffsetHex="00000424" DisplayMethod="unsigned integer"/>
              <Element Offset="1064" Vartype="Pointer" Bytesize="8" OffsetHex="00000428" DisplayMethod="unsigned integer"/>
              <Element Offset="1068" Vartype="Pointer" Bytesize="8" OffsetHex="0000042C" DisplayMethod="unsigned integer"/>
              <Element Offset="1072" Vartype="Pointer" Bytesize="8" OffsetHex="00000430" DisplayMethod="unsigned integer"/>
              <Element Offset="1076" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000434" DisplayMethod="hexadecimal"/>
              <Element Offset="1084" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="0000043C" DisplayMethod="unsigned integer"/>
              <Element Offset="1120" Vartype="String" Bytesize="7" OffsetHex="00000460" DisplayMethod="unsigned integer"/>
              <Element Offset="1127" Vartype="Byte" Bytesize="1" OffsetHex="00000467" DisplayMethod="unsigned integer"/>
              <Element Offset="1128" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000468" DisplayMethod="unsigned integer"/>
              <Element Offset="1132" Vartype="Float" Bytesize="4" OffsetHex="0000046C" DisplayMethod="unsigned integer"/>
              <Element Offset="1136" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000470" DisplayMethod="hexadecimal"/>
              <Element Offset="1148" Vartype="Pointer" Bytesize="8" OffsetHex="0000047C" DisplayMethod="unsigned integer"/>
              <Element Offset="1152" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000480" DisplayMethod="unsigned integer"/>
              <Element Offset="1156" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000484" DisplayMethod="hexadecimal"/>
              <Element Offset="1164" Vartype="Pointer" Bytesize="8" OffsetHex="0000048C" DisplayMethod="unsigned integer"/>
              <Element Offset="1168" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000490" DisplayMethod="hexadecimal"/>
              <Element Offset="1192" Vartype="Double" Bytesize="8" OffsetHex="000004A8" DisplayMethod="unsigned integer"/>
              <Element Offset="1200" Vartype="Float" Bytesize="4" OffsetHex="000004B0" DisplayMethod="unsigned integer"/>
              <Element Offset="1204" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="000004B4" DisplayMethod="hexadecimal"/>
              <Element Offset="1220" Vartype="Pointer" Bytesize="8" OffsetHex="000004C4" DisplayMethod="unsigned integer"/>
              <Element Offset="1224" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000004C8" DisplayMethod="unsigned integer"/>
              <Element Offset="1232" Vartype="4 Bytes" Bytesize="4" OffsetHex="000004D0" DisplayMethod="hexadecimal"/>
              <Element Offset="1236" Vartype="Float" Bytesize="4" OffsetHex="000004D4" DisplayMethod="unsigned integer"/>
              <Element Offset="1240" Vartype="Pointer" Bytesize="8" OffsetHex="000004D8" DisplayMethod="unsigned integer"/>
              <Element Offset="1244" Vartype="4 Bytes" Bytesize="4" OffsetHex="000004DC" DisplayMethod="hexadecimal"/>
              <Element Offset="1248" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000004E0" DisplayMethod="unsigned integer"/>
              <Element Offset="1256" Vartype="4 Bytes" Bytesize="4" OffsetHex="000004E8" DisplayMethod="hexadecimal"/>
              <Element Offset="1260" Vartype="4 Bytes" Bytesize="4" OffsetHex="000004EC" DisplayMethod="unsigned integer"/>
              <Element Offset="1264" Vartype="Pointer" Bytesize="8" OffsetHex="000004F0" DisplayMethod="unsigned integer"/>
              <Element Offset="1268" Vartype="Pointer" Bytesize="8" OffsetHex="000004F4" DisplayMethod="unsigned integer"/>
              <Element Offset="1272" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000004F8" DisplayMethod="unsigned integer"/>
              <Element Offset="1280" Vartype="Pointer" Bytesize="8" OffsetHex="00000500" DisplayMethod="unsigned integer"/>
              <Element Offset="1284" Vartype="Pointer" Bytesize="8" OffsetHex="00000504" DisplayMethod="unsigned integer"/>
              <Element Offset="1288" Vartype="Pointer" Bytesize="8" OffsetHex="00000508" DisplayMethod="unsigned integer"/>
              <Element Offset="1292" Vartype="Pointer" Bytesize="8" OffsetHex="0000050C" DisplayMethod="unsigned integer"/>
              <Element Offset="1296" Vartype="Pointer" Bytesize="8" OffsetHex="00000510" DisplayMethod="unsigned integer"/>
              <Element Offset="1300" Vartype="4 Bytes" Bytesize="4" RLECount="16" OffsetHex="00000514" DisplayMethod="unsigned integer"/>
              <Element Offset="1364" Vartype="Pointer" Bytesize="8" OffsetHex="00000554" DisplayMethod="unsigned integer"/>
              <Element Offset="1368" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="00000558" DisplayMethod="unsigned integer"/>
              <Element Offset="1400" Vartype="Pointer" Bytesize="8" OffsetHex="00000578" DisplayMethod="unsigned integer"/>
              <Element Offset="1404" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="0000057C" DisplayMethod="unsigned integer"/>
              <Element Offset="1440" Vartype="Double" Bytesize="8" OffsetHex="000005A0" DisplayMethod="unsigned integer"/>
              <Element Offset="1448" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="000005A8" DisplayMethod="unsigned integer"/>
              <Element Offset="1451" Vartype="2 Bytes" Bytesize="2" OffsetHex="000005AB" DisplayMethod="unsigned integer"/>
              <Element Offset="1453" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="000005AD" DisplayMethod="unsigned integer"/>
              <Element Offset="1456" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000005B0" DisplayMethod="unsigned integer"/>
              <Element Offset="1464" Vartype="Pointer" Bytesize="8" OffsetHex="000005B8" DisplayMethod="unsigned integer"/>
              <Element Offset="1468" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="000005BC" DisplayMethod="unsigned integer"/>
              <Element Offset="1516" Vartype="Pointer" Bytesize="8" OffsetHex="000005EC" DisplayMethod="unsigned integer"/>
              <Element Offset="1520" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000005F0" DisplayMethod="hexadecimal"/>
              <Element Offset="1532" Vartype="4 Bytes" Bytesize="4" OffsetHex="000005FC" DisplayMethod="unsigned integer"/>
              <Element Offset="1536" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000600" DisplayMethod="hexadecimal"/>
              <Element Offset="1548" Vartype="Float" Bytesize="4" OffsetHex="0000060C" DisplayMethod="unsigned integer"/>
              <Element Offset="1552" Vartype="4 Bytes" Bytesize="4" RLECount="23" OffsetHex="00000610" DisplayMethod="unsigned integer"/>
              <Element Offset="1644" Vartype="Pointer" Bytesize="8" OffsetHex="0000066C" DisplayMethod="unsigned integer"/>
              <Element Offset="1648" Vartype="Pointer" Bytesize="8" OffsetHex="00000670" DisplayMethod="unsigned integer"/>
              <Element Offset="1652" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000674" DisplayMethod="hexadecimal"/>
              <Element Offset="1656" Vartype="Pointer" Bytesize="8" OffsetHex="00000678" DisplayMethod="unsigned integer"/>
              <Element Offset="1660" Vartype="Pointer" Bytesize="8" OffsetHex="0000067C" DisplayMethod="unsigned integer"/>
              <Element Offset="1664" Vartype="Pointer" Bytesize="8" OffsetHex="00000680" DisplayMethod="unsigned integer"/>
              <Element Offset="1668" Vartype="Pointer" Bytesize="8" OffsetHex="00000684" DisplayMethod="unsigned integer"/>
              <Element Offset="1672" Vartype="Pointer" Bytesize="8" OffsetHex="00000688" DisplayMethod="unsigned integer"/>
              <Element Offset="1676" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000068C" DisplayMethod="unsigned integer"/>
              <Element Offset="1680" Vartype="Pointer" Bytesize="8" OffsetHex="00000690" DisplayMethod="unsigned integer"/>
              <Element Offset="1684" Vartype="Pointer" Bytesize="8" OffsetHex="00000694" DisplayMethod="unsigned integer"/>
              <Element Offset="1688" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000698" DisplayMethod="hexadecimal"/>
              <Element Offset="1692" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000069C" DisplayMethod="unsigned integer"/>
              <Element Offset="1696" Vartype="Pointer" Bytesize="8" OffsetHex="000006A0" DisplayMethod="unsigned integer"/>
              <Element Offset="1700" Vartype="Pointer" Bytesize="8" OffsetHex="000006A4" DisplayMethod="unsigned integer"/>
              <Element Offset="1704" Vartype="Pointer" Bytesize="8" OffsetHex="000006A8" DisplayMethod="unsigned integer"/>
              <Element Offset="1708" Vartype="Pointer" Bytesize="8" OffsetHex="000006AC" DisplayMethod="unsigned integer"/>
              <Element Offset="1712" Vartype="Pointer" Bytesize="8" OffsetHex="000006B0" DisplayMethod="unsigned integer"/>
              <Element Offset="1716" Vartype="Pointer" Bytesize="8" OffsetHex="000006B4" DisplayMethod="unsigned integer"/>
              <Element Offset="1720" Vartype="Pointer" Bytesize="8" OffsetHex="000006B8" DisplayMethod="unsigned integer"/>
              <Element Offset="1724" Vartype="Pointer" Bytesize="8" OffsetHex="000006BC" DisplayMethod="unsigned integer"/>
              <Element Offset="1728" Vartype="Pointer" Bytesize="8" OffsetHex="000006C0" DisplayMethod="unsigned integer"/>
              <Element Offset="1732" Vartype="Pointer" Bytesize="8" OffsetHex="000006C4" DisplayMethod="unsigned integer"/>
              <Element Offset="1736" Vartype="4 Bytes" Bytesize="4" OffsetHex="000006C8" DisplayMethod="hexadecimal"/>
              <Element Offset="1740" Vartype="Pointer" Bytesize="8" OffsetHex="000006CC" DisplayMethod="unsigned integer"/>
              <Element Offset="1744" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000006D0" DisplayMethod="hexadecimal"/>
              <Element Offset="1752" Vartype="Pointer" Bytesize="8" OffsetHex="000006D8" DisplayMethod="unsigned integer"/>
              <Element Offset="1756" Vartype="4 Bytes" Bytesize="4" OffsetHex="000006DC" DisplayMethod="hexadecimal"/>
              <Element Offset="1760" Vartype="Pointer" Bytesize="8" OffsetHex="000006E0" DisplayMethod="unsigned integer"/>
              <Element Offset="1764" Vartype="4 Bytes" Bytesize="4" OffsetHex="000006E4" DisplayMethod="hexadecimal"/>
              <Element Offset="1768" Vartype="Pointer" Bytesize="8" OffsetHex="000006E8" DisplayMethod="unsigned integer"/>
              <Element Offset="1772" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000006EC" DisplayMethod="hexadecimal"/>
              <Element Offset="1784" Vartype="Pointer" Bytesize="8" OffsetHex="000006F8" DisplayMethod="unsigned integer"/>
              <Element Offset="1788" Vartype="Pointer" Bytesize="8" OffsetHex="000006FC" DisplayMethod="unsigned integer"/>
              <Element Offset="1792" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000700" DisplayMethod="hexadecimal"/>
              <Element Offset="1796" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000704" DisplayMethod="unsigned integer"/>
              <Element Offset="1804" Vartype="Pointer" Bytesize="8" OffsetHex="0000070C" DisplayMethod="unsigned integer"/>
              <Element Offset="1808" Vartype="Pointer" Bytesize="8" OffsetHex="00000710" DisplayMethod="unsigned integer"/>
              <Element Offset="1812" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000714" DisplayMethod="unsigned integer"/>
              <Element Offset="1820" Vartype="Pointer" Bytesize="8" OffsetHex="0000071C" DisplayMethod="unsigned integer"/>
              <Element Offset="1824" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000720" DisplayMethod="unsigned integer"/>
              <Element Offset="1828" Vartype="Pointer" Bytesize="8" OffsetHex="00000724" DisplayMethod="unsigned integer"/>
              <Element Offset="1832" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000728" DisplayMethod="unsigned integer"/>
              <Element Offset="1840" Vartype="Pointer" Bytesize="8" OffsetHex="00000730" DisplayMethod="unsigned integer"/>
              <Element Offset="1844" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000734" DisplayMethod="unsigned integer"/>
              <Element Offset="1848" Vartype="Pointer" Bytesize="8" OffsetHex="00000738" DisplayMethod="unsigned integer"/>
              <Element Offset="1852" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000073C" DisplayMethod="unsigned integer"/>
              <Element Offset="1856" Vartype="Pointer" Bytesize="8" OffsetHex="00000740" DisplayMethod="unsigned integer"/>
              <Element Offset="1860" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000744" DisplayMethod="unsigned integer"/>
              <Element Offset="1864" Vartype="Pointer" Bytesize="8" OffsetHex="00000748" DisplayMethod="unsigned integer"/>
              <Element Offset="1868" Vartype="Pointer" Bytesize="8" OffsetHex="0000074C" DisplayMethod="unsigned integer"/>
              <Element Offset="1872" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000750" DisplayMethod="unsigned integer"/>
              <Element Offset="1892" Vartype="Pointer" Bytesize="8" OffsetHex="00000764" DisplayMethod="unsigned integer"/>
              <Element Offset="1896" Vartype="Pointer" Bytesize="8" OffsetHex="00000768" DisplayMethod="unsigned integer"/>
              <Element Offset="1900" Vartype="Pointer" Bytesize="8" OffsetHex="0000076C" DisplayMethod="unsigned integer"/>
              <Element Offset="1904" Vartype="Pointer" Bytesize="8" OffsetHex="00000770" DisplayMethod="unsigned integer"/>
              <Element Offset="1908" Vartype="Pointer" Bytesize="8" OffsetHex="00000774" DisplayMethod="unsigned integer"/>
              <Element Offset="1912" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000778" DisplayMethod="unsigned integer"/>
              <Element Offset="1916" Vartype="Pointer" Bytesize="8" OffsetHex="0000077C" DisplayMethod="unsigned integer"/>
              <Element Offset="1920" Vartype="Pointer" Bytesize="8" OffsetHex="00000780" DisplayMethod="unsigned integer"/>
              <Element Offset="1924" Vartype="Pointer" Bytesize="8" OffsetHex="00000784" DisplayMethod="unsigned integer"/>
              <Element Offset="1928" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000788" DisplayMethod="unsigned integer"/>
              <Element Offset="1932" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000078C" DisplayMethod="hexadecimal"/>
              <Element Offset="1936" Vartype="Pointer" Bytesize="8" OffsetHex="00000790" DisplayMethod="unsigned integer"/>
              <Element Offset="1940" Vartype="Pointer" Bytesize="8" OffsetHex="00000794" DisplayMethod="unsigned integer"/>
              <Element Offset="1944" Vartype="Pointer" Bytesize="8" OffsetHex="00000798" DisplayMethod="unsigned integer"/>
              <Element Offset="1948" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000079C" DisplayMethod="unsigned integer"/>
              <Element Offset="1952" Vartype="Pointer" Bytesize="8" OffsetHex="000007A0" DisplayMethod="unsigned integer"/>
              <Element Offset="1956" Vartype="4 Bytes" Bytesize="4" OffsetHex="000007A4" DisplayMethod="unsigned integer"/>
              <Element Offset="1960" Vartype="Pointer" Bytesize="8" OffsetHex="000007A8" DisplayMethod="unsigned integer"/>
              <Element Offset="1964" Vartype="Pointer" Bytesize="8" OffsetHex="000007AC" DisplayMethod="unsigned integer"/>
              <Element Offset="1968" Vartype="4 Bytes" Bytesize="4" OffsetHex="000007B0" DisplayMethod="unsigned integer"/>
              <Element Offset="1972" Vartype="Pointer" Bytesize="8" OffsetHex="000007B4" DisplayMethod="unsigned integer"/>
              <Element Offset="1976" Vartype="Pointer" Bytesize="8" OffsetHex="000007B8" DisplayMethod="unsigned integer"/>
              <Element Offset="1980" Vartype="Pointer" Bytesize="8" OffsetHex="000007BC" DisplayMethod="unsigned integer"/>
              <Element Offset="1984" Vartype="Pointer" Bytesize="8" OffsetHex="000007C0" DisplayMethod="unsigned integer"/>
              <Element Offset="1988" Vartype="Pointer" Bytesize="8" OffsetHex="000007C4" DisplayMethod="unsigned integer"/>
              <Element Offset="1992" Vartype="Pointer" Bytesize="8" OffsetHex="000007C8" DisplayMethod="unsigned integer"/>
              <Element Offset="1996" Vartype="4 Bytes" Bytesize="4" OffsetHex="000007CC" DisplayMethod="unsigned integer"/>
              <Element Offset="2000" Vartype="Pointer" Bytesize="8" OffsetHex="000007D0" DisplayMethod="unsigned integer"/>
              <Element Offset="2004" Vartype="4 Bytes" Bytesize="4" OffsetHex="000007D4" DisplayMethod="unsigned integer"/>
              <Element Offset="2008" Vartype="Pointer" Bytesize="8" OffsetHex="000007D8" DisplayMethod="unsigned integer"/>
              <Element Offset="2012" Vartype="Pointer" Bytesize="8" OffsetHex="000007DC" DisplayMethod="unsigned integer"/>
              <Element Offset="2016" Vartype="Pointer" Bytesize="8" OffsetHex="000007E0" DisplayMethod="unsigned integer"/>
              <Element Offset="2020" Vartype="4 Bytes" Bytesize="4" OffsetHex="000007E4" DisplayMethod="unsigned integer"/>
              <Element Offset="2024" Vartype="Pointer" Bytesize="8" OffsetHex="000007E8" DisplayMethod="unsigned integer"/>
              <Element Offset="2028" Vartype="Pointer" Bytesize="8" OffsetHex="000007EC" DisplayMethod="unsigned integer"/>
              <Element Offset="2032" Vartype="4 Bytes" Bytesize="4" OffsetHex="000007F0" DisplayMethod="unsigned integer"/>
              <Element Offset="2036" Vartype="Pointer" Bytesize="8" OffsetHex="000007F4" DisplayMethod="unsigned integer"/>
              <Element Offset="2040" Vartype="Pointer" Bytesize="8" OffsetHex="000007F8" DisplayMethod="unsigned integer"/>
              <Element Offset="2044" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000007FC" DisplayMethod="unsigned integer"/>
              <Element Offset="2052" Vartype="Pointer" Bytesize="8" OffsetHex="00000804" DisplayMethod="unsigned integer"/>
              <Element Offset="2056" Vartype="Pointer" Bytesize="8" OffsetHex="00000808" DisplayMethod="unsigned integer"/>
              <Element Offset="2060" Vartype="Pointer" Bytesize="8" OffsetHex="0000080C" DisplayMethod="unsigned integer"/>
              <Element Offset="2064" Vartype="Pointer" Bytesize="8" OffsetHex="00000810" DisplayMethod="unsigned integer"/>
              <Element Offset="2068" Vartype="Pointer" Bytesize="8" OffsetHex="00000814" DisplayMethod="unsigned integer"/>
              <Element Offset="2072" Vartype="Pointer" Bytesize="8" OffsetHex="00000818" DisplayMethod="unsigned integer"/>
              <Element Offset="2076" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000081C" DisplayMethod="unsigned integer"/>
              <Element Offset="2080" Vartype="Pointer" Bytesize="8" OffsetHex="00000820" DisplayMethod="unsigned integer"/>
              <Element Offset="2084" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000824" DisplayMethod="unsigned integer"/>
              <Element Offset="2092" Vartype="Pointer" Bytesize="8" OffsetHex="0000082C" DisplayMethod="unsigned integer"/>
              <Element Offset="2096" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000830" DisplayMethod="unsigned integer"/>
              <Element Offset="2104" Vartype="Pointer" Bytesize="8" OffsetHex="00000838" DisplayMethod="unsigned integer"/>
              <Element Offset="2108" Vartype="Pointer" Bytesize="8" OffsetHex="0000083C" DisplayMethod="unsigned integer"/>
              <Element Offset="2112" Vartype="Pointer" Bytesize="8" OffsetHex="00000840" DisplayMethod="unsigned integer"/>
              <Element Offset="2116" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000844" DisplayMethod="unsigned integer"/>
              <Element Offset="2120" Vartype="Pointer" Bytesize="8" OffsetHex="00000848" DisplayMethod="unsigned integer"/>
              <Element Offset="2124" Vartype="Pointer" Bytesize="8" OffsetHex="0000084C" DisplayMethod="unsigned integer"/>
              <Element Offset="2128" Vartype="Pointer" Bytesize="8" OffsetHex="00000850" DisplayMethod="unsigned integer"/>
              <Element Offset="2132" Vartype="Pointer" Bytesize="8" OffsetHex="00000854" DisplayMethod="unsigned integer"/>
              <Element Offset="2136" Vartype="Pointer" Bytesize="8" OffsetHex="00000858" DisplayMethod="unsigned integer"/>
              <Element Offset="2140" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000085C" DisplayMethod="unsigned integer"/>
              <Element Offset="2144" Vartype="Pointer" Bytesize="8" OffsetHex="00000860" DisplayMethod="unsigned integer"/>
              <Element Offset="2148" Vartype="Pointer" Bytesize="8" OffsetHex="00000864" DisplayMethod="unsigned integer"/>
              <Element Offset="2152" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000868" DisplayMethod="unsigned integer"/>
              <Element Offset="2156" Vartype="Pointer" Bytesize="8" OffsetHex="0000086C" DisplayMethod="unsigned integer"/>
              <Element Offset="2160" Vartype="Pointer" Bytesize="8" OffsetHex="00000870" DisplayMethod="unsigned integer"/>
              <Element Offset="2164" Vartype="Pointer" Bytesize="8" OffsetHex="00000874" DisplayMethod="unsigned integer"/>
              <Element Offset="2168" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000878" DisplayMethod="unsigned integer"/>
              <Element Offset="2172" Vartype="Pointer" Bytesize="8" OffsetHex="0000087C" DisplayMethod="unsigned integer"/>
              <Element Offset="2176" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000880" DisplayMethod="hexadecimal"/>
              <Element Offset="2180" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000884" DisplayMethod="unsigned integer"/>
              <Element Offset="2184" Vartype="Pointer" Bytesize="8" OffsetHex="00000888" DisplayMethod="unsigned integer"/>
              <Element Offset="2188" Vartype="Pointer" Bytesize="8" OffsetHex="0000088C" DisplayMethod="unsigned integer"/>
              <Element Offset="2192" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000890" DisplayMethod="unsigned integer"/>
              <Element Offset="2212" Vartype="Float" Bytesize="4" RLECount="4" OffsetHex="000008A4" DisplayMethod="unsigned integer"/>
              <Element Offset="2228" Vartype="Pointer" Bytesize="8" OffsetHex="000008B4" DisplayMethod="unsigned integer"/>
              <Element Offset="2232" Vartype="Pointer" Bytesize="8" OffsetHex="000008B8" DisplayMethod="unsigned integer"/>
              <Element Offset="2236" Vartype="Pointer" Bytesize="8" OffsetHex="000008BC" DisplayMethod="unsigned integer"/>
              <Element Offset="2240" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000008C0" DisplayMethod="hexadecimal"/>
              <Element Offset="2248" Vartype="Pointer" Bytesize="8" OffsetHex="000008C8" DisplayMethod="unsigned integer"/>
              <Element Offset="2252" Vartype="4 Bytes" Bytesize="4" OffsetHex="000008CC" DisplayMethod="hexadecimal"/>
              <Element Offset="2256" Vartype="Pointer" Bytesize="8" OffsetHex="000008D0" DisplayMethod="unsigned integer"/>
              <Element Offset="2260" Vartype="Pointer" Bytesize="8" OffsetHex="000008D4" DisplayMethod="unsigned integer"/>
              <Element Offset="2264" Vartype="Pointer" Bytesize="8" OffsetHex="000008D8" DisplayMethod="unsigned integer"/>
              <Element Offset="2268" Vartype="Pointer" Bytesize="8" OffsetHex="000008DC" DisplayMethod="unsigned integer"/>
              <Element Offset="2272" Vartype="4 Bytes" Bytesize="4" OffsetHex="000008E0" DisplayMethod="hexadecimal"/>
              <Element Offset="2276" Vartype="Pointer" Bytesize="8" OffsetHex="000008E4" DisplayMethod="unsigned integer"/>
              <Element Offset="2280" Vartype="Pointer" Bytesize="8" OffsetHex="000008E8" DisplayMethod="unsigned integer"/>
              <Element Offset="2284" Vartype="4 Bytes" Bytesize="4" OffsetHex="000008EC" DisplayMethod="hexadecimal"/>
              <Element Offset="2288" Vartype="Pointer" Bytesize="8" OffsetHex="000008F0" DisplayMethod="unsigned integer"/>
              <Element Offset="2292" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="000008F4" DisplayMethod="hexadecimal"/>
              <Element Offset="2312" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00000908" DisplayMethod="unsigned integer"/>
              <Element Offset="2320" Vartype="Byte" Bytesize="1" RLECount="2" OffsetHex="00000910" DisplayMethod="unsigned integer"/>
              <Element Offset="2322" Vartype="2 Bytes" Bytesize="2" OffsetHex="00000912" DisplayMethod="unsigned integer"/>
              <Element Offset="2324" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00000914" DisplayMethod="unsigned integer"/>
              <Element Offset="2332" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0000091C" DisplayMethod="hexadecimal"/>
              <Element Offset="2348" Vartype="Double" Bytesize="8" OffsetHex="0000092C" DisplayMethod="unsigned integer"/>
              <Element Offset="2356" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000934" DisplayMethod="hexadecimal"/>
              <Element Offset="2360" Vartype="Pointer" Bytesize="8" OffsetHex="00000938" DisplayMethod="unsigned integer"/>
              <Element Offset="2364" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0000093C" DisplayMethod="hexadecimal"/>
              <Element Offset="2372" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000944" DisplayMethod="unsigned integer"/>
              <Element Offset="2380" Vartype="Pointer" Bytesize="8" OffsetHex="0000094C" DisplayMethod="unsigned integer"/>
              <Element Offset="2384" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000950" DisplayMethod="hexadecimal"/>
              <Element Offset="2388" Vartype="Pointer" Bytesize="8" OffsetHex="00000954" DisplayMethod="unsigned integer"/>
              <Element Offset="2392" Vartype="Pointer" Bytesize="8" OffsetHex="00000958" DisplayMethod="unsigned integer"/>
              <Element Offset="2396" Vartype="Pointer" Bytesize="8" OffsetHex="0000095C" DisplayMethod="unsigned integer"/>
              <Element Offset="2400" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000960" DisplayMethod="unsigned integer"/>
              <Element Offset="2404" Vartype="Pointer" Bytesize="8" OffsetHex="00000964" DisplayMethod="unsigned integer"/>
              <Element Offset="2408" Vartype="Pointer" Bytesize="8" OffsetHex="00000968" DisplayMethod="unsigned integer"/>
              <Element Offset="2412" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0000096C" DisplayMethod="hexadecimal"/>
              <Element Offset="2424" Vartype="Pointer" Bytesize="8" OffsetHex="00000978" DisplayMethod="unsigned integer"/>
              <Element Offset="2428" Vartype="Pointer" Bytesize="8" OffsetHex="0000097C" DisplayMethod="unsigned integer"/>
              <Element Offset="2432" Vartype="Pointer" Bytesize="8" OffsetHex="00000980" DisplayMethod="unsigned integer"/>
              <Element Offset="2436" Vartype="Pointer" Bytesize="8" OffsetHex="00000984" DisplayMethod="unsigned integer"/>
              <Element Offset="2440" Vartype="Pointer" Bytesize="8" OffsetHex="00000988" DisplayMethod="unsigned integer"/>
              <Element Offset="2444" Vartype="Pointer" Bytesize="8" OffsetHex="0000098C" DisplayMethod="unsigned integer"/>
              <Element Offset="2448" Vartype="Pointer" Bytesize="8" OffsetHex="00000990" DisplayMethod="unsigned integer"/>
              <Element Offset="2452" Vartype="Pointer" Bytesize="8" OffsetHex="00000994" DisplayMethod="unsigned integer"/>
              <Element Offset="2456" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000998" DisplayMethod="hexadecimal"/>
              <Element Offset="2468" Vartype="Pointer" Bytesize="8" OffsetHex="000009A4" DisplayMethod="unsigned integer"/>
              <Element Offset="2472" Vartype="Pointer" Bytesize="8" OffsetHex="000009A8" DisplayMethod="unsigned integer"/>
              <Element Offset="2476" Vartype="Pointer" Bytesize="8" OffsetHex="000009AC" DisplayMethod="unsigned integer"/>
              <Element Offset="2480" Vartype="Pointer" Bytesize="8" OffsetHex="000009B0" DisplayMethod="unsigned integer"/>
              <Element Offset="2484" Vartype="4 Bytes" Bytesize="4" OffsetHex="000009B4" DisplayMethod="hexadecimal"/>
              <Element Offset="2488" Vartype="Pointer" Bytesize="8" OffsetHex="000009B8" DisplayMethod="unsigned integer"/>
              <Element Offset="2492" Vartype="4 Bytes" Bytesize="4" OffsetHex="000009BC" DisplayMethod="hexadecimal"/>
              <Element Offset="2496" Vartype="Pointer" Bytesize="8" OffsetHex="000009C0" DisplayMethod="unsigned integer"/>
              <Element Offset="2500" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000009C4" DisplayMethod="hexadecimal"/>
              <Element Offset="2512" Vartype="Pointer" Bytesize="8" OffsetHex="000009D0" DisplayMethod="unsigned integer"/>
              <Element Offset="2516" Vartype="4 Bytes" Bytesize="4" OffsetHex="000009D4" DisplayMethod="hexadecimal"/>
              <Element Offset="2520" Vartype="Pointer" Bytesize="8" OffsetHex="000009D8" DisplayMethod="unsigned integer"/>
              <Element Offset="2524" Vartype="Pointer" Bytesize="8" OffsetHex="000009DC" DisplayMethod="unsigned integer"/>
              <Element Offset="2528" Vartype="Pointer" Bytesize="8" OffsetHex="000009E0" DisplayMethod="unsigned integer"/>
              <Element Offset="2532" Vartype="Pointer" Bytesize="8" OffsetHex="000009E4" DisplayMethod="unsigned integer"/>
              <Element Offset="2536" Vartype="Pointer" Bytesize="8" OffsetHex="000009E8" DisplayMethod="unsigned integer"/>
              <Element Offset="2540" Vartype="Pointer" Bytesize="8" OffsetHex="000009EC" DisplayMethod="unsigned integer"/>
              <Element Offset="2544" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000009F0" DisplayMethod="hexadecimal"/>
              <Element Offset="2556" Vartype="Pointer" Bytesize="8" OffsetHex="000009FC" DisplayMethod="unsigned integer"/>
              <Element Offset="2560" Vartype="Float" Bytesize="4" OffsetHex="00000A00" DisplayMethod="unsigned integer"/>
              <Element Offset="2564" Vartype="Pointer" Bytesize="8" OffsetHex="00000A04" DisplayMethod="unsigned integer"/>
              <Element Offset="2568" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000A08" DisplayMethod="unsigned integer"/>
              <Element Offset="2580" Vartype="Pointer" Bytesize="8" OffsetHex="00000A14" DisplayMethod="unsigned integer"/>
              <Element Offset="2584" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000A18" DisplayMethod="hexadecimal"/>
              <Element Offset="2588" Vartype="Pointer" Bytesize="8" OffsetHex="00000A1C" DisplayMethod="unsigned integer"/>
              <Element Offset="2592" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000A20" DisplayMethod="unsigned integer"/>
              <Element Offset="2600" Vartype="Pointer" Bytesize="8" OffsetHex="00000A28" DisplayMethod="unsigned integer"/>
              <Element Offset="2604" Vartype="Pointer" Bytesize="8" OffsetHex="00000A2C" DisplayMethod="unsigned integer"/>
              <Element Offset="2608" Vartype="Pointer" Bytesize="8" OffsetHex="00000A30" DisplayMethod="unsigned integer"/>
              <Element Offset="2612" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000A34" DisplayMethod="unsigned integer"/>
              <Element Offset="2632" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000A48" DisplayMethod="hexadecimal"/>
              <Element Offset="2644" Vartype="Pointer" Bytesize="8" OffsetHex="00000A54" DisplayMethod="unsigned integer"/>
              <Element Offset="2648" Vartype="Pointer" Bytesize="8" OffsetHex="00000A58" DisplayMethod="unsigned integer"/>
              <Element Offset="2652" Vartype="Pointer" Bytesize="8" OffsetHex="00000A5C" DisplayMethod="unsigned integer"/>
              <Element Offset="2656" Vartype="Pointer" Bytesize="8" OffsetHex="00000A60" DisplayMethod="unsigned integer"/>
              <Element Offset="2660" Vartype="Pointer" Bytesize="8" OffsetHex="00000A64" DisplayMethod="unsigned integer"/>
              <Element Offset="2664" Vartype="Pointer" Bytesize="8" OffsetHex="00000A68" DisplayMethod="unsigned integer"/>
              <Element Offset="2668" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000A6C" DisplayMethod="hexadecimal"/>
              <Element Offset="2672" Vartype="Pointer" Bytesize="8" OffsetHex="00000A70" DisplayMethod="unsigned integer"/>
              <Element Offset="2676" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000A74" DisplayMethod="hexadecimal"/>
              <Element Offset="2688" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="00000A80" DisplayMethod="unsigned integer"/>
              <Element Offset="2720" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000AA0" DisplayMethod="hexadecimal"/>
              <Element Offset="2724" Vartype="Pointer" Bytesize="8" OffsetHex="00000AA4" DisplayMethod="unsigned integer"/>
              <Element Offset="2728" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000AA8" DisplayMethod="hexadecimal"/>
              <Element Offset="2732" Vartype="Pointer" Bytesize="8" OffsetHex="00000AAC" DisplayMethod="unsigned integer"/>
              <Element Offset="2736" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000AB0" DisplayMethod="hexadecimal"/>
              <Element Offset="2740" Vartype="Pointer" Bytesize="8" OffsetHex="00000AB4" DisplayMethod="unsigned integer"/>
              <Element Offset="2744" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000AB8" DisplayMethod="hexadecimal"/>
              <Element Offset="2748" Vartype="Pointer" Bytesize="8" OffsetHex="00000ABC" DisplayMethod="unsigned integer"/>
              <Element Offset="2752" Vartype="Pointer" Bytesize="8" OffsetHex="00000AC0" DisplayMethod="unsigned integer"/>
              <Element Offset="2756" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000AC4" DisplayMethod="hexadecimal"/>
              <Element Offset="2760" Vartype="Pointer" Bytesize="8" OffsetHex="00000AC8" DisplayMethod="unsigned integer"/>
              <Element Offset="2764" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000ACC" DisplayMethod="hexadecimal"/>
              <Element Offset="2768" Vartype="Float" Bytesize="4" OffsetHex="00000AD0" DisplayMethod="unsigned integer"/>
              <Element Offset="2772" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000AD4" DisplayMethod="hexadecimal"/>
              <Element Offset="2776" Vartype="Pointer" Bytesize="8" OffsetHex="00000AD8" DisplayMethod="unsigned integer"/>
              <Element Offset="2780" Vartype="Pointer" Bytesize="8" OffsetHex="00000ADC" DisplayMethod="unsigned integer"/>
              <Element Offset="2784" Vartype="Pointer" Bytesize="8" OffsetHex="00000AE0" DisplayMethod="unsigned integer"/>
              <Element Offset="2788" Vartype="Pointer" Bytesize="8" OffsetHex="00000AE4" DisplayMethod="unsigned integer"/>
              <Element Offset="2792" Vartype="Pointer" Bytesize="8" OffsetHex="00000AE8" DisplayMethod="unsigned integer"/>
              <Element Offset="2796" Vartype="Pointer" Bytesize="8" OffsetHex="00000AEC" DisplayMethod="unsigned integer"/>
              <Element Offset="2800" Vartype="4 Bytes" Bytesize="4" RLECount="16" OffsetHex="00000AF0" DisplayMethod="unsigned integer"/>
              <Element Offset="2864" Vartype="Pointer" Bytesize="8" OffsetHex="00000B30" DisplayMethod="unsigned integer"/>
              <Element Offset="2868" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000B34" DisplayMethod="hexadecimal"/>
              <Element Offset="2872" Vartype="Pointer" Bytesize="8" OffsetHex="00000B38" DisplayMethod="unsigned integer"/>
              <Element Offset="2876" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000B3C" DisplayMethod="unsigned integer"/>
              <Element Offset="2888" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000B48" DisplayMethod="hexadecimal"/>
              <Element Offset="2892" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000B4C" DisplayMethod="unsigned integer"/>
              <Element Offset="2896" Vartype="Pointer" Bytesize="8" OffsetHex="00000B50" DisplayMethod="unsigned integer"/>
              <Element Offset="2900" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000B54" DisplayMethod="unsigned integer"/>
              <Element Offset="2920" Vartype="Pointer" Bytesize="8" OffsetHex="00000B68" DisplayMethod="unsigned integer"/>
              <Element Offset="2924" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000B6C" DisplayMethod="unsigned integer"/>
              <Element Offset="2928" Vartype="Pointer" Bytesize="8" OffsetHex="00000B70" DisplayMethod="unsigned integer"/>
              <Element Offset="2932" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000B74" DisplayMethod="unsigned integer"/>
              <Element Offset="2940" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000B7C" DisplayMethod="hexadecimal"/>
              <Element Offset="2952" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000B88" DisplayMethod="unsigned integer"/>
              <Element Offset="2976" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000BA0" DisplayMethod="hexadecimal"/>
              <Element Offset="2984" Vartype="Pointer" Bytesize="8" OffsetHex="00000BA8" DisplayMethod="unsigned integer"/>
              <Element Offset="2988" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000BAC" DisplayMethod="unsigned integer"/>
              <Element Offset="2996" Vartype="Pointer" Bytesize="8" OffsetHex="00000BB4" DisplayMethod="unsigned integer"/>
              <Element Offset="3000" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000BB8" DisplayMethod="hexadecimal"/>
              <Element Offset="3004" Vartype="Pointer" Bytesize="8" OffsetHex="00000BBC" DisplayMethod="unsigned integer"/>
              <Element Offset="3008" Vartype="Pointer" Bytesize="8" OffsetHex="00000BC0" DisplayMethod="unsigned integer"/>
              <Element Offset="3012" Vartype="Pointer" Bytesize="8" OffsetHex="00000BC4" DisplayMethod="unsigned integer"/>
              <Element Offset="3016" Vartype="Pointer" Bytesize="8" OffsetHex="00000BC8" DisplayMethod="unsigned integer"/>
              <Element Offset="3020" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000BCC" DisplayMethod="hexadecimal"/>
              <Element Offset="3024" Vartype="Pointer" Bytesize="8" OffsetHex="00000BD0" DisplayMethod="unsigned integer"/>
              <Element Offset="3028" Vartype="Pointer" Bytesize="8" OffsetHex="00000BD4" DisplayMethod="unsigned integer"/>
              <Element Offset="3032" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000BD8" DisplayMethod="unsigned integer"/>
              <Element Offset="3052" Vartype="Pointer" Bytesize="8" OffsetHex="00000BEC" DisplayMethod="unsigned integer"/>
              <Element Offset="3056" Vartype="Pointer" Bytesize="8" OffsetHex="00000BF0" DisplayMethod="unsigned integer"/>
              <Element Offset="3060" Vartype="Pointer" Bytesize="8" OffsetHex="00000BF4" DisplayMethod="unsigned integer"/>
              <Element Offset="3064" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000BF8" DisplayMethod="hexadecimal"/>
              <Element Offset="3068" Vartype="Pointer" Bytesize="8" OffsetHex="00000BFC" DisplayMethod="unsigned integer"/>
              <Element Offset="3072" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000C00" DisplayMethod="hexadecimal"/>
              <Element Offset="3084" Vartype="Pointer" Bytesize="8" OffsetHex="00000C0C" DisplayMethod="unsigned integer"/>
              <Element Offset="3088" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000C10" DisplayMethod="hexadecimal"/>
              <Element Offset="3092" Vartype="Pointer" Bytesize="8" OffsetHex="00000C14" DisplayMethod="unsigned integer"/>
              <Element Offset="3096" Vartype="Pointer" Bytesize="8" OffsetHex="00000C18" DisplayMethod="unsigned integer"/>
              <Element Offset="3100" Vartype="Pointer" Bytesize="8" OffsetHex="00000C1C" DisplayMethod="unsigned integer"/>
              <Element Offset="3104" Vartype="Pointer" Bytesize="8" OffsetHex="00000C20" DisplayMethod="unsigned integer"/>
              <Element Offset="3108" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000C24" DisplayMethod="unsigned integer"/>
              <Element Offset="3116" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000C2C" DisplayMethod="hexadecimal"/>
              <Element Offset="3120" Vartype="Pointer" Bytesize="8" OffsetHex="00000C30" DisplayMethod="unsigned integer"/>
              <Element Offset="3124" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000C34" DisplayMethod="hexadecimal"/>
              <Element Offset="3128" Vartype="Pointer" Bytesize="8" OffsetHex="00000C38" DisplayMethod="unsigned integer"/>
              <Element Offset="3132" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000C3C" DisplayMethod="hexadecimal"/>
              <Element Offset="3136" Vartype="Pointer" Bytesize="8" OffsetHex="00000C40" DisplayMethod="unsigned integer"/>
              <Element Offset="3140" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000C44" DisplayMethod="hexadecimal"/>
              <Element Offset="3144" Vartype="Pointer" Bytesize="8" OffsetHex="00000C48" DisplayMethod="unsigned integer"/>
              <Element Offset="3148" Vartype="Pointer" Bytesize="8" OffsetHex="00000C4C" DisplayMethod="unsigned integer"/>
              <Element Offset="3152" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000C50" DisplayMethod="hexadecimal"/>
              <Element Offset="3164" Vartype="Pointer" Bytesize="8" OffsetHex="00000C5C" DisplayMethod="unsigned integer"/>
              <Element Offset="3168" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000C60" DisplayMethod="hexadecimal"/>
              <Element Offset="3172" Vartype="Pointer" Bytesize="8" OffsetHex="00000C64" DisplayMethod="unsigned integer"/>
              <Element Offset="3176" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000C68" DisplayMethod="hexadecimal"/>
              <Element Offset="3180" Vartype="Pointer" Bytesize="8" OffsetHex="00000C6C" DisplayMethod="unsigned integer"/>
              <Element Offset="3184" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000C70" DisplayMethod="hexadecimal"/>
              <Element Offset="3192" Vartype="Pointer" Bytesize="8" OffsetHex="00000C78" DisplayMethod="unsigned integer"/>
              <Element Offset="3196" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000C7C" DisplayMethod="hexadecimal"/>
              <Element Offset="3216" Vartype="Pointer" Bytesize="8" OffsetHex="00000C90" DisplayMethod="unsigned integer"/>
              <Element Offset="3220" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000C94" DisplayMethod="hexadecimal"/>
              <Element Offset="3224" Vartype="Pointer" Bytesize="8" OffsetHex="00000C98" DisplayMethod="unsigned integer"/>
              <Element Offset="3228" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000C9C" DisplayMethod="hexadecimal"/>
              <Element Offset="3236" Vartype="Pointer" Bytesize="8" OffsetHex="00000CA4" DisplayMethod="unsigned integer"/>
              <Element Offset="3240" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000CA8" DisplayMethod="hexadecimal"/>
              <Element Offset="3244" Vartype="Pointer" Bytesize="8" OffsetHex="00000CAC" DisplayMethod="unsigned integer"/>
              <Element Offset="3248" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000CB0" DisplayMethod="hexadecimal"/>
              <Element Offset="3260" Vartype="Pointer" Bytesize="8" OffsetHex="00000CBC" DisplayMethod="unsigned integer"/>
              <Element Offset="3264" Vartype="Pointer" Bytesize="8" OffsetHex="00000CC0" DisplayMethod="unsigned integer"/>
              <Element Offset="3268" Vartype="Pointer" Bytesize="8" OffsetHex="00000CC4" DisplayMethod="unsigned integer"/>
              <Element Offset="3272" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000CC8" DisplayMethod="hexadecimal"/>
              <Element Offset="3276" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000CCC" DisplayMethod="unsigned integer"/>
              <Element Offset="3280" Vartype="Pointer" Bytesize="8" OffsetHex="00000CD0" DisplayMethod="unsigned integer"/>
              <Element Offset="3284" Vartype="Pointer" Bytesize="8" OffsetHex="00000CD4" DisplayMethod="unsigned integer"/>
              <Element Offset="3288" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000CD8" DisplayMethod="hexadecimal"/>
              <Element Offset="3296" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000CE0" DisplayMethod="unsigned integer"/>
              <Element Offset="3300" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000CE4" DisplayMethod="hexadecimal"/>
              <Element Offset="3304" Vartype="Pointer" Bytesize="8" OffsetHex="00000CE8" DisplayMethod="unsigned integer"/>
              <Element Offset="3308" Vartype="Pointer" Bytesize="8" OffsetHex="00000CEC" DisplayMethod="unsigned integer"/>
              <Element Offset="3312" Vartype="Pointer" Bytesize="8" OffsetHex="00000CF0" DisplayMethod="unsigned integer"/>
              <Element Offset="3316" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000CF4" DisplayMethod="hexadecimal"/>
              <Element Offset="3324" Vartype="Pointer" Bytesize="8" OffsetHex="00000CFC" DisplayMethod="unsigned integer"/>
              <Element Offset="3328" Vartype="Pointer" Bytesize="8" OffsetHex="00000D00" DisplayMethod="unsigned integer"/>
              <Element Offset="3332" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000D04" DisplayMethod="hexadecimal"/>
              <Element Offset="3348" Vartype="Pointer" Bytesize="8" OffsetHex="00000D14" DisplayMethod="unsigned integer"/>
              <Element Offset="3352" Vartype="Pointer" Bytesize="8" OffsetHex="00000D18" DisplayMethod="unsigned integer"/>
              <Element Offset="3356" Vartype="Pointer" Bytesize="8" OffsetHex="00000D1C" DisplayMethod="unsigned integer"/>
              <Element Offset="3360" Vartype="Pointer" Bytesize="8" OffsetHex="00000D20" DisplayMethod="unsigned integer"/>
              <Element Offset="3364" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000D24" DisplayMethod="unsigned integer"/>
              <Element Offset="3368" Vartype="Pointer" Bytesize="8" OffsetHex="00000D28" DisplayMethod="unsigned integer"/>
              <Element Offset="3372" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000D2C" DisplayMethod="hexadecimal"/>
              <Element Offset="3376" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000D30" DisplayMethod="unsigned integer"/>
              <Element Offset="3380" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000D34" DisplayMethod="hexadecimal"/>
              <Element Offset="3388" Vartype="Pointer" Bytesize="8" OffsetHex="00000D3C" DisplayMethod="unsigned integer"/>
              <Element Offset="3392" Vartype="Pointer" Bytesize="8" OffsetHex="00000D40" DisplayMethod="unsigned integer"/>
              <Element Offset="3396" Vartype="Pointer" Bytesize="8" OffsetHex="00000D44" DisplayMethod="unsigned integer"/>
              <Element Offset="3400" Vartype="Pointer" Bytesize="8" OffsetHex="00000D48" DisplayMethod="unsigned integer"/>
              <Element Offset="3404" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000D4C" DisplayMethod="hexadecimal"/>
              <Element Offset="3412" Vartype="Pointer" Bytesize="8" OffsetHex="00000D54" DisplayMethod="unsigned integer"/>
              <Element Offset="3416" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000D58" DisplayMethod="hexadecimal"/>
              <Element Offset="3420" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000D5C" DisplayMethod="unsigned integer"/>
              <Element Offset="3424" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000D60" DisplayMethod="hexadecimal"/>
              <Element Offset="3432" Vartype="Pointer" Bytesize="8" OffsetHex="00000D68" DisplayMethod="unsigned integer"/>
              <Element Offset="3436" Vartype="Pointer" Bytesize="8" OffsetHex="00000D6C" DisplayMethod="unsigned integer"/>
              <Element Offset="3440" Vartype="Float" Bytesize="4" OffsetHex="00000D70" DisplayMethod="unsigned integer"/>
              <Element Offset="3444" Vartype="Pointer" Bytesize="8" OffsetHex="00000D74" DisplayMethod="unsigned integer"/>
              <Element Offset="3448" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000D78" DisplayMethod="hexadecimal"/>
              <Element Offset="3456" Vartype="Pointer" Bytesize="8" OffsetHex="00000D80" DisplayMethod="unsigned integer"/>
              <Element Offset="3460" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000D84" DisplayMethod="hexadecimal"/>
              <Element Offset="3464" Vartype="Pointer" Bytesize="8" OffsetHex="00000D88" DisplayMethod="unsigned integer"/>
              <Element Offset="3468" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000D8C" DisplayMethod="hexadecimal"/>
              <Element Offset="3480" Vartype="Pointer" Bytesize="8" OffsetHex="00000D98" DisplayMethod="unsigned integer"/>
              <Element Offset="3484" Vartype="Pointer" Bytesize="8" OffsetHex="00000D9C" DisplayMethod="unsigned integer"/>
              <Element Offset="3488" Vartype="Pointer" Bytesize="8" OffsetHex="00000DA0" DisplayMethod="unsigned integer"/>
              <Element Offset="3492" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000DA4" DisplayMethod="hexadecimal"/>
              <Element Offset="3500" Vartype="Pointer" Bytesize="8" OffsetHex="00000DAC" DisplayMethod="unsigned integer"/>
              <Element Offset="3504" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000DB0" DisplayMethod="hexadecimal"/>
              <Element Offset="3508" Vartype="Pointer" Bytesize="8" OffsetHex="00000DB4" DisplayMethod="unsigned integer"/>
              <Element Offset="3512" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000DB8" DisplayMethod="hexadecimal"/>
              <Element Offset="3524" Vartype="Pointer" Bytesize="8" OffsetHex="00000DC4" DisplayMethod="unsigned integer"/>
              <Element Offset="3528" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000DC8" DisplayMethod="hexadecimal"/>
              <Element Offset="3532" Vartype="Pointer" Bytesize="8" OffsetHex="00000DCC" DisplayMethod="unsigned integer"/>
              <Element Offset="3536" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000DD0" DisplayMethod="hexadecimal"/>
              <Element Offset="3544" Vartype="Pointer" Bytesize="8" OffsetHex="00000DD8" DisplayMethod="unsigned integer"/>
              <Element Offset="3548" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000DDC" DisplayMethod="hexadecimal"/>
              <Element Offset="3552" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000DE0" DisplayMethod="unsigned integer"/>
              <Element Offset="3556" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000DE4" DisplayMethod="hexadecimal"/>
              <Element Offset="3560" Vartype="Pointer" Bytesize="8" OffsetHex="00000DE8" DisplayMethod="unsigned integer"/>
              <Element Offset="3564" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000DEC" DisplayMethod="hexadecimal"/>
              <Element Offset="3568" Vartype="Pointer" Bytesize="8" OffsetHex="00000DF0" DisplayMethod="unsigned integer"/>
              <Element Offset="3572" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000DF4" DisplayMethod="hexadecimal"/>
              <Element Offset="3576" Vartype="Pointer" Bytesize="8" OffsetHex="00000DF8" DisplayMethod="unsigned integer"/>
              <Element Offset="3580" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000DFC" DisplayMethod="hexadecimal"/>
              <Element Offset="3584" Vartype="Pointer" Bytesize="8" OffsetHex="00000E00" DisplayMethod="unsigned integer"/>
              <Element Offset="3588" Vartype="Pointer" Bytesize="8" OffsetHex="00000E04" DisplayMethod="unsigned integer"/>
              <Element Offset="3592" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000E08" DisplayMethod="hexadecimal"/>
              <Element Offset="3604" Vartype="Pointer" Bytesize="8" OffsetHex="00000E14" DisplayMethod="unsigned integer"/>
              <Element Offset="3608" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000E18" DisplayMethod="hexadecimal"/>
              <Element Offset="3612" Vartype="Pointer" Bytesize="8" OffsetHex="00000E1C" DisplayMethod="unsigned integer"/>
              <Element Offset="3616" Vartype="Float" Bytesize="4" OffsetHex="00000E20" DisplayMethod="unsigned integer"/>
              <Element Offset="3620" Vartype="Pointer" Bytesize="8" OffsetHex="00000E24" DisplayMethod="unsigned integer"/>
              <Element Offset="3624" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000E28" DisplayMethod="hexadecimal"/>
              <Element Offset="3628" Vartype="Pointer" Bytesize="8" OffsetHex="00000E2C" DisplayMethod="unsigned integer"/>
              <Element Offset="3632" Vartype="Pointer" Bytesize="8" OffsetHex="00000E30" DisplayMethod="unsigned integer"/>
              <Element Offset="3636" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000E34" DisplayMethod="hexadecimal"/>
              <Element Offset="3640" Vartype="Pointer" Bytesize="8" OffsetHex="00000E38" DisplayMethod="unsigned integer"/>
              <Element Offset="3644" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000E3C" DisplayMethod="hexadecimal"/>
              <Element Offset="3656" Vartype="Pointer" Bytesize="8" OffsetHex="00000E48" DisplayMethod="unsigned integer"/>
              <Element Offset="3660" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000E4C" DisplayMethod="hexadecimal"/>
              <Element Offset="3664" Vartype="Pointer" Bytesize="8" OffsetHex="00000E50" DisplayMethod="unsigned integer"/>
              <Element Offset="3668" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000E54" DisplayMethod="hexadecimal"/>
              <Element Offset="3676" Vartype="Pointer" Bytesize="8" OffsetHex="00000E5C" DisplayMethod="unsigned integer"/>
              <Element Offset="3680" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000E60" DisplayMethod="hexadecimal"/>
              <Element Offset="3684" Vartype="Pointer" Bytesize="8" OffsetHex="00000E64" DisplayMethod="unsigned integer"/>
              <Element Offset="3688" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000E68" DisplayMethod="hexadecimal"/>
              <Element Offset="3700" Vartype="Pointer" Bytesize="8" OffsetHex="00000E74" DisplayMethod="unsigned integer"/>
              <Element Offset="3704" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000E78" DisplayMethod="hexadecimal"/>
              <Element Offset="3708" Vartype="Pointer" Bytesize="8" OffsetHex="00000E7C" DisplayMethod="unsigned integer"/>
              <Element Offset="3712" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000E80" DisplayMethod="unsigned integer"/>
              <Element Offset="3724" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000E8C" DisplayMethod="hexadecimal"/>
              <Element Offset="3728" Vartype="Pointer" Bytesize="8" OffsetHex="00000E90" DisplayMethod="unsigned integer"/>
              <Element Offset="3732" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000E94" DisplayMethod="hexadecimal"/>
              <Element Offset="3744" Vartype="Pointer" Bytesize="8" OffsetHex="00000EA0" DisplayMethod="unsigned integer"/>
              <Element Offset="3748" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000EA4" DisplayMethod="hexadecimal"/>
              <Element Offset="3752" Vartype="Pointer" Bytesize="8" OffsetHex="00000EA8" DisplayMethod="unsigned integer"/>
              <Element Offset="3756" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000EAC" DisplayMethod="hexadecimal"/>
              <Element Offset="3764" Vartype="Pointer" Bytesize="8" OffsetHex="00000EB4" DisplayMethod="unsigned integer"/>
              <Element Offset="3768" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000EB8" DisplayMethod="hexadecimal"/>
              <Element Offset="3780" Vartype="Pointer" Bytesize="8" OffsetHex="00000EC4" DisplayMethod="unsigned integer"/>
              <Element Offset="3784" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000EC8" DisplayMethod="hexadecimal"/>
              <Element Offset="3788" Vartype="Pointer" Bytesize="8" OffsetHex="00000ECC" DisplayMethod="unsigned integer"/>
              <Element Offset="3792" Vartype="Pointer" Bytesize="8" OffsetHex="00000ED0" DisplayMethod="unsigned integer"/>
              <Element Offset="3796" Vartype="Pointer" Bytesize="8" OffsetHex="00000ED4" DisplayMethod="unsigned integer"/>
              <Element Offset="3800" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000ED8" DisplayMethod="unsigned integer"/>
              <Element Offset="3812" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000EE4" DisplayMethod="hexadecimal"/>
              <Element Offset="3824" Vartype="Pointer" Bytesize="8" OffsetHex="00000EF0" DisplayMethod="unsigned integer"/>
              <Element Offset="3828" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000EF4" DisplayMethod="hexadecimal"/>
              <Element Offset="3832" Vartype="Pointer" Bytesize="8" OffsetHex="00000EF8" DisplayMethod="unsigned integer"/>
              <Element Offset="3836" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000EFC" DisplayMethod="hexadecimal"/>
              <Element Offset="3840" Vartype="Pointer" Bytesize="8" OffsetHex="00000F00" DisplayMethod="unsigned integer"/>
              <Element Offset="3844" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000F04" DisplayMethod="hexadecimal"/>
              <Element Offset="3852" Vartype="Pointer" Bytesize="8" OffsetHex="00000F0C" DisplayMethod="unsigned integer"/>
              <Element Offset="3856" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000F10" DisplayMethod="hexadecimal"/>
              <Element Offset="3868" Vartype="Pointer" Bytesize="8" OffsetHex="00000F1C" DisplayMethod="unsigned integer"/>
              <Element Offset="3872" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000F20" DisplayMethod="hexadecimal"/>
              <Element Offset="3876" Vartype="Pointer" Bytesize="8" OffsetHex="00000F24" DisplayMethod="unsigned integer"/>
              <Element Offset="3880" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000F28" DisplayMethod="hexadecimal"/>
              <Element Offset="3884" Vartype="Pointer" Bytesize="8" OffsetHex="00000F2C" DisplayMethod="unsigned integer"/>
              <Element Offset="3888" Vartype="Float" Bytesize="4" OffsetHex="00000F30" DisplayMethod="unsigned integer"/>
              <Element Offset="3892" Vartype="Pointer" Bytesize="8" OffsetHex="00000F34" DisplayMethod="unsigned integer"/>
              <Element Offset="3896" Vartype="Pointer" Bytesize="8" OffsetHex="00000F38" DisplayMethod="unsigned integer"/>
              <Element Offset="3900" Vartype="Pointer" Bytesize="8" OffsetHex="00000F3C" DisplayMethod="unsigned integer"/>
              <Element Offset="3904" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000F40" DisplayMethod="hexadecimal"/>
              <Element Offset="3920" Vartype="Double" Bytesize="8" OffsetHex="00000F50" DisplayMethod="unsigned integer"/>
              <Element Offset="3928" Vartype="Pointer" Bytesize="8" OffsetHex="00000F58" DisplayMethod="unsigned integer"/>
              <Element Offset="3932" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000F5C" DisplayMethod="hexadecimal"/>
              <Element Offset="3940" Vartype="Pointer" Bytesize="8" OffsetHex="00000F64" DisplayMethod="unsigned integer"/>
              <Element Offset="3944" Vartype="Pointer" Bytesize="8" OffsetHex="00000F68" DisplayMethod="unsigned integer"/>
              <Element Offset="3948" Vartype="Pointer" Bytesize="8" OffsetHex="00000F6C" DisplayMethod="unsigned integer"/>
              <Element Offset="3952" Vartype="Pointer" Bytesize="8" OffsetHex="00000F70" DisplayMethod="unsigned integer"/>
              <Element Offset="3956" Vartype="Float" Bytesize="4" OffsetHex="00000F74" DisplayMethod="unsigned integer"/>
              <Element Offset="3960" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000F78" DisplayMethod="hexadecimal"/>
              <Element Offset="3964" Vartype="Pointer" Bytesize="8" OffsetHex="00000F7C" DisplayMethod="unsigned integer"/>
              <Element Offset="3968" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000F80" DisplayMethod="unsigned integer"/>
              <Element Offset="3972" Vartype="Pointer" Bytesize="8" OffsetHex="00000F84" DisplayMethod="unsigned integer"/>
              <Element Offset="3976" Vartype="Float" Bytesize="4" OffsetHex="00000F88" DisplayMethod="unsigned integer"/>
              <Element Offset="3980" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000F8C" DisplayMethod="hexadecimal"/>
              <Element Offset="3984" Vartype="Pointer" Bytesize="8" OffsetHex="00000F90" DisplayMethod="unsigned integer"/>
              <Element Offset="3988" Vartype="Pointer" Bytesize="8" OffsetHex="00000F94" DisplayMethod="unsigned integer"/>
              <Element Offset="3992" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000F98" DisplayMethod="hexadecimal"/>
              <Element Offset="4008" Vartype="Pointer" Bytesize="8" OffsetHex="00000FA8" DisplayMethod="unsigned integer"/>
              <Element Offset="4012" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000FAC" DisplayMethod="hexadecimal"/>
              <Element Offset="4016" Vartype="Pointer" Bytesize="8" OffsetHex="00000FB0" DisplayMethod="unsigned integer"/>
              <Element Offset="4020" Vartype="Float" Bytesize="4" OffsetHex="00000FB4" DisplayMethod="unsigned integer"/>
              <Element Offset="4024" Vartype="Pointer" Bytesize="8" OffsetHex="00000FB8" DisplayMethod="unsigned integer"/>
              <Element Offset="4028" Vartype="Pointer" Bytesize="8" OffsetHex="00000FBC" DisplayMethod="unsigned integer"/>
              <Element Offset="4032" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000FC0" DisplayMethod="unsigned integer"/>
              <Element Offset="4040" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000FC8" DisplayMethod="hexadecimal"/>
              <Element Offset="4052" Vartype="Pointer" Bytesize="8" OffsetHex="00000FD4" DisplayMethod="unsigned integer"/>
              <Element Offset="4056" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000FD8" DisplayMethod="hexadecimal"/>
              <Element Offset="4060" Vartype="Pointer" Bytesize="8" OffsetHex="00000FDC" DisplayMethod="unsigned integer"/>
              <Element Offset="4064" Vartype="Float" Bytesize="4" OffsetHex="00000FE0" DisplayMethod="unsigned integer"/>
              <Element Offset="4068" Vartype="Pointer" Bytesize="8" OffsetHex="00000FE4" DisplayMethod="unsigned integer"/>
              <Element Offset="4072" Vartype="Pointer" Bytesize="8" OffsetHex="00000FE8" DisplayMethod="unsigned integer"/>
              <Element Offset="4076" Vartype="Pointer" Bytesize="8" OffsetHex="00000FEC" DisplayMethod="unsigned integer"/>
              <Element Offset="4080" Vartype="Pointer" Bytesize="8" OffsetHex="00000FF0" DisplayMethod="unsigned integer"/>
              <Element Offset="4084" Vartype="Pointer" Bytesize="8" OffsetHex="00000FF4" DisplayMethod="unsigned integer"/>
              <Element Offset="4088" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000FF8" DisplayMethod="unsigned integer"/>
            </Elements>
          </Structure>
        </Element>
        <Element Offset="4" Vartype="Pointer" Bytesize="8" OffsetHex="00000004" DisplayMethod="unsigned integer">
          <Structure Name="Autocreated from 269D12C8" AutoFill="0" AutoCreate="1" DefaultHex="0" AutoDestroy="0" DoNotSaveLocal="0" RLECompression="1" AutoCreateStructsize="4096">
            <Elements>
              <Element Offset="0" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00000000" DisplayMethod="unsigned integer"/>
              <Element Offset="28" Vartype="Double" Bytesize="8" OffsetHex="0000001C" DisplayMethod="unsigned integer"/>
              <Element Offset="36" Vartype="Float" Bytesize="4" OffsetHex="00000024" DisplayMethod="unsigned integer"/>
              <Element Offset="40" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000028" DisplayMethod="hexadecimal"/>
              <Element Offset="48" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="00000030" DisplayMethod="unsigned integer"/>
              <Element Offset="80" Vartype="Pointer" Bytesize="8" OffsetHex="00000050" DisplayMethod="unsigned integer"/>
              <Element Offset="84" Vartype="Pointer" Bytesize="8" OffsetHex="00000054" DisplayMethod="unsigned integer"/>
              <Element Offset="88" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000058" DisplayMethod="unsigned integer"/>
              <Element Offset="92" Vartype="Pointer" Bytesize="8" OffsetHex="0000005C" DisplayMethod="unsigned integer"/>
              <Element Offset="96" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000060" DisplayMethod="unsigned integer"/>
              <Element Offset="100" Vartype="Float" Bytesize="4" OffsetHex="00000064" DisplayMethod="unsigned integer"/>
              <Element Offset="104" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000068" DisplayMethod="unsigned integer"/>
              <Element Offset="112" Vartype="Float" Bytesize="4" OffsetHex="00000070" DisplayMethod="unsigned integer"/>
              <Element Offset="116" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000074" DisplayMethod="unsigned integer"/>
              <Element Offset="128" Vartype="Double" Bytesize="8" OffsetHex="00000080" DisplayMethod="unsigned integer"/>
              <Element Offset="136" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00000088" DisplayMethod="unsigned integer"/>
              <Element Offset="144" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000090" DisplayMethod="unsigned integer"/>
              <Element Offset="148" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000094" DisplayMethod="hexadecimal"/>
              <Element Offset="156" Vartype="Double" Bytesize="8" OffsetHex="0000009C" DisplayMethod="unsigned integer"/>
              <Element Offset="164" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000000A4" DisplayMethod="unsigned integer"/>
              <Element Offset="176" Vartype="Double" Bytesize="8" OffsetHex="000000B0" DisplayMethod="unsigned integer"/>
              <Element Offset="184" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="000000B8" DisplayMethod="unsigned integer"/>
              <Element Offset="208" Vartype="Pointer" Bytesize="8" OffsetHex="000000D0" DisplayMethod="unsigned integer"/>
              <Element Offset="212" Vartype="Pointer" Bytesize="8" OffsetHex="000000D4" DisplayMethod="unsigned integer"/>
              <Element Offset="216" Vartype="4 Bytes" Bytesize="4" OffsetHex="000000D8" DisplayMethod="unsigned integer"/>
              <Element Offset="220" Vartype="4 Bytes" Bytesize="4" OffsetHex="000000DC" DisplayMethod="hexadecimal"/>
              <Element Offset="224" Vartype="Pointer" Bytesize="8" OffsetHex="000000E0" DisplayMethod="unsigned integer"/>
              <Element Offset="228" Vartype="Pointer" Bytesize="8" OffsetHex="000000E4" DisplayMethod="unsigned integer"/>
              <Element Offset="232" Vartype="Pointer" Bytesize="8" OffsetHex="000000E8" DisplayMethod="unsigned integer"/>
              <Element Offset="236" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="000000EC" DisplayMethod="unsigned integer"/>
              <Element Offset="268" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000010C" DisplayMethod="hexadecimal"/>
              <Element Offset="272" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000110" DisplayMethod="unsigned integer"/>
              <Element Offset="276" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000114" DisplayMethod="hexadecimal"/>
              <Element Offset="280" Vartype="4 Bytes" Bytesize="4" RLECount="58" OffsetHex="00000118" DisplayMethod="unsigned integer"/>
              <Element Offset="512" Vartype="Pointer" Bytesize="8" OffsetHex="00000200" DisplayMethod="unsigned integer"/>
              <Element Offset="516" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000204" DisplayMethod="unsigned integer"/>
              <Element Offset="540" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000021C" DisplayMethod="hexadecimal"/>
              <Element Offset="544" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000220" DisplayMethod="unsigned integer"/>
              <Element Offset="552" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000228" DisplayMethod="hexadecimal"/>
              <Element Offset="556" Vartype="Pointer" Bytesize="8" OffsetHex="0000022C" DisplayMethod="unsigned integer"/>
              <Element Offset="560" Vartype="Pointer" Bytesize="8" OffsetHex="00000230" DisplayMethod="unsigned integer"/>
              <Element Offset="564" Vartype="Pointer" Bytesize="8" OffsetHex="00000234" DisplayMethod="unsigned integer"/>
              <Element Offset="568" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="00000238" DisplayMethod="unsigned integer"/>
              <Element Offset="616" Vartype="Pointer" Bytesize="8" OffsetHex="00000268" DisplayMethod="unsigned integer"/>
              <Element Offset="620" Vartype="Pointer" Bytesize="8" OffsetHex="0000026C" DisplayMethod="unsigned integer"/>
              <Element Offset="624" Vartype="Pointer" Bytesize="8" OffsetHex="00000270" DisplayMethod="unsigned integer"/>
              <Element Offset="628" Vartype="Pointer" Bytesize="8" OffsetHex="00000274" DisplayMethod="unsigned integer"/>
              <Element Offset="632" Vartype="Pointer" Bytesize="8" OffsetHex="00000278" DisplayMethod="unsigned integer"/>
              <Element Offset="636" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000027C" DisplayMethod="unsigned integer"/>
              <Element Offset="640" Vartype="Pointer" Bytesize="8" OffsetHex="00000280" DisplayMethod="unsigned integer"/>
              <Element Offset="644" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000284" DisplayMethod="unsigned integer"/>
              <Element Offset="656" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="00000290" DisplayMethod="unsigned integer"/>
              <Element Offset="668" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000029C" DisplayMethod="unsigned integer"/>
              <Element Offset="672" Vartype="Float" Bytesize="4" OffsetHex="000002A0" DisplayMethod="unsigned integer"/>
              <Element Offset="676" Vartype="4 Bytes" Bytesize="4" OffsetHex="000002A4" DisplayMethod="unsigned integer"/>
              <Element Offset="680" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="000002A8" DisplayMethod="unsigned integer"/>
              <Element Offset="692" Vartype="4 Bytes" Bytesize="4" OffsetHex="000002B4" DisplayMethod="hexadecimal"/>
              <Element Offset="696" Vartype="4 Bytes" Bytesize="4" RLECount="146" OffsetHex="000002B8" DisplayMethod="unsigned integer"/>
              <Element Offset="1280" Vartype="Pointer" Bytesize="8" OffsetHex="00000500" DisplayMethod="unsigned integer"/>
              <Element Offset="1284" Vartype="Pointer" Bytesize="8" OffsetHex="00000504" DisplayMethod="unsigned integer"/>
              <Element Offset="1288" Vartype="Pointer" Bytesize="8" OffsetHex="00000508" DisplayMethod="unsigned integer"/>
              <Element Offset="1292" Vartype="Pointer" Bytesize="8" OffsetHex="0000050C" DisplayMethod="unsigned integer"/>
              <Element Offset="1296" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000510" DisplayMethod="hexadecimal"/>
              <Element Offset="1300" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000514" DisplayMethod="unsigned integer"/>
              <Element Offset="1304" Vartype="Pointer" Bytesize="8" OffsetHex="00000518" DisplayMethod="unsigned integer"/>
              <Element Offset="1308" Vartype="Pointer" Bytesize="8" OffsetHex="0000051C" DisplayMethod="unsigned integer"/>
              <Element Offset="1312" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000520" DisplayMethod="unsigned integer"/>
              <Element Offset="1320" Vartype="Pointer" Bytesize="8" OffsetHex="00000528" DisplayMethod="unsigned integer"/>
              <Element Offset="1324" Vartype="String" Bytesize="4" OffsetHex="0000052C" DisplayMethod="unsigned integer"/>
              <Element Offset="1328" Vartype="Float" Bytesize="4" RLECount="8" OffsetHex="00000530" DisplayMethod="unsigned integer"/>
              <Element Offset="1360" Vartype="Byte" Bytesize="1" RLECount="5" OffsetHex="00000550" DisplayMethod="unsigned integer"/>
              <Element Offset="1365" Vartype="String" Bytesize="6" OffsetHex="00000555" DisplayMethod="unsigned integer"/>
              <Element Offset="1371" Vartype="Byte" Bytesize="1" OffsetHex="0000055B" DisplayMethod="unsigned integer"/>
              <Element Offset="1372" Vartype="String" Bytesize="4" OffsetHex="0000055C" DisplayMethod="unsigned integer"/>
              <Element Offset="1376" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="00000560" DisplayMethod="unsigned integer"/>
              <Element Offset="1379" Vartype="2 Bytes" Bytesize="2" OffsetHex="00000563" DisplayMethod="unsigned integer"/>
              <Element Offset="1381" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000565" DisplayMethod="unsigned integer"/>
              <Element Offset="1385" Vartype="String" Bytesize="7" OffsetHex="00000569" DisplayMethod="unsigned integer"/>
              <Element Offset="1392" Vartype="Float" Bytesize="4" OffsetHex="00000570" DisplayMethod="unsigned integer"/>
              <Element Offset="1396" Vartype="Byte" Bytesize="1" OffsetHex="00000574" DisplayMethod="unsigned integer"/>
              <Element Offset="1397" Vartype="String" Bytesize="8" OffsetHex="00000575" DisplayMethod="unsigned integer"/>
              <Element Offset="1405" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="0000057D" DisplayMethod="unsigned integer"/>
              <Element Offset="1408" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000580" DisplayMethod="unsigned integer"/>
              <Element Offset="1420" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="0000058C" DisplayMethod="unsigned integer"/>
              <Element Offset="1428" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000594" DisplayMethod="unsigned integer"/>
              <Element Offset="1432" Vartype="Float" Bytesize="4" RLECount="6" OffsetHex="00000598" DisplayMethod="unsigned integer"/>
              <Element Offset="1456" Vartype="String" Bytesize="4" OffsetHex="000005B0" DisplayMethod="unsigned integer"/>
              <Element Offset="1460" Vartype="Float" Bytesize="4" RLECount="8" OffsetHex="000005B4" DisplayMethod="unsigned integer"/>
              <Element Offset="1492" Vartype="Byte" Bytesize="1" OffsetHex="000005D4" DisplayMethod="unsigned integer"/>
              <Element Offset="1493" Vartype="String" Bytesize="5" OffsetHex="000005D5" DisplayMethod="unsigned integer"/>
              <Element Offset="1498" Vartype="Byte" Bytesize="1" RLECount="2" OffsetHex="000005DA" DisplayMethod="unsigned integer"/>
              <Element Offset="1500" Vartype="Float" Bytesize="4" OffsetHex="000005DC" DisplayMethod="unsigned integer"/>
              <Element Offset="1504" Vartype="4 Bytes" Bytesize="4" RLECount="35" OffsetHex="000005E0" DisplayMethod="unsigned integer"/>
              <Element Offset="1644" Vartype="Pointer" Bytesize="8" OffsetHex="0000066C" DisplayMethod="unsigned integer"/>
              <Element Offset="1648" Vartype="4 Bytes" Bytesize="4" RLECount="74" OffsetHex="00000670" DisplayMethod="unsigned integer"/>
              <Element Offset="1944" Vartype="Pointer" Bytesize="8" OffsetHex="00000798" DisplayMethod="unsigned integer"/>
              <Element Offset="1948" Vartype="Pointer" Bytesize="8" OffsetHex="0000079C" DisplayMethod="unsigned integer"/>
              <Element Offset="1952" Vartype="Pointer" Bytesize="8" OffsetHex="000007A0" DisplayMethod="unsigned integer"/>
              <Element Offset="1956" Vartype="Pointer" Bytesize="8" OffsetHex="000007A4" DisplayMethod="unsigned integer"/>
              <Element Offset="1960" Vartype="4 Bytes" Bytesize="4" OffsetHex="000007A8" DisplayMethod="hexadecimal"/>
              <Element Offset="1964" Vartype="4 Bytes" Bytesize="4" OffsetHex="000007AC" DisplayMethod="unsigned integer"/>
              <Element Offset="1968" Vartype="Pointer" Bytesize="8" OffsetHex="000007B0" DisplayMethod="unsigned integer"/>
              <Element Offset="1972" Vartype="Pointer" Bytesize="8" OffsetHex="000007B4" DisplayMethod="unsigned integer"/>
              <Element Offset="1976" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000007B8" DisplayMethod="unsigned integer"/>
              <Element Offset="1984" Vartype="Pointer" Bytesize="8" OffsetHex="000007C0" DisplayMethod="unsigned integer"/>
              <Element Offset="1988" Vartype="Float" Bytesize="4" RLECount="9" OffsetHex="000007C4" DisplayMethod="unsigned integer"/>
              <Element Offset="2024" Vartype="String" Bytesize="4" OffsetHex="000007E8" DisplayMethod="unsigned integer"/>
              <Element Offset="2028" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="000007EC" DisplayMethod="unsigned integer"/>
              <Element Offset="2036" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="000007F4" DisplayMethod="unsigned integer"/>
              <Element Offset="2040" Vartype="Float" Bytesize="4" RLECount="8" OffsetHex="000007F8" DisplayMethod="unsigned integer"/>
              <Element Offset="2072" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000818" DisplayMethod="unsigned integer"/>
              <Element Offset="2084" Vartype="Float" Bytesize="4" RLECount="4" OffsetHex="00000824" DisplayMethod="unsigned integer"/>
              <Element Offset="2100" Vartype="String" Bytesize="5" OffsetHex="00000834" DisplayMethod="unsigned integer"/>
              <Element Offset="2105" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="00000839" DisplayMethod="unsigned integer"/>
              <Element Offset="2108" Vartype="Float" Bytesize="4" RLECount="15" OffsetHex="0000083C" DisplayMethod="unsigned integer"/>
              <Element Offset="2168" Vartype="4 Bytes" Bytesize="4" RLECount="35" OffsetHex="00000878" DisplayMethod="unsigned integer"/>
              <Element Offset="2308" Vartype="Pointer" Bytesize="8" OffsetHex="00000904" DisplayMethod="unsigned integer"/>
              <Element Offset="2312" Vartype="4 Bytes" Bytesize="4" RLECount="74" OffsetHex="00000908" DisplayMethod="unsigned integer"/>
              <Element Offset="2608" Vartype="Pointer" Bytesize="8" OffsetHex="00000A30" DisplayMethod="unsigned integer"/>
              <Element Offset="2612" Vartype="Pointer" Bytesize="8" OffsetHex="00000A34" DisplayMethod="unsigned integer"/>
              <Element Offset="2616" Vartype="Pointer" Bytesize="8" OffsetHex="00000A38" DisplayMethod="unsigned integer"/>
              <Element Offset="2620" Vartype="Pointer" Bytesize="8" OffsetHex="00000A3C" DisplayMethod="unsigned integer"/>
              <Element Offset="2624" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000A40" DisplayMethod="hexadecimal"/>
              <Element Offset="2628" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000A44" DisplayMethod="unsigned integer"/>
              <Element Offset="2648" Vartype="Pointer" Bytesize="8" OffsetHex="00000A58" DisplayMethod="unsigned integer"/>
              <Element Offset="2652" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="00000A5C" DisplayMethod="unsigned integer"/>
              <Element Offset="2684" Vartype="Double" Bytesize="8" OffsetHex="00000A7C" DisplayMethod="unsigned integer"/>
              <Element Offset="2692" Vartype="Float" Bytesize="4" OffsetHex="00000A84" DisplayMethod="unsigned integer"/>
              <Element Offset="2696" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000A88" DisplayMethod="hexadecimal"/>
              <Element Offset="2704" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="00000A90" DisplayMethod="unsigned integer"/>
              <Element Offset="2736" Vartype="Pointer" Bytesize="8" OffsetHex="00000AB0" DisplayMethod="unsigned integer"/>
              <Element Offset="2740" Vartype="Pointer" Bytesize="8" OffsetHex="00000AB4" DisplayMethod="unsigned integer"/>
              <Element Offset="2744" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000AB8" DisplayMethod="unsigned integer"/>
              <Element Offset="2748" Vartype="Pointer" Bytesize="8" OffsetHex="00000ABC" DisplayMethod="unsigned integer"/>
              <Element Offset="2752" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000AC0" DisplayMethod="unsigned integer"/>
              <Element Offset="2756" Vartype="Float" Bytesize="4" OffsetHex="00000AC4" DisplayMethod="unsigned integer"/>
              <Element Offset="2760" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000AC8" DisplayMethod="unsigned integer"/>
              <Element Offset="2768" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00000AD0" DisplayMethod="unsigned integer"/>
              <Element Offset="2776" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000AD8" DisplayMethod="unsigned integer"/>
              <Element Offset="2784" Vartype="Double" Bytesize="8" OffsetHex="00000AE0" DisplayMethod="unsigned integer"/>
              <Element Offset="2792" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00000AE8" DisplayMethod="unsigned integer"/>
              <Element Offset="2800" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000AF0" DisplayMethod="unsigned integer"/>
              <Element Offset="2804" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000AF4" DisplayMethod="hexadecimal"/>
              <Element Offset="2812" Vartype="Double" Bytesize="8" OffsetHex="00000AFC" DisplayMethod="unsigned integer"/>
              <Element Offset="2820" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000B04" DisplayMethod="unsigned integer"/>
              <Element Offset="2832" Vartype="Double" Bytesize="8" OffsetHex="00000B10" DisplayMethod="unsigned integer"/>
              <Element Offset="2840" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000B18" DisplayMethod="unsigned integer"/>
              <Element Offset="2864" Vartype="Pointer" Bytesize="8" OffsetHex="00000B30" DisplayMethod="unsigned integer"/>
              <Element Offset="2868" Vartype="Pointer" Bytesize="8" OffsetHex="00000B34" DisplayMethod="unsigned integer"/>
              <Element Offset="2872" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000B38" DisplayMethod="unsigned integer"/>
              <Element Offset="2876" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000B3C" DisplayMethod="hexadecimal"/>
              <Element Offset="2880" Vartype="Pointer" Bytesize="8" OffsetHex="00000B40" DisplayMethod="unsigned integer"/>
              <Element Offset="2884" Vartype="Pointer" Bytesize="8" OffsetHex="00000B44" DisplayMethod="unsigned integer"/>
              <Element Offset="2888" Vartype="Pointer" Bytesize="8" OffsetHex="00000B48" DisplayMethod="unsigned integer"/>
              <Element Offset="2892" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="00000B4C" DisplayMethod="unsigned integer"/>
              <Element Offset="2924" Vartype="Pointer" Bytesize="8" OffsetHex="00000B6C" DisplayMethod="unsigned integer"/>
              <Element Offset="2928" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000B70" DisplayMethod="unsigned integer"/>
              <Element Offset="2932" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000B74" DisplayMethod="hexadecimal"/>
              <Element Offset="2936" Vartype="4 Bytes" Bytesize="4" RLECount="58" OffsetHex="00000B78" DisplayMethod="unsigned integer"/>
              <Element Offset="3168" Vartype="Pointer" Bytesize="8" OffsetHex="00000C60" DisplayMethod="unsigned integer"/>
              <Element Offset="3172" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000C64" DisplayMethod="unsigned integer"/>
              <Element Offset="3196" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000C7C" DisplayMethod="hexadecimal"/>
              <Element Offset="3200" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000C80" DisplayMethod="unsigned integer"/>
              <Element Offset="3208" Vartype="Pointer" Bytesize="8" OffsetHex="00000C88" DisplayMethod="unsigned integer"/>
              <Element Offset="3212" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000C8C" DisplayMethod="hexadecimal"/>
              <Element Offset="3216" Vartype="Pointer" Bytesize="8" OffsetHex="00000C90" DisplayMethod="unsigned integer"/>
              <Element Offset="3220" Vartype="Pointer" Bytesize="8" OffsetHex="00000C94" DisplayMethod="unsigned integer"/>
              <Element Offset="3224" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="00000C98" DisplayMethod="unsigned integer"/>
              <Element Offset="3276" Vartype="Pointer" Bytesize="8" OffsetHex="00000CCC" DisplayMethod="unsigned integer"/>
              <Element Offset="3280" Vartype="Pointer" Bytesize="8" OffsetHex="00000CD0" DisplayMethod="unsigned integer"/>
              <Element Offset="3284" Vartype="Pointer" Bytesize="8" OffsetHex="00000CD4" DisplayMethod="unsigned integer"/>
              <Element Offset="3288" Vartype="4 Bytes" Bytesize="4" RLECount="164" OffsetHex="00000CD8" DisplayMethod="unsigned integer"/>
              <Element Offset="3944" Vartype="Pointer" Bytesize="8" OffsetHex="00000F68" DisplayMethod="unsigned integer"/>
              <Element Offset="3948" Vartype="Pointer" Bytesize="8" OffsetHex="00000F6C" DisplayMethod="unsigned integer"/>
              <Element Offset="3952" Vartype="4 Bytes" Bytesize="4" RLECount="36" OffsetHex="00000F70" DisplayMethod="unsigned integer"/>
            </Elements>
          </Structure>
        </Element>
        <Element Offset="8" Vartype="Pointer" Bytesize="8" OffsetHex="00000008" DisplayMethod="unsigned integer"/>
        <Element Offset="12" Vartype="Pointer" Bytesize="8" OffsetHex="0000000C" DisplayMethod="unsigned integer">
          <Structure Name="Autocreated from 008D8510" AutoFill="0" AutoCreate="1" DefaultHex="0" AutoDestroy="0" DoNotSaveLocal="0" RLECompression="1" AutoCreateStructsize="4096">
            <Elements>
              <Element Offset="0" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000000" DisplayMethod="unsigned integer"/>
              <Element Offset="24" Vartype="Pointer" Bytesize="8" OffsetHex="00000018" DisplayMethod="unsigned integer"/>
              <Element Offset="28" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="0000001C" DisplayMethod="unsigned integer"/>
              <Element Offset="56" Vartype="Pointer" Bytesize="8" OffsetHex="00000038" DisplayMethod="unsigned integer"/>
              <Element Offset="60" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000003C" DisplayMethod="unsigned integer"/>
              <Element Offset="64" Vartype="Pointer" Bytesize="8" OffsetHex="00000040" DisplayMethod="unsigned integer"/>
              <Element Offset="68" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000044" DisplayMethod="unsigned integer"/>
              <Element Offset="84" Vartype="Pointer" Bytesize="8" OffsetHex="00000054" DisplayMethod="unsigned integer"/>
              <Element Offset="88" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00000058" DisplayMethod="unsigned integer"/>
              <Element Offset="116" Vartype="Pointer" Bytesize="8" OffsetHex="00000074" DisplayMethod="unsigned integer"/>
              <Element Offset="120" Vartype="Pointer" Bytesize="8" OffsetHex="00000078" DisplayMethod="unsigned integer"/>
              <Element Offset="124" Vartype="Pointer" Bytesize="8" OffsetHex="0000007C" DisplayMethod="unsigned integer"/>
              <Element Offset="128" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000080" DisplayMethod="hexadecimal"/>
              <Element Offset="132" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000084" DisplayMethod="unsigned integer"/>
              <Element Offset="152" Vartype="Pointer" Bytesize="8" OffsetHex="00000098" DisplayMethod="unsigned integer"/>
              <Element Offset="156" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000009C" DisplayMethod="unsigned integer"/>
              <Element Offset="160" Vartype="Pointer" Bytesize="8" OffsetHex="000000A0" DisplayMethod="unsigned integer"/>
              <Element Offset="164" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="000000A4" DisplayMethod="unsigned integer"/>
              <Element Offset="180" Vartype="Pointer" Bytesize="8" OffsetHex="000000B4" DisplayMethod="unsigned integer"/>
              <Element Offset="184" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="000000B8" DisplayMethod="unsigned integer"/>
              <Element Offset="212" Vartype="Pointer" Bytesize="8" OffsetHex="000000D4" DisplayMethod="unsigned integer"/>
              <Element Offset="216" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="000000D8" DisplayMethod="unsigned integer"/>
              <Element Offset="248" Vartype="Pointer" Bytesize="8" OffsetHex="000000F8" DisplayMethod="unsigned integer"/>
              <Element Offset="252" Vartype="4 Bytes" Bytesize="4" OffsetHex="000000FC" DisplayMethod="unsigned integer"/>
              <Element Offset="256" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000100" DisplayMethod="hexadecimal"/>
              <Element Offset="260" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000104" DisplayMethod="unsigned integer"/>
              <Element Offset="276" Vartype="Pointer" Bytesize="8" OffsetHex="00000114" DisplayMethod="unsigned integer"/>
              <Element Offset="280" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00000118" DisplayMethod="unsigned integer"/>
              <Element Offset="308" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000134" DisplayMethod="hexadecimal"/>
              <Element Offset="312" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000138" DisplayMethod="unsigned integer"/>
              <Element Offset="316" Vartype="Pointer" Bytesize="8" OffsetHex="0000013C" DisplayMethod="unsigned integer"/>
              <Element Offset="320" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000140" DisplayMethod="hexadecimal"/>
              <Element Offset="324" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000144" DisplayMethod="unsigned integer"/>
              <Element Offset="344" Vartype="Pointer" Bytesize="8" OffsetHex="00000158" DisplayMethod="unsigned integer"/>
              <Element Offset="348" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000015C" DisplayMethod="unsigned integer"/>
              <Element Offset="352" Vartype="Pointer" Bytesize="8" OffsetHex="00000160" DisplayMethod="unsigned integer"/>
              <Element Offset="356" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000164" DisplayMethod="unsigned integer"/>
              <Element Offset="372" Vartype="Pointer" Bytesize="8" OffsetHex="00000174" DisplayMethod="unsigned integer"/>
              <Element Offset="376" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00000178" DisplayMethod="unsigned integer"/>
              <Element Offset="404" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000194" DisplayMethod="hexadecimal"/>
              <Element Offset="408" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="00000198" DisplayMethod="unsigned integer"/>
              <Element Offset="440" Vartype="Pointer" Bytesize="8" OffsetHex="000001B8" DisplayMethod="unsigned integer"/>
              <Element Offset="444" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001BC" DisplayMethod="unsigned integer"/>
              <Element Offset="448" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001C0" DisplayMethod="hexadecimal"/>
              <Element Offset="452" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="000001C4" DisplayMethod="unsigned integer"/>
              <Element Offset="468" Vartype="Pointer" Bytesize="8" OffsetHex="000001D4" DisplayMethod="unsigned integer"/>
              <Element Offset="472" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="000001D8" DisplayMethod="unsigned integer"/>
              <Element Offset="504" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001F8" DisplayMethod="hexadecimal"/>
              <Element Offset="508" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="000001FC" DisplayMethod="unsigned integer"/>
              <Element Offset="536" Vartype="Pointer" Bytesize="8" OffsetHex="00000218" DisplayMethod="unsigned integer"/>
              <Element Offset="540" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000021C" DisplayMethod="unsigned integer"/>
              <Element Offset="544" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000220" DisplayMethod="hexadecimal"/>
              <Element Offset="548" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000224" DisplayMethod="unsigned integer"/>
              <Element Offset="564" Vartype="Pointer" Bytesize="8" OffsetHex="00000234" DisplayMethod="unsigned integer"/>
              <Element Offset="568" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00000238" DisplayMethod="unsigned integer"/>
              <Element Offset="596" Vartype="Pointer" Bytesize="8" OffsetHex="00000254" DisplayMethod="unsigned integer"/>
              <Element Offset="600" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000258" DisplayMethod="unsigned integer"/>
              <Element Offset="604" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0000025C" DisplayMethod="hexadecimal"/>
              <Element Offset="612" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000264" DisplayMethod="unsigned integer"/>
              <Element Offset="632" Vartype="Pointer" Bytesize="8" OffsetHex="00000278" DisplayMethod="unsigned integer"/>
              <Element Offset="636" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000027C" DisplayMethod="unsigned integer"/>
              <Element Offset="640" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000280" DisplayMethod="hexadecimal"/>
              <Element Offset="644" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000284" DisplayMethod="unsigned integer"/>
              <Element Offset="660" Vartype="Pointer" Bytesize="8" OffsetHex="00000294" DisplayMethod="unsigned integer"/>
              <Element Offset="664" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00000298" DisplayMethod="unsigned integer"/>
              <Element Offset="692" Vartype="4 Bytes" Bytesize="4" OffsetHex="000002B4" DisplayMethod="hexadecimal"/>
              <Element Offset="696" Vartype="4 Bytes" Bytesize="4" OffsetHex="000002B8" DisplayMethod="unsigned integer"/>
              <Element Offset="700" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000002BC" DisplayMethod="hexadecimal"/>
              <Element Offset="708" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="000002C4" DisplayMethod="unsigned integer"/>
              <Element Offset="728" Vartype="Pointer" Bytesize="8" OffsetHex="000002D8" DisplayMethod="unsigned integer"/>
              <Element Offset="732" Vartype="4 Bytes" Bytesize="4" OffsetHex="000002DC" DisplayMethod="unsigned integer"/>
              <Element Offset="736" Vartype="4 Bytes" Bytesize="4" OffsetHex="000002E0" DisplayMethod="hexadecimal"/>
              <Element Offset="740" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="000002E4" DisplayMethod="unsigned integer"/>
              <Element Offset="756" Vartype="Pointer" Bytesize="8" OffsetHex="000002F4" DisplayMethod="unsigned integer"/>
              <Element Offset="760" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="000002F8" DisplayMethod="unsigned integer"/>
              <Element Offset="788" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000314" DisplayMethod="hexadecimal"/>
              <Element Offset="792" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="00000318" DisplayMethod="unsigned integer"/>
              <Element Offset="824" Vartype="Pointer" Bytesize="8" OffsetHex="00000338" DisplayMethod="unsigned integer"/>
              <Element Offset="828" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000033C" DisplayMethod="unsigned integer"/>
              <Element Offset="832" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000340" DisplayMethod="hexadecimal"/>
              <Element Offset="836" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000344" DisplayMethod="unsigned integer"/>
              <Element Offset="852" Vartype="Pointer" Bytesize="8" OffsetHex="00000354" DisplayMethod="unsigned integer"/>
              <Element Offset="856" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="00000358" DisplayMethod="unsigned integer"/>
              <Element Offset="888" Vartype="Pointer" Bytesize="8" OffsetHex="00000378" DisplayMethod="unsigned integer"/>
              <Element Offset="892" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="0000037C" DisplayMethod="unsigned integer"/>
              <Element Offset="920" Vartype="Pointer" Bytesize="8" OffsetHex="00000398" DisplayMethod="unsigned integer"/>
              <Element Offset="924" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000039C" DisplayMethod="unsigned integer"/>
              <Element Offset="928" Vartype="Pointer" Bytesize="8" OffsetHex="000003A0" DisplayMethod="unsigned integer"/>
              <Element Offset="932" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="000003A4" DisplayMethod="unsigned integer"/>
              <Element Offset="948" Vartype="Pointer" Bytesize="8" OffsetHex="000003B4" DisplayMethod="unsigned integer"/>
              <Element Offset="952" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="000003B8" DisplayMethod="unsigned integer"/>
              <Element Offset="980" Vartype="Pointer" Bytesize="8" OffsetHex="000003D4" DisplayMethod="unsigned integer"/>
              <Element Offset="984" Vartype="4 Bytes" Bytesize="4" OffsetHex="000003D8" DisplayMethod="unsigned integer"/>
              <Element Offset="988" Vartype="Pointer" Bytesize="8" OffsetHex="000003DC" DisplayMethod="unsigned integer"/>
              <Element Offset="992" Vartype="4 Bytes" Bytesize="4" OffsetHex="000003E0" DisplayMethod="hexadecimal"/>
              <Element Offset="996" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="000003E4" DisplayMethod="unsigned integer"/>
              <Element Offset="1016" Vartype="Pointer" Bytesize="8" OffsetHex="000003F8" DisplayMethod="unsigned integer"/>
              <Element Offset="1020" Vartype="4 Bytes" Bytesize="4" OffsetHex="000003FC" DisplayMethod="unsigned integer"/>
              <Element Offset="1024" Vartype="Pointer" Bytesize="8" OffsetHex="00000400" DisplayMethod="unsigned integer"/>
              <Element Offset="1028" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000404" DisplayMethod="unsigned integer"/>
              <Element Offset="1044" Vartype="Pointer" Bytesize="8" OffsetHex="00000414" DisplayMethod="unsigned integer"/>
              <Element Offset="1048" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00000418" DisplayMethod="unsigned integer"/>
              <Element Offset="1076" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000434" DisplayMethod="hexadecimal"/>
              <Element Offset="1080" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000438" DisplayMethod="unsigned integer"/>
              <Element Offset="1084" Vartype="Pointer" Bytesize="8" OffsetHex="0000043C" DisplayMethod="unsigned integer"/>
              <Element Offset="1088" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000440" DisplayMethod="hexadecimal"/>
              <Element Offset="1092" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000444" DisplayMethod="unsigned integer"/>
              <Element Offset="1112" Vartype="Pointer" Bytesize="8" OffsetHex="00000458" DisplayMethod="unsigned integer"/>
              <Element Offset="1116" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000045C" DisplayMethod="unsigned integer"/>
              <Element Offset="1120" Vartype="Pointer" Bytesize="8" OffsetHex="00000460" DisplayMethod="unsigned integer"/>
              <Element Offset="1124" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000464" DisplayMethod="unsigned integer"/>
              <Element Offset="1140" Vartype="Pointer" Bytesize="8" OffsetHex="00000474" DisplayMethod="unsigned integer"/>
              <Element Offset="1144" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="00000478" DisplayMethod="unsigned integer"/>
              <Element Offset="1176" Vartype="Pointer" Bytesize="8" OffsetHex="00000498" DisplayMethod="unsigned integer"/>
              <Element Offset="1180" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="0000049C" DisplayMethod="unsigned integer"/>
              <Element Offset="1208" Vartype="Pointer" Bytesize="8" OffsetHex="000004B8" DisplayMethod="unsigned integer"/>
              <Element Offset="1212" Vartype="4 Bytes" Bytesize="4" OffsetHex="000004BC" DisplayMethod="unsigned integer"/>
              <Element Offset="1216" Vartype="4 Bytes" Bytesize="4" OffsetHex="000004C0" DisplayMethod="hexadecimal"/>
              <Element Offset="1220" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="000004C4" DisplayMethod="unsigned integer"/>
              <Element Offset="1236" Vartype="Pointer" Bytesize="8" OffsetHex="000004D4" DisplayMethod="unsigned integer"/>
              <Element Offset="1240" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="000004D8" DisplayMethod="unsigned integer"/>
              <Element Offset="1268" Vartype="Pointer" Bytesize="8" OffsetHex="000004F4" DisplayMethod="unsigned integer"/>
              <Element Offset="1272" Vartype="Pointer" Bytesize="8" OffsetHex="000004F8" DisplayMethod="unsigned integer"/>
              <Element Offset="1276" Vartype="Pointer" Bytesize="8" OffsetHex="000004FC" DisplayMethod="unsigned integer"/>
              <Element Offset="1280" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000500" DisplayMethod="hexadecimal"/>
              <Element Offset="1288" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000508" DisplayMethod="unsigned integer"/>
              <Element Offset="1304" Vartype="Pointer" Bytesize="8" OffsetHex="00000518" DisplayMethod="unsigned integer"/>
              <Element Offset="1308" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000051C" DisplayMethod="unsigned integer"/>
              <Element Offset="1312" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000520" DisplayMethod="hexadecimal"/>
              <Element Offset="1316" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000524" DisplayMethod="unsigned integer"/>
              <Element Offset="1332" Vartype="Pointer" Bytesize="8" OffsetHex="00000534" DisplayMethod="unsigned integer"/>
              <Element Offset="1336" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00000538" DisplayMethod="unsigned integer"/>
              <Element Offset="1364" Vartype="Pointer" Bytesize="8" OffsetHex="00000554" DisplayMethod="unsigned integer"/>
              <Element Offset="1368" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="00000558" DisplayMethod="unsigned integer"/>
              <Element Offset="1400" Vartype="Pointer" Bytesize="8" OffsetHex="00000578" DisplayMethod="unsigned integer"/>
              <Element Offset="1404" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000057C" DisplayMethod="unsigned integer"/>
              <Element Offset="1408" Vartype="Pointer" Bytesize="8" OffsetHex="00000580" DisplayMethod="unsigned integer"/>
              <Element Offset="1412" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000584" DisplayMethod="unsigned integer"/>
              <Element Offset="1428" Vartype="Pointer" Bytesize="8" OffsetHex="00000594" DisplayMethod="unsigned integer"/>
              <Element Offset="1432" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00000598" DisplayMethod="unsigned integer"/>
              <Element Offset="1460" Vartype="4 Bytes" Bytesize="4" OffsetHex="000005B4" DisplayMethod="hexadecimal"/>
              <Element Offset="1464" Vartype="4 Bytes" Bytesize="4" OffsetHex="000005B8" DisplayMethod="unsigned integer"/>
              <Element Offset="1468" Vartype="Pointer" Bytesize="8" OffsetHex="000005BC" DisplayMethod="unsigned integer"/>
              <Element Offset="1472" Vartype="4 Bytes" Bytesize="4" OffsetHex="000005C0" DisplayMethod="hexadecimal"/>
              <Element Offset="1476" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="000005C4" DisplayMethod="unsigned integer"/>
              <Element Offset="1496" Vartype="Pointer" Bytesize="8" OffsetHex="000005D8" DisplayMethod="unsigned integer"/>
              <Element Offset="1500" Vartype="4 Bytes" Bytesize="4" OffsetHex="000005DC" DisplayMethod="unsigned integer"/>
              <Element Offset="1504" Vartype="4 Bytes" Bytesize="4" OffsetHex="000005E0" DisplayMethod="hexadecimal"/>
              <Element Offset="1508" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="000005E4" DisplayMethod="unsigned integer"/>
              <Element Offset="1524" Vartype="Pointer" Bytesize="8" OffsetHex="000005F4" DisplayMethod="unsigned integer"/>
              <Element Offset="1528" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="000005F8" DisplayMethod="unsigned integer"/>
              <Element Offset="1560" Vartype="Pointer" Bytesize="8" OffsetHex="00000618" DisplayMethod="unsigned integer"/>
              <Element Offset="1564" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="0000061C" DisplayMethod="unsigned integer"/>
              <Element Offset="1592" Vartype="Pointer" Bytesize="8" OffsetHex="00000638" DisplayMethod="unsigned integer"/>
              <Element Offset="1596" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000063C" DisplayMethod="unsigned integer"/>
              <Element Offset="1600" Vartype="Pointer" Bytesize="8" OffsetHex="00000640" DisplayMethod="unsigned integer"/>
              <Element Offset="1604" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000644" DisplayMethod="unsigned integer"/>
              <Element Offset="1620" Vartype="Pointer" Bytesize="8" OffsetHex="00000654" DisplayMethod="unsigned integer"/>
              <Element Offset="1624" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00000658" DisplayMethod="unsigned integer"/>
              <Element Offset="1652" Vartype="Pointer" Bytesize="8" OffsetHex="00000674" DisplayMethod="unsigned integer"/>
              <Element Offset="1656" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000678" DisplayMethod="unsigned integer"/>
              <Element Offset="1660" Vartype="Pointer" Bytesize="8" OffsetHex="0000067C" DisplayMethod="unsigned integer"/>
              <Element Offset="1664" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000680" DisplayMethod="hexadecimal"/>
              <Element Offset="1668" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000684" DisplayMethod="unsigned integer"/>
              <Element Offset="1688" Vartype="Pointer" Bytesize="8" OffsetHex="00000698" DisplayMethod="unsigned integer"/>
              <Element Offset="1692" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000069C" DisplayMethod="unsigned integer"/>
              <Element Offset="1696" Vartype="4 Bytes" Bytesize="4" OffsetHex="000006A0" DisplayMethod="hexadecimal"/>
              <Element Offset="1700" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="000006A4" DisplayMethod="unsigned integer"/>
              <Element Offset="1716" Vartype="Pointer" Bytesize="8" OffsetHex="000006B4" DisplayMethod="unsigned integer"/>
              <Element Offset="1720" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="000006B8" DisplayMethod="unsigned integer"/>
              <Element Offset="1748" Vartype="4 Bytes" Bytesize="4" OffsetHex="000006D4" DisplayMethod="hexadecimal"/>
              <Element Offset="1752" Vartype="4 Bytes" Bytesize="4" OffsetHex="000006D8" DisplayMethod="unsigned integer"/>
              <Element Offset="1756" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000006DC" DisplayMethod="hexadecimal"/>
              <Element Offset="1764" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="000006E4" DisplayMethod="unsigned integer"/>
              <Element Offset="1784" Vartype="Pointer" Bytesize="8" OffsetHex="000006F8" DisplayMethod="unsigned integer"/>
              <Element Offset="1788" Vartype="4 Bytes" Bytesize="4" OffsetHex="000006FC" DisplayMethod="unsigned integer"/>
              <Element Offset="1792" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000700" DisplayMethod="hexadecimal"/>
              <Element Offset="1796" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000704" DisplayMethod="unsigned integer"/>
              <Element Offset="1812" Vartype="Pointer" Bytesize="8" OffsetHex="00000714" DisplayMethod="unsigned integer"/>
              <Element Offset="1816" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="00000718" DisplayMethod="unsigned integer"/>
              <Element Offset="1848" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000738" DisplayMethod="hexadecimal"/>
              <Element Offset="1852" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="0000073C" DisplayMethod="unsigned integer"/>
              <Element Offset="1880" Vartype="Pointer" Bytesize="8" OffsetHex="00000758" DisplayMethod="unsigned integer"/>
              <Element Offset="1884" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000075C" DisplayMethod="unsigned integer"/>
              <Element Offset="1888" Vartype="Pointer" Bytesize="8" OffsetHex="00000760" DisplayMethod="unsigned integer"/>
              <Element Offset="1892" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000764" DisplayMethod="unsigned integer"/>
              <Element Offset="1908" Vartype="Pointer" Bytesize="8" OffsetHex="00000774" DisplayMethod="unsigned integer"/>
              <Element Offset="1912" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00000778" DisplayMethod="unsigned integer"/>
              <Element Offset="1940" Vartype="Pointer" Bytesize="8" OffsetHex="00000794" DisplayMethod="unsigned integer"/>
              <Element Offset="1944" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000798" DisplayMethod="unsigned integer"/>
              <Element Offset="1948" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0000079C" DisplayMethod="hexadecimal"/>
              <Element Offset="1956" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="000007A4" DisplayMethod="unsigned integer"/>
              <Element Offset="1976" Vartype="Pointer" Bytesize="8" OffsetHex="000007B8" DisplayMethod="unsigned integer"/>
              <Element Offset="1980" Vartype="4 Bytes" Bytesize="4" OffsetHex="000007BC" DisplayMethod="unsigned integer"/>
              <Element Offset="1984" Vartype="4 Bytes" Bytesize="4" OffsetHex="000007C0" DisplayMethod="hexadecimal"/>
              <Element Offset="1988" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="000007C4" DisplayMethod="unsigned integer"/>
              <Element Offset="2004" Vartype="Pointer" Bytesize="8" OffsetHex="000007D4" DisplayMethod="unsigned integer"/>
              <Element Offset="2008" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="000007D8" DisplayMethod="unsigned integer"/>
              <Element Offset="2036" Vartype="4 Bytes" Bytesize="4" OffsetHex="000007F4" DisplayMethod="hexadecimal"/>
              <Element Offset="2040" Vartype="4 Bytes" Bytesize="4" OffsetHex="000007F8" DisplayMethod="unsigned integer"/>
              <Element Offset="2044" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000007FC" DisplayMethod="hexadecimal"/>
              <Element Offset="2052" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000804" DisplayMethod="unsigned integer"/>
              <Element Offset="2072" Vartype="Pointer" Bytesize="8" OffsetHex="00000818" DisplayMethod="unsigned integer"/>
              <Element Offset="2076" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000081C" DisplayMethod="unsigned integer"/>
              <Element Offset="2080" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000820" DisplayMethod="hexadecimal"/>
              <Element Offset="2084" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000824" DisplayMethod="unsigned integer"/>
              <Element Offset="2100" Vartype="Pointer" Bytesize="8" OffsetHex="00000834" DisplayMethod="unsigned integer"/>
              <Element Offset="2104" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="00000838" DisplayMethod="unsigned integer"/>
              <Element Offset="2152" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000868" DisplayMethod="hexadecimal"/>
              <Element Offset="2160" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000870" DisplayMethod="unsigned integer"/>
              <Element Offset="2168" Vartype="Pointer" Bytesize="8" OffsetHex="00000878" DisplayMethod="unsigned integer"/>
              <Element Offset="2172" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000087C" DisplayMethod="unsigned integer"/>
              <Element Offset="2176" Vartype="Pointer" Bytesize="8" OffsetHex="00000880" DisplayMethod="unsigned integer"/>
              <Element Offset="2180" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000884" DisplayMethod="unsigned integer"/>
              <Element Offset="2196" Vartype="Pointer" Bytesize="8" OffsetHex="00000894" DisplayMethod="unsigned integer"/>
              <Element Offset="2200" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="00000898" DisplayMethod="unsigned integer"/>
              <Element Offset="2248" Vartype="4 Bytes" Bytesize="4" OffsetHex="000008C8" DisplayMethod="hexadecimal"/>
              <Element Offset="2252" Vartype="Pointer" Bytesize="8" OffsetHex="000008CC" DisplayMethod="unsigned integer"/>
              <Element Offset="2256" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000008D0" DisplayMethod="unsigned integer"/>
              <Element Offset="2264" Vartype="Pointer" Bytesize="8" OffsetHex="000008D8" DisplayMethod="unsigned integer"/>
              <Element Offset="2268" Vartype="4 Bytes" Bytesize="4" OffsetHex="000008DC" DisplayMethod="unsigned integer"/>
              <Element Offset="2272" Vartype="Pointer" Bytesize="8" OffsetHex="000008E0" DisplayMethod="unsigned integer"/>
              <Element Offset="2276" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="000008E4" DisplayMethod="unsigned integer"/>
              <Element Offset="2292" Vartype="Pointer" Bytesize="8" OffsetHex="000008F4" DisplayMethod="unsigned integer"/>
              <Element Offset="2296" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="000008F8" DisplayMethod="unsigned integer"/>
              <Element Offset="2344" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000928" DisplayMethod="hexadecimal"/>
              <Element Offset="2352" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000930" DisplayMethod="unsigned integer"/>
              <Element Offset="2360" Vartype="Pointer" Bytesize="8" OffsetHex="00000938" DisplayMethod="unsigned integer"/>
              <Element Offset="2364" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000093C" DisplayMethod="unsigned integer"/>
              <Element Offset="2368" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000940" DisplayMethod="hexadecimal"/>
              <Element Offset="2372" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000944" DisplayMethod="unsigned integer"/>
              <Element Offset="2388" Vartype="Pointer" Bytesize="8" OffsetHex="00000954" DisplayMethod="unsigned integer"/>
              <Element Offset="2392" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="00000958" DisplayMethod="unsigned integer"/>
              <Element Offset="2440" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000988" DisplayMethod="hexadecimal"/>
              <Element Offset="2444" Vartype="Pointer" Bytesize="8" OffsetHex="0000098C" DisplayMethod="unsigned integer"/>
              <Element Offset="2448" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000990" DisplayMethod="unsigned integer"/>
              <Element Offset="2456" Vartype="Pointer" Bytesize="8" OffsetHex="00000998" DisplayMethod="unsigned integer"/>
              <Element Offset="2460" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000099C" DisplayMethod="unsigned integer"/>
              <Element Offset="2464" Vartype="4 Bytes" Bytesize="4" OffsetHex="000009A0" DisplayMethod="hexadecimal"/>
              <Element Offset="2468" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="000009A4" DisplayMethod="unsigned integer"/>
              <Element Offset="2484" Vartype="Pointer" Bytesize="8" OffsetHex="000009B4" DisplayMethod="unsigned integer"/>
              <Element Offset="2488" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="000009B8" DisplayMethod="unsigned integer"/>
              <Element Offset="2536" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000009E8" DisplayMethod="hexadecimal"/>
              <Element Offset="2544" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000009F0" DisplayMethod="unsigned integer"/>
              <Element Offset="2552" Vartype="Pointer" Bytesize="8" OffsetHex="000009F8" DisplayMethod="unsigned integer"/>
              <Element Offset="2556" Vartype="4 Bytes" Bytesize="4" OffsetHex="000009FC" DisplayMethod="unsigned integer"/>
              <Element Offset="2560" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000A00" DisplayMethod="hexadecimal"/>
              <Element Offset="2564" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000A04" DisplayMethod="unsigned integer"/>
              <Element Offset="2580" Vartype="Pointer" Bytesize="8" OffsetHex="00000A14" DisplayMethod="unsigned integer"/>
              <Element Offset="2584" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="00000A18" DisplayMethod="unsigned integer"/>
              <Element Offset="2632" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000A48" DisplayMethod="hexadecimal"/>
              <Element Offset="2640" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000A50" DisplayMethod="unsigned integer"/>
              <Element Offset="2648" Vartype="Pointer" Bytesize="8" OffsetHex="00000A58" DisplayMethod="unsigned integer"/>
              <Element Offset="2652" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000A5C" DisplayMethod="unsigned integer"/>
              <Element Offset="2656" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000A60" DisplayMethod="hexadecimal"/>
              <Element Offset="2660" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000A64" DisplayMethod="unsigned integer"/>
              <Element Offset="2676" Vartype="Pointer" Bytesize="8" OffsetHex="00000A74" DisplayMethod="unsigned integer"/>
              <Element Offset="2680" Vartype="4 Bytes" Bytesize="4" RLECount="16" OffsetHex="00000A78" DisplayMethod="unsigned integer"/>
              <Element Offset="2744" Vartype="Pointer" Bytesize="8" OffsetHex="00000AB8" DisplayMethod="unsigned integer"/>
              <Element Offset="2748" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000ABC" DisplayMethod="unsigned integer"/>
              <Element Offset="2752" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000AC0" DisplayMethod="hexadecimal"/>
              <Element Offset="2756" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000AC4" DisplayMethod="unsigned integer"/>
              <Element Offset="2772" Vartype="Pointer" Bytesize="8" OffsetHex="00000AD4" DisplayMethod="unsigned integer"/>
              <Element Offset="2776" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="00000AD8" DisplayMethod="unsigned integer"/>
              <Element Offset="2824" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000B08" DisplayMethod="hexadecimal"/>
              <Element Offset="2828" Vartype="Pointer" Bytesize="8" OffsetHex="00000B0C" DisplayMethod="unsigned integer"/>
              <Element Offset="2832" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000B10" DisplayMethod="unsigned integer"/>
              <Element Offset="2840" Vartype="Pointer" Bytesize="8" OffsetHex="00000B18" DisplayMethod="unsigned integer"/>
              <Element Offset="2844" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000B1C" DisplayMethod="unsigned integer"/>
              <Element Offset="2848" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000B20" DisplayMethod="hexadecimal"/>
              <Element Offset="2852" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000B24" DisplayMethod="unsigned integer"/>
              <Element Offset="2868" Vartype="Pointer" Bytesize="8" OffsetHex="00000B34" DisplayMethod="unsigned integer"/>
              <Element Offset="2872" Vartype="4 Bytes" Bytesize="4" RLECount="18" OffsetHex="00000B38" DisplayMethod="unsigned integer"/>
              <Element Offset="2944" Vartype="Pointer" Bytesize="8" OffsetHex="00000B80" DisplayMethod="unsigned integer"/>
              <Element Offset="2948" Vartype="4 Bytes" Bytesize="4" RLECount="23" OffsetHex="00000B84" DisplayMethod="unsigned integer"/>
              <Element Offset="3040" Vartype="Pointer" Bytesize="8" OffsetHex="00000BE0" DisplayMethod="unsigned integer"/>
              <Element Offset="3044" Vartype="4 Bytes" Bytesize="4" RLECount="23" OffsetHex="00000BE4" DisplayMethod="unsigned integer"/>
              <Element Offset="3136" Vartype="Pointer" Bytesize="8" OffsetHex="00000C40" DisplayMethod="unsigned integer"/>
              <Element Offset="3140" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="00000C44" DisplayMethod="unsigned integer"/>
              <Element Offset="3188" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000C74" DisplayMethod="hexadecimal"/>
              <Element Offset="3192" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="00000C78" DisplayMethod="unsigned integer"/>
              <Element Offset="3224" Vartype="Pointer" Bytesize="8" OffsetHex="00000C98" DisplayMethod="unsigned integer"/>
              <Element Offset="3228" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000C9C" DisplayMethod="unsigned integer"/>
              <Element Offset="3252" Vartype="Pointer" Bytesize="8" OffsetHex="00000CB4" DisplayMethod="unsigned integer"/>
              <Element Offset="3256" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="00000CB8" DisplayMethod="unsigned integer"/>
              <Element Offset="3288" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000CD8" DisplayMethod="hexadecimal"/>
              <Element Offset="3292" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00000CDC" DisplayMethod="unsigned integer"/>
              <Element Offset="3320" Vartype="Pointer" Bytesize="8" OffsetHex="00000CF8" DisplayMethod="unsigned integer"/>
              <Element Offset="3324" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000CFC" DisplayMethod="unsigned integer"/>
              <Element Offset="3328" Vartype="Pointer" Bytesize="8" OffsetHex="00000D00" DisplayMethod="unsigned integer"/>
              <Element Offset="3332" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000D04" DisplayMethod="unsigned integer"/>
              <Element Offset="3348" Vartype="Pointer" Bytesize="8" OffsetHex="00000D14" DisplayMethod="unsigned integer"/>
              <Element Offset="3352" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00000D18" DisplayMethod="unsigned integer"/>
              <Element Offset="3380" Vartype="Pointer" Bytesize="8" OffsetHex="00000D34" DisplayMethod="unsigned integer"/>
              <Element Offset="3384" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000D38" DisplayMethod="hexadecimal"/>
              <Element Offset="3396" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000D44" DisplayMethod="unsigned integer"/>
              <Element Offset="3416" Vartype="Pointer" Bytesize="8" OffsetHex="00000D58" DisplayMethod="unsigned integer"/>
              <Element Offset="3420" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000D5C" DisplayMethod="unsigned integer"/>
              <Element Offset="3424" Vartype="Pointer" Bytesize="8" OffsetHex="00000D60" DisplayMethod="unsigned integer"/>
              <Element Offset="3428" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000D64" DisplayMethod="unsigned integer"/>
              <Element Offset="3444" Vartype="Pointer" Bytesize="8" OffsetHex="00000D74" DisplayMethod="unsigned integer"/>
              <Element Offset="3448" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00000D78" DisplayMethod="unsigned integer"/>
              <Element Offset="3476" Vartype="Pointer" Bytesize="8" OffsetHex="00000D94" DisplayMethod="unsigned integer"/>
              <Element Offset="3480" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="00000D98" DisplayMethod="unsigned integer"/>
              <Element Offset="3512" Vartype="Pointer" Bytesize="8" OffsetHex="00000DB8" DisplayMethod="unsigned integer"/>
              <Element Offset="3516" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000DBC" DisplayMethod="unsigned integer"/>
              <Element Offset="3520" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000DC0" DisplayMethod="hexadecimal"/>
              <Element Offset="3524" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000DC4" DisplayMethod="unsigned integer"/>
              <Element Offset="3540" Vartype="Pointer" Bytesize="8" OffsetHex="00000DD4" DisplayMethod="unsigned integer"/>
              <Element Offset="3544" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00000DD8" DisplayMethod="unsigned integer"/>
              <Element Offset="3572" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000DF4" DisplayMethod="hexadecimal"/>
              <Element Offset="3576" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000DF8" DisplayMethod="unsigned integer"/>
              <Element Offset="3580" Vartype="Unicode String" Bytesize="5" OffsetHex="00000DFC" DisplayMethod="unsigned integer"/>
              <Element Offset="3585" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="00000E01" DisplayMethod="unsigned integer"/>
              <Element Offset="3588" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000E04" DisplayMethod="unsigned integer"/>
              <Element Offset="3608" Vartype="Pointer" Bytesize="8" OffsetHex="00000E18" DisplayMethod="unsigned integer"/>
              <Element Offset="3612" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000E1C" DisplayMethod="unsigned integer"/>
              <Element Offset="3616" Vartype="Pointer" Bytesize="8" OffsetHex="00000E20" DisplayMethod="unsigned integer"/>
              <Element Offset="3620" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000E24" DisplayMethod="unsigned integer"/>
              <Element Offset="3636" Vartype="Pointer" Bytesize="8" OffsetHex="00000E34" DisplayMethod="unsigned integer"/>
              <Element Offset="3640" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00000E38" DisplayMethod="unsigned integer"/>
              <Element Offset="3668" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000E54" DisplayMethod="hexadecimal"/>
              <Element Offset="3672" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="00000E58" DisplayMethod="unsigned integer"/>
              <Element Offset="3704" Vartype="Pointer" Bytesize="8" OffsetHex="00000E78" DisplayMethod="unsigned integer"/>
              <Element Offset="3708" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000E7C" DisplayMethod="unsigned integer"/>
              <Element Offset="3712" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000E80" DisplayMethod="hexadecimal"/>
              <Element Offset="3716" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000E84" DisplayMethod="unsigned integer"/>
              <Element Offset="3732" Vartype="Pointer" Bytesize="8" OffsetHex="00000E94" DisplayMethod="unsigned integer"/>
              <Element Offset="3736" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="00000E98" DisplayMethod="unsigned integer"/>
              <Element Offset="3768" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000EB8" DisplayMethod="hexadecimal"/>
              <Element Offset="3772" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00000EBC" DisplayMethod="unsigned integer"/>
              <Element Offset="3800" Vartype="Pointer" Bytesize="8" OffsetHex="00000ED8" DisplayMethod="unsigned integer"/>
              <Element Offset="3804" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000EDC" DisplayMethod="unsigned integer"/>
              <Element Offset="3808" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000EE0" DisplayMethod="hexadecimal"/>
              <Element Offset="3812" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000EE4" DisplayMethod="unsigned integer"/>
              <Element Offset="3828" Vartype="Pointer" Bytesize="8" OffsetHex="00000EF4" DisplayMethod="unsigned integer"/>
              <Element Offset="3832" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00000EF8" DisplayMethod="unsigned integer"/>
              <Element Offset="3860" Vartype="Pointer" Bytesize="8" OffsetHex="00000F14" DisplayMethod="unsigned integer"/>
              <Element Offset="3864" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000F18" DisplayMethod="hexadecimal"/>
              <Element Offset="3876" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000F24" DisplayMethod="unsigned integer"/>
              <Element Offset="3896" Vartype="Pointer" Bytesize="8" OffsetHex="00000F38" DisplayMethod="unsigned integer"/>
              <Element Offset="3900" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000F3C" DisplayMethod="unsigned integer"/>
              <Element Offset="3904" Vartype="Pointer" Bytesize="8" OffsetHex="00000F40" DisplayMethod="unsigned integer"/>
              <Element Offset="3908" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000F44" DisplayMethod="unsigned integer"/>
              <Element Offset="3924" Vartype="Pointer" Bytesize="8" OffsetHex="00000F54" DisplayMethod="unsigned integer"/>
              <Element Offset="3928" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00000F58" DisplayMethod="unsigned integer"/>
              <Element Offset="3956" Vartype="Pointer" Bytesize="8" OffsetHex="00000F74" DisplayMethod="unsigned integer"/>
              <Element Offset="3960" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="00000F78" DisplayMethod="unsigned integer"/>
              <Element Offset="3992" Vartype="Pointer" Bytesize="8" OffsetHex="00000F98" DisplayMethod="unsigned integer"/>
              <Element Offset="3996" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000F9C" DisplayMethod="unsigned integer"/>
              <Element Offset="4000" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000FA0" DisplayMethod="hexadecimal"/>
              <Element Offset="4004" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000FA4" DisplayMethod="unsigned integer"/>
              <Element Offset="4020" Vartype="Pointer" Bytesize="8" OffsetHex="00000FB4" DisplayMethod="unsigned integer"/>
              <Element Offset="4024" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00000FB8" DisplayMethod="unsigned integer"/>
              <Element Offset="4052" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000FD4" DisplayMethod="hexadecimal"/>
              <Element Offset="4056" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000FD8" DisplayMethod="unsigned integer"/>
              <Element Offset="4060" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000FDC" DisplayMethod="hexadecimal"/>
              <Element Offset="4064" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000FE0" DisplayMethod="unsigned integer"/>
              <Element Offset="4088" Vartype="Pointer" Bytesize="8" OffsetHex="00000FF8" DisplayMethod="unsigned integer"/>
              <Element Offset="4092" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000FFC" DisplayMethod="unsigned integer"/>
            </Elements>
          </Structure>
        </Element>
        <Element Offset="16" Vartype="Pointer" Bytesize="8" OffsetHex="00000010" DisplayMethod="unsigned integer">
          <Structure Name="Autocreated from 008D3C14" AutoFill="0" AutoCreate="1" DefaultHex="0" AutoDestroy="0" DoNotSaveLocal="0" RLECompression="1" AutoCreateStructsize="4096">
            <Elements>
              <Element Offset="0" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000000" DisplayMethod="unsigned integer"/>
              <Element Offset="16" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000010" DisplayMethod="hexadecimal"/>
              <Element Offset="20" Vartype="Pointer" Bytesize="8" OffsetHex="00000014" DisplayMethod="unsigned integer"/>
              <Element Offset="24" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000018" DisplayMethod="hexadecimal"/>
              <Element Offset="28" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="0000001C" DisplayMethod="unsigned integer"/>
              <Element Offset="80" Vartype="Pointer" Bytesize="8" OffsetHex="00000050" DisplayMethod="unsigned integer"/>
              <Element Offset="84" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000054" DisplayMethod="hexadecimal"/>
              <Element Offset="88" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="00000058" DisplayMethod="unsigned integer"/>
              <Element Offset="136" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000088" DisplayMethod="hexadecimal"/>
              <Element Offset="140" Vartype="Pointer" Bytesize="8" OffsetHex="0000008C" DisplayMethod="unsigned integer"/>
              <Element Offset="144" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000090" DisplayMethod="hexadecimal"/>
              <Element Offset="148" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00000094" DisplayMethod="unsigned integer"/>
              <Element Offset="192" Vartype="4 Bytes" Bytesize="4" OffsetHex="000000C0" DisplayMethod="hexadecimal"/>
              <Element Offset="196" Vartype="Pointer" Bytesize="8" OffsetHex="000000C4" DisplayMethod="unsigned integer"/>
              <Element Offset="200" Vartype="Pointer" Bytesize="8" OffsetHex="000000C8" DisplayMethod="unsigned integer"/>
              <Element Offset="204" Vartype="4 Bytes" Bytesize="4" OffsetHex="000000CC" DisplayMethod="hexadecimal"/>
              <Element Offset="208" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="000000D0" DisplayMethod="unsigned integer"/>
              <Element Offset="252" Vartype="4 Bytes" Bytesize="4" OffsetHex="000000FC" DisplayMethod="hexadecimal"/>
              <Element Offset="256" Vartype="Pointer" Bytesize="8" OffsetHex="00000100" DisplayMethod="unsigned integer"/>
              <Element Offset="260" Vartype="Pointer" Bytesize="8" OffsetHex="00000104" DisplayMethod="unsigned integer"/>
              <Element Offset="264" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000108" DisplayMethod="hexadecimal"/>
              <Element Offset="268" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="0000010C" DisplayMethod="unsigned integer"/>
              <Element Offset="320" Vartype="Pointer" Bytesize="8" OffsetHex="00000140" DisplayMethod="unsigned integer"/>
              <Element Offset="324" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000144" DisplayMethod="hexadecimal"/>
              <Element Offset="328" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="00000148" DisplayMethod="unsigned integer"/>
              <Element Offset="380" Vartype="Pointer" Bytesize="8" OffsetHex="0000017C" DisplayMethod="unsigned integer"/>
              <Element Offset="384" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000180" DisplayMethod="hexadecimal"/>
              <Element Offset="388" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="00000184" DisplayMethod="unsigned integer"/>
              <Element Offset="440" Vartype="Pointer" Bytesize="8" OffsetHex="000001B8" DisplayMethod="unsigned integer"/>
              <Element Offset="444" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001BC" DisplayMethod="hexadecimal"/>
              <Element Offset="448" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="000001C0" DisplayMethod="unsigned integer"/>
              <Element Offset="496" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001F0" DisplayMethod="hexadecimal"/>
              <Element Offset="500" Vartype="Pointer" Bytesize="8" OffsetHex="000001F4" DisplayMethod="unsigned integer"/>
              <Element Offset="504" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001F8" DisplayMethod="hexadecimal"/>
              <Element Offset="508" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000001FC" DisplayMethod="unsigned integer"/>
              <Element Offset="516" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000204" DisplayMethod="hexadecimal"/>
              <Element Offset="520" Vartype="4 Bytes" Bytesize="4" RLECount="10" OffsetHex="00000208" DisplayMethod="unsigned integer"/>
              <Element Offset="560" Vartype="Pointer" Bytesize="8" OffsetHex="00000230" DisplayMethod="unsigned integer"/>
              <Element Offset="564" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000234" DisplayMethod="hexadecimal"/>
              <Element Offset="568" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="00000238" DisplayMethod="unsigned integer"/>
              <Element Offset="616" Vartype="Pointer" Bytesize="8" OffsetHex="00000268" DisplayMethod="unsigned integer"/>
              <Element Offset="620" Vartype="Pointer" Bytesize="8" OffsetHex="0000026C" DisplayMethod="unsigned integer"/>
              <Element Offset="624" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000270" DisplayMethod="hexadecimal"/>
              <Element Offset="628" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000274" DisplayMethod="unsigned integer"/>
              <Element Offset="636" Vartype="Pointer" Bytesize="8" OffsetHex="0000027C" DisplayMethod="unsigned integer"/>
              <Element Offset="640" Vartype="4 Bytes" Bytesize="4" RLECount="10" OffsetHex="00000280" DisplayMethod="unsigned integer"/>
              <Element Offset="680" Vartype="Pointer" Bytesize="8" OffsetHex="000002A8" DisplayMethod="unsigned integer"/>
              <Element Offset="684" Vartype="4 Bytes" Bytesize="4" OffsetHex="000002AC" DisplayMethod="hexadecimal"/>
              <Element Offset="688" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="000002B0" DisplayMethod="unsigned integer"/>
              <Element Offset="736" Vartype="Pointer" Bytesize="8" OffsetHex="000002E0" DisplayMethod="unsigned integer"/>
              <Element Offset="740" Vartype="Pointer" Bytesize="8" OffsetHex="000002E4" DisplayMethod="unsigned integer"/>
              <Element Offset="744" Vartype="4 Bytes" Bytesize="4" OffsetHex="000002E8" DisplayMethod="hexadecimal"/>
              <Element Offset="748" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="000002EC" DisplayMethod="unsigned integer"/>
              <Element Offset="800" Vartype="Pointer" Bytesize="8" OffsetHex="00000320" DisplayMethod="unsigned integer"/>
              <Element Offset="804" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000324" DisplayMethod="hexadecimal"/>
              <Element Offset="808" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="00000328" DisplayMethod="unsigned integer"/>
              <Element Offset="856" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000358" DisplayMethod="hexadecimal"/>
              <Element Offset="860" Vartype="Pointer" Bytesize="8" OffsetHex="0000035C" DisplayMethod="unsigned integer"/>
              <Element Offset="864" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000360" DisplayMethod="hexadecimal"/>
              <Element Offset="868" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="00000364" DisplayMethod="unsigned integer"/>
              <Element Offset="920" Vartype="Pointer" Bytesize="8" OffsetHex="00000398" DisplayMethod="unsigned integer"/>
              <Element Offset="924" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000039C" DisplayMethod="hexadecimal"/>
              <Element Offset="928" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="000003A0" DisplayMethod="unsigned integer"/>
              <Element Offset="980" Vartype="Pointer" Bytesize="8" OffsetHex="000003D4" DisplayMethod="unsigned integer"/>
              <Element Offset="984" Vartype="4 Bytes" Bytesize="4" OffsetHex="000003D8" DisplayMethod="hexadecimal"/>
              <Element Offset="988" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="000003DC" DisplayMethod="unsigned integer"/>
              <Element Offset="1036" Vartype="Pointer" Bytesize="8" OffsetHex="0000040C" DisplayMethod="unsigned integer"/>
              <Element Offset="1040" Vartype="Pointer" Bytesize="8" OffsetHex="00000410" DisplayMethod="unsigned integer"/>
              <Element Offset="1044" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000414" DisplayMethod="hexadecimal"/>
              <Element Offset="1048" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="00000418" DisplayMethod="unsigned integer"/>
              <Element Offset="1100" Vartype="Pointer" Bytesize="8" OffsetHex="0000044C" DisplayMethod="unsigned integer"/>
              <Element Offset="1104" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000450" DisplayMethod="hexadecimal"/>
              <Element Offset="1108" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00000454" DisplayMethod="unsigned integer"/>
              <Element Offset="1152" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000480" DisplayMethod="hexadecimal"/>
              <Element Offset="1156" Vartype="Pointer" Bytesize="8" OffsetHex="00000484" DisplayMethod="unsigned integer"/>
              <Element Offset="1160" Vartype="Pointer" Bytesize="8" OffsetHex="00000488" DisplayMethod="unsigned integer"/>
              <Element Offset="1164" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000048C" DisplayMethod="hexadecimal"/>
              <Element Offset="1168" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00000490" DisplayMethod="unsigned integer"/>
              <Element Offset="1212" Vartype="4 Bytes" Bytesize="4" OffsetHex="000004BC" DisplayMethod="hexadecimal"/>
              <Element Offset="1216" Vartype="Pointer" Bytesize="8" OffsetHex="000004C0" DisplayMethod="unsigned integer"/>
              <Element Offset="1220" Vartype="Pointer" Bytesize="8" OffsetHex="000004C4" DisplayMethod="unsigned integer"/>
              <Element Offset="1224" Vartype="4 Bytes" Bytesize="4" OffsetHex="000004C8" DisplayMethod="hexadecimal"/>
              <Element Offset="1228" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="000004CC" DisplayMethod="unsigned integer"/>
              <Element Offset="1280" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000500" DisplayMethod="hexadecimal"/>
              <Element Offset="1288" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="00000508" DisplayMethod="unsigned integer"/>
              <Element Offset="1340" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0000053C" DisplayMethod="hexadecimal"/>
              <Element Offset="1348" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="00000544" DisplayMethod="unsigned integer"/>
              <Element Offset="1400" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000578" DisplayMethod="hexadecimal"/>
              <Element Offset="1408" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="00000580" DisplayMethod="unsigned integer"/>
              <Element Offset="1460" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000005B4" DisplayMethod="hexadecimal"/>
              <Element Offset="1468" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="000005BC" DisplayMethod="unsigned integer"/>
              <Element Offset="1520" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000005F0" DisplayMethod="hexadecimal"/>
              <Element Offset="1528" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="000005F8" DisplayMethod="unsigned integer"/>
              <Element Offset="1580" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0000062C" DisplayMethod="hexadecimal"/>
              <Element Offset="1588" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="00000634" DisplayMethod="unsigned integer"/>
              <Element Offset="1640" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000668" DisplayMethod="hexadecimal"/>
              <Element Offset="1648" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="00000670" DisplayMethod="unsigned integer"/>
              <Element Offset="1700" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000006A4" DisplayMethod="hexadecimal"/>
              <Element Offset="1708" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="000006AC" DisplayMethod="unsigned integer"/>
              <Element Offset="1760" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000006E0" DisplayMethod="hexadecimal"/>
              <Element Offset="1768" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="000006E8" DisplayMethod="unsigned integer"/>
              <Element Offset="1812" Vartype="Pointer" Bytesize="8" OffsetHex="00000714" DisplayMethod="unsigned integer"/>
              <Element Offset="1816" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000718" DisplayMethod="unsigned integer"/>
              <Element Offset="1820" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0000071C" DisplayMethod="hexadecimal"/>
              <Element Offset="1828" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="00000724" DisplayMethod="unsigned integer"/>
              <Element Offset="1880" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000758" DisplayMethod="hexadecimal"/>
              <Element Offset="1888" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="00000760" DisplayMethod="unsigned integer"/>
              <Element Offset="1940" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000794" DisplayMethod="hexadecimal"/>
              <Element Offset="1948" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="0000079C" DisplayMethod="unsigned integer"/>
              <Element Offset="2000" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000007D0" DisplayMethod="hexadecimal"/>
              <Element Offset="2008" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="000007D8" DisplayMethod="unsigned integer"/>
              <Element Offset="2060" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0000080C" DisplayMethod="hexadecimal"/>
              <Element Offset="2068" Vartype="Pointer" Bytesize="8" OffsetHex="00000814" DisplayMethod="unsigned integer"/>
              <Element Offset="2072" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="00000818" DisplayMethod="unsigned integer"/>
              <Element Offset="2120" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000848" DisplayMethod="hexadecimal"/>
              <Element Offset="2128" Vartype="Pointer" Bytesize="8" OffsetHex="00000850" DisplayMethod="unsigned integer"/>
              <Element Offset="2132" Vartype="Pointer" Bytesize="8" OffsetHex="00000854" DisplayMethod="unsigned integer"/>
              <Element Offset="2136" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00000858" DisplayMethod="unsigned integer"/>
              <Element Offset="2180" Vartype="Pointer" Bytesize="8" OffsetHex="00000884" DisplayMethod="unsigned integer"/>
              <Element Offset="2184" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000888" DisplayMethod="hexadecimal"/>
              <Element Offset="2188" Vartype="Pointer" Bytesize="8" OffsetHex="0000088C" DisplayMethod="unsigned integer"/>
              <Element Offset="2192" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="00000890" DisplayMethod="unsigned integer"/>
              <Element Offset="2240" Vartype="Pointer" Bytesize="8" OffsetHex="000008C0" DisplayMethod="unsigned integer"/>
              <Element Offset="2244" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000008C4" DisplayMethod="hexadecimal"/>
              <Element Offset="2256" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="000008D0" DisplayMethod="unsigned integer"/>
              <Element Offset="2300" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000008FC" DisplayMethod="hexadecimal"/>
              <Element Offset="2308" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="00000904" DisplayMethod="unsigned integer"/>
              <Element Offset="2360" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000938" DisplayMethod="hexadecimal"/>
              <Element Offset="2368" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="00000940" DisplayMethod="unsigned integer"/>
              <Element Offset="2420" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000974" DisplayMethod="hexadecimal"/>
              <Element Offset="2428" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="0000097C" DisplayMethod="unsigned integer"/>
              <Element Offset="2480" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000009B0" DisplayMethod="hexadecimal"/>
              <Element Offset="2488" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="000009B8" DisplayMethod="unsigned integer"/>
              <Element Offset="2540" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000009EC" DisplayMethod="hexadecimal"/>
              <Element Offset="2548" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="000009F4" DisplayMethod="unsigned integer"/>
              <Element Offset="2592" Vartype="Pointer" Bytesize="8" OffsetHex="00000A20" DisplayMethod="unsigned integer"/>
              <Element Offset="2596" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000A24" DisplayMethod="unsigned integer"/>
              <Element Offset="2600" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000A28" DisplayMethod="hexadecimal"/>
              <Element Offset="2608" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="00000A30" DisplayMethod="unsigned integer"/>
              <Element Offset="2660" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000A64" DisplayMethod="hexadecimal"/>
              <Element Offset="2668" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000A6C" DisplayMethod="unsigned integer"/>
              <Element Offset="2672" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000A70" DisplayMethod="hexadecimal"/>
              <Element Offset="2676" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00000A74" DisplayMethod="unsigned integer"/>
              <Element Offset="2720" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000AA0" DisplayMethod="hexadecimal"/>
              <Element Offset="2740" Vartype="4 Bytes" Bytesize="4" RLECount="10" OffsetHex="00000AB4" DisplayMethod="unsigned integer"/>
              <Element Offset="2780" Vartype="Pointer" Bytesize="8" OffsetHex="00000ADC" DisplayMethod="unsigned integer"/>
              <Element Offset="2784" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000AE0" DisplayMethod="hexadecimal"/>
              <Element Offset="2788" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="00000AE4" DisplayMethod="unsigned integer"/>
              <Element Offset="2840" Vartype="Pointer" Bytesize="8" OffsetHex="00000B18" DisplayMethod="unsigned integer"/>
              <Element Offset="2844" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000B1C" DisplayMethod="hexadecimal"/>
              <Element Offset="2852" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="00000B24" DisplayMethod="unsigned integer"/>
              <Element Offset="2900" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000B54" DisplayMethod="hexadecimal"/>
              <Element Offset="2904" Vartype="4 Bytes" Bytesize="4" RLECount="14" OffsetHex="00000B58" DisplayMethod="unsigned integer"/>
              <Element Offset="2960" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000B90" DisplayMethod="hexadecimal"/>
              <Element Offset="2964" Vartype="4 Bytes" Bytesize="4" RLECount="14" OffsetHex="00000B94" DisplayMethod="unsigned integer"/>
              <Element Offset="3020" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000BCC" DisplayMethod="hexadecimal"/>
              <Element Offset="3024" Vartype="4 Bytes" Bytesize="4" RLECount="14" OffsetHex="00000BD0" DisplayMethod="unsigned integer"/>
              <Element Offset="3080" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000C08" DisplayMethod="hexadecimal"/>
              <Element Offset="3084" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="00000C0C" DisplayMethod="unsigned integer"/>
              <Element Offset="3132" Vartype="Pointer" Bytesize="8" OffsetHex="00000C3C" DisplayMethod="unsigned integer"/>
              <Element Offset="3136" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000C40" DisplayMethod="unsigned integer"/>
              <Element Offset="3140" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000C44" DisplayMethod="hexadecimal"/>
              <Element Offset="3144" Vartype="4 Bytes" Bytesize="4" RLECount="14" OffsetHex="00000C48" DisplayMethod="unsigned integer"/>
              <Element Offset="3200" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000C80" DisplayMethod="hexadecimal"/>
              <Element Offset="3204" Vartype="4 Bytes" Bytesize="4" RLECount="14" OffsetHex="00000C84" DisplayMethod="unsigned integer"/>
              <Element Offset="3260" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000CBC" DisplayMethod="hexadecimal"/>
              <Element Offset="3264" Vartype="4 Bytes" Bytesize="4" RLECount="14" OffsetHex="00000CC0" DisplayMethod="unsigned integer"/>
              <Element Offset="3320" Vartype="Pointer" Bytesize="8" OffsetHex="00000CF8" DisplayMethod="unsigned integer"/>
              <Element Offset="3324" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000CFC" DisplayMethod="unsigned integer"/>
              <Element Offset="3328" Vartype="Pointer" Bytesize="8" OffsetHex="00000D00" DisplayMethod="unsigned integer"/>
              <Element Offset="3332" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="00000D04" DisplayMethod="unsigned integer"/>
              <Element Offset="3380" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000D34" DisplayMethod="hexadecimal"/>
              <Element Offset="3384" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000D38" DisplayMethod="unsigned integer"/>
              <Element Offset="3388" Vartype="Pointer" Bytesize="8" OffsetHex="00000D3C" DisplayMethod="unsigned integer"/>
              <Element Offset="3392" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="00000D40" DisplayMethod="unsigned integer"/>
              <Element Offset="3440" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000D70" DisplayMethod="hexadecimal"/>
              <Element Offset="3444" Vartype="4 Bytes" Bytesize="4" RLECount="14" OffsetHex="00000D74" DisplayMethod="unsigned integer"/>
              <Element Offset="3500" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000DAC" DisplayMethod="hexadecimal"/>
              <Element Offset="3508" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="00000DB4" DisplayMethod="unsigned integer"/>
              <Element Offset="3560" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000DE8" DisplayMethod="hexadecimal"/>
              <Element Offset="3568" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="00000DF0" DisplayMethod="unsigned integer"/>
              <Element Offset="3620" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000E24" DisplayMethod="hexadecimal"/>
              <Element Offset="3628" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="00000E2C" DisplayMethod="unsigned integer"/>
              <Element Offset="3680" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000E60" DisplayMethod="hexadecimal"/>
              <Element Offset="3688" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="00000E68" DisplayMethod="unsigned integer"/>
              <Element Offset="3740" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000E9C" DisplayMethod="hexadecimal"/>
              <Element Offset="3748" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00000EA4" DisplayMethod="unsigned integer"/>
              <Element Offset="3792" Vartype="Pointer" Bytesize="8" OffsetHex="00000ED0" DisplayMethod="unsigned integer"/>
              <Element Offset="3796" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000ED4" DisplayMethod="unsigned integer"/>
              <Element Offset="3800" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000ED8" DisplayMethod="hexadecimal"/>
              <Element Offset="3808" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="00000EE0" DisplayMethod="unsigned integer"/>
              <Element Offset="3860" Vartype="Pointer" Bytesize="8" OffsetHex="00000F14" DisplayMethod="unsigned integer"/>
              <Element Offset="3864" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000F18" DisplayMethod="hexadecimal"/>
              <Element Offset="3868" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="00000F1C" DisplayMethod="unsigned integer"/>
              <Element Offset="3920" Vartype="Pointer" Bytesize="8" OffsetHex="00000F50" DisplayMethod="unsigned integer"/>
              <Element Offset="3924" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000F54" DisplayMethod="hexadecimal"/>
              <Element Offset="3936" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00000F60" DisplayMethod="unsigned integer"/>
              <Element Offset="3980" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000F8C" DisplayMethod="hexadecimal"/>
              <Element Offset="3988" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000F94" DisplayMethod="unsigned integer"/>
              <Element Offset="3992" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000F98" DisplayMethod="hexadecimal"/>
              <Element Offset="3996" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00000F9C" DisplayMethod="unsigned integer"/>
              <Element Offset="4040" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000FC8" DisplayMethod="hexadecimal"/>
              <Element Offset="4048" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="00000FD0" DisplayMethod="unsigned integer"/>
            </Elements>
          </Structure>
        </Element>
        <Element Offset="20" Vartype="Pointer" Bytesize="8" OffsetHex="00000014" DisplayMethod="unsigned integer"/>
        <Element Offset="24" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000018" DisplayMethod="unsigned integer"/>
        <Element Offset="32" Vartype="Pointer" Bytesize="8" OffsetHex="00000020" DisplayMethod="unsigned integer">
          <Structure Name="Autocreated from 269D1CF8" AutoFill="0" AutoCreate="1" DefaultHex="0" AutoDestroy="0" DoNotSaveLocal="0" RLECompression="1" AutoCreateStructsize="4096">
            <Elements>
              <Element Offset="0" Vartype="Pointer" Bytesize="8" OffsetHex="00000000" DisplayMethod="unsigned integer"/>
              <Element Offset="4" Vartype="Pointer" Bytesize="8" OffsetHex="00000004" DisplayMethod="unsigned integer"/>
              <Element Offset="8" Vartype="Pointer" Bytesize="8" OffsetHex="00000008" DisplayMethod="unsigned integer"/>
              <Element Offset="12" Vartype="Pointer" Bytesize="8" OffsetHex="0000000C" DisplayMethod="unsigned integer"/>
              <Element Offset="16" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000010" DisplayMethod="hexadecimal"/>
              <Element Offset="20" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000014" DisplayMethod="unsigned integer"/>
              <Element Offset="40" Vartype="Pointer" Bytesize="8" OffsetHex="00000028" DisplayMethod="unsigned integer"/>
              <Element Offset="44" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="0000002C" DisplayMethod="unsigned integer"/>
              <Element Offset="76" Vartype="Double" Bytesize="8" OffsetHex="0000004C" DisplayMethod="unsigned integer"/>
              <Element Offset="84" Vartype="Float" Bytesize="4" OffsetHex="00000054" DisplayMethod="unsigned integer"/>
              <Element Offset="88" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000058" DisplayMethod="hexadecimal"/>
              <Element Offset="96" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="00000060" DisplayMethod="unsigned integer"/>
              <Element Offset="128" Vartype="Pointer" Bytesize="8" OffsetHex="00000080" DisplayMethod="unsigned integer"/>
              <Element Offset="132" Vartype="Pointer" Bytesize="8" OffsetHex="00000084" DisplayMethod="unsigned integer"/>
              <Element Offset="136" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000088" DisplayMethod="unsigned integer"/>
              <Element Offset="140" Vartype="Pointer" Bytesize="8" OffsetHex="0000008C" DisplayMethod="unsigned integer"/>
              <Element Offset="144" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000090" DisplayMethod="unsigned integer"/>
              <Element Offset="148" Vartype="Float" Bytesize="4" OffsetHex="00000094" DisplayMethod="unsigned integer"/>
              <Element Offset="152" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000098" DisplayMethod="unsigned integer"/>
              <Element Offset="160" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="000000A0" DisplayMethod="unsigned integer"/>
              <Element Offset="168" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000000A8" DisplayMethod="unsigned integer"/>
              <Element Offset="176" Vartype="Double" Bytesize="8" OffsetHex="000000B0" DisplayMethod="unsigned integer"/>
              <Element Offset="184" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="000000B8" DisplayMethod="unsigned integer"/>
              <Element Offset="192" Vartype="4 Bytes" Bytesize="4" OffsetHex="000000C0" DisplayMethod="unsigned integer"/>
              <Element Offset="196" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000000C4" DisplayMethod="hexadecimal"/>
              <Element Offset="204" Vartype="Double" Bytesize="8" OffsetHex="000000CC" DisplayMethod="unsigned integer"/>
              <Element Offset="212" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000000D4" DisplayMethod="unsigned integer"/>
              <Element Offset="224" Vartype="Double" Bytesize="8" OffsetHex="000000E0" DisplayMethod="unsigned integer"/>
              <Element Offset="232" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="000000E8" DisplayMethod="unsigned integer"/>
              <Element Offset="256" Vartype="Pointer" Bytesize="8" OffsetHex="00000100" DisplayMethod="unsigned integer"/>
              <Element Offset="260" Vartype="Pointer" Bytesize="8" OffsetHex="00000104" DisplayMethod="unsigned integer"/>
              <Element Offset="264" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000108" DisplayMethod="unsigned integer"/>
              <Element Offset="268" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000010C" DisplayMethod="hexadecimal"/>
              <Element Offset="272" Vartype="Pointer" Bytesize="8" OffsetHex="00000110" DisplayMethod="unsigned integer"/>
              <Element Offset="276" Vartype="Pointer" Bytesize="8" OffsetHex="00000114" DisplayMethod="unsigned integer"/>
              <Element Offset="280" Vartype="Pointer" Bytesize="8" OffsetHex="00000118" DisplayMethod="unsigned integer"/>
              <Element Offset="284" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="0000011C" DisplayMethod="unsigned integer"/>
              <Element Offset="316" Vartype="Pointer" Bytesize="8" OffsetHex="0000013C" DisplayMethod="unsigned integer"/>
              <Element Offset="320" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000140" DisplayMethod="unsigned integer"/>
              <Element Offset="324" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000144" DisplayMethod="hexadecimal"/>
              <Element Offset="328" Vartype="4 Bytes" Bytesize="4" RLECount="58" OffsetHex="00000148" DisplayMethod="unsigned integer"/>
              <Element Offset="560" Vartype="Pointer" Bytesize="8" OffsetHex="00000230" DisplayMethod="unsigned integer"/>
              <Element Offset="564" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000234" DisplayMethod="unsigned integer"/>
              <Element Offset="588" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000024C" DisplayMethod="hexadecimal"/>
              <Element Offset="592" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000250" DisplayMethod="unsigned integer"/>
              <Element Offset="600" Vartype="Pointer" Bytesize="8" OffsetHex="00000258" DisplayMethod="unsigned integer"/>
              <Element Offset="604" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000025C" DisplayMethod="hexadecimal"/>
              <Element Offset="608" Vartype="Pointer" Bytesize="8" OffsetHex="00000260" DisplayMethod="unsigned integer"/>
              <Element Offset="612" Vartype="Pointer" Bytesize="8" OffsetHex="00000264" DisplayMethod="unsigned integer"/>
              <Element Offset="616" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="00000268" DisplayMethod="unsigned integer"/>
              <Element Offset="668" Vartype="Pointer" Bytesize="8" OffsetHex="0000029C" DisplayMethod="unsigned integer"/>
              <Element Offset="672" Vartype="Pointer" Bytesize="8" OffsetHex="000002A0" DisplayMethod="unsigned integer"/>
              <Element Offset="676" Vartype="Pointer" Bytesize="8" OffsetHex="000002A4" DisplayMethod="unsigned integer"/>
              <Element Offset="680" Vartype="4 Bytes" Bytesize="4" RLECount="164" OffsetHex="000002A8" DisplayMethod="unsigned integer"/>
              <Element Offset="1336" Vartype="Pointer" Bytesize="8" OffsetHex="00000538" DisplayMethod="unsigned integer"/>
              <Element Offset="1340" Vartype="Pointer" Bytesize="8" OffsetHex="0000053C" DisplayMethod="unsigned integer"/>
              <Element Offset="1344" Vartype="4 Bytes" Bytesize="4" RLECount="164" OffsetHex="00000540" DisplayMethod="unsigned integer"/>
              <Element Offset="2000" Vartype="Pointer" Bytesize="8" OffsetHex="000007D0" DisplayMethod="unsigned integer"/>
              <Element Offset="2004" Vartype="Pointer" Bytesize="8" OffsetHex="000007D4" DisplayMethod="unsigned integer"/>
              <Element Offset="2008" Vartype="4 Bytes" Bytesize="4" RLECount="164" OffsetHex="000007D8" DisplayMethod="unsigned integer"/>
              <Element Offset="2664" Vartype="Pointer" Bytesize="8" OffsetHex="00000A68" DisplayMethod="unsigned integer"/>
              <Element Offset="2668" Vartype="Pointer" Bytesize="8" OffsetHex="00000A6C" DisplayMethod="unsigned integer"/>
              <Element Offset="2672" Vartype="4 Bytes" Bytesize="4" RLECount="164" OffsetHex="00000A70" DisplayMethod="unsigned integer"/>
              <Element Offset="3328" Vartype="Pointer" Bytesize="8" OffsetHex="00000D00" DisplayMethod="unsigned integer"/>
              <Element Offset="3332" Vartype="Pointer" Bytesize="8" OffsetHex="00000D04" DisplayMethod="unsigned integer"/>
              <Element Offset="3336" Vartype="4 Bytes" Bytesize="4" RLECount="164" OffsetHex="00000D08" DisplayMethod="unsigned integer"/>
              <Element Offset="3992" Vartype="Pointer" Bytesize="8" OffsetHex="00000F98" DisplayMethod="unsigned integer"/>
              <Element Offset="3996" Vartype="Pointer" Bytesize="8" OffsetHex="00000F9C" DisplayMethod="unsigned integer"/>
              <Element Offset="4000" Vartype="4 Bytes" Bytesize="4" RLECount="24" OffsetHex="00000FA0" DisplayMethod="unsigned integer"/>
            </Elements>
          </Structure>
        </Element>
        <Element Offset="36" Vartype="Pointer" Bytesize="8" OffsetHex="00000024" DisplayMethod="unsigned integer">
          <Structure Name="Autocreated from 269D1A60" AutoFill="0" AutoCreate="1" DefaultHex="0" AutoDestroy="0" DoNotSaveLocal="0" RLECompression="1" AutoCreateStructsize="4096">
            <Elements>
              <Element Offset="0" Vartype="Pointer" Bytesize="8" OffsetHex="00000000" DisplayMethod="unsigned integer"/>
              <Element Offset="4" Vartype="Pointer" Bytesize="8" OffsetHex="00000004" DisplayMethod="unsigned integer"/>
              <Element Offset="8" Vartype="Pointer" Bytesize="8" OffsetHex="00000008" DisplayMethod="unsigned integer"/>
              <Element Offset="12" Vartype="Pointer" Bytesize="8" OffsetHex="0000000C" DisplayMethod="unsigned integer"/>
              <Element Offset="16" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000010" DisplayMethod="hexadecimal"/>
              <Element Offset="20" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000014" DisplayMethod="unsigned integer"/>
              <Element Offset="24" Vartype="Pointer" Bytesize="8" OffsetHex="00000018" DisplayMethod="unsigned integer"/>
              <Element Offset="28" Vartype="Pointer" Bytesize="8" OffsetHex="0000001C" DisplayMethod="unsigned integer"/>
              <Element Offset="32" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000020" DisplayMethod="unsigned integer"/>
              <Element Offset="40" Vartype="Pointer" Bytesize="8" OffsetHex="00000028" DisplayMethod="unsigned integer"/>
              <Element Offset="44" Vartype="Float" Bytesize="4" RLECount="9" OffsetHex="0000002C" DisplayMethod="unsigned integer"/>
              <Element Offset="80" Vartype="String" Bytesize="4" OffsetHex="00000050" DisplayMethod="unsigned integer"/>
              <Element Offset="84" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00000054" DisplayMethod="unsigned integer"/>
              <Element Offset="92" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="0000005C" DisplayMethod="unsigned integer"/>
              <Element Offset="96" Vartype="Float" Bytesize="4" RLECount="8" OffsetHex="00000060" DisplayMethod="unsigned integer"/>
              <Element Offset="128" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000080" DisplayMethod="unsigned integer"/>
              <Element Offset="140" Vartype="Float" Bytesize="4" RLECount="4" OffsetHex="0000008C" DisplayMethod="unsigned integer"/>
              <Element Offset="156" Vartype="String" Bytesize="5" OffsetHex="0000009C" DisplayMethod="unsigned integer"/>
              <Element Offset="161" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="000000A1" DisplayMethod="unsigned integer"/>
              <Element Offset="164" Vartype="Float" Bytesize="4" RLECount="15" OffsetHex="000000A4" DisplayMethod="unsigned integer"/>
              <Element Offset="224" Vartype="4 Bytes" Bytesize="4" RLECount="35" OffsetHex="000000E0" DisplayMethod="unsigned integer"/>
              <Element Offset="364" Vartype="Pointer" Bytesize="8" OffsetHex="0000016C" DisplayMethod="unsigned integer"/>
              <Element Offset="368" Vartype="4 Bytes" Bytesize="4" RLECount="74" OffsetHex="00000170" DisplayMethod="unsigned integer"/>
              <Element Offset="664" Vartype="Pointer" Bytesize="8" OffsetHex="00000298" DisplayMethod="unsigned integer"/>
              <Element Offset="668" Vartype="Pointer" Bytesize="8" OffsetHex="0000029C" DisplayMethod="unsigned integer"/>
              <Element Offset="672" Vartype="Pointer" Bytesize="8" OffsetHex="000002A0" DisplayMethod="unsigned integer"/>
              <Element Offset="676" Vartype="Pointer" Bytesize="8" OffsetHex="000002A4" DisplayMethod="unsigned integer"/>
              <Element Offset="680" Vartype="4 Bytes" Bytesize="4" OffsetHex="000002A8" DisplayMethod="hexadecimal"/>
              <Element Offset="684" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="000002AC" DisplayMethod="unsigned integer"/>
              <Element Offset="704" Vartype="Pointer" Bytesize="8" OffsetHex="000002C0" DisplayMethod="unsigned integer"/>
              <Element Offset="708" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="000002C4" DisplayMethod="unsigned integer"/>
              <Element Offset="740" Vartype="Double" Bytesize="8" OffsetHex="000002E4" DisplayMethod="unsigned integer"/>
              <Element Offset="748" Vartype="Float" Bytesize="4" OffsetHex="000002EC" DisplayMethod="unsigned integer"/>
              <Element Offset="752" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000002F0" DisplayMethod="hexadecimal"/>
              <Element Offset="760" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="000002F8" DisplayMethod="unsigned integer"/>
              <Element Offset="792" Vartype="Pointer" Bytesize="8" OffsetHex="00000318" DisplayMethod="unsigned integer"/>
              <Element Offset="796" Vartype="Pointer" Bytesize="8" OffsetHex="0000031C" DisplayMethod="unsigned integer"/>
              <Element Offset="800" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000320" DisplayMethod="unsigned integer"/>
              <Element Offset="804" Vartype="Pointer" Bytesize="8" OffsetHex="00000324" DisplayMethod="unsigned integer"/>
              <Element Offset="808" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000328" DisplayMethod="unsigned integer"/>
              <Element Offset="812" Vartype="Float" Bytesize="4" OffsetHex="0000032C" DisplayMethod="unsigned integer"/>
              <Element Offset="816" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000330" DisplayMethod="unsigned integer"/>
              <Element Offset="824" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00000338" DisplayMethod="unsigned integer"/>
              <Element Offset="832" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000340" DisplayMethod="unsigned integer"/>
              <Element Offset="840" Vartype="Double" Bytesize="8" OffsetHex="00000348" DisplayMethod="unsigned integer"/>
              <Element Offset="848" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00000350" DisplayMethod="unsigned integer"/>
              <Element Offset="856" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000358" DisplayMethod="unsigned integer"/>
              <Element Offset="860" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0000035C" DisplayMethod="hexadecimal"/>
              <Element Offset="868" Vartype="Double" Bytesize="8" OffsetHex="00000364" DisplayMethod="unsigned integer"/>
              <Element Offset="876" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0000036C" DisplayMethod="unsigned integer"/>
              <Element Offset="888" Vartype="Double" Bytesize="8" OffsetHex="00000378" DisplayMethod="unsigned integer"/>
              <Element Offset="896" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000380" DisplayMethod="unsigned integer"/>
              <Element Offset="920" Vartype="Pointer" Bytesize="8" OffsetHex="00000398" DisplayMethod="unsigned integer"/>
              <Element Offset="924" Vartype="Pointer" Bytesize="8" OffsetHex="0000039C" DisplayMethod="unsigned integer"/>
              <Element Offset="928" Vartype="4 Bytes" Bytesize="4" OffsetHex="000003A0" DisplayMethod="unsigned integer"/>
              <Element Offset="932" Vartype="4 Bytes" Bytesize="4" OffsetHex="000003A4" DisplayMethod="hexadecimal"/>
              <Element Offset="936" Vartype="Pointer" Bytesize="8" OffsetHex="000003A8" DisplayMethod="unsigned integer"/>
              <Element Offset="940" Vartype="Pointer" Bytesize="8" OffsetHex="000003AC" DisplayMethod="unsigned integer"/>
              <Element Offset="944" Vartype="Pointer" Bytesize="8" OffsetHex="000003B0" DisplayMethod="unsigned integer"/>
              <Element Offset="948" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="000003B4" DisplayMethod="unsigned integer"/>
              <Element Offset="980" Vartype="Pointer" Bytesize="8" OffsetHex="000003D4" DisplayMethod="unsigned integer"/>
              <Element Offset="984" Vartype="4 Bytes" Bytesize="4" OffsetHex="000003D8" DisplayMethod="unsigned integer"/>
              <Element Offset="988" Vartype="4 Bytes" Bytesize="4" OffsetHex="000003DC" DisplayMethod="hexadecimal"/>
              <Element Offset="992" Vartype="4 Bytes" Bytesize="4" RLECount="58" OffsetHex="000003E0" DisplayMethod="unsigned integer"/>
              <Element Offset="1224" Vartype="Pointer" Bytesize="8" OffsetHex="000004C8" DisplayMethod="unsigned integer"/>
              <Element Offset="1228" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="000004CC" DisplayMethod="unsigned integer"/>
              <Element Offset="1252" Vartype="4 Bytes" Bytesize="4" OffsetHex="000004E4" DisplayMethod="hexadecimal"/>
              <Element Offset="1256" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000004E8" DisplayMethod="unsigned integer"/>
              <Element Offset="1264" Vartype="Pointer" Bytesize="8" OffsetHex="000004F0" DisplayMethod="unsigned integer"/>
              <Element Offset="1268" Vartype="4 Bytes" Bytesize="4" OffsetHex="000004F4" DisplayMethod="hexadecimal"/>
              <Element Offset="1272" Vartype="Pointer" Bytesize="8" OffsetHex="000004F8" DisplayMethod="unsigned integer"/>
              <Element Offset="1276" Vartype="Pointer" Bytesize="8" OffsetHex="000004FC" DisplayMethod="unsigned integer"/>
              <Element Offset="1280" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="00000500" DisplayMethod="unsigned integer"/>
              <Element Offset="1332" Vartype="Pointer" Bytesize="8" OffsetHex="00000534" DisplayMethod="unsigned integer"/>
              <Element Offset="1336" Vartype="Pointer" Bytesize="8" OffsetHex="00000538" DisplayMethod="unsigned integer"/>
              <Element Offset="1340" Vartype="Pointer" Bytesize="8" OffsetHex="0000053C" DisplayMethod="unsigned integer"/>
              <Element Offset="1344" Vartype="4 Bytes" Bytesize="4" RLECount="164" OffsetHex="00000540" DisplayMethod="unsigned integer"/>
              <Element Offset="2000" Vartype="Pointer" Bytesize="8" OffsetHex="000007D0" DisplayMethod="unsigned integer"/>
              <Element Offset="2004" Vartype="Pointer" Bytesize="8" OffsetHex="000007D4" DisplayMethod="unsigned integer"/>
              <Element Offset="2008" Vartype="4 Bytes" Bytesize="4" RLECount="164" OffsetHex="000007D8" DisplayMethod="unsigned integer"/>
              <Element Offset="2664" Vartype="Pointer" Bytesize="8" OffsetHex="00000A68" DisplayMethod="unsigned integer"/>
              <Element Offset="2668" Vartype="Pointer" Bytesize="8" OffsetHex="00000A6C" DisplayMethod="unsigned integer"/>
              <Element Offset="2672" Vartype="4 Bytes" Bytesize="4" RLECount="164" OffsetHex="00000A70" DisplayMethod="unsigned integer"/>
              <Element Offset="3328" Vartype="Pointer" Bytesize="8" OffsetHex="00000D00" DisplayMethod="unsigned integer"/>
              <Element Offset="3332" Vartype="Pointer" Bytesize="8" OffsetHex="00000D04" DisplayMethod="unsigned integer"/>
              <Element Offset="3336" Vartype="4 Bytes" Bytesize="4" RLECount="164" OffsetHex="00000D08" DisplayMethod="unsigned integer"/>
              <Element Offset="3992" Vartype="Pointer" Bytesize="8" OffsetHex="00000F98" DisplayMethod="unsigned integer"/>
              <Element Offset="3996" Vartype="Pointer" Bytesize="8" OffsetHex="00000F9C" DisplayMethod="unsigned integer"/>
              <Element Offset="4000" Vartype="4 Bytes" Bytesize="4" RLECount="24" OffsetHex="00000FA0" DisplayMethod="unsigned integer"/>
            </Elements>
          </Structure>
        </Element>
        <Element Offset="40" Vartype="Pointer" Bytesize="8" OffsetHex="00000028" DisplayMethod="unsigned integer">
          <Structure Name="Autocreated from 269D17C8" AutoFill="0" AutoCreate="1" DefaultHex="0" AutoDestroy="0" DoNotSaveLocal="0" RLECompression="1" AutoCreateStructsize="4096">
            <Elements>
              <Element Offset="0" Vartype="Pointer" Bytesize="8" OffsetHex="00000000" DisplayMethod="unsigned integer"/>
              <Element Offset="4" Vartype="Pointer" Bytesize="8" OffsetHex="00000004" DisplayMethod="unsigned integer"/>
              <Element Offset="8" Vartype="Pointer" Bytesize="8" OffsetHex="00000008" DisplayMethod="unsigned integer"/>
              <Element Offset="12" Vartype="Pointer" Bytesize="8" OffsetHex="0000000C" DisplayMethod="unsigned integer"/>
              <Element Offset="16" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000010" DisplayMethod="hexadecimal"/>
              <Element Offset="20" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000014" DisplayMethod="unsigned integer"/>
              <Element Offset="24" Vartype="Pointer" Bytesize="8" OffsetHex="00000018" DisplayMethod="unsigned integer"/>
              <Element Offset="28" Vartype="Pointer" Bytesize="8" OffsetHex="0000001C" DisplayMethod="unsigned integer"/>
              <Element Offset="32" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000020" DisplayMethod="unsigned integer"/>
              <Element Offset="40" Vartype="Pointer" Bytesize="8" OffsetHex="00000028" DisplayMethod="unsigned integer"/>
              <Element Offset="44" Vartype="String" Bytesize="9" OffsetHex="0000002C" DisplayMethod="unsigned integer"/>
              <Element Offset="53" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="00000035" DisplayMethod="unsigned integer"/>
              <Element Offset="56" Vartype="Float" Bytesize="4" RLECount="6" OffsetHex="00000038" DisplayMethod="unsigned integer"/>
              <Element Offset="80" Vartype="Byte" Bytesize="1" RLECount="5" OffsetHex="00000050" DisplayMethod="unsigned integer"/>
              <Element Offset="85" Vartype="String" Bytesize="6" OffsetHex="00000055" DisplayMethod="unsigned integer"/>
              <Element Offset="91" Vartype="Byte" Bytesize="1" OffsetHex="0000005B" DisplayMethod="unsigned integer"/>
              <Element Offset="92" Vartype="String" Bytesize="4" OffsetHex="0000005C" DisplayMethod="unsigned integer"/>
              <Element Offset="96" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="00000060" DisplayMethod="unsigned integer"/>
              <Element Offset="99" Vartype="2 Bytes" Bytesize="2" OffsetHex="00000063" DisplayMethod="unsigned integer"/>
              <Element Offset="101" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000065" DisplayMethod="unsigned integer"/>
              <Element Offset="105" Vartype="String" Bytesize="7" OffsetHex="00000069" DisplayMethod="unsigned integer"/>
              <Element Offset="112" Vartype="Float" Bytesize="4" OffsetHex="00000070" DisplayMethod="unsigned integer"/>
              <Element Offset="116" Vartype="Byte" Bytesize="1" OffsetHex="00000074" DisplayMethod="unsigned integer"/>
              <Element Offset="117" Vartype="String" Bytesize="8" OffsetHex="00000075" DisplayMethod="unsigned integer"/>
              <Element Offset="125" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="0000007D" DisplayMethod="unsigned integer"/>
              <Element Offset="128" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000080" DisplayMethod="unsigned integer"/>
              <Element Offset="140" Vartype="Float" Bytesize="4" RLECount="9" OffsetHex="0000008C" DisplayMethod="unsigned integer"/>
              <Element Offset="176" Vartype="String" Bytesize="4" OffsetHex="000000B0" DisplayMethod="unsigned integer"/>
              <Element Offset="180" Vartype="Float" Bytesize="4" RLECount="8" OffsetHex="000000B4" DisplayMethod="unsigned integer"/>
              <Element Offset="212" Vartype="Byte" Bytesize="1" OffsetHex="000000D4" DisplayMethod="unsigned integer"/>
              <Element Offset="213" Vartype="String" Bytesize="5" OffsetHex="000000D5" DisplayMethod="unsigned integer"/>
              <Element Offset="218" Vartype="Byte" Bytesize="1" RLECount="2" OffsetHex="000000DA" DisplayMethod="unsigned integer"/>
              <Element Offset="220" Vartype="Float" Bytesize="4" OffsetHex="000000DC" DisplayMethod="unsigned integer"/>
              <Element Offset="224" Vartype="4 Bytes" Bytesize="4" RLECount="35" OffsetHex="000000E0" DisplayMethod="unsigned integer"/>
              <Element Offset="364" Vartype="Pointer" Bytesize="8" OffsetHex="0000016C" DisplayMethod="unsigned integer"/>
              <Element Offset="368" Vartype="4 Bytes" Bytesize="4" RLECount="74" OffsetHex="00000170" DisplayMethod="unsigned integer"/>
              <Element Offset="664" Vartype="Pointer" Bytesize="8" OffsetHex="00000298" DisplayMethod="unsigned integer"/>
              <Element Offset="668" Vartype="Pointer" Bytesize="8" OffsetHex="0000029C" DisplayMethod="unsigned integer"/>
              <Element Offset="672" Vartype="Pointer" Bytesize="8" OffsetHex="000002A0" DisplayMethod="unsigned integer"/>
              <Element Offset="676" Vartype="Pointer" Bytesize="8" OffsetHex="000002A4" DisplayMethod="unsigned integer"/>
              <Element Offset="680" Vartype="4 Bytes" Bytesize="4" OffsetHex="000002A8" DisplayMethod="hexadecimal"/>
              <Element Offset="684" Vartype="4 Bytes" Bytesize="4" OffsetHex="000002AC" DisplayMethod="unsigned integer"/>
              <Element Offset="688" Vartype="Pointer" Bytesize="8" OffsetHex="000002B0" DisplayMethod="unsigned integer"/>
              <Element Offset="692" Vartype="Pointer" Bytesize="8" OffsetHex="000002B4" DisplayMethod="unsigned integer"/>
              <Element Offset="696" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000002B8" DisplayMethod="unsigned integer"/>
              <Element Offset="704" Vartype="Pointer" Bytesize="8" OffsetHex="000002C0" DisplayMethod="unsigned integer"/>
              <Element Offset="708" Vartype="Float" Bytesize="4" RLECount="9" OffsetHex="000002C4" DisplayMethod="unsigned integer"/>
              <Element Offset="744" Vartype="String" Bytesize="4" OffsetHex="000002E8" DisplayMethod="unsigned integer"/>
              <Element Offset="748" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="000002EC" DisplayMethod="unsigned integer"/>
              <Element Offset="756" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="000002F4" DisplayMethod="unsigned integer"/>
              <Element Offset="760" Vartype="Float" Bytesize="4" RLECount="8" OffsetHex="000002F8" DisplayMethod="unsigned integer"/>
              <Element Offset="792" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000318" DisplayMethod="unsigned integer"/>
              <Element Offset="804" Vartype="Float" Bytesize="4" RLECount="4" OffsetHex="00000324" DisplayMethod="unsigned integer"/>
              <Element Offset="820" Vartype="String" Bytesize="5" OffsetHex="00000334" DisplayMethod="unsigned integer"/>
              <Element Offset="825" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="00000339" DisplayMethod="unsigned integer"/>
              <Element Offset="828" Vartype="Float" Bytesize="4" RLECount="15" OffsetHex="0000033C" DisplayMethod="unsigned integer"/>
              <Element Offset="888" Vartype="4 Bytes" Bytesize="4" RLECount="35" OffsetHex="00000378" DisplayMethod="unsigned integer"/>
              <Element Offset="1028" Vartype="Pointer" Bytesize="8" OffsetHex="00000404" DisplayMethod="unsigned integer"/>
              <Element Offset="1032" Vartype="4 Bytes" Bytesize="4" RLECount="74" OffsetHex="00000408" DisplayMethod="unsigned integer"/>
              <Element Offset="1328" Vartype="Pointer" Bytesize="8" OffsetHex="00000530" DisplayMethod="unsigned integer"/>
              <Element Offset="1332" Vartype="Pointer" Bytesize="8" OffsetHex="00000534" DisplayMethod="unsigned integer"/>
              <Element Offset="1336" Vartype="Pointer" Bytesize="8" OffsetHex="00000538" DisplayMethod="unsigned integer"/>
              <Element Offset="1340" Vartype="Pointer" Bytesize="8" OffsetHex="0000053C" DisplayMethod="unsigned integer"/>
              <Element Offset="1344" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000540" DisplayMethod="hexadecimal"/>
              <Element Offset="1348" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000544" DisplayMethod="unsigned integer"/>
              <Element Offset="1368" Vartype="Pointer" Bytesize="8" OffsetHex="00000558" DisplayMethod="unsigned integer"/>
              <Element Offset="1372" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="0000055C" DisplayMethod="unsigned integer"/>
              <Element Offset="1404" Vartype="Double" Bytesize="8" OffsetHex="0000057C" DisplayMethod="unsigned integer"/>
              <Element Offset="1412" Vartype="Float" Bytesize="4" OffsetHex="00000584" DisplayMethod="unsigned integer"/>
              <Element Offset="1416" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000588" DisplayMethod="hexadecimal"/>
              <Element Offset="1424" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="00000590" DisplayMethod="unsigned integer"/>
              <Element Offset="1456" Vartype="Pointer" Bytesize="8" OffsetHex="000005B0" DisplayMethod="unsigned integer"/>
              <Element Offset="1460" Vartype="Pointer" Bytesize="8" OffsetHex="000005B4" DisplayMethod="unsigned integer"/>
              <Element Offset="1464" Vartype="4 Bytes" Bytesize="4" OffsetHex="000005B8" DisplayMethod="unsigned integer"/>
              <Element Offset="1468" Vartype="Pointer" Bytesize="8" OffsetHex="000005BC" DisplayMethod="unsigned integer"/>
              <Element Offset="1472" Vartype="4 Bytes" Bytesize="4" OffsetHex="000005C0" DisplayMethod="unsigned integer"/>
              <Element Offset="1476" Vartype="Float" Bytesize="4" OffsetHex="000005C4" DisplayMethod="unsigned integer"/>
              <Element Offset="1480" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000005C8" DisplayMethod="unsigned integer"/>
              <Element Offset="1488" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="000005D0" DisplayMethod="unsigned integer"/>
              <Element Offset="1496" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000005D8" DisplayMethod="unsigned integer"/>
              <Element Offset="1504" Vartype="Double" Bytesize="8" OffsetHex="000005E0" DisplayMethod="unsigned integer"/>
              <Element Offset="1512" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="000005E8" DisplayMethod="unsigned integer"/>
              <Element Offset="1520" Vartype="4 Bytes" Bytesize="4" OffsetHex="000005F0" DisplayMethod="unsigned integer"/>
              <Element Offset="1524" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000005F4" DisplayMethod="hexadecimal"/>
              <Element Offset="1532" Vartype="Double" Bytesize="8" OffsetHex="000005FC" DisplayMethod="unsigned integer"/>
              <Element Offset="1540" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000604" DisplayMethod="unsigned integer"/>
              <Element Offset="1552" Vartype="Double" Bytesize="8" OffsetHex="00000610" DisplayMethod="unsigned integer"/>
              <Element Offset="1560" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000618" DisplayMethod="unsigned integer"/>
              <Element Offset="1584" Vartype="Pointer" Bytesize="8" OffsetHex="00000630" DisplayMethod="unsigned integer"/>
              <Element Offset="1588" Vartype="Pointer" Bytesize="8" OffsetHex="00000634" DisplayMethod="unsigned integer"/>
              <Element Offset="1592" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000638" DisplayMethod="unsigned integer"/>
              <Element Offset="1596" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000063C" DisplayMethod="hexadecimal"/>
              <Element Offset="1600" Vartype="Pointer" Bytesize="8" OffsetHex="00000640" DisplayMethod="unsigned integer"/>
              <Element Offset="1604" Vartype="Pointer" Bytesize="8" OffsetHex="00000644" DisplayMethod="unsigned integer"/>
              <Element Offset="1608" Vartype="Pointer" Bytesize="8" OffsetHex="00000648" DisplayMethod="unsigned integer"/>
              <Element Offset="1612" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="0000064C" DisplayMethod="unsigned integer"/>
              <Element Offset="1644" Vartype="Pointer" Bytesize="8" OffsetHex="0000066C" DisplayMethod="unsigned integer"/>
              <Element Offset="1648" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000670" DisplayMethod="unsigned integer"/>
              <Element Offset="1652" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000674" DisplayMethod="hexadecimal"/>
              <Element Offset="1656" Vartype="4 Bytes" Bytesize="4" RLECount="58" OffsetHex="00000678" DisplayMethod="unsigned integer"/>
              <Element Offset="1888" Vartype="Pointer" Bytesize="8" OffsetHex="00000760" DisplayMethod="unsigned integer"/>
              <Element Offset="1892" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000764" DisplayMethod="unsigned integer"/>
              <Element Offset="1916" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000077C" DisplayMethod="hexadecimal"/>
              <Element Offset="1920" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000780" DisplayMethod="unsigned integer"/>
              <Element Offset="1928" Vartype="Pointer" Bytesize="8" OffsetHex="00000788" DisplayMethod="unsigned integer"/>
              <Element Offset="1932" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000078C" DisplayMethod="hexadecimal"/>
              <Element Offset="1936" Vartype="Pointer" Bytesize="8" OffsetHex="00000790" DisplayMethod="unsigned integer"/>
              <Element Offset="1940" Vartype="Pointer" Bytesize="8" OffsetHex="00000794" DisplayMethod="unsigned integer"/>
              <Element Offset="1944" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="00000798" DisplayMethod="unsigned integer"/>
              <Element Offset="1996" Vartype="Pointer" Bytesize="8" OffsetHex="000007CC" DisplayMethod="unsigned integer"/>
              <Element Offset="2000" Vartype="Pointer" Bytesize="8" OffsetHex="000007D0" DisplayMethod="unsigned integer"/>
              <Element Offset="2004" Vartype="Pointer" Bytesize="8" OffsetHex="000007D4" DisplayMethod="unsigned integer"/>
              <Element Offset="2008" Vartype="4 Bytes" Bytesize="4" RLECount="164" OffsetHex="000007D8" DisplayMethod="unsigned integer"/>
              <Element Offset="2664" Vartype="Pointer" Bytesize="8" OffsetHex="00000A68" DisplayMethod="unsigned integer"/>
              <Element Offset="2668" Vartype="Pointer" Bytesize="8" OffsetHex="00000A6C" DisplayMethod="unsigned integer"/>
              <Element Offset="2672" Vartype="4 Bytes" Bytesize="4" RLECount="164" OffsetHex="00000A70" DisplayMethod="unsigned integer"/>
              <Element Offset="3328" Vartype="Pointer" Bytesize="8" OffsetHex="00000D00" DisplayMethod="unsigned integer"/>
              <Element Offset="3332" Vartype="Pointer" Bytesize="8" OffsetHex="00000D04" DisplayMethod="unsigned integer"/>
              <Element Offset="3336" Vartype="4 Bytes" Bytesize="4" RLECount="164" OffsetHex="00000D08" DisplayMethod="unsigned integer"/>
              <Element Offset="3992" Vartype="Pointer" Bytesize="8" OffsetHex="00000F98" DisplayMethod="unsigned integer"/>
              <Element Offset="3996" Vartype="Pointer" Bytesize="8" OffsetHex="00000F9C" DisplayMethod="unsigned integer"/>
              <Element Offset="4000" Vartype="4 Bytes" Bytesize="4" RLECount="24" OffsetHex="00000FA0" DisplayMethod="unsigned integer"/>
            </Elements>
          </Structure>
        </Element>
        <Element Offset="44" Vartype="4 Bytes" Bytesize="4" RLECount="14" OffsetHex="0000002C" DisplayMethod="unsigned integer"/>
        <Element Offset="100" Vartype="String" Bytesize="5" OffsetHex="00000064" DisplayMethod="unsigned integer"/>
        <Element Offset="105" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="00000069" DisplayMethod="unsigned integer"/>
        <Element Offset="108" Vartype="4 Bytes" Bytesize="4" RLECount="37" OffsetHex="0000006C" DisplayMethod="unsigned integer"/>
        <Element Offset="256" Vartype="Pointer" Bytesize="8" OffsetHex="00000100" DisplayMethod="unsigned integer"/>
        <Element Offset="260" Vartype="Pointer" Bytesize="8" OffsetHex="00000104" DisplayMethod="unsigned integer"/>
        <Element Offset="264" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000108" DisplayMethod="unsigned integer"/>
        <Element Offset="268" Vartype="Pointer" Bytesize="8" OffsetHex="0000010C" DisplayMethod="unsigned integer"/>
        <Element Offset="272" Vartype="Pointer" Bytesize="8" OffsetHex="00000110" DisplayMethod="unsigned integer"/>
        <Element Offset="276" Vartype="4 Bytes" Bytesize="4" RLECount="39" OffsetHex="00000114" DisplayMethod="unsigned integer"/>
        <Element Offset="432" Vartype="Pointer" Bytesize="8" OffsetHex="000001B0" DisplayMethod="unsigned integer"/>
        <Element Offset="436" Vartype="Pointer" Bytesize="8" OffsetHex="000001B4" DisplayMethod="unsigned integer"/>
        <Element Offset="440" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000001B8" DisplayMethod="unsigned integer"/>
        <Element Offset="448" Vartype="Pointer" Bytesize="8" OffsetHex="000001C0" DisplayMethod="unsigned integer"/>
        <Element Offset="452" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001C4" DisplayMethod="unsigned integer"/>
        <Element Offset="456" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001C8" DisplayMethod="hexadecimal"/>
        <Element Offset="460" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000001CC" DisplayMethod="unsigned integer"/>
        <Element Offset="472" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001D8" DisplayMethod="hexadecimal"/>
        <Element Offset="476" Vartype="Pointer" Bytesize="8" OffsetHex="000001DC" DisplayMethod="unsigned integer"/>
        <Element Offset="480" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001E0" DisplayMethod="unsigned integer"/>
        <Element Offset="484" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001E4" DisplayMethod="hexadecimal"/>
        <Element Offset="488" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000001E8" DisplayMethod="unsigned integer"/>
        <Element Offset="500" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="000001F4" DisplayMethod="unsigned integer"/>
        <Element Offset="512" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000200" DisplayMethod="hexadecimal"/>
        <Element Offset="516" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000204" DisplayMethod="unsigned integer"/>
        <Element Offset="528" Vartype="String" Bytesize="5" OffsetHex="00000210" DisplayMethod="unsigned integer"/>
        <Element Offset="533" Vartype="Byte" Bytesize="1" RLECount="2" OffsetHex="00000215" DisplayMethod="unsigned integer"/>
        <Element Offset="535" Vartype="2 Bytes" Bytesize="2" OffsetHex="00000217" DisplayMethod="unsigned integer"/>
        <Element Offset="537" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="00000219" DisplayMethod="unsigned integer"/>
        <Element Offset="540" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000021C" DisplayMethod="hexadecimal"/>
        <Element Offset="544" Vartype="4 Bytes" Bytesize="4" RLECount="34" OffsetHex="00000220" DisplayMethod="unsigned integer"/>
        <Element Offset="680" Vartype="Pointer" Bytesize="8" OffsetHex="000002A8" DisplayMethod="unsigned integer"/>
        <Element Offset="684" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="000002AC" DisplayMethod="unsigned integer"/>
        <Element Offset="708" Vartype="Pointer" Bytesize="8" OffsetHex="000002C4" DisplayMethod="unsigned integer"/>
        <Element Offset="712" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="000002C8" DisplayMethod="unsigned integer"/>
        <Element Offset="732" Vartype="Float" Bytesize="4" OffsetHex="000002DC" DisplayMethod="unsigned integer"/>
        <Element Offset="736" Vartype="4 Bytes" Bytesize="4" OffsetHex="000002E0" DisplayMethod="unsigned integer"/>
        <Element Offset="740" Vartype="Float" Bytesize="4" OffsetHex="000002E4" DisplayMethod="unsigned integer"/>
        <Element Offset="744" Vartype="4 Bytes" Bytesize="4" OffsetHex="000002E8" DisplayMethod="unsigned integer"/>
        <Element Offset="748" Vartype="Float" Bytesize="4" OffsetHex="000002EC" DisplayMethod="unsigned integer"/>
        <Element Offset="752" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000002F0" DisplayMethod="unsigned integer"/>
        <Element Offset="764" Vartype="Double" Bytesize="8" OffsetHex="000002FC" DisplayMethod="unsigned integer"/>
        <Element Offset="772" Vartype="Float" Bytesize="4" RLECount="6" OffsetHex="00000304" DisplayMethod="unsigned integer"/>
        <Element Offset="796" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="0000031C" DisplayMethod="unsigned integer"/>
        <Element Offset="820" Vartype="Double" Bytesize="8" RLECount="2" OffsetHex="00000334" DisplayMethod="unsigned integer"/>
        <Element Offset="836" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000344" DisplayMethod="unsigned integer"/>
        <Element Offset="848" Vartype="Double" Bytesize="8" OffsetHex="00000350" DisplayMethod="unsigned integer"/>
        <Element Offset="856" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000358" DisplayMethod="unsigned integer"/>
        <Element Offset="868" Vartype="Double" Bytesize="8" OffsetHex="00000364" DisplayMethod="unsigned integer"/>
        <Element Offset="876" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0000036C" DisplayMethod="unsigned integer"/>
        <Element Offset="888" Vartype="Double" Bytesize="8" OffsetHex="00000378" DisplayMethod="unsigned integer"/>
        <Element Offset="896" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000380" DisplayMethod="unsigned integer"/>
        <Element Offset="908" Vartype="Double" Bytesize="8" OffsetHex="0000038C" DisplayMethod="unsigned integer"/>
        <Element Offset="916" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000394" DisplayMethod="unsigned integer"/>
        <Element Offset="928" Vartype="Double" Bytesize="8" OffsetHex="000003A0" DisplayMethod="unsigned integer"/>
        <Element Offset="936" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000003A8" DisplayMethod="unsigned integer"/>
        <Element Offset="948" Vartype="Double" Bytesize="8" OffsetHex="000003B4" DisplayMethod="unsigned integer"/>
        <Element Offset="956" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000003BC" DisplayMethod="unsigned integer"/>
        <Element Offset="968" Vartype="Double" Bytesize="8" OffsetHex="000003C8" DisplayMethod="unsigned integer"/>
        <Element Offset="976" Vartype="4 Bytes" Bytesize="4" RLECount="145" OffsetHex="000003D0" DisplayMethod="unsigned integer"/>
        <Element Offset="1556" Vartype="Pointer" Bytesize="8" OffsetHex="00000614" DisplayMethod="unsigned integer"/>
        <Element Offset="1560" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00000618" DisplayMethod="unsigned integer"/>
        <Element Offset="1676" Vartype="Pointer" Bytesize="8" OffsetHex="0000068C" DisplayMethod="unsigned integer"/>
        <Element Offset="1680" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00000690" DisplayMethod="unsigned integer"/>
        <Element Offset="1796" Vartype="Pointer" Bytesize="8" OffsetHex="00000704" DisplayMethod="unsigned integer"/>
        <Element Offset="1800" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00000708" DisplayMethod="unsigned integer"/>
        <Element Offset="1916" Vartype="Pointer" Bytesize="8" OffsetHex="0000077C" DisplayMethod="unsigned integer"/>
        <Element Offset="1920" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00000780" DisplayMethod="unsigned integer"/>
        <Element Offset="2036" Vartype="Pointer" Bytesize="8" OffsetHex="000007F4" DisplayMethod="unsigned integer"/>
        <Element Offset="2040" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="000007F8" DisplayMethod="unsigned integer"/>
        <Element Offset="2156" Vartype="Pointer" Bytesize="8" OffsetHex="0000086C" DisplayMethod="unsigned integer"/>
        <Element Offset="2160" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00000870" DisplayMethod="unsigned integer"/>
        <Element Offset="2276" Vartype="Pointer" Bytesize="8" OffsetHex="000008E4" DisplayMethod="unsigned integer"/>
        <Element Offset="2280" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="000008E8" DisplayMethod="unsigned integer"/>
        <Element Offset="2396" Vartype="Pointer" Bytesize="8" OffsetHex="0000095C" DisplayMethod="unsigned integer"/>
        <Element Offset="2400" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00000960" DisplayMethod="unsigned integer"/>
        <Element Offset="2516" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="000009D4" DisplayMethod="hexadecimal"/>
        <Element Offset="2532" Vartype="4 Bytes" Bytesize="4" OffsetHex="000009E4" DisplayMethod="unsigned integer"/>
        <Element Offset="2536" Vartype="Pointer" Bytesize="8" OffsetHex="000009E8" DisplayMethod="unsigned integer"/>
        <Element Offset="2540" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="000009EC" DisplayMethod="unsigned integer"/>
        <Element Offset="2576" Vartype="Pointer" Bytesize="8" OffsetHex="00000A10" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer">
          <Structure Name="Autocreated from 25397B70" AutoFill="0" AutoCreate="1" DefaultHex="0" AutoDestroy="0" DoNotSaveLocal="0" RLECompression="1" AutoCreateStructsize="4096">
            <Elements>
              <Element Offset="0" Vartype="Pointer" Bytesize="8" OffsetHex="00000000" DisplayMethod="unsigned integer"/>
              <Element Offset="4" Vartype="Pointer" Bytesize="8" OffsetHex="00000004" DisplayMethod="unsigned integer"/>
              <Element Offset="8" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000008" DisplayMethod="unsigned integer"/>
              <Element Offset="16" Vartype="Float" Bytesize="4" OffsetHex="00000010" DisplayMethod="unsigned integer"/>
              <Element Offset="20" Vartype="Double" Bytesize="8" RLECount="2" OffsetHex="00000014" DisplayMethod="unsigned integer"/>
              <Element Offset="36" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000024" DisplayMethod="hexadecimal"/>
              <Element Offset="40" Vartype="Float" Bytesize="4" OffsetHex="00000028" DisplayMethod="unsigned integer"/>
              <Element Offset="44" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000002C" DisplayMethod="unsigned integer"/>
              <Element Offset="48" Vartype="Double" Bytesize="8" OffsetHex="00000030" DisplayMethod="unsigned integer"/>
              <Element Offset="56" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000038" DisplayMethod="hexadecimal"/>
              <Element Offset="60" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000003C" DisplayMethod="unsigned integer"/>
              <Element Offset="64" Vartype="Float" Bytesize="4" OffsetHex="00000040" DisplayMethod="unsigned integer"/>
              <Element Offset="68" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000044" DisplayMethod="unsigned integer"/>
              <Element Offset="72" Vartype="Float" Bytesize="4" RLECount="6" OffsetHex="00000048" DisplayMethod="unsigned integer"/>
              <Element Offset="96" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000060" DisplayMethod="unsigned integer"/>
              <Element Offset="116" Vartype="Float" Bytesize="4" RLECount="4" OffsetHex="00000074" DisplayMethod="unsigned integer"/>
              <Element Offset="132" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000084" DisplayMethod="unsigned integer"/>
              <Element Offset="144" Vartype="Pointer" Bytesize="8" OffsetHex="00000090" DisplayMethod="unsigned integer"/>
              <Element Offset="148" Vartype="Pointer" Bytesize="8" OffsetHex="00000094" Description="Pointer to instance of TL::CWorldModelTC2" DisplayMethod="unsigned integer"/>
              <Element Offset="152" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000098" DisplayMethod="unsigned integer"/>
              <Element Offset="156" Vartype="Pointer" Bytesize="8" OffsetHex="0000009C" Description="Pointer to instance of TL::CWorldModelTC2" DisplayMethod="unsigned integer"/>
              <Element Offset="160" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="000000A0" DisplayMethod="unsigned integer"/>
              <Element Offset="164" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="000000A4" DisplayMethod="unsigned integer"/>
              <Element Offset="192" Vartype="String" Bytesize="8" OffsetHex="000000C0" DisplayMethod="unsigned integer"/>
              <Element Offset="200" Vartype="4 Bytes" Bytesize="4" OffsetHex="000000C8" DisplayMethod="unsigned integer"/>
              <Element Offset="204" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="000000CC" DisplayMethod="unsigned integer"/>
              <Element Offset="208" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="000000D0" DisplayMethod="unsigned integer"/>
              <Element Offset="216" Vartype="4 Bytes" Bytesize="4" OffsetHex="000000D8" DisplayMethod="unsigned integer"/>
              <Element Offset="220" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="000000DC" DisplayMethod="unsigned integer"/>
              <Element Offset="228" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="000000E4" DisplayMethod="unsigned integer"/>
              <Element Offset="244" Vartype="String" Bytesize="4" OffsetHex="000000F4" DisplayMethod="unsigned integer"/>
              <Element Offset="248" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="000000F8" DisplayMethod="unsigned integer"/>
              <Element Offset="252" Vartype="Double" Bytesize="8" OffsetHex="000000FC" DisplayMethod="unsigned integer"/>
              <Element Offset="260" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000104" DisplayMethod="unsigned integer"/>
              <Element Offset="264" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00000108" DisplayMethod="unsigned integer"/>
              <Element Offset="272" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000110" DisplayMethod="unsigned integer"/>
              <Element Offset="292" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000124" DisplayMethod="unsigned integer"/>
              <Element Offset="296" Vartype="Double" Bytesize="8" OffsetHex="00000128" DisplayMethod="unsigned integer"/>
              <Element Offset="304" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000130" DisplayMethod="unsigned integer"/>
              <Element Offset="308" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00000134" DisplayMethod="unsigned integer"/>
              <Element Offset="316" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="0000013C" DisplayMethod="unsigned integer"/>
              <Element Offset="336" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000150" DisplayMethod="unsigned integer"/>
              <Element Offset="340" Vartype="Double" Bytesize="8" OffsetHex="00000154" DisplayMethod="unsigned integer"/>
              <Element Offset="348" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000015C" DisplayMethod="unsigned integer"/>
              <Element Offset="352" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00000160" DisplayMethod="unsigned integer"/>
              <Element Offset="360" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000168" DisplayMethod="unsigned integer"/>
              <Element Offset="380" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="0000017C" DisplayMethod="unsigned integer"/>
              <Element Offset="384" Vartype="Double" Bytesize="8" OffsetHex="00000180" DisplayMethod="unsigned integer"/>
              <Element Offset="392" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000188" DisplayMethod="unsigned integer"/>
              <Element Offset="396" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="0000018C" DisplayMethod="unsigned integer"/>
              <Element Offset="404" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000194" DisplayMethod="unsigned integer"/>
              <Element Offset="424" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="000001A8" DisplayMethod="unsigned integer"/>
              <Element Offset="428" Vartype="Double" Bytesize="8" OffsetHex="000001AC" DisplayMethod="unsigned integer"/>
              <Element Offset="436" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001B4" DisplayMethod="unsigned integer"/>
              <Element Offset="440" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="000001B8" DisplayMethod="unsigned integer"/>
              <Element Offset="448" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="000001C0" DisplayMethod="unsigned integer"/>
              <Element Offset="468" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="000001D4" DisplayMethod="unsigned integer"/>
              <Element Offset="472" Vartype="Double" Bytesize="8" OffsetHex="000001D8" DisplayMethod="unsigned integer"/>
              <Element Offset="480" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001E0" DisplayMethod="unsigned integer"/>
              <Element Offset="484" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="000001E4" DisplayMethod="unsigned integer"/>
              <Element Offset="492" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="000001EC" DisplayMethod="unsigned integer"/>
              <Element Offset="512" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000200" DisplayMethod="unsigned integer"/>
              <Element Offset="516" Vartype="Double" Bytesize="8" OffsetHex="00000204" DisplayMethod="unsigned integer"/>
              <Element Offset="524" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000020C" DisplayMethod="unsigned integer"/>
              <Element Offset="528" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00000210" DisplayMethod="unsigned integer"/>
              <Element Offset="536" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00000218" DisplayMethod="unsigned integer"/>
              <Element Offset="556" Vartype="Byte" Bytesize="1" OffsetHex="0000022C" DisplayMethod="unsigned integer"/>
              <Element Offset="557" Vartype="String" Bytesize="7" OffsetHex="0000022D" DisplayMethod="unsigned integer"/>
              <Element Offset="564" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00000234" DisplayMethod="unsigned integer"/>
              <Element Offset="568" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000238" DisplayMethod="unsigned integer"/>
              <Element Offset="576" Vartype="Pointer" Bytesize="8" OffsetHex="00000240" DisplayMethod="unsigned integer"/>
              <Element Offset="580" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000244" DisplayMethod="unsigned integer"/>
              <Element Offset="584" Vartype="Pointer" Bytesize="8" OffsetHex="00000248" DisplayMethod="unsigned integer"/>
              <Element Offset="588" Vartype="String" Bytesize="5" OffsetHex="0000024C" DisplayMethod="unsigned integer"/>
              <Element Offset="593" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="00000251" DisplayMethod="unsigned integer"/>
              <Element Offset="596" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="00000254" DisplayMethod="unsigned integer"/>
              <Element Offset="628" Vartype="String" Bytesize="8" OffsetHex="00000274" DisplayMethod="unsigned integer"/>
              <Element Offset="636" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="0000027C" DisplayMethod="unsigned integer"/>
              <Element Offset="660" Vartype="String" Bytesize="8" OffsetHex="00000294" DisplayMethod="unsigned integer"/>
              <Element Offset="668" Vartype="Byte" Bytesize="1" OffsetHex="0000029C" DisplayMethod="unsigned integer"/>
              <Element Offset="669" Vartype="String" Bytesize="8" OffsetHex="0000029D" DisplayMethod="unsigned integer"/>
              <Element Offset="677" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="000002A5" DisplayMethod="unsigned integer"/>
              <Element Offset="680" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="000002A8" DisplayMethod="unsigned integer"/>
              <Element Offset="712" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="000002C8" DisplayMethod="unsigned integer"/>
              <Element Offset="720" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="000002D0" DisplayMethod="unsigned integer"/>
              <Element Offset="744" Vartype="Byte" Bytesize="1" RLECount="9" OffsetHex="000002E8" DisplayMethod="unsigned integer"/>
              <Element Offset="753" Vartype="String" Bytesize="14" OffsetHex="000002F1" DisplayMethod="unsigned integer"/>
              <Element Offset="767" Vartype="Byte" Bytesize="1" OffsetHex="000002FF" DisplayMethod="unsigned integer"/>
              <Element Offset="768" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00000300" DisplayMethod="unsigned integer"/>
              <Element Offset="796" Vartype="String" Bytesize="8" OffsetHex="0000031C" DisplayMethod="unsigned integer"/>
              <Element Offset="804" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000324" DisplayMethod="unsigned integer"/>
              <Element Offset="828" Vartype="String" Bytesize="8" OffsetHex="0000033C" DisplayMethod="unsigned integer"/>
              <Element Offset="836" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="00000344" DisplayMethod="unsigned integer"/>
              <Element Offset="844" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="0000034C" DisplayMethod="unsigned integer"/>
              <Element Offset="880" Vartype="String" Bytesize="8" OffsetHex="00000370" DisplayMethod="unsigned integer"/>
              <Element Offset="888" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000378" DisplayMethod="unsigned integer"/>
              <Element Offset="912" Vartype="Byte" Bytesize="1" RLECount="16" OffsetHex="00000390" DisplayMethod="unsigned integer"/>
              <Element Offset="928" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="000003A0" DisplayMethod="unsigned integer"/>
              <Element Offset="964" Vartype="String" Bytesize="8" OffsetHex="000003C4" DisplayMethod="unsigned integer"/>
              <Element Offset="972" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="000003CC" DisplayMethod="unsigned integer"/>
              <Element Offset="996" Vartype="String" Bytesize="9" OffsetHex="000003E4" DisplayMethod="unsigned integer"/>
              <Element Offset="1005" Vartype="Byte" Bytesize="1" RLECount="7" OffsetHex="000003ED" DisplayMethod="unsigned integer"/>
              <Element Offset="1012" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="000003F4" DisplayMethod="unsigned integer"/>
              <Element Offset="1048" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="00000418" DisplayMethod="unsigned integer"/>
              <Element Offset="1056" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000420" DisplayMethod="unsigned integer"/>
              <Element Offset="1080" Vartype="Byte" Bytesize="1" RLECount="16" OffsetHex="00000438" DisplayMethod="unsigned integer"/>
              <Element Offset="1096" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="00000448" DisplayMethod="unsigned integer"/>
              <Element Offset="1132" Vartype="String" Bytesize="8" OffsetHex="0000046C" DisplayMethod="unsigned integer"/>
              <Element Offset="1140" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000474" DisplayMethod="unsigned integer"/>
              <Element Offset="1164" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="0000048C" DisplayMethod="unsigned integer"/>
              <Element Offset="1172" Vartype="Pointer" Bytesize="8" OffsetHex="00000494" DisplayMethod="unsigned integer"/>
              <Element Offset="1176" Vartype="Pointer" Bytesize="8" OffsetHex="00000498" DisplayMethod="unsigned integer"/>
              <Element Offset="1180" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="0000049C" DisplayMethod="unsigned integer"/>
              <Element Offset="1216" Vartype="String" Bytesize="8" OffsetHex="000004C0" DisplayMethod="unsigned integer"/>
              <Element Offset="1224" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="000004C8" DisplayMethod="unsigned integer"/>
              <Element Offset="1248" Vartype="Pointer" Bytesize="8" OffsetHex="000004E0" DisplayMethod="unsigned integer"/>
              <Element Offset="1252" Vartype="Pointer" Bytesize="8" OffsetHex="000004E4" DisplayMethod="unsigned integer"/>
              <Element Offset="1256" Vartype="Pointer" Bytesize="8" OffsetHex="000004E8" DisplayMethod="unsigned integer"/>
              <Element Offset="1260" Vartype="Pointer" Bytesize="8" OffsetHex="000004EC" DisplayMethod="unsigned integer"/>
              <Element Offset="1264" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="000004F0" DisplayMethod="unsigned integer"/>
              <Element Offset="1300" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="00000514" DisplayMethod="unsigned integer"/>
              <Element Offset="1308" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="0000051C" DisplayMethod="unsigned integer"/>
              <Element Offset="1332" Vartype="Pointer" Bytesize="8" OffsetHex="00000534" DisplayMethod="unsigned integer"/>
              <Element Offset="1336" Vartype="Pointer" Bytesize="8" OffsetHex="00000538" DisplayMethod="unsigned integer"/>
              <Element Offset="1340" Vartype="Pointer" Bytesize="8" OffsetHex="0000053C" DisplayMethod="unsigned integer"/>
              <Element Offset="1344" Vartype="Pointer" Bytesize="8" OffsetHex="00000540" DisplayMethod="unsigned integer"/>
              <Element Offset="1348" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="00000544" DisplayMethod="unsigned integer"/>
              <Element Offset="1384" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="00000568" DisplayMethod="unsigned integer"/>
              <Element Offset="1392" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000570" DisplayMethod="unsigned integer"/>
              <Element Offset="1416" Vartype="Pointer" Bytesize="8" OffsetHex="00000588" DisplayMethod="unsigned integer"/>
              <Element Offset="1420" Vartype="Pointer" Bytesize="8" OffsetHex="0000058C" DisplayMethod="unsigned integer"/>
              <Element Offset="1424" Vartype="Pointer" Bytesize="8" OffsetHex="00000590" DisplayMethod="unsigned integer"/>
              <Element Offset="1428" Vartype="Pointer" Bytesize="8" OffsetHex="00000594" DisplayMethod="unsigned integer"/>
              <Element Offset="1432" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="00000598" DisplayMethod="unsigned integer"/>
              <Element Offset="1468" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="000005BC" DisplayMethod="unsigned integer"/>
              <Element Offset="1476" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="000005C4" DisplayMethod="unsigned integer"/>
              <Element Offset="1500" Vartype="Pointer" Bytesize="8" OffsetHex="000005DC" DisplayMethod="unsigned integer"/>
              <Element Offset="1504" Vartype="Pointer" Bytesize="8" OffsetHex="000005E0" DisplayMethod="unsigned integer"/>
              <Element Offset="1508" Vartype="Pointer" Bytesize="8" OffsetHex="000005E4" DisplayMethod="unsigned integer"/>
              <Element Offset="1512" Vartype="Pointer" Bytesize="8" OffsetHex="000005E8" DisplayMethod="unsigned integer"/>
              <Element Offset="1516" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="000005EC" DisplayMethod="unsigned integer"/>
              <Element Offset="1552" Vartype="String" Bytesize="8" OffsetHex="00000610" DisplayMethod="unsigned integer"/>
              <Element Offset="1560" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000618" DisplayMethod="unsigned integer"/>
              <Element Offset="1584" Vartype="Pointer" Bytesize="8" OffsetHex="00000630" DisplayMethod="unsigned integer"/>
              <Element Offset="1588" Vartype="Pointer" Bytesize="8" OffsetHex="00000634" DisplayMethod="unsigned integer"/>
              <Element Offset="1592" Vartype="Pointer" Bytesize="8" OffsetHex="00000638" DisplayMethod="unsigned integer"/>
              <Element Offset="1596" Vartype="Pointer" Bytesize="8" OffsetHex="0000063C" DisplayMethod="unsigned integer"/>
              <Element Offset="1600" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="00000640" DisplayMethod="unsigned integer"/>
              <Element Offset="1636" Vartype="String" Bytesize="8" OffsetHex="00000664" DisplayMethod="unsigned integer"/>
              <Element Offset="1644" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="0000066C" DisplayMethod="unsigned integer"/>
              <Element Offset="1668" Vartype="Pointer" Bytesize="8" OffsetHex="00000684" DisplayMethod="unsigned integer"/>
              <Element Offset="1672" Vartype="Pointer" Bytesize="8" OffsetHex="00000688" DisplayMethod="unsigned integer"/>
              <Element Offset="1676" Vartype="Pointer" Bytesize="8" OffsetHex="0000068C" DisplayMethod="unsigned integer"/>
              <Element Offset="1680" Vartype="Pointer" Bytesize="8" OffsetHex="00000690" DisplayMethod="unsigned integer"/>
              <Element Offset="1684" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="00000694" DisplayMethod="unsigned integer"/>
              <Element Offset="1720" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="000006B8" DisplayMethod="unsigned integer"/>
              <Element Offset="1728" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="000006C0" DisplayMethod="unsigned integer"/>
              <Element Offset="1752" Vartype="Pointer" Bytesize="8" OffsetHex="000006D8" DisplayMethod="unsigned integer"/>
              <Element Offset="1756" Vartype="Pointer" Bytesize="8" OffsetHex="000006DC" DisplayMethod="unsigned integer"/>
              <Element Offset="1760" Vartype="Pointer" Bytesize="8" OffsetHex="000006E0" DisplayMethod="unsigned integer"/>
              <Element Offset="1764" Vartype="Pointer" Bytesize="8" OffsetHex="000006E4" DisplayMethod="unsigned integer"/>
              <Element Offset="1768" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="000006E8" DisplayMethod="unsigned integer"/>
              <Element Offset="1804" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="0000070C" DisplayMethod="unsigned integer"/>
              <Element Offset="1812" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000714" DisplayMethod="unsigned integer"/>
              <Element Offset="1836" Vartype="Pointer" Bytesize="8" OffsetHex="0000072C" DisplayMethod="unsigned integer"/>
              <Element Offset="1840" Vartype="Pointer" Bytesize="8" OffsetHex="00000730" DisplayMethod="unsigned integer"/>
              <Element Offset="1844" Vartype="Pointer" Bytesize="8" OffsetHex="00000734" DisplayMethod="unsigned integer"/>
              <Element Offset="1848" Vartype="Pointer" Bytesize="8" OffsetHex="00000738" DisplayMethod="unsigned integer"/>
              <Element Offset="1852" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="0000073C" DisplayMethod="unsigned integer"/>
              <Element Offset="1888" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="00000760" DisplayMethod="unsigned integer"/>
              <Element Offset="1896" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000768" DisplayMethod="unsigned integer"/>
              <Element Offset="1920" Vartype="Pointer" Bytesize="8" OffsetHex="00000780" DisplayMethod="unsigned integer"/>
              <Element Offset="1924" Vartype="Pointer" Bytesize="8" OffsetHex="00000784" DisplayMethod="unsigned integer"/>
              <Element Offset="1928" Vartype="Pointer" Bytesize="8" OffsetHex="00000788" DisplayMethod="unsigned integer"/>
              <Element Offset="1932" Vartype="Pointer" Bytesize="8" OffsetHex="0000078C" DisplayMethod="unsigned integer"/>
              <Element Offset="1936" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="00000790" DisplayMethod="unsigned integer"/>
              <Element Offset="1972" Vartype="String" Bytesize="8" OffsetHex="000007B4" DisplayMethod="unsigned integer"/>
              <Element Offset="1980" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="000007BC" DisplayMethod="unsigned integer"/>
              <Element Offset="2004" Vartype="Pointer" Bytesize="8" OffsetHex="000007D4" DisplayMethod="unsigned integer"/>
              <Element Offset="2008" Vartype="Pointer" Bytesize="8" OffsetHex="000007D8" DisplayMethod="unsigned integer"/>
              <Element Offset="2012" Vartype="Pointer" Bytesize="8" OffsetHex="000007DC" DisplayMethod="unsigned integer"/>
              <Element Offset="2016" Vartype="Pointer" Bytesize="8" OffsetHex="000007E0" DisplayMethod="unsigned integer"/>
              <Element Offset="2020" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="000007E4" DisplayMethod="unsigned integer"/>
              <Element Offset="2056" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="00000808" DisplayMethod="unsigned integer"/>
              <Element Offset="2064" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000810" DisplayMethod="unsigned integer"/>
              <Element Offset="2088" Vartype="Pointer" Bytesize="8" OffsetHex="00000828" DisplayMethod="unsigned integer"/>
              <Element Offset="2092" Vartype="Pointer" Bytesize="8" OffsetHex="0000082C" DisplayMethod="unsigned integer"/>
              <Element Offset="2096" Vartype="Pointer" Bytesize="8" OffsetHex="00000830" DisplayMethod="unsigned integer"/>
              <Element Offset="2100" Vartype="Pointer" Bytesize="8" OffsetHex="00000834" DisplayMethod="unsigned integer"/>
              <Element Offset="2104" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="00000838" DisplayMethod="unsigned integer"/>
              <Element Offset="2140" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="0000085C" DisplayMethod="unsigned integer"/>
              <Element Offset="2148" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000864" DisplayMethod="unsigned integer"/>
              <Element Offset="2172" Vartype="Pointer" Bytesize="8" OffsetHex="0000087C" DisplayMethod="unsigned integer"/>
              <Element Offset="2176" Vartype="Pointer" Bytesize="8" OffsetHex="00000880" DisplayMethod="unsigned integer"/>
              <Element Offset="2180" Vartype="Pointer" Bytesize="8" OffsetHex="00000884" DisplayMethod="unsigned integer"/>
              <Element Offset="2184" Vartype="Pointer" Bytesize="8" OffsetHex="00000888" DisplayMethod="unsigned integer"/>
              <Element Offset="2188" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="0000088C" DisplayMethod="unsigned integer"/>
              <Element Offset="2224" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="000008B0" DisplayMethod="unsigned integer"/>
              <Element Offset="2232" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="000008B8" DisplayMethod="unsigned integer"/>
              <Element Offset="2256" Vartype="Pointer" Bytesize="8" OffsetHex="000008D0" DisplayMethod="unsigned integer"/>
              <Element Offset="2260" Vartype="Pointer" Bytesize="8" OffsetHex="000008D4" DisplayMethod="unsigned integer"/>
              <Element Offset="2264" Vartype="Pointer" Bytesize="8" OffsetHex="000008D8" DisplayMethod="unsigned integer"/>
              <Element Offset="2268" Vartype="Pointer" Bytesize="8" OffsetHex="000008DC" DisplayMethod="unsigned integer"/>
              <Element Offset="2272" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="000008E0" DisplayMethod="unsigned integer"/>
              <Element Offset="2308" Vartype="String" Bytesize="8" OffsetHex="00000904" DisplayMethod="unsigned integer"/>
              <Element Offset="2316" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="0000090C" DisplayMethod="unsigned integer"/>
              <Element Offset="2340" Vartype="Pointer" Bytesize="8" OffsetHex="00000924" DisplayMethod="unsigned integer"/>
              <Element Offset="2344" Vartype="Pointer" Bytesize="8" OffsetHex="00000928" DisplayMethod="unsigned integer"/>
              <Element Offset="2348" Vartype="Pointer" Bytesize="8" OffsetHex="0000092C" DisplayMethod="unsigned integer"/>
              <Element Offset="2352" Vartype="Pointer" Bytesize="8" OffsetHex="00000930" DisplayMethod="unsigned integer"/>
              <Element Offset="2356" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="00000934" DisplayMethod="unsigned integer"/>
              <Element Offset="2392" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="00000958" DisplayMethod="unsigned integer"/>
              <Element Offset="2400" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000960" DisplayMethod="unsigned integer"/>
              <Element Offset="2424" Vartype="Pointer" Bytesize="8" OffsetHex="00000978" DisplayMethod="unsigned integer"/>
              <Element Offset="2428" Vartype="Pointer" Bytesize="8" OffsetHex="0000097C" DisplayMethod="unsigned integer"/>
              <Element Offset="2432" Vartype="Pointer" Bytesize="8" OffsetHex="00000980" DisplayMethod="unsigned integer"/>
              <Element Offset="2436" Vartype="Pointer" Bytesize="8" OffsetHex="00000984" DisplayMethod="unsigned integer"/>
              <Element Offset="2440" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="00000988" DisplayMethod="unsigned integer"/>
              <Element Offset="2476" Vartype="String" Bytesize="8" OffsetHex="000009AC" DisplayMethod="unsigned integer"/>
              <Element Offset="2484" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="000009B4" DisplayMethod="unsigned integer"/>
              <Element Offset="2508" Vartype="Pointer" Bytesize="8" OffsetHex="000009CC" DisplayMethod="unsigned integer"/>
              <Element Offset="2512" Vartype="Pointer" Bytesize="8" OffsetHex="000009D0" DisplayMethod="unsigned integer"/>
              <Element Offset="2516" Vartype="Pointer" Bytesize="8" OffsetHex="000009D4" DisplayMethod="unsigned integer"/>
              <Element Offset="2520" Vartype="Pointer" Bytesize="8" OffsetHex="000009D8" DisplayMethod="unsigned integer"/>
              <Element Offset="2524" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="000009DC" DisplayMethod="unsigned integer"/>
              <Element Offset="2560" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="00000A00" DisplayMethod="unsigned integer"/>
              <Element Offset="2568" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000A08" DisplayMethod="unsigned integer"/>
              <Element Offset="2592" Vartype="Pointer" Bytesize="8" OffsetHex="00000A20" DisplayMethod="unsigned integer"/>
              <Element Offset="2596" Vartype="Pointer" Bytesize="8" OffsetHex="00000A24" DisplayMethod="unsigned integer"/>
              <Element Offset="2600" Vartype="Pointer" Bytesize="8" OffsetHex="00000A28" DisplayMethod="unsigned integer"/>
              <Element Offset="2604" Vartype="Pointer" Bytesize="8" OffsetHex="00000A2C" DisplayMethod="unsigned integer"/>
              <Element Offset="2608" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="00000A30" DisplayMethod="unsigned integer"/>
              <Element Offset="2644" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="00000A54" DisplayMethod="unsigned integer"/>
              <Element Offset="2652" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000A5C" DisplayMethod="unsigned integer"/>
              <Element Offset="2676" Vartype="Pointer" Bytesize="8" OffsetHex="00000A74" DisplayMethod="unsigned integer"/>
              <Element Offset="2680" Vartype="Pointer" Bytesize="8" OffsetHex="00000A78" DisplayMethod="unsigned integer"/>
              <Element Offset="2684" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00000A7C" DisplayMethod="unsigned integer"/>
              <Element Offset="2728" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="00000AA8" DisplayMethod="unsigned integer"/>
              <Element Offset="2736" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000AB0" DisplayMethod="unsigned integer"/>
              <Element Offset="2760" Vartype="Pointer" Bytesize="8" OffsetHex="00000AC8" DisplayMethod="unsigned integer"/>
              <Element Offset="2764" Vartype="Pointer" Bytesize="8" OffsetHex="00000ACC" DisplayMethod="unsigned integer"/>
              <Element Offset="2768" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00000AD0" DisplayMethod="unsigned integer"/>
              <Element Offset="2812" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="00000AFC" DisplayMethod="unsigned integer"/>
              <Element Offset="2820" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000B04" DisplayMethod="unsigned integer"/>
              <Element Offset="2844" Vartype="Pointer" Bytesize="8" OffsetHex="00000B1C" DisplayMethod="unsigned integer"/>
              <Element Offset="2848" Vartype="Pointer" Bytesize="8" OffsetHex="00000B20" DisplayMethod="unsigned integer"/>
              <Element Offset="2852" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00000B24" DisplayMethod="unsigned integer"/>
              <Element Offset="2896" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="00000B50" DisplayMethod="unsigned integer"/>
              <Element Offset="2904" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000B58" DisplayMethod="unsigned integer"/>
              <Element Offset="2928" Vartype="Pointer" Bytesize="8" OffsetHex="00000B70" DisplayMethod="unsigned integer"/>
              <Element Offset="2932" Vartype="Pointer" Bytesize="8" OffsetHex="00000B74" DisplayMethod="unsigned integer"/>
              <Element Offset="2936" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00000B78" DisplayMethod="unsigned integer"/>
              <Element Offset="2980" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="00000BA4" DisplayMethod="unsigned integer"/>
              <Element Offset="2988" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000BAC" DisplayMethod="unsigned integer"/>
              <Element Offset="3012" Vartype="Pointer" Bytesize="8" OffsetHex="00000BC4" DisplayMethod="unsigned integer"/>
              <Element Offset="3016" Vartype="Pointer" Bytesize="8" OffsetHex="00000BC8" DisplayMethod="unsigned integer"/>
              <Element Offset="3020" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00000BCC" DisplayMethod="unsigned integer"/>
              <Element Offset="3064" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="00000BF8" DisplayMethod="unsigned integer"/>
              <Element Offset="3072" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000C00" DisplayMethod="unsigned integer"/>
              <Element Offset="3096" Vartype="Pointer" Bytesize="8" OffsetHex="00000C18" DisplayMethod="unsigned integer"/>
              <Element Offset="3100" Vartype="Pointer" Bytesize="8" OffsetHex="00000C1C" DisplayMethod="unsigned integer"/>
              <Element Offset="3104" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00000C20" DisplayMethod="unsigned integer"/>
              <Element Offset="3148" Vartype="String" Bytesize="8" OffsetHex="00000C4C" DisplayMethod="unsigned integer"/>
              <Element Offset="3156" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000C54" DisplayMethod="unsigned integer"/>
              <Element Offset="3180" Vartype="Pointer" Bytesize="8" OffsetHex="00000C6C" DisplayMethod="unsigned integer"/>
              <Element Offset="3184" Vartype="Pointer" Bytesize="8" OffsetHex="00000C70" DisplayMethod="unsigned integer"/>
              <Element Offset="3188" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00000C74" DisplayMethod="unsigned integer"/>
              <Element Offset="3232" Vartype="String" Bytesize="8" OffsetHex="00000CA0" DisplayMethod="unsigned integer"/>
              <Element Offset="3240" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000CA8" DisplayMethod="unsigned integer"/>
              <Element Offset="3264" Vartype="Pointer" Bytesize="8" OffsetHex="00000CC0" DisplayMethod="unsigned integer"/>
              <Element Offset="3268" Vartype="Pointer" Bytesize="8" OffsetHex="00000CC4" DisplayMethod="unsigned integer"/>
              <Element Offset="3272" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00000CC8" DisplayMethod="unsigned integer"/>
              <Element Offset="3316" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="00000CF4" DisplayMethod="unsigned integer"/>
              <Element Offset="3324" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000CFC" DisplayMethod="unsigned integer"/>
              <Element Offset="3348" Vartype="Pointer" Bytesize="8" OffsetHex="00000D14" DisplayMethod="unsigned integer"/>
              <Element Offset="3352" Vartype="Pointer" Bytesize="8" OffsetHex="00000D18" DisplayMethod="unsigned integer"/>
              <Element Offset="3356" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00000D1C" DisplayMethod="unsigned integer"/>
              <Element Offset="3400" Vartype="String" Bytesize="8" OffsetHex="00000D48" DisplayMethod="unsigned integer"/>
              <Element Offset="3408" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000D50" DisplayMethod="unsigned integer"/>
              <Element Offset="3432" Vartype="Pointer" Bytesize="8" OffsetHex="00000D68" DisplayMethod="unsigned integer"/>
              <Element Offset="3436" Vartype="Pointer" Bytesize="8" OffsetHex="00000D6C" DisplayMethod="unsigned integer"/>
              <Element Offset="3440" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000D70" DisplayMethod="unsigned integer"/>
              <Element Offset="3448" Vartype="Pointer" Bytesize="8" OffsetHex="00000D78" DisplayMethod="unsigned integer"/>
              <Element Offset="3452" Vartype="4 Bytes" Bytesize="4" RLECount="10" OffsetHex="00000D7C" DisplayMethod="unsigned integer"/>
              <Element Offset="3492" Vartype="String" Bytesize="8" OffsetHex="00000DA4" DisplayMethod="unsigned integer"/>
              <Element Offset="3500" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000DAC" DisplayMethod="unsigned integer"/>
              <Element Offset="3524" Vartype="Pointer" Bytesize="8" OffsetHex="00000DC4" DisplayMethod="unsigned integer"/>
              <Element Offset="3528" Vartype="Pointer" Bytesize="8" OffsetHex="00000DC8" DisplayMethod="unsigned integer"/>
              <Element Offset="3532" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00000DCC" DisplayMethod="unsigned integer"/>
              <Element Offset="3576" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="00000DF8" DisplayMethod="unsigned integer"/>
              <Element Offset="3584" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000E00" DisplayMethod="unsigned integer"/>
              <Element Offset="3608" Vartype="Pointer" Bytesize="8" OffsetHex="00000E18" DisplayMethod="unsigned integer"/>
              <Element Offset="3612" Vartype="Pointer" Bytesize="8" OffsetHex="00000E1C" DisplayMethod="unsigned integer"/>
              <Element Offset="3616" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00000E20" DisplayMethod="unsigned integer"/>
              <Element Offset="3660" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="00000E4C" DisplayMethod="unsigned integer"/>
              <Element Offset="3668" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000E54" DisplayMethod="unsigned integer"/>
              <Element Offset="3692" Vartype="Pointer" Bytesize="8" OffsetHex="00000E6C" DisplayMethod="unsigned integer"/>
              <Element Offset="3696" Vartype="Pointer" Bytesize="8" OffsetHex="00000E70" DisplayMethod="unsigned integer"/>
              <Element Offset="3700" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00000E74" DisplayMethod="unsigned integer"/>
              <Element Offset="3744" Vartype="String" Bytesize="8" OffsetHex="00000EA0" DisplayMethod="unsigned integer"/>
              <Element Offset="3752" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000EA8" DisplayMethod="unsigned integer"/>
              <Element Offset="3776" Vartype="Pointer" Bytesize="8" OffsetHex="00000EC0" DisplayMethod="unsigned integer"/>
              <Element Offset="3780" Vartype="Pointer" Bytesize="8" OffsetHex="00000EC4" DisplayMethod="unsigned integer"/>
              <Element Offset="3784" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00000EC8" DisplayMethod="unsigned integer"/>
              <Element Offset="3828" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="00000EF4" DisplayMethod="unsigned integer"/>
              <Element Offset="3836" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000EFC" DisplayMethod="unsigned integer"/>
              <Element Offset="3860" Vartype="Pointer" Bytesize="8" OffsetHex="00000F14" DisplayMethod="unsigned integer"/>
              <Element Offset="3864" Vartype="Pointer" Bytesize="8" OffsetHex="00000F18" DisplayMethod="unsigned integer"/>
              <Element Offset="3868" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00000F1C" DisplayMethod="unsigned integer"/>
              <Element Offset="3912" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="00000F48" DisplayMethod="unsigned integer"/>
              <Element Offset="3920" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000F50" DisplayMethod="unsigned integer"/>
              <Element Offset="3944" Vartype="Pointer" Bytesize="8" OffsetHex="00000F68" DisplayMethod="unsigned integer"/>
              <Element Offset="3948" Vartype="Pointer" Bytesize="8" OffsetHex="00000F6C" DisplayMethod="unsigned integer"/>
              <Element Offset="3952" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00000F70" DisplayMethod="unsigned integer"/>
              <Element Offset="3996" Vartype="Byte" Bytesize="1" RLECount="8" OffsetHex="00000F9C" DisplayMethod="unsigned integer"/>
              <Element Offset="4004" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00000FA4" DisplayMethod="unsigned integer"/>
              <Element Offset="4028" Vartype="Pointer" Bytesize="8" OffsetHex="00000FBC" DisplayMethod="unsigned integer"/>
              <Element Offset="4032" Vartype="Pointer" Bytesize="8" OffsetHex="00000FC0" DisplayMethod="unsigned integer"/>
              <Element Offset="4036" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00000FC4" DisplayMethod="unsigned integer"/>
              <Element Offset="4080" Vartype="String" Bytesize="8" OffsetHex="00000FF0" DisplayMethod="unsigned integer"/>
              <Element Offset="4088" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000FF8" DisplayMethod="unsigned integer"/>
            </Elements>
          </Structure>
        </Element>
        <Element Offset="2580" Vartype="4 Bytes" Bytesize="4" RLECount="379" OffsetHex="00000A14" DisplayMethod="unsigned integer"/>
      </Elements>
    </Structure>
    <Structure Name="unnamed structure" AutoFill="0" AutoCreate="1" DefaultHex="0" AutoDestroy="0" DoNotSaveLocal="0" RLECompression="1" AutoCreateStructsize="4096">
      <Elements>
        <Element Offset="0" Vartype="Pointer" Bytesize="8" OffsetHex="00000000" DisplayMethod="unsigned integer"/>
        <Element Offset="4" Vartype="Pointer" Bytesize="8" OffsetHex="00000004" DisplayMethod="unsigned integer"/>
        <Element Offset="8" Vartype="Pointer" Bytesize="8" OffsetHex="00000008" DisplayMethod="unsigned integer"/>
        <Element Offset="12" Vartype="Pointer" Bytesize="8" OffsetHex="0000000C" DisplayMethod="unsigned integer"/>
        <Element Offset="16" Vartype="Pointer" Bytesize="8" OffsetHex="00000010" DisplayMethod="unsigned integer"/>
        <Element Offset="20" Vartype="Pointer" Bytesize="8" OffsetHex="00000014" DisplayMethod="unsigned integer"/>
        <Element Offset="24" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000018" DisplayMethod="unsigned integer"/>
        <Element Offset="32" Vartype="Pointer" Bytesize="8" OffsetHex="00000020" DisplayMethod="unsigned integer"/>
        <Element Offset="36" Vartype="Pointer" Bytesize="8" OffsetHex="00000024" DisplayMethod="unsigned integer"/>
        <Element Offset="40" Vartype="Pointer" Bytesize="8" OffsetHex="00000028" DisplayMethod="unsigned integer"/>
        <Element Offset="44" Vartype="4 Bytes" Bytesize="4" RLECount="14" OffsetHex="0000002C" DisplayMethod="unsigned integer"/>
        <Element Offset="100" Vartype="Pointer" Bytesize="8" OffsetHex="00000064" DisplayMethod="unsigned integer"/>
        <Element Offset="104" Vartype="4 Bytes" Bytesize="4" RLECount="38" OffsetHex="00000068" DisplayMethod="unsigned integer"/>
        <Element Offset="256" Vartype="Pointer" Bytesize="8" OffsetHex="00000100" DisplayMethod="unsigned integer"/>
        <Element Offset="260" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00000104" DisplayMethod="unsigned integer"/>
        <Element Offset="268" Vartype="Pointer" Bytesize="8" OffsetHex="0000010C" DisplayMethod="unsigned integer"/>
        <Element Offset="272" Vartype="Pointer" Bytesize="8" OffsetHex="00000110" DisplayMethod="unsigned integer"/>
        <Element Offset="276" Vartype="4 Bytes" Bytesize="4" RLECount="39" OffsetHex="00000114" DisplayMethod="unsigned integer"/>
        <Element Offset="432" Vartype="Pointer" Bytesize="8" OffsetHex="000001B0" DisplayMethod="unsigned integer"/>
        <Element Offset="436" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000001B4" DisplayMethod="unsigned integer"/>
        <Element Offset="444" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001BC" DisplayMethod="hexadecimal"/>
        <Element Offset="448" Vartype="Pointer" Bytesize="8" OffsetHex="000001C0" DisplayMethod="unsigned integer"/>
        <Element Offset="452" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001C4" DisplayMethod="unsigned integer"/>
        <Element Offset="456" Vartype="Pointer" Bytesize="8" OffsetHex="000001C8" DisplayMethod="unsigned integer"/>
        <Element Offset="460" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000001CC" DisplayMethod="unsigned integer"/>
        <Element Offset="472" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001D8" DisplayMethod="hexadecimal"/>
        <Element Offset="476" Vartype="Pointer" Bytesize="8" OffsetHex="000001DC" DisplayMethod="unsigned integer"/>
        <Element Offset="480" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001E0" DisplayMethod="unsigned integer"/>
        <Element Offset="484" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001E4" DisplayMethod="hexadecimal"/>
        <Element Offset="488" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001E8" DisplayMethod="unsigned integer"/>
        <Element Offset="492" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001EC" DisplayMethod="hexadecimal"/>
        <Element Offset="496" Vartype="4 Bytes" Bytesize="4" OffsetHex="000001F0" DisplayMethod="unsigned integer"/>
        <Element Offset="500" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="000001F4" DisplayMethod="unsigned integer"/>
        <Element Offset="512" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000200" DisplayMethod="hexadecimal"/>
        <Element Offset="516" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000204" DisplayMethod="unsigned integer"/>
        <Element Offset="520" Vartype="Pointer" Bytesize="8" OffsetHex="00000208" DisplayMethod="unsigned integer"/>
        <Element Offset="524" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000020C" DisplayMethod="unsigned integer"/>
        <Element Offset="528" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="00000210" DisplayMethod="unsigned integer"/>
        <Element Offset="540" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000021C" DisplayMethod="hexadecimal"/>
        <Element Offset="544" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000220" DisplayMethod="unsigned integer"/>
        <Element Offset="548" Vartype="Pointer" Bytesize="8" OffsetHex="00000224" DisplayMethod="unsigned integer"/>
        <Element Offset="552" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000228" DisplayMethod="unsigned integer"/>
        <Element Offset="556" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="0000022C" DisplayMethod="unsigned integer"/>
        <Element Offset="568" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000238" DisplayMethod="hexadecimal"/>
        <Element Offset="572" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000023C" DisplayMethod="unsigned integer"/>
        <Element Offset="576" Vartype="Pointer" Bytesize="8" OffsetHex="00000240" DisplayMethod="unsigned integer"/>
        <Element Offset="580" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000244" DisplayMethod="unsigned integer"/>
        <Element Offset="584" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="00000248" DisplayMethod="unsigned integer"/>
        <Element Offset="596" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000254" DisplayMethod="hexadecimal"/>
        <Element Offset="600" Vartype="String" Bytesize="9" OffsetHex="00000258" DisplayMethod="unsigned integer"/>
        <Element Offset="609" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="00000261" DisplayMethod="unsigned integer"/>
        <Element Offset="612" Vartype="String" Bytesize="7" OffsetHex="00000264" DisplayMethod="unsigned integer"/>
        <Element Offset="619" Vartype="Byte" Bytesize="1" OffsetHex="0000026B" DisplayMethod="unsigned integer"/>
        <Element Offset="620" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0000026C" DisplayMethod="unsigned integer"/>
        <Element Offset="636" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="0000027C" DisplayMethod="unsigned integer"/>
        <Element Offset="648" Vartype="Pointer" Bytesize="8" OffsetHex="00000288" DisplayMethod="unsigned integer"/>
        <Element Offset="652" Vartype="Pointer" Bytesize="8" OffsetHex="0000028C" DisplayMethod="unsigned integer"/>
        <Element Offset="656" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00000290" DisplayMethod="unsigned integer"/>
        <Element Offset="672" Vartype="4 Bytes" Bytesize="4" OffsetHex="000002A0" DisplayMethod="hexadecimal"/>
        <Element Offset="676" Vartype="4 Bytes" Bytesize="4" OffsetHex="000002A4" DisplayMethod="unsigned integer"/>
        <Element Offset="680" Vartype="Pointer" Bytesize="8" OffsetHex="000002A8" DisplayMethod="unsigned integer"/>
        <Element Offset="684" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="000002AC" DisplayMethod="unsigned integer"/>
        <Element Offset="708" Vartype="Pointer" Bytesize="8" OffsetHex="000002C4" DisplayMethod="unsigned integer"/>
        <Element Offset="712" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="000002C8" DisplayMethod="unsigned integer"/>
        <Element Offset="732" Vartype="Float" Bytesize="4" OffsetHex="000002DC" DisplayMethod="unsigned integer"/>
        <Element Offset="736" Vartype="4 Bytes" Bytesize="4" OffsetHex="000002E0" DisplayMethod="unsigned integer"/>
        <Element Offset="740" Vartype="Float" Bytesize="4" OffsetHex="000002E4" DisplayMethod="unsigned integer"/>
        <Element Offset="744" Vartype="4 Bytes" Bytesize="4" OffsetHex="000002E8" DisplayMethod="unsigned integer"/>
        <Element Offset="748" Vartype="Float" Bytesize="4" OffsetHex="000002EC" DisplayMethod="unsigned integer"/>
        <Element Offset="752" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000002F0" DisplayMethod="unsigned integer"/>
        <Element Offset="764" Vartype="Double" Bytesize="8" OffsetHex="000002FC" DisplayMethod="unsigned integer"/>
        <Element Offset="772" Vartype="Float" Bytesize="4" RLECount="6" OffsetHex="00000304" DisplayMethod="unsigned integer"/>
        <Element Offset="796" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="0000031C" DisplayMethod="unsigned integer"/>
        <Element Offset="820" Vartype="Double" Bytesize="8" RLECount="2" OffsetHex="00000334" DisplayMethod="unsigned integer"/>
        <Element Offset="836" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000344" DisplayMethod="unsigned integer"/>
        <Element Offset="848" Vartype="Double" Bytesize="8" RLECount="2" OffsetHex="00000350" DisplayMethod="unsigned integer"/>
        <Element Offset="864" Vartype="4 Bytes" Bytesize="4" OffsetHex="00000360" DisplayMethod="unsigned integer"/>
        <Element Offset="868" Vartype="Double" Bytesize="8" OffsetHex="00000364" DisplayMethod="unsigned integer"/>
        <Element Offset="876" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0000036C" DisplayMethod="unsigned integer"/>
        <Element Offset="888" Vartype="Double" Bytesize="8" OffsetHex="00000378" DisplayMethod="unsigned integer"/>
        <Element Offset="896" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000380" DisplayMethod="unsigned integer"/>
        <Element Offset="908" Vartype="Double" Bytesize="8" OffsetHex="0000038C" DisplayMethod="unsigned integer"/>
        <Element Offset="916" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00000394" DisplayMethod="unsigned integer"/>
        <Element Offset="928" Vartype="Double" Bytesize="8" RLECount="2" OffsetHex="000003A0" DisplayMethod="unsigned integer"/>
        <Element Offset="944" Vartype="4 Bytes" Bytesize="4" OffsetHex="000003B0" DisplayMethod="unsigned integer"/>
        <Element Offset="948" Vartype="Double" Bytesize="8" OffsetHex="000003B4" DisplayMethod="unsigned integer"/>
        <Element Offset="956" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000003BC" DisplayMethod="unsigned integer"/>
        <Element Offset="968" Vartype="Double" Bytesize="8" OffsetHex="000003C8" DisplayMethod="unsigned integer"/>
        <Element Offset="976" Vartype="4 Bytes" Bytesize="4" RLECount="145" OffsetHex="000003D0" DisplayMethod="unsigned integer"/>
        <Element Offset="1556" Vartype="Pointer" Bytesize="8" OffsetHex="00000614" DisplayMethod="unsigned integer"/>
        <Element Offset="1560" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00000618" DisplayMethod="unsigned integer"/>
        <Element Offset="1676" Vartype="Pointer" Bytesize="8" OffsetHex="0000068C" DisplayMethod="unsigned integer"/>
        <Element Offset="1680" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00000690" DisplayMethod="unsigned integer"/>
        <Element Offset="1796" Vartype="Pointer" Bytesize="8" OffsetHex="00000704" DisplayMethod="unsigned integer"/>
        <Element Offset="1800" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00000708" DisplayMethod="unsigned integer"/>
        <Element Offset="1916" Vartype="Pointer" Bytesize="8" OffsetHex="0000077C" DisplayMethod="unsigned integer"/>
        <Element Offset="1920" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00000780" DisplayMethod="unsigned integer"/>
        <Element Offset="2036" Vartype="Pointer" Bytesize="8" OffsetHex="000007F4" DisplayMethod="unsigned integer"/>
        <Element Offset="2040" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="000007F8" DisplayMethod="unsigned integer"/>
        <Element Offset="2156" Vartype="Pointer" Bytesize="8" OffsetHex="0000086C" DisplayMethod="unsigned integer"/>
        <Element Offset="2160" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00000870" DisplayMethod="unsigned integer"/>
        <Element Offset="2276" Vartype="Pointer" Bytesize="8" OffsetHex="000008E4" DisplayMethod="unsigned integer"/>
        <Element Offset="2280" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="000008E8" DisplayMethod="unsigned integer"/>
        <Element Offset="2396" Vartype="Pointer" Bytesize="8" OffsetHex="0000095C" DisplayMethod="unsigned integer"/>
        <Element Offset="2400" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00000960" DisplayMethod="unsigned integer"/>
        <Element Offset="2516" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="000009D4" DisplayMethod="hexadecimal"/>
        <Element Offset="2532" Vartype="4 Bytes" Bytesize="4" OffsetHex="000009E4" DisplayMethod="unsigned integer"/>
        <Element Offset="2536" Vartype="Pointer" Bytesize="8" OffsetHex="000009E8" DisplayMethod="unsigned integer"/>
        <Element Offset="2540" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="000009EC" DisplayMethod="unsigned integer"/>
        <Element Offset="2576" Vartype="Pointer" Bytesize="8" OffsetHex="00000A10" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="2580" Vartype="4 Bytes" Bytesize="4" RLECount="472" OffsetHex="00000A14" DisplayMethod="unsigned integer"/>
        <Element Offset="4468" Vartype="4 Bytes" Bytesize="4" OffsetHex="00001174" DisplayMethod="hexadecimal"/>
        <Element Offset="4472" Vartype="4 Bytes" Bytesize="4" OffsetHex="00001178" DisplayMethod="unsigned integer"/>
        <Element Offset="4476" Vartype="Double" Bytesize="8" RLECount="2" OffsetHex="0000117C" DisplayMethod="unsigned integer"/>
        <Element Offset="4492" Vartype="Float" Bytesize="4" OffsetHex="0000118C" DisplayMethod="unsigned integer"/>
        <Element Offset="4496" Vartype="Double" Bytesize="8" OffsetHex="00001190" DisplayMethod="unsigned integer"/>
        <Element Offset="4504" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00001198" DisplayMethod="unsigned integer"/>
        <Element Offset="4512" Vartype="Pointer" Bytesize="8" OffsetHex="000011A0" DisplayMethod="unsigned integer"/>
        <Element Offset="4516" Vartype="Pointer" Bytesize="8" OffsetHex="000011A4" DisplayMethod="unsigned integer"/>
        <Element Offset="4520" Vartype="Double" Bytesize="8" RLECount="3" OffsetHex="000011A8" DisplayMethod="unsigned integer"/>
        <Element Offset="4544" Vartype="4 Bytes" Bytesize="4" OffsetHex="000011C0" DisplayMethod="unsigned integer"/>
        <Element Offset="4548" Vartype="Double" Bytesize="8" OffsetHex="000011C4" DisplayMethod="unsigned integer"/>
        <Element Offset="4556" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="000011CC" DisplayMethod="unsigned integer"/>
        <Element Offset="4572" Vartype="4 Bytes" Bytesize="4" OffsetHex="000011DC" DisplayMethod="hexadecimal"/>
        <Element Offset="4576" Vartype="4 Bytes" Bytesize="4" OffsetHex="000011E0" DisplayMethod="unsigned integer"/>
        <Element Offset="4580" Vartype="Double" Bytesize="8" RLECount="2" OffsetHex="000011E4" DisplayMethod="unsigned integer"/>
        <Element Offset="4596" Vartype="Float" Bytesize="4" OffsetHex="000011F4" DisplayMethod="unsigned integer"/>
        <Element Offset="4600" Vartype="Double" Bytesize="8" OffsetHex="000011F8" DisplayMethod="unsigned integer"/>
        <Element Offset="4608" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00001200" DisplayMethod="unsigned integer"/>
        <Element Offset="4616" Vartype="Pointer" Bytesize="8" OffsetHex="00001208" DisplayMethod="unsigned integer"/>
        <Element Offset="4620" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="0000120C" DisplayMethod="unsigned integer"/>
        <Element Offset="4672" Vartype="Pointer" Bytesize="8" OffsetHex="00001240" DisplayMethod="unsigned integer"/>
        <Element Offset="4676" Vartype="Pointer" Bytesize="8" OffsetHex="00001244" DisplayMethod="unsigned integer"/>
        <Element Offset="4680" Vartype="4 Bytes" Bytesize="4" RLECount="39" OffsetHex="00001248" DisplayMethod="unsigned integer"/>
        <Element Offset="4836" Vartype="Pointer" Bytesize="8" OffsetHex="000012E4" DisplayMethod="unsigned integer"/>
        <Element Offset="4840" Vartype="Double" Bytesize="8" OffsetHex="000012E8" DisplayMethod="unsigned integer"/>
        <Element Offset="4848" Vartype="Pointer" Bytesize="8" OffsetHex="000012F0" DisplayMethod="unsigned integer"/>
        <Element Offset="4852" Vartype="Pointer" Bytesize="8" OffsetHex="000012F4" DisplayMethod="unsigned integer"/>
        <Element Offset="4856" Vartype="Pointer" Bytesize="8" OffsetHex="000012F8" DisplayMethod="unsigned integer"/>
        <Element Offset="4860" Vartype="Pointer" Bytesize="8" OffsetHex="000012FC" DisplayMethod="unsigned integer"/>
        <Element Offset="4864" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00001300" DisplayMethod="unsigned integer"/>
        <Element Offset="4876" Vartype="Pointer" Bytesize="8" OffsetHex="0000130C" DisplayMethod="unsigned integer"/>
        <Element Offset="4880" Vartype="Pointer" Bytesize="8" OffsetHex="00001310" DisplayMethod="unsigned integer"/>
        <Element Offset="4884" Vartype="Pointer" Bytesize="8" OffsetHex="00001314" DisplayMethod="unsigned integer"/>
        <Element Offset="4888" Vartype="Unicode String" Bytesize="5" OffsetHex="00001318" DisplayMethod="unsigned integer"/>
        <Element Offset="4893" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="0000131D" DisplayMethod="unsigned integer"/>
        <Element Offset="4896" Vartype="Pointer" Bytesize="8" OffsetHex="00001320" DisplayMethod="unsigned integer"/>
        <Element Offset="4900" Vartype="4 Bytes" Bytesize="4" OffsetHex="00001324" DisplayMethod="unsigned integer"/>
        <Element Offset="4904" Vartype="Float" Bytesize="4" RLECount="4" OffsetHex="00001328" DisplayMethod="unsigned integer"/>
        <Element Offset="4920" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00001338" DisplayMethod="unsigned integer"/>
        <Element Offset="4936" Vartype="Byte" Bytesize="1" OffsetHex="00001348" DisplayMethod="unsigned integer"/>
        <Element Offset="4937" Vartype="String" Bytesize="4" OffsetHex="00001349" DisplayMethod="unsigned integer"/>
        <Element Offset="4941" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="0000134D" DisplayMethod="unsigned integer"/>
        <Element Offset="4944" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00001350" DisplayMethod="unsigned integer"/>
        <Element Offset="4968" Vartype="Pointer" Bytesize="8" OffsetHex="00001368" DisplayMethod="unsigned integer"/>
        <Element Offset="4972" Vartype="Pointer" Bytesize="8" OffsetHex="0000136C" DisplayMethod="unsigned integer"/>
        <Element Offset="4976" Vartype="4 Bytes" Bytesize="4" OffsetHex="00001370" DisplayMethod="unsigned integer"/>
        <Element Offset="4980" Vartype="Pointer" Bytesize="8" OffsetHex="00001374" DisplayMethod="unsigned integer"/>
        <Element Offset="4984" Vartype="4 Bytes" Bytesize="4" OffsetHex="00001378" DisplayMethod="unsigned integer"/>
        <Element Offset="4988" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000137C" DisplayMethod="hexadecimal"/>
        <Element Offset="4992" Vartype="Pointer" Bytesize="8" OffsetHex="00001380" DisplayMethod="unsigned integer"/>
        <Element Offset="4996" Vartype="4 Bytes" Bytesize="4" OffsetHex="00001384" DisplayMethod="unsigned integer"/>
        <Element Offset="5000" Vartype="4 Bytes" Bytesize="4" OffsetHex="00001388" DisplayMethod="hexadecimal"/>
        <Element Offset="5004" Vartype="4 Bytes" Bytesize="4" RLECount="34" OffsetHex="0000138C" DisplayMethod="unsigned integer"/>
        <Element Offset="5140" Vartype="Float" Bytesize="4" OffsetHex="00001414" DisplayMethod="unsigned integer"/>
        <Element Offset="5144" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00001418" DisplayMethod="unsigned integer"/>
        <Element Offset="5160" Vartype="4 Bytes" Bytesize="4" OffsetHex="00001428" DisplayMethod="hexadecimal"/>
        <Element Offset="5164" Vartype="4 Bytes" Bytesize="4" RLECount="225" OffsetHex="0000142C" DisplayMethod="unsigned integer"/>
        <Element Offset="6064" Vartype="Pointer" Bytesize="8" OffsetHex="000017B0" DisplayMethod="unsigned integer"/>
        <Element Offset="6068" Vartype="4 Bytes" Bytesize="4" RLECount="24" OffsetHex="000017B4" DisplayMethod="unsigned integer"/>
        <Element Offset="6164" Vartype="Pointer" Bytesize="8" OffsetHex="00001814" DisplayMethod="unsigned integer"/>
        <Element Offset="6168" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00001818" DisplayMethod="unsigned integer"/>
        <Element Offset="6184" Vartype="Pointer" Bytesize="8" OffsetHex="00001828" DisplayMethod="unsigned integer"/>
        <Element Offset="6188" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0000182C" DisplayMethod="unsigned integer"/>
        <Element Offset="6204" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="0000183C" DisplayMethod="unsigned integer"/>
        <Element Offset="6212" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00001844" DisplayMethod="unsigned integer"/>
        <Element Offset="6220" Vartype="Double" Bytesize="8" OffsetHex="0000184C" DisplayMethod="unsigned integer"/>
        <Element Offset="6228" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="00001854" DisplayMethod="unsigned integer"/>
        <Element Offset="6240" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="00001860" DisplayMethod="unsigned integer"/>
        <Element Offset="6276" Vartype="Double" Bytesize="8" RLECount="2" OffsetHex="00001884" DisplayMethod="unsigned integer"/>
        <Element Offset="6292" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00001894" DisplayMethod="unsigned integer"/>
        <Element Offset="6304" Vartype="Double" Bytesize="8" OffsetHex="000018A0" DisplayMethod="unsigned integer"/>
        <Element Offset="6312" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000018A8" DisplayMethod="unsigned integer"/>
        <Element Offset="6324" Vartype="Double" Bytesize="8" OffsetHex="000018B4" DisplayMethod="unsigned integer"/>
        <Element Offset="6332" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000018BC" DisplayMethod="unsigned integer"/>
        <Element Offset="6344" Vartype="Double" Bytesize="8" OffsetHex="000018C8" DisplayMethod="unsigned integer"/>
        <Element Offset="6352" Vartype="4 Bytes" Bytesize="4" RLECount="165" OffsetHex="000018D0" DisplayMethod="unsigned integer"/>
        <Element Offset="7012" Vartype="Pointer" Bytesize="8" OffsetHex="00001B64" DisplayMethod="unsigned integer"/>
        <Element Offset="7016" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00001B68" DisplayMethod="unsigned integer"/>
        <Element Offset="7132" Vartype="Pointer" Bytesize="8" OffsetHex="00001BDC" DisplayMethod="unsigned integer"/>
        <Element Offset="7136" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00001BE0" DisplayMethod="unsigned integer"/>
        <Element Offset="7252" Vartype="Pointer" Bytesize="8" OffsetHex="00001C54" DisplayMethod="unsigned integer"/>
        <Element Offset="7256" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00001C58" DisplayMethod="unsigned integer"/>
        <Element Offset="7372" Vartype="Pointer" Bytesize="8" OffsetHex="00001CCC" DisplayMethod="unsigned integer"/>
        <Element Offset="7376" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00001CD0" DisplayMethod="unsigned integer"/>
        <Element Offset="7492" Vartype="Pointer" Bytesize="8" OffsetHex="00001D44" DisplayMethod="unsigned integer"/>
        <Element Offset="7496" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00001D48" DisplayMethod="unsigned integer"/>
        <Element Offset="7612" Vartype="Pointer" Bytesize="8" OffsetHex="00001DBC" DisplayMethod="unsigned integer"/>
        <Element Offset="7616" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00001DC0" DisplayMethod="unsigned integer"/>
        <Element Offset="7732" Vartype="Pointer" Bytesize="8" OffsetHex="00001E34" DisplayMethod="unsigned integer"/>
        <Element Offset="7736" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00001E38" DisplayMethod="unsigned integer"/>
        <Element Offset="7852" Vartype="Pointer" Bytesize="8" OffsetHex="00001EAC" DisplayMethod="unsigned integer"/>
        <Element Offset="7856" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00001EB0" DisplayMethod="unsigned integer"/>
        <Element Offset="7972" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00001F24" DisplayMethod="hexadecimal"/>
        <Element Offset="7988" Vartype="4 Bytes" Bytesize="4" OffsetHex="00001F34" DisplayMethod="unsigned integer"/>
        <Element Offset="7992" Vartype="Pointer" Bytesize="8" OffsetHex="00001F38" DisplayMethod="unsigned integer"/>
        <Element Offset="7996" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="00001F3C" DisplayMethod="unsigned integer"/>
        <Element Offset="8032" Vartype="Pointer" Bytesize="8" OffsetHex="00001F60" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="8036" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00001F64" DisplayMethod="unsigned integer"/>
        <Element Offset="8056" Vartype="Float" Bytesize="4" OffsetHex="00001F78" DisplayMethod="unsigned integer"/>
        <Element Offset="8060" Vartype="4 Bytes" Bytesize="4" OffsetHex="00001F7C" DisplayMethod="unsigned integer"/>
        <Element Offset="8064" Vartype="Byte" Bytesize="1" OffsetHex="00001F80" DisplayMethod="unsigned integer"/>
        <Element Offset="8065" Vartype="String" Bytesize="27" OffsetHex="00001F81" DisplayMethod="unsigned integer"/>
        <Element Offset="8092" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00001F9C" DisplayMethod="unsigned integer"/>
        <Element Offset="8116" Vartype="Pointer" Bytesize="8" OffsetHex="00001FB4" DisplayMethod="unsigned integer"/>
        <Element Offset="8120" Vartype="4 Bytes" Bytesize="4" RLECount="20" OffsetHex="00001FB8" DisplayMethod="unsigned integer"/>
        <Element Offset="8200" Vartype="Pointer" Bytesize="8" OffsetHex="00002008" DisplayMethod="unsigned integer"/>
        <Element Offset="8204" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000200C" DisplayMethod="hexadecimal"/>
        <Element Offset="8208" Vartype="Float" Bytesize="4" OffsetHex="00002010" DisplayMethod="unsigned integer"/>
        <Element Offset="8212" Vartype="4 Bytes" Bytesize="4" OffsetHex="00002014" DisplayMethod="unsigned integer"/>
        <Element Offset="8216" Vartype="Float" Bytesize="4" OffsetHex="00002018" DisplayMethod="unsigned integer"/>
        <Element Offset="8220" Vartype="Double" Bytesize="8" OffsetHex="0000201C" DisplayMethod="unsigned integer"/>
        <Element Offset="8228" Vartype="4 Bytes" Bytesize="4" RLECount="19" OffsetHex="00002024" DisplayMethod="unsigned integer"/>
        <Element Offset="8304" Vartype="Pointer" Bytesize="8" OffsetHex="00002070" DisplayMethod="unsigned integer"/>
        <Element Offset="8308" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00002074" DisplayMethod="unsigned integer"/>
        <Element Offset="8316" Vartype="Pointer" Bytesize="8" OffsetHex="0000207C" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="8320" Vartype="String" Bytesize="16" OffsetHex="00002080" DisplayMethod="unsigned integer"/>
        <Element Offset="8336" Vartype="4 Bytes" Bytesize="4" RLECount="15" OffsetHex="00002090" DisplayMethod="unsigned integer"/>
        <Element Offset="8396" Vartype="Pointer" Bytesize="8" OffsetHex="000020CC" DisplayMethod="unsigned integer"/>
        <Element Offset="8400" Vartype="4 Bytes" Bytesize="4" RLECount="9080" OffsetHex="000020D0" DisplayMethod="unsigned integer"/>
        <Element Offset="44720" Vartype="Pointer" Bytesize="8" OffsetHex="0000AEB0" DisplayMethod="unsigned integer"/>
        <Element Offset="44724" Vartype="4 Bytes" Bytesize="4" RLECount="14" OffsetHex="0000AEB4" DisplayMethod="unsigned integer"/>
        <Element Offset="44780" Vartype="Double" Bytesize="8" OffsetHex="0000AEEC" DisplayMethod="unsigned integer"/>
        <Element Offset="44788" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="0000AEF4" DisplayMethod="unsigned integer"/>
        <Element Offset="44800" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="0000AF00" DisplayMethod="unsigned integer"/>
        <Element Offset="44836" Vartype="Double" Bytesize="8" OffsetHex="0000AF24" DisplayMethod="unsigned integer"/>
        <Element Offset="44844" Vartype="4 Bytes" Bytesize="4" RLECount="182" OffsetHex="0000AF2C" DisplayMethod="unsigned integer"/>
        <Element Offset="45572" Vartype="Pointer" Bytesize="8" OffsetHex="0000B204" DisplayMethod="unsigned integer"/>
        <Element Offset="45576" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000B208" DisplayMethod="unsigned integer"/>
        <Element Offset="45692" Vartype="Pointer" Bytesize="8" OffsetHex="0000B27C" DisplayMethod="unsigned integer"/>
        <Element Offset="45696" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000B280" DisplayMethod="unsigned integer"/>
        <Element Offset="45812" Vartype="Pointer" Bytesize="8" OffsetHex="0000B2F4" DisplayMethod="unsigned integer"/>
        <Element Offset="45816" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000B2F8" DisplayMethod="unsigned integer"/>
        <Element Offset="45932" Vartype="Pointer" Bytesize="8" OffsetHex="0000B36C" DisplayMethod="unsigned integer"/>
        <Element Offset="45936" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000B370" DisplayMethod="unsigned integer"/>
        <Element Offset="46052" Vartype="Pointer" Bytesize="8" OffsetHex="0000B3E4" DisplayMethod="unsigned integer"/>
        <Element Offset="46056" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000B3E8" DisplayMethod="unsigned integer"/>
        <Element Offset="46172" Vartype="Pointer" Bytesize="8" OffsetHex="0000B45C" DisplayMethod="unsigned integer"/>
        <Element Offset="46176" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000B460" DisplayMethod="unsigned integer"/>
        <Element Offset="46292" Vartype="Pointer" Bytesize="8" OffsetHex="0000B4D4" DisplayMethod="unsigned integer"/>
        <Element Offset="46296" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000B4D8" DisplayMethod="unsigned integer"/>
        <Element Offset="46412" Vartype="Pointer" Bytesize="8" OffsetHex="0000B54C" DisplayMethod="unsigned integer"/>
        <Element Offset="46416" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000B550" DisplayMethod="unsigned integer"/>
        <Element Offset="46532" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0000B5C4" DisplayMethod="hexadecimal"/>
        <Element Offset="46548" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="0000B5D4" DisplayMethod="unsigned integer"/>
        <Element Offset="46592" Vartype="Pointer" Bytesize="8" OffsetHex="0000B600" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="46596" Vartype="4 Bytes" Bytesize="4" RLECount="14" OffsetHex="0000B604" DisplayMethod="unsigned integer"/>
        <Element Offset="46652" Vartype="Double" Bytesize="8" OffsetHex="0000B63C" DisplayMethod="unsigned integer"/>
        <Element Offset="46660" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="0000B644" DisplayMethod="unsigned integer"/>
        <Element Offset="46672" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="0000B650" DisplayMethod="unsigned integer"/>
        <Element Offset="46708" Vartype="Double" Bytesize="8" RLECount="2" OffsetHex="0000B674" DisplayMethod="unsigned integer"/>
        <Element Offset="46724" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0000B684" DisplayMethod="unsigned integer"/>
        <Element Offset="46736" Vartype="Double" Bytesize="8" RLECount="2" OffsetHex="0000B690" DisplayMethod="unsigned integer"/>
        <Element Offset="46752" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000B6A0" DisplayMethod="unsigned integer"/>
        <Element Offset="46756" Vartype="Double" Bytesize="8" OffsetHex="0000B6A4" DisplayMethod="unsigned integer"/>
        <Element Offset="46764" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0000B6AC" DisplayMethod="unsigned integer"/>
        <Element Offset="46776" Vartype="Double" Bytesize="8" OffsetHex="0000B6B8" DisplayMethod="unsigned integer"/>
        <Element Offset="46784" Vartype="4 Bytes" Bytesize="4" RLECount="165" OffsetHex="0000B6C0" DisplayMethod="unsigned integer"/>
        <Element Offset="47444" Vartype="Pointer" Bytesize="8" OffsetHex="0000B954" DisplayMethod="unsigned integer"/>
        <Element Offset="47448" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000B958" DisplayMethod="unsigned integer"/>
        <Element Offset="47564" Vartype="Pointer" Bytesize="8" OffsetHex="0000B9CC" DisplayMethod="unsigned integer"/>
        <Element Offset="47568" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000B9D0" DisplayMethod="unsigned integer"/>
        <Element Offset="47684" Vartype="Pointer" Bytesize="8" OffsetHex="0000BA44" DisplayMethod="unsigned integer"/>
        <Element Offset="47688" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000BA48" DisplayMethod="unsigned integer"/>
        <Element Offset="47804" Vartype="Pointer" Bytesize="8" OffsetHex="0000BABC" DisplayMethod="unsigned integer"/>
        <Element Offset="47808" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000BAC0" DisplayMethod="unsigned integer"/>
        <Element Offset="47924" Vartype="Pointer" Bytesize="8" OffsetHex="0000BB34" DisplayMethod="unsigned integer"/>
        <Element Offset="47928" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000BB38" DisplayMethod="unsigned integer"/>
        <Element Offset="48044" Vartype="Pointer" Bytesize="8" OffsetHex="0000BBAC" DisplayMethod="unsigned integer"/>
        <Element Offset="48048" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000BBB0" DisplayMethod="unsigned integer"/>
        <Element Offset="48164" Vartype="Pointer" Bytesize="8" OffsetHex="0000BC24" DisplayMethod="unsigned integer"/>
        <Element Offset="48168" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000BC28" DisplayMethod="unsigned integer"/>
        <Element Offset="48284" Vartype="Pointer" Bytesize="8" OffsetHex="0000BC9C" DisplayMethod="unsigned integer"/>
        <Element Offset="48288" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000BCA0" DisplayMethod="unsigned integer"/>
        <Element Offset="48404" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0000BD14" DisplayMethod="hexadecimal"/>
        <Element Offset="48420" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="0000BD24" DisplayMethod="unsigned integer"/>
        <Element Offset="48464" Vartype="Pointer" Bytesize="8" OffsetHex="0000BD50" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="48468" Vartype="4 Bytes" Bytesize="4" RLECount="93" OffsetHex="0000BD54" DisplayMethod="unsigned integer"/>
        <Element Offset="48840" Vartype="Pointer" Bytesize="8" OffsetHex="0000BEC8" DisplayMethod="unsigned integer"/>
        <Element Offset="48844" Vartype="Pointer" Bytesize="8" OffsetHex="0000BECC" DisplayMethod="unsigned integer"/>
        <Element Offset="48848" Vartype="Pointer" Bytesize="8" OffsetHex="0000BED0" DisplayMethod="unsigned integer"/>
        <Element Offset="48852" Vartype="Pointer" Bytesize="8" OffsetHex="0000BED4" DisplayMethod="unsigned integer"/>
        <Element Offset="48856" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000BED8" DisplayMethod="unsigned integer"/>
        <Element Offset="48860" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000BEDC" DisplayMethod="hexadecimal"/>
        <Element Offset="48864" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0000BEE0" DisplayMethod="unsigned integer"/>
        <Element Offset="48880" Vartype="Pointer" Bytesize="8" OffsetHex="0000BEF0" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="48884" Vartype="String" Bytesize="25" OffsetHex="0000BEF4" DisplayMethod="unsigned integer"/>
        <Element Offset="48909" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="0000BF0D" DisplayMethod="unsigned integer"/>
        <Element Offset="48912" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="0000BF10" DisplayMethod="unsigned integer"/>
        <Element Offset="48960" Vartype="Pointer" Bytesize="8" OffsetHex="0000BF40" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="48964" Vartype="String" Bytesize="25" OffsetHex="0000BF44" DisplayMethod="unsigned integer"/>
        <Element Offset="48989" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="0000BF5D" DisplayMethod="unsigned integer"/>
        <Element Offset="48992" Vartype="4 Bytes" Bytesize="4" RLECount="23" OffsetHex="0000BF60" DisplayMethod="unsigned integer"/>
        <Element Offset="49084" Vartype="Double" Bytesize="8" OffsetHex="0000BFBC" DisplayMethod="unsigned integer"/>
        <Element Offset="49092" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="0000BFC4" DisplayMethod="unsigned integer"/>
        <Element Offset="49104" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="0000BFD0" DisplayMethod="unsigned integer"/>
        <Element Offset="49140" Vartype="Double" Bytesize="8" OffsetHex="0000BFF4" DisplayMethod="unsigned integer"/>
        <Element Offset="49148" Vartype="4 Bytes" Bytesize="4" RLECount="182" OffsetHex="0000BFFC" DisplayMethod="unsigned integer"/>
        <Element Offset="49876" Vartype="Pointer" Bytesize="8" OffsetHex="0000C2D4" DisplayMethod="unsigned integer"/>
        <Element Offset="49880" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000C2D8" DisplayMethod="unsigned integer"/>
        <Element Offset="49996" Vartype="Pointer" Bytesize="8" OffsetHex="0000C34C" DisplayMethod="unsigned integer"/>
        <Element Offset="50000" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000C350" DisplayMethod="unsigned integer"/>
        <Element Offset="50116" Vartype="Pointer" Bytesize="8" OffsetHex="0000C3C4" DisplayMethod="unsigned integer"/>
        <Element Offset="50120" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000C3C8" DisplayMethod="unsigned integer"/>
        <Element Offset="50236" Vartype="Pointer" Bytesize="8" OffsetHex="0000C43C" DisplayMethod="unsigned integer"/>
        <Element Offset="50240" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000C440" DisplayMethod="unsigned integer"/>
        <Element Offset="50356" Vartype="Pointer" Bytesize="8" OffsetHex="0000C4B4" DisplayMethod="unsigned integer"/>
        <Element Offset="50360" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000C4B8" DisplayMethod="unsigned integer"/>
        <Element Offset="50476" Vartype="Pointer" Bytesize="8" OffsetHex="0000C52C" DisplayMethod="unsigned integer"/>
        <Element Offset="50480" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000C530" DisplayMethod="unsigned integer"/>
        <Element Offset="50596" Vartype="Pointer" Bytesize="8" OffsetHex="0000C5A4" DisplayMethod="unsigned integer"/>
        <Element Offset="50600" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000C5A8" DisplayMethod="unsigned integer"/>
        <Element Offset="50716" Vartype="Pointer" Bytesize="8" OffsetHex="0000C61C" DisplayMethod="unsigned integer"/>
        <Element Offset="50720" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000C620" DisplayMethod="unsigned integer"/>
        <Element Offset="50836" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0000C694" DisplayMethod="hexadecimal"/>
        <Element Offset="50852" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="0000C6A4" DisplayMethod="unsigned integer"/>
        <Element Offset="50896" Vartype="Pointer" Bytesize="8" OffsetHex="0000C6D0" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="50900" Vartype="4 Bytes" Bytesize="4" RLECount="14" OffsetHex="0000C6D4" DisplayMethod="unsigned integer"/>
        <Element Offset="50956" Vartype="Double" Bytesize="8" OffsetHex="0000C70C" DisplayMethod="unsigned integer"/>
        <Element Offset="50964" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="0000C714" DisplayMethod="unsigned integer"/>
        <Element Offset="50976" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="0000C720" DisplayMethod="unsigned integer"/>
        <Element Offset="51012" Vartype="Double" Bytesize="8" RLECount="2" OffsetHex="0000C744" DisplayMethod="unsigned integer"/>
        <Element Offset="51028" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0000C754" DisplayMethod="unsigned integer"/>
        <Element Offset="51040" Vartype="Double" Bytesize="8" RLECount="2" OffsetHex="0000C760" DisplayMethod="unsigned integer"/>
        <Element Offset="51056" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000C770" DisplayMethod="unsigned integer"/>
        <Element Offset="51060" Vartype="Double" Bytesize="8" OffsetHex="0000C774" DisplayMethod="unsigned integer"/>
        <Element Offset="51068" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0000C77C" DisplayMethod="unsigned integer"/>
        <Element Offset="51080" Vartype="Double" Bytesize="8" OffsetHex="0000C788" DisplayMethod="unsigned integer"/>
        <Element Offset="51088" Vartype="4 Bytes" Bytesize="4" RLECount="165" OffsetHex="0000C790" DisplayMethod="unsigned integer"/>
        <Element Offset="51748" Vartype="Pointer" Bytesize="8" OffsetHex="0000CA24" DisplayMethod="unsigned integer"/>
        <Element Offset="51752" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000CA28" DisplayMethod="unsigned integer"/>
        <Element Offset="51868" Vartype="Pointer" Bytesize="8" OffsetHex="0000CA9C" DisplayMethod="unsigned integer"/>
        <Element Offset="51872" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000CAA0" DisplayMethod="unsigned integer"/>
        <Element Offset="51988" Vartype="Pointer" Bytesize="8" OffsetHex="0000CB14" DisplayMethod="unsigned integer"/>
        <Element Offset="51992" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000CB18" DisplayMethod="unsigned integer"/>
        <Element Offset="52108" Vartype="Pointer" Bytesize="8" OffsetHex="0000CB8C" DisplayMethod="unsigned integer"/>
        <Element Offset="52112" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000CB90" DisplayMethod="unsigned integer"/>
        <Element Offset="52228" Vartype="Pointer" Bytesize="8" OffsetHex="0000CC04" DisplayMethod="unsigned integer"/>
        <Element Offset="52232" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000CC08" DisplayMethod="unsigned integer"/>
        <Element Offset="52348" Vartype="Pointer" Bytesize="8" OffsetHex="0000CC7C" DisplayMethod="unsigned integer"/>
        <Element Offset="52352" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000CC80" DisplayMethod="unsigned integer"/>
        <Element Offset="52468" Vartype="Pointer" Bytesize="8" OffsetHex="0000CCF4" DisplayMethod="unsigned integer"/>
        <Element Offset="52472" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000CCF8" DisplayMethod="unsigned integer"/>
        <Element Offset="52588" Vartype="Pointer" Bytesize="8" OffsetHex="0000CD6C" DisplayMethod="unsigned integer"/>
        <Element Offset="52592" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0000CD70" DisplayMethod="unsigned integer"/>
        <Element Offset="52708" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0000CDE4" DisplayMethod="hexadecimal"/>
        <Element Offset="52724" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="0000CDF4" DisplayMethod="unsigned integer"/>
        <Element Offset="52768" Vartype="Pointer" Bytesize="8" OffsetHex="0000CE20" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="52772" Vartype="4 Bytes" Bytesize="4" RLECount="93" OffsetHex="0000CE24" DisplayMethod="unsigned integer"/>
        <Element Offset="53144" Vartype="Pointer" Bytesize="8" OffsetHex="0000CF98" DisplayMethod="unsigned integer"/>
        <Element Offset="53148" Vartype="Pointer" Bytesize="8" OffsetHex="0000CF9C" DisplayMethod="unsigned integer"/>
        <Element Offset="53152" Vartype="Pointer" Bytesize="8" OffsetHex="0000CFA0" DisplayMethod="unsigned integer"/>
        <Element Offset="53156" Vartype="Pointer" Bytesize="8" OffsetHex="0000CFA4" DisplayMethod="unsigned integer"/>
        <Element Offset="53160" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000CFA8" DisplayMethod="unsigned integer"/>
        <Element Offset="53164" Vartype="4 Bytes" Bytesize="4" OffsetHex="0000CFAC" DisplayMethod="hexadecimal"/>
        <Element Offset="53168" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0000CFB0" DisplayMethod="unsigned integer"/>
        <Element Offset="53184" Vartype="Pointer" Bytesize="8" OffsetHex="0000CFC0" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="53188" Vartype="String" Bytesize="25" OffsetHex="0000CFC4" DisplayMethod="unsigned integer"/>
        <Element Offset="53213" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="0000CFDD" DisplayMethod="unsigned integer"/>
        <Element Offset="53216" Vartype="4 Bytes" Bytesize="4" RLECount="12" OffsetHex="0000CFE0" DisplayMethod="unsigned integer"/>
        <Element Offset="53264" Vartype="Pointer" Bytesize="8" OffsetHex="0000D010" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="53268" Vartype="String" Bytesize="25" OffsetHex="0000D014" DisplayMethod="unsigned integer"/>
        <Element Offset="53293" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="0000D02D" DisplayMethod="unsigned integer"/>
        <Element Offset="53296" Vartype="4 Bytes" Bytesize="4" RLECount="6471" OffsetHex="0000D030" DisplayMethod="unsigned integer"/>
        <Element Offset="79180" Vartype="4 Bytes" Bytesize="4" OffsetHex="0001354C" DisplayMethod="hexadecimal"/>
        <Element Offset="79184" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00013550" DisplayMethod="unsigned integer"/>
        <Element Offset="79200" Vartype="Pointer" Bytesize="8" OffsetHex="00013560" DisplayMethod="unsigned integer"/>
        <Element Offset="79204" Vartype="Pointer" Bytesize="8" OffsetHex="00013564" DisplayMethod="unsigned integer"/>
        <Element Offset="79208" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00013568" DisplayMethod="unsigned integer"/>
        <Element Offset="79216" Vartype="Pointer" Bytesize="8" OffsetHex="00013570" DisplayMethod="unsigned integer"/>
        <Element Offset="79220" Vartype="Pointer" Bytesize="8" OffsetHex="00013574" DisplayMethod="unsigned integer"/>
        <Element Offset="79224" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00013578" DisplayMethod="unsigned integer"/>
        <Element Offset="79252" Vartype="Pointer" Bytesize="8" OffsetHex="00013594" DisplayMethod="unsigned integer"/>
        <Element Offset="79256" Vartype="Pointer" Bytesize="8" OffsetHex="00013598" DisplayMethod="unsigned integer"/>
        <Element Offset="79260" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0001359C" DisplayMethod="unsigned integer"/>
        <Element Offset="79276" Vartype="Pointer" Bytesize="8" OffsetHex="000135AC" DisplayMethod="unsigned integer"/>
        <Element Offset="79280" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="000135B0" DisplayMethod="unsigned integer"/>
        <Element Offset="79284" Vartype="4 Bytes" Bytesize="4" OffsetHex="000135B4" DisplayMethod="unsigned integer"/>
        <Element Offset="79288" Vartype="Float" Bytesize="4" OffsetHex="000135B8" DisplayMethod="unsigned integer"/>
        <Element Offset="79292" Vartype="4 Bytes" Bytesize="4" OffsetHex="000135BC" DisplayMethod="unsigned integer"/>
        <Element Offset="79296" Vartype="Pointer" Bytesize="8" OffsetHex="000135C0" DisplayMethod="unsigned integer"/>
        <Element Offset="79300" Vartype="4 Bytes" Bytesize="4" OffsetHex="000135C4" DisplayMethod="hexadecimal"/>
        <Element Offset="79304" Vartype="Pointer" Bytesize="8" OffsetHex="000135C8" DisplayMethod="unsigned integer"/>
        <Element Offset="79308" Vartype="Pointer" Bytesize="8" OffsetHex="000135CC" DisplayMethod="unsigned integer"/>
        <Element Offset="79312" Vartype="Pointer" Bytesize="8" OffsetHex="000135D0" DisplayMethod="unsigned integer"/>
        <Element Offset="79316" Vartype="Pointer" Bytesize="8" OffsetHex="000135D4" DisplayMethod="unsigned integer"/>
        <Element Offset="79320" Vartype="Pointer" Bytesize="8" OffsetHex="000135D8" DisplayMethod="unsigned integer"/>
        <Element Offset="79324" Vartype="Pointer" Bytesize="8" OffsetHex="000135DC" DisplayMethod="unsigned integer"/>
        <Element Offset="79328" Vartype="Pointer" Bytesize="8" OffsetHex="000135E0" DisplayMethod="unsigned integer"/>
        <Element Offset="79332" Vartype="Pointer" Bytesize="8" OffsetHex="000135E4" DisplayMethod="unsigned integer"/>
        <Element Offset="79336" Vartype="Pointer" Bytesize="8" OffsetHex="000135E8" DisplayMethod="unsigned integer"/>
        <Element Offset="79340" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000135EC" DisplayMethod="unsigned integer"/>
        <Element Offset="79352" Vartype="Double" Bytesize="8" OffsetHex="000135F8" DisplayMethod="unsigned integer"/>
        <Element Offset="79360" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00013600" DisplayMethod="unsigned integer"/>
        <Element Offset="79368" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00013608" DisplayMethod="unsigned integer"/>
        <Element Offset="79388" Vartype="Pointer" Bytesize="8" OffsetHex="0001361C" DisplayMethod="unsigned integer"/>
        <Element Offset="79392" Vartype="4 Bytes" Bytesize="4" RLECount="27" OffsetHex="00013620" DisplayMethod="unsigned integer"/>
        <Element Offset="79500" Vartype="Pointer" Bytesize="8" OffsetHex="0001368C" DisplayMethod="unsigned integer"/>
        <Element Offset="79504" Vartype="Pointer" Bytesize="8" OffsetHex="00013690" DisplayMethod="unsigned integer"/>
        <Element Offset="79508" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00013694" DisplayMethod="unsigned integer"/>
        <Element Offset="79524" Vartype="Pointer" Bytesize="8" OffsetHex="000136A4" DisplayMethod="unsigned integer"/>
        <Element Offset="79528" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="000136A8" DisplayMethod="unsigned integer"/>
        <Element Offset="79544" Vartype="Pointer" Bytesize="8" OffsetHex="000136B8" DisplayMethod="unsigned integer"/>
        <Element Offset="79548" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="000136BC" DisplayMethod="unsigned integer"/>
        <Element Offset="79580" Vartype="Pointer" Bytesize="8" OffsetHex="000136DC" DisplayMethod="unsigned integer"/>
        <Element Offset="79584" Vartype="Pointer" Bytesize="8" OffsetHex="000136E0" DisplayMethod="unsigned integer"/>
        <Element Offset="79588" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000136E4" DisplayMethod="unsigned integer"/>
        <Element Offset="79600" Vartype="Double" Bytesize="8" OffsetHex="000136F0" DisplayMethod="unsigned integer"/>
        <Element Offset="79608" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="000136F8" DisplayMethod="unsigned integer"/>
        <Element Offset="79636" Vartype="Pointer" Bytesize="8" OffsetHex="00013714" DisplayMethod="unsigned integer"/>
        <Element Offset="79640" Vartype="4 Bytes" Bytesize="4" RLECount="27" OffsetHex="00013718" DisplayMethod="unsigned integer"/>
        <Element Offset="79748" Vartype="Pointer" Bytesize="8" OffsetHex="00013784" DisplayMethod="unsigned integer"/>
        <Element Offset="79752" Vartype="Pointer" Bytesize="8" OffsetHex="00013788" DisplayMethod="unsigned integer"/>
        <Element Offset="79756" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0001378C" DisplayMethod="unsigned integer"/>
        <Element Offset="79772" Vartype="Pointer" Bytesize="8" OffsetHex="0001379C" DisplayMethod="unsigned integer"/>
        <Element Offset="79776" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="000137A0" DisplayMethod="unsigned integer"/>
        <Element Offset="79792" Vartype="Pointer" Bytesize="8" OffsetHex="000137B0" DisplayMethod="unsigned integer"/>
        <Element Offset="79796" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="000137B4" DisplayMethod="unsigned integer"/>
        <Element Offset="79828" Vartype="Pointer" Bytesize="8" OffsetHex="000137D4" DisplayMethod="unsigned integer"/>
        <Element Offset="79832" Vartype="Pointer" Bytesize="8" OffsetHex="000137D8" DisplayMethod="unsigned integer"/>
        <Element Offset="79836" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000137DC" DisplayMethod="unsigned integer"/>
        <Element Offset="79848" Vartype="Double" Bytesize="8" OffsetHex="000137E8" DisplayMethod="unsigned integer"/>
        <Element Offset="79856" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="000137F0" DisplayMethod="unsigned integer"/>
        <Element Offset="79884" Vartype="Pointer" Bytesize="8" OffsetHex="0001380C" DisplayMethod="unsigned integer"/>
        <Element Offset="79888" Vartype="4 Bytes" Bytesize="4" RLECount="30" OffsetHex="00013810" DisplayMethod="unsigned integer"/>
        <Element Offset="80008" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="00013888" DisplayMethod="unsigned integer"/>
        <Element Offset="80020" Vartype="4 Bytes" Bytesize="4" OffsetHex="00013894" DisplayMethod="unsigned integer"/>
        <Element Offset="80024" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00013898" DisplayMethod="unsigned integer"/>
        <Element Offset="80032" Vartype="4 Bytes" Bytesize="4" OffsetHex="000138A0" DisplayMethod="unsigned integer"/>
        <Element Offset="80036" Vartype="Float" Bytesize="4" OffsetHex="000138A4" DisplayMethod="unsigned integer"/>
        <Element Offset="80040" Vartype="4 Bytes" Bytesize="4" OffsetHex="000138A8" DisplayMethod="unsigned integer"/>
        <Element Offset="80044" Vartype="Float" Bytesize="4" OffsetHex="000138AC" DisplayMethod="unsigned integer"/>
        <Element Offset="80048" Vartype="Double" Bytesize="8" OffsetHex="000138B0" DisplayMethod="unsigned integer"/>
        <Element Offset="80056" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="000138B8" DisplayMethod="unsigned integer"/>
        <Element Offset="80068" Vartype="Double" Bytesize="8" OffsetHex="000138C4" DisplayMethod="unsigned integer"/>
        <Element Offset="80076" Vartype="Float" Bytesize="4" OffsetHex="000138CC" DisplayMethod="unsigned integer"/>
        <Element Offset="80080" Vartype="Double" Bytesize="8" OffsetHex="000138D0" DisplayMethod="unsigned integer"/>
        <Element Offset="80088" Vartype="Float" Bytesize="4" OffsetHex="000138D8" DisplayMethod="unsigned integer"/>
        <Element Offset="80092" Vartype="Double" Bytesize="8" RLECount="2" OffsetHex="000138DC" DisplayMethod="unsigned integer"/>
        <Element Offset="80108" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000138EC" DisplayMethod="unsigned integer"/>
        <Element Offset="80116" Vartype="Double" Bytesize="8" OffsetHex="000138F4" DisplayMethod="unsigned integer"/>
        <Element Offset="80124" Vartype="Float" Bytesize="4" OffsetHex="000138FC" DisplayMethod="unsigned integer"/>
        <Element Offset="80128" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00013900" DisplayMethod="unsigned integer"/>
        <Element Offset="80136" Vartype="Float" Bytesize="4" OffsetHex="00013908" DisplayMethod="unsigned integer"/>
        <Element Offset="80140" Vartype="4 Bytes" Bytesize="4" OffsetHex="0001390C" DisplayMethod="unsigned integer"/>
        <Element Offset="80144" Vartype="Float" Bytesize="4" OffsetHex="00013910" DisplayMethod="unsigned integer"/>
        <Element Offset="80148" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00013914" DisplayMethod="unsigned integer"/>
        <Element Offset="80156" Vartype="Double" Bytesize="8" RLECount="2" OffsetHex="0001391C" DisplayMethod="unsigned integer"/>
        <Element Offset="80172" Vartype="Float" Bytesize="4" RLECount="9" OffsetHex="0001392C" DisplayMethod="unsigned integer"/>
        <Element Offset="80208" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00013950" DisplayMethod="unsigned integer"/>
        <Element Offset="80216" Vartype="Float" Bytesize="4" OffsetHex="00013958" DisplayMethod="unsigned integer"/>
        <Element Offset="80220" Vartype="4 Bytes" Bytesize="4" OffsetHex="0001395C" DisplayMethod="unsigned integer"/>
        <Element Offset="80224" Vartype="Float" Bytesize="4" OffsetHex="00013960" DisplayMethod="unsigned integer"/>
        <Element Offset="80228" Vartype="Pointer" Bytesize="8" OffsetHex="00013964" DisplayMethod="unsigned integer"/>
        <Element Offset="80232" Vartype="4 Bytes" Bytesize="4" OffsetHex="00013968" DisplayMethod="unsigned integer"/>
        <Element Offset="80236" Vartype="Pointer" Bytesize="8" OffsetHex="0001396C" DisplayMethod="unsigned integer"/>
        <Element Offset="80240" Vartype="4 Bytes" Bytesize="4" OffsetHex="00013970" DisplayMethod="unsigned integer"/>
        <Element Offset="80244" Vartype="Pointer" Bytesize="8" OffsetHex="00013974" DisplayMethod="unsigned integer"/>
        <Element Offset="80248" Vartype="4 Bytes" Bytesize="4" RLECount="18" OffsetHex="00013978" DisplayMethod="unsigned integer"/>
        <Element Offset="80320" Vartype="Float" Bytesize="4" OffsetHex="000139C0" DisplayMethod="unsigned integer"/>
        <Element Offset="80324" Vartype="Double" Bytesize="8" OffsetHex="000139C4" DisplayMethod="unsigned integer"/>
        <Element Offset="80332" Vartype="4 Bytes" Bytesize="4" OffsetHex="000139CC" DisplayMethod="unsigned integer"/>
        <Element Offset="80336" Vartype="Float" Bytesize="4" RLECount="6" OffsetHex="000139D0" DisplayMethod="unsigned integer"/>
        <Element Offset="80360" Vartype="Pointer" Bytesize="8" OffsetHex="000139E8" DisplayMethod="unsigned integer"/>
        <Element Offset="80364" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="000139EC" DisplayMethod="unsigned integer"/>
        <Element Offset="80384" Vartype="Float" Bytesize="4" OffsetHex="00013A00" DisplayMethod="unsigned integer"/>
        <Element Offset="80388" Vartype="Double" Bytesize="8" OffsetHex="00013A04" DisplayMethod="unsigned integer"/>
        <Element Offset="80396" Vartype="Float" Bytesize="4" OffsetHex="00013A0C" DisplayMethod="unsigned integer"/>
        <Element Offset="80400" Vartype="Double" Bytesize="8" OffsetHex="00013A10" DisplayMethod="unsigned integer"/>
        <Element Offset="80408" Vartype="Float" Bytesize="4" OffsetHex="00013A18" DisplayMethod="unsigned integer"/>
        <Element Offset="80412" Vartype="Double" Bytesize="8" OffsetHex="00013A1C" DisplayMethod="unsigned integer"/>
        <Element Offset="80420" Vartype="Pointer" Bytesize="8" OffsetHex="00013A24" DisplayMethod="unsigned integer"/>
        <Element Offset="80424" Vartype="4 Bytes" Bytesize="4" RLECount="33" OffsetHex="00013A28" DisplayMethod="unsigned integer"/>
        <Element Offset="80556" Vartype="Pointer" Bytesize="8" OffsetHex="00013AAC" DisplayMethod="unsigned integer"/>
        <Element Offset="80560" Vartype="4 Bytes" Bytesize="4" RLECount="19" OffsetHex="00013AB0" DisplayMethod="unsigned integer"/>
        <Element Offset="80636" Vartype="Double" Bytesize="8" OffsetHex="00013AFC" DisplayMethod="unsigned integer"/>
        <Element Offset="80644" Vartype="4 Bytes" Bytesize="4" RLECount="32" OffsetHex="00013B04" DisplayMethod="unsigned integer"/>
        <Element Offset="80772" Vartype="Pointer" Bytesize="8" OffsetHex="00013B84" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="80776" Vartype="String" Bytesize="17" OffsetHex="00013B88" DisplayMethod="unsigned integer"/>
        <Element Offset="80793" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="00013B99" DisplayMethod="unsigned integer"/>
        <Element Offset="80796" Vartype="4 Bytes" Bytesize="4" RLECount="17" OffsetHex="00013B9C" DisplayMethod="unsigned integer"/>
        <Element Offset="80864" Vartype="Pointer" Bytesize="8" OffsetHex="00013BE0" DisplayMethod="unsigned integer"/>
        <Element Offset="80868" Vartype="Pointer" Bytesize="8" OffsetHex="00013BE4" DisplayMethod="unsigned integer"/>
        <Element Offset="80872" Vartype="Pointer" Bytesize="8" OffsetHex="00013BE8" DisplayMethod="unsigned integer"/>
        <Element Offset="80876" Vartype="4 Bytes" Bytesize="4" OffsetHex="00013BEC" DisplayMethod="unsigned integer"/>
        <Element Offset="80880" Vartype="Pointer" Bytesize="8" OffsetHex="00013BF0" DisplayMethod="unsigned integer"/>
        <Element Offset="80884" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00013BF4" DisplayMethod="unsigned integer"/>
        <Element Offset="80896" Vartype="Pointer" Bytesize="8" OffsetHex="00013C00" DisplayMethod="unsigned integer"/>
        <Element Offset="80900" Vartype="Pointer" Bytesize="8" OffsetHex="00013C04" DisplayMethod="unsigned integer"/>
        <Element Offset="80904" Vartype="4 Bytes" Bytesize="4" RLECount="15" OffsetHex="00013C08" DisplayMethod="unsigned integer"/>
        <Element Offset="80964" Vartype="Pointer" Bytesize="8" OffsetHex="00013C44" DisplayMethod="unsigned integer"/>
        <Element Offset="80968" Vartype="4 Bytes" Bytesize="4" RLECount="82" OffsetHex="00013C48" DisplayMethod="unsigned integer"/>
        <Element Offset="81296" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00013D90" DisplayMethod="hexadecimal"/>
        <Element Offset="81304" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00013D98" DisplayMethod="unsigned integer"/>
        <Element Offset="81320" Vartype="4 Bytes" Bytesize="4" OffsetHex="00013DA8" DisplayMethod="hexadecimal"/>
        <Element Offset="81324" Vartype="4 Bytes" Bytesize="4" OffsetHex="00013DAC" DisplayMethod="unsigned integer"/>
        <Element Offset="81328" Vartype="Pointer" Bytesize="8" OffsetHex="00013DB0" DisplayMethod="unsigned integer"/>
        <Element Offset="81332" Vartype="4 Bytes" Bytesize="4" OffsetHex="00013DB4" DisplayMethod="unsigned integer"/>
        <Element Offset="81336" Vartype="4 Bytes" Bytesize="4" OffsetHex="00013DB8" DisplayMethod="hexadecimal"/>
        <Element Offset="81340" Vartype="Pointer" Bytesize="8" OffsetHex="00013DBC" DisplayMethod="unsigned integer"/>
        <Element Offset="81344" Vartype="4 Bytes" Bytesize="4" OffsetHex="00013DC0" DisplayMethod="unsigned integer"/>
        <Element Offset="81348" Vartype="4 Bytes" Bytesize="4" OffsetHex="00013DC4" DisplayMethod="hexadecimal"/>
        <Element Offset="81352" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00013DC8" DisplayMethod="unsigned integer"/>
        <Element Offset="81360" Vartype="Pointer" Bytesize="8" OffsetHex="00013DD0" DisplayMethod="unsigned integer"/>
        <Element Offset="81364" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="00013DD4" DisplayMethod="unsigned integer"/>
        <Element Offset="81376" Vartype="4 Bytes" Bytesize="4" OffsetHex="00013DE0" DisplayMethod="hexadecimal"/>
        <Element Offset="81380" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00013DE4" DisplayMethod="unsigned integer"/>
        <Element Offset="81388" Vartype="Pointer" Bytesize="8" OffsetHex="00013DEC" DisplayMethod="unsigned integer"/>
        <Element Offset="81392" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="00013DF0" DisplayMethod="unsigned integer"/>
        <Element Offset="81404" Vartype="4 Bytes" Bytesize="4" OffsetHex="00013DFC" DisplayMethod="hexadecimal"/>
        <Element Offset="81408" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00013E00" DisplayMethod="unsigned integer"/>
        <Element Offset="81420" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="00013E0C" DisplayMethod="unsigned integer"/>
        <Element Offset="81432" Vartype="4 Bytes" Bytesize="4" OffsetHex="00013E18" DisplayMethod="hexadecimal"/>
        <Element Offset="81436" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00013E1C" DisplayMethod="unsigned integer"/>
        <Element Offset="81448" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="00013E28" DisplayMethod="unsigned integer"/>
        <Element Offset="81460" Vartype="4 Bytes" Bytesize="4" OffsetHex="00013E34" DisplayMethod="hexadecimal"/>
        <Element Offset="81464" Vartype="String" Bytesize="5" OffsetHex="00013E38" DisplayMethod="unsigned integer"/>
        <Element Offset="81469" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="00013E3D" DisplayMethod="unsigned integer"/>
        <Element Offset="81472" Vartype="4 Bytes" Bytesize="4" OffsetHex="00013E40" DisplayMethod="unsigned integer"/>
        <Element Offset="81476" Vartype="String" Bytesize="6" OffsetHex="00013E44" DisplayMethod="unsigned integer"/>
        <Element Offset="81482" Vartype="Byte" Bytesize="1" RLECount="2" OffsetHex="00013E4A" DisplayMethod="unsigned integer"/>
        <Element Offset="81484" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00013E4C" DisplayMethod="unsigned integer"/>
        <Element Offset="81500" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="00013E5C" DisplayMethod="unsigned integer"/>
        <Element Offset="81512" Vartype="Pointer" Bytesize="8" OffsetHex="00013E68" DisplayMethod="unsigned integer"/>
        <Element Offset="81516" Vartype="4 Bytes" Bytesize="4" OffsetHex="00013E6C" DisplayMethod="hexadecimal"/>
        <Element Offset="81520" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00013E70" DisplayMethod="unsigned integer"/>
        <Element Offset="81540" Vartype="4 Bytes" Bytesize="4" OffsetHex="00013E84" DisplayMethod="hexadecimal"/>
        <Element Offset="81544" Vartype="Pointer" Bytesize="8" OffsetHex="00013E88" DisplayMethod="unsigned integer"/>
        <Element Offset="81548" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00013E8C" DisplayMethod="unsigned integer"/>
        <Element Offset="81572" Vartype="Pointer" Bytesize="8" OffsetHex="00013EA4" DisplayMethod="unsigned integer"/>
        <Element Offset="81576" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00013EA8" DisplayMethod="unsigned integer"/>
        <Element Offset="81596" Vartype="Float" Bytesize="4" OffsetHex="00013EBC" DisplayMethod="unsigned integer"/>
        <Element Offset="81600" Vartype="4 Bytes" Bytesize="4" OffsetHex="00013EC0" DisplayMethod="unsigned integer"/>
        <Element Offset="81604" Vartype="Float" Bytesize="4" OffsetHex="00013EC4" DisplayMethod="unsigned integer"/>
        <Element Offset="81608" Vartype="4 Bytes" Bytesize="4" OffsetHex="00013EC8" DisplayMethod="unsigned integer"/>
        <Element Offset="81612" Vartype="Float" Bytesize="4" OffsetHex="00013ECC" DisplayMethod="unsigned integer"/>
        <Element Offset="81616" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00013ED0" DisplayMethod="unsigned integer"/>
        <Element Offset="81628" Vartype="Double" Bytesize="8" OffsetHex="00013EDC" DisplayMethod="unsigned integer"/>
        <Element Offset="81636" Vartype="Float" Bytesize="4" RLECount="6" OffsetHex="00013EE4" DisplayMethod="unsigned integer"/>
        <Element Offset="81660" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00013EFC" DisplayMethod="unsigned integer"/>
        <Element Offset="81684" Vartype="Double" Bytesize="8" RLECount="2" OffsetHex="00013F14" DisplayMethod="unsigned integer"/>
        <Element Offset="81700" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00013F24" DisplayMethod="unsigned integer"/>
        <Element Offset="81712" Vartype="Double" Bytesize="8" OffsetHex="00013F30" DisplayMethod="unsigned integer"/>
        <Element Offset="81720" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00013F38" DisplayMethod="unsigned integer"/>
        <Element Offset="81732" Vartype="Double" Bytesize="8" OffsetHex="00013F44" DisplayMethod="unsigned integer"/>
        <Element Offset="81740" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00013F4C" DisplayMethod="unsigned integer"/>
        <Element Offset="81752" Vartype="Double" Bytesize="8" OffsetHex="00013F58" DisplayMethod="unsigned integer"/>
        <Element Offset="81760" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00013F60" DisplayMethod="unsigned integer"/>
        <Element Offset="81772" Vartype="Double" Bytesize="8" OffsetHex="00013F6C" DisplayMethod="unsigned integer"/>
        <Element Offset="81780" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00013F74" DisplayMethod="unsigned integer"/>
        <Element Offset="81792" Vartype="Double" Bytesize="8" OffsetHex="00013F80" DisplayMethod="unsigned integer"/>
        <Element Offset="81800" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00013F88" DisplayMethod="unsigned integer"/>
        <Element Offset="81812" Vartype="Double" Bytesize="8" OffsetHex="00013F94" DisplayMethod="unsigned integer"/>
        <Element Offset="81820" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00013F9C" DisplayMethod="unsigned integer"/>
        <Element Offset="81832" Vartype="Double" Bytesize="8" OffsetHex="00013FA8" DisplayMethod="unsigned integer"/>
        <Element Offset="81840" Vartype="4 Bytes" Bytesize="4" RLECount="145" OffsetHex="00013FB0" DisplayMethod="unsigned integer"/>
        <Element Offset="82420" Vartype="Pointer" Bytesize="8" OffsetHex="000141F4" DisplayMethod="unsigned integer"/>
        <Element Offset="82424" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="000141F8" DisplayMethod="unsigned integer"/>
        <Element Offset="82540" Vartype="Pointer" Bytesize="8" OffsetHex="0001426C" DisplayMethod="unsigned integer"/>
        <Element Offset="82544" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00014270" DisplayMethod="unsigned integer"/>
        <Element Offset="82660" Vartype="Pointer" Bytesize="8" OffsetHex="000142E4" DisplayMethod="unsigned integer"/>
        <Element Offset="82664" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="000142E8" DisplayMethod="unsigned integer"/>
        <Element Offset="82780" Vartype="Pointer" Bytesize="8" OffsetHex="0001435C" DisplayMethod="unsigned integer"/>
        <Element Offset="82784" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00014360" DisplayMethod="unsigned integer"/>
        <Element Offset="82900" Vartype="Pointer" Bytesize="8" OffsetHex="000143D4" DisplayMethod="unsigned integer"/>
        <Element Offset="82904" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="000143D8" DisplayMethod="unsigned integer"/>
        <Element Offset="83020" Vartype="Pointer" Bytesize="8" OffsetHex="0001444C" DisplayMethod="unsigned integer"/>
        <Element Offset="83024" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00014450" DisplayMethod="unsigned integer"/>
        <Element Offset="83140" Vartype="Pointer" Bytesize="8" OffsetHex="000144C4" DisplayMethod="unsigned integer"/>
        <Element Offset="83144" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="000144C8" DisplayMethod="unsigned integer"/>
        <Element Offset="83260" Vartype="Pointer" Bytesize="8" OffsetHex="0001453C" DisplayMethod="unsigned integer"/>
        <Element Offset="83264" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00014540" DisplayMethod="unsigned integer"/>
        <Element Offset="83380" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="000145B4" DisplayMethod="hexadecimal"/>
        <Element Offset="83396" Vartype="4 Bytes" Bytesize="4" OffsetHex="000145C4" DisplayMethod="unsigned integer"/>
        <Element Offset="83400" Vartype="Pointer" Bytesize="8" OffsetHex="000145C8" DisplayMethod="unsigned integer"/>
        <Element Offset="83404" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="000145CC" DisplayMethod="unsigned integer"/>
        <Element Offset="83440" Vartype="Pointer" Bytesize="8" OffsetHex="000145F0" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="83444" Vartype="4 Bytes" Bytesize="4" RLECount="472" OffsetHex="000145F4" DisplayMethod="unsigned integer"/>
        <Element Offset="85332" Vartype="Double" Bytesize="8" RLECount="3" OffsetHex="00014D54" DisplayMethod="unsigned integer"/>
        <Element Offset="85356" Vartype="Float" Bytesize="4" OffsetHex="00014D6C" DisplayMethod="unsigned integer"/>
        <Element Offset="85360" Vartype="Double" Bytesize="8" OffsetHex="00014D70" DisplayMethod="unsigned integer"/>
        <Element Offset="85368" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00014D78" DisplayMethod="unsigned integer"/>
        <Element Offset="85376" Vartype="Pointer" Bytesize="8" OffsetHex="00014D80" DisplayMethod="unsigned integer"/>
        <Element Offset="85380" Vartype="Pointer" Bytesize="8" OffsetHex="00014D84" DisplayMethod="unsigned integer"/>
        <Element Offset="85384" Vartype="4 Bytes" Bytesize="4" OffsetHex="00014D88" DisplayMethod="hexadecimal"/>
        <Element Offset="85388" Vartype="Float" Bytesize="4" OffsetHex="00014D8C" DisplayMethod="unsigned integer"/>
        <Element Offset="85392" Vartype="4 Bytes" Bytesize="4" OffsetHex="00014D90" DisplayMethod="unsigned integer"/>
        <Element Offset="85396" Vartype="Float" Bytesize="4" OffsetHex="00014D94" DisplayMethod="unsigned integer"/>
        <Element Offset="85400" Vartype="Double" Bytesize="8" OffsetHex="00014D98" DisplayMethod="unsigned integer"/>
        <Element Offset="85408" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00014DA0" DisplayMethod="unsigned integer"/>
        <Element Offset="85416" Vartype="Float" Bytesize="4" OffsetHex="00014DA8" DisplayMethod="unsigned integer"/>
        <Element Offset="85420" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00014DAC" DisplayMethod="unsigned integer"/>
        <Element Offset="85436" Vartype="Double" Bytesize="8" RLECount="3" OffsetHex="00014DBC" DisplayMethod="unsigned integer"/>
        <Element Offset="85460" Vartype="Float" Bytesize="4" OffsetHex="00014DD4" DisplayMethod="unsigned integer"/>
        <Element Offset="85464" Vartype="Double" Bytesize="8" OffsetHex="00014DD8" DisplayMethod="unsigned integer"/>
        <Element Offset="85472" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00014DE0" DisplayMethod="unsigned integer"/>
        <Element Offset="85480" Vartype="Pointer" Bytesize="8" OffsetHex="00014DE8" DisplayMethod="unsigned integer"/>
        <Element Offset="85484" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="00014DEC" DisplayMethod="unsigned integer"/>
        <Element Offset="85536" Vartype="Pointer" Bytesize="8" OffsetHex="00014E20" DisplayMethod="unsigned integer"/>
        <Element Offset="85540" Vartype="Pointer" Bytesize="8" OffsetHex="00014E24" DisplayMethod="unsigned integer"/>
        <Element Offset="85544" Vartype="4 Bytes" Bytesize="4" RLECount="40" OffsetHex="00014E28" DisplayMethod="unsigned integer"/>
        <Element Offset="85704" Vartype="Double" Bytesize="8" OffsetHex="00014EC8" DisplayMethod="unsigned integer"/>
        <Element Offset="85712" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00014ED0" DisplayMethod="unsigned integer"/>
        <Element Offset="85740" Vartype="Pointer" Bytesize="8" OffsetHex="00014EEC" DisplayMethod="unsigned integer"/>
        <Element Offset="85744" Vartype="4 Bytes" Bytesize="4" OffsetHex="00014EF0" DisplayMethod="unsigned integer"/>
        <Element Offset="85748" Vartype="Pointer" Bytesize="8" OffsetHex="00014EF4" DisplayMethod="unsigned integer"/>
        <Element Offset="85752" Vartype="Unicode String" Bytesize="5" OffsetHex="00014EF8" DisplayMethod="unsigned integer"/>
        <Element Offset="85757" Vartype="Byte" Bytesize="1" RLECount="2" OffsetHex="00014EFD" DisplayMethod="unsigned integer"/>
        <Element Offset="85759" Vartype="2 Bytes" Bytesize="2" OffsetHex="00014EFF" DisplayMethod="unsigned integer"/>
        <Element Offset="85761" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="00014F01" DisplayMethod="unsigned integer"/>
        <Element Offset="85764" Vartype="4 Bytes" Bytesize="4" OffsetHex="00014F04" DisplayMethod="hexadecimal"/>
        <Element Offset="85768" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00014F08" DisplayMethod="unsigned integer"/>
        <Element Offset="85776" Vartype="String" Bytesize="5" OffsetHex="00014F10" DisplayMethod="unsigned integer"/>
        <Element Offset="85781" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="00014F15" DisplayMethod="unsigned integer"/>
        <Element Offset="85784" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00014F18" DisplayMethod="unsigned integer"/>
        <Element Offset="85800" Vartype="Float" Bytesize="4" OffsetHex="00014F28" DisplayMethod="unsigned integer"/>
        <Element Offset="85804" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00014F2C" DisplayMethod="unsigned integer"/>
        <Element Offset="85832" Vartype="4 Bytes" Bytesize="4" OffsetHex="00014F48" DisplayMethod="hexadecimal"/>
        <Element Offset="85836" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00014F4C" DisplayMethod="unsigned integer"/>
        <Element Offset="85844" Vartype="Pointer" Bytesize="8" OffsetHex="00014F54" DisplayMethod="unsigned integer"/>
        <Element Offset="85848" Vartype="4 Bytes" Bytesize="4" OffsetHex="00014F58" DisplayMethod="unsigned integer"/>
        <Element Offset="85852" Vartype="4 Bytes" Bytesize="4" OffsetHex="00014F5C" DisplayMethod="hexadecimal"/>
        <Element Offset="85856" Vartype="Pointer" Bytesize="8" OffsetHex="00014F60" DisplayMethod="unsigned integer"/>
        <Element Offset="85860" Vartype="4 Bytes" Bytesize="4" OffsetHex="00014F64" DisplayMethod="unsigned integer"/>
        <Element Offset="85864" Vartype="4 Bytes" Bytesize="4" OffsetHex="00014F68" DisplayMethod="hexadecimal"/>
        <Element Offset="85868" Vartype="4 Bytes" Bytesize="4" RLECount="39" OffsetHex="00014F6C" DisplayMethod="unsigned integer"/>
        <Element Offset="86024" Vartype="4 Bytes" Bytesize="4" OffsetHex="00015008" DisplayMethod="hexadecimal"/>
        <Element Offset="86028" Vartype="4 Bytes" Bytesize="4" RLECount="250" OffsetHex="0001500C" DisplayMethod="unsigned integer"/>
        <Element Offset="87028" Vartype="Pointer" Bytesize="8" OffsetHex="000153F4" DisplayMethod="unsigned integer"/>
        <Element Offset="87032" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="000153F8" DisplayMethod="unsigned integer"/>
        <Element Offset="87048" Vartype="Pointer" Bytesize="8" OffsetHex="00015408" DisplayMethod="unsigned integer"/>
        <Element Offset="87052" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0001540C" DisplayMethod="unsigned integer"/>
        <Element Offset="87068" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="0001541C" DisplayMethod="unsigned integer"/>
        <Element Offset="87076" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00015424" DisplayMethod="unsigned integer"/>
        <Element Offset="87084" Vartype="Double" Bytesize="8" OffsetHex="0001542C" DisplayMethod="unsigned integer"/>
        <Element Offset="87092" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="00015434" DisplayMethod="unsigned integer"/>
        <Element Offset="87104" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="00015440" DisplayMethod="unsigned integer"/>
        <Element Offset="87140" Vartype="Double" Bytesize="8" RLECount="2" OffsetHex="00015464" DisplayMethod="unsigned integer"/>
        <Element Offset="87156" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00015474" DisplayMethod="unsigned integer"/>
        <Element Offset="87168" Vartype="Double" Bytesize="8" OffsetHex="00015480" DisplayMethod="unsigned integer"/>
        <Element Offset="87176" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00015488" DisplayMethod="unsigned integer"/>
        <Element Offset="87188" Vartype="Double" Bytesize="8" OffsetHex="00015494" DisplayMethod="unsigned integer"/>
        <Element Offset="87196" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0001549C" DisplayMethod="unsigned integer"/>
        <Element Offset="87208" Vartype="Double" Bytesize="8" OffsetHex="000154A8" DisplayMethod="unsigned integer"/>
        <Element Offset="87216" Vartype="4 Bytes" Bytesize="4" RLECount="165" OffsetHex="000154B0" DisplayMethod="unsigned integer"/>
        <Element Offset="87876" Vartype="Pointer" Bytesize="8" OffsetHex="00015744" DisplayMethod="unsigned integer"/>
        <Element Offset="87880" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00015748" DisplayMethod="unsigned integer"/>
        <Element Offset="87996" Vartype="Pointer" Bytesize="8" OffsetHex="000157BC" DisplayMethod="unsigned integer"/>
        <Element Offset="88000" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="000157C0" DisplayMethod="unsigned integer"/>
        <Element Offset="88116" Vartype="Pointer" Bytesize="8" OffsetHex="00015834" DisplayMethod="unsigned integer"/>
        <Element Offset="88120" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00015838" DisplayMethod="unsigned integer"/>
        <Element Offset="88236" Vartype="Pointer" Bytesize="8" OffsetHex="000158AC" DisplayMethod="unsigned integer"/>
        <Element Offset="88240" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="000158B0" DisplayMethod="unsigned integer"/>
        <Element Offset="88356" Vartype="Pointer" Bytesize="8" OffsetHex="00015924" DisplayMethod="unsigned integer"/>
        <Element Offset="88360" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00015928" DisplayMethod="unsigned integer"/>
        <Element Offset="88476" Vartype="Pointer" Bytesize="8" OffsetHex="0001599C" DisplayMethod="unsigned integer"/>
        <Element Offset="88480" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="000159A0" DisplayMethod="unsigned integer"/>
        <Element Offset="88596" Vartype="Pointer" Bytesize="8" OffsetHex="00015A14" DisplayMethod="unsigned integer"/>
        <Element Offset="88600" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00015A18" DisplayMethod="unsigned integer"/>
        <Element Offset="88716" Vartype="Pointer" Bytesize="8" OffsetHex="00015A8C" DisplayMethod="unsigned integer"/>
        <Element Offset="88720" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00015A90" DisplayMethod="unsigned integer"/>
        <Element Offset="88836" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00015B04" DisplayMethod="hexadecimal"/>
        <Element Offset="88852" Vartype="4 Bytes" Bytesize="4" OffsetHex="00015B14" DisplayMethod="unsigned integer"/>
        <Element Offset="88856" Vartype="Pointer" Bytesize="8" OffsetHex="00015B18" DisplayMethod="unsigned integer"/>
        <Element Offset="88860" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="00015B1C" DisplayMethod="unsigned integer"/>
        <Element Offset="88896" Vartype="Pointer" Bytesize="8" OffsetHex="00015B40" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="88900" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00015B44" DisplayMethod="unsigned integer"/>
        <Element Offset="88920" Vartype="Float" Bytesize="4" OffsetHex="00015B58" DisplayMethod="unsigned integer"/>
        <Element Offset="88924" Vartype="4 Bytes" Bytesize="4" OffsetHex="00015B5C" DisplayMethod="unsigned integer"/>
        <Element Offset="88928" Vartype="Byte" Bytesize="1" OffsetHex="00015B60" DisplayMethod="unsigned integer"/>
        <Element Offset="88929" Vartype="String" Bytesize="27" OffsetHex="00015B61" DisplayMethod="unsigned integer"/>
        <Element Offset="88956" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00015B7C" DisplayMethod="unsigned integer"/>
        <Element Offset="88980" Vartype="Pointer" Bytesize="8" OffsetHex="00015B94" DisplayMethod="unsigned integer"/>
        <Element Offset="88984" Vartype="4 Bytes" Bytesize="4" RLECount="20" OffsetHex="00015B98" DisplayMethod="unsigned integer"/>
        <Element Offset="89064" Vartype="Pointer" Bytesize="8" OffsetHex="00015BE8" DisplayMethod="unsigned integer"/>
        <Element Offset="89068" Vartype="4 Bytes" Bytesize="4" OffsetHex="00015BEC" DisplayMethod="hexadecimal"/>
        <Element Offset="89072" Vartype="Float" Bytesize="4" OffsetHex="00015BF0" DisplayMethod="unsigned integer"/>
        <Element Offset="89076" Vartype="4 Bytes" Bytesize="4" OffsetHex="00015BF4" DisplayMethod="unsigned integer"/>
        <Element Offset="89080" Vartype="Float" Bytesize="4" OffsetHex="00015BF8" DisplayMethod="unsigned integer"/>
        <Element Offset="89084" Vartype="Double" Bytesize="8" OffsetHex="00015BFC" DisplayMethod="unsigned integer"/>
        <Element Offset="89092" Vartype="4 Bytes" Bytesize="4" RLECount="19" OffsetHex="00015C04" DisplayMethod="unsigned integer"/>
        <Element Offset="89168" Vartype="Pointer" Bytesize="8" OffsetHex="00015C50" DisplayMethod="unsigned integer"/>
        <Element Offset="89172" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00015C54" DisplayMethod="unsigned integer"/>
        <Element Offset="89180" Vartype="Pointer" Bytesize="8" OffsetHex="00015C5C" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="89184" Vartype="String" Bytesize="16" OffsetHex="00015C60" DisplayMethod="unsigned integer"/>
        <Element Offset="89200" Vartype="4 Bytes" Bytesize="4" RLECount="15" OffsetHex="00015C70" DisplayMethod="unsigned integer"/>
        <Element Offset="89260" Vartype="Pointer" Bytesize="8" OffsetHex="00015CAC" DisplayMethod="unsigned integer"/>
        <Element Offset="89264" Vartype="4 Bytes" Bytesize="4" RLECount="9080" OffsetHex="00015CB0" DisplayMethod="unsigned integer"/>
        <Element Offset="125584" Vartype="Pointer" Bytesize="8" OffsetHex="0001EA90" DisplayMethod="unsigned integer"/>
        <Element Offset="125588" Vartype="4 Bytes" Bytesize="4" RLECount="14" OffsetHex="0001EA94" DisplayMethod="unsigned integer"/>
        <Element Offset="125644" Vartype="Double" Bytesize="8" OffsetHex="0001EACC" DisplayMethod="unsigned integer"/>
        <Element Offset="125652" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="0001EAD4" DisplayMethod="unsigned integer"/>
        <Element Offset="125664" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="0001EAE0" DisplayMethod="unsigned integer"/>
        <Element Offset="125700" Vartype="Double" Bytesize="8" OffsetHex="0001EB04" DisplayMethod="unsigned integer"/>
        <Element Offset="125708" Vartype="4 Bytes" Bytesize="4" RLECount="182" OffsetHex="0001EB0C" DisplayMethod="unsigned integer"/>
        <Element Offset="126436" Vartype="Pointer" Bytesize="8" OffsetHex="0001EDE4" DisplayMethod="unsigned integer"/>
        <Element Offset="126440" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0001EDE8" DisplayMethod="unsigned integer"/>
        <Element Offset="126556" Vartype="Pointer" Bytesize="8" OffsetHex="0001EE5C" DisplayMethod="unsigned integer"/>
        <Element Offset="126560" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0001EE60" DisplayMethod="unsigned integer"/>
        <Element Offset="126676" Vartype="Pointer" Bytesize="8" OffsetHex="0001EED4" DisplayMethod="unsigned integer"/>
        <Element Offset="126680" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0001EED8" DisplayMethod="unsigned integer"/>
        <Element Offset="126796" Vartype="Pointer" Bytesize="8" OffsetHex="0001EF4C" DisplayMethod="unsigned integer"/>
        <Element Offset="126800" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0001EF50" DisplayMethod="unsigned integer"/>
        <Element Offset="126916" Vartype="Pointer" Bytesize="8" OffsetHex="0001EFC4" DisplayMethod="unsigned integer"/>
        <Element Offset="126920" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0001EFC8" DisplayMethod="unsigned integer"/>
        <Element Offset="127036" Vartype="Pointer" Bytesize="8" OffsetHex="0001F03C" DisplayMethod="unsigned integer"/>
        <Element Offset="127040" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0001F040" DisplayMethod="unsigned integer"/>
        <Element Offset="127156" Vartype="Pointer" Bytesize="8" OffsetHex="0001F0B4" DisplayMethod="unsigned integer"/>
        <Element Offset="127160" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0001F0B8" DisplayMethod="unsigned integer"/>
        <Element Offset="127276" Vartype="Pointer" Bytesize="8" OffsetHex="0001F12C" DisplayMethod="unsigned integer"/>
        <Element Offset="127280" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0001F130" DisplayMethod="unsigned integer"/>
        <Element Offset="127396" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0001F1A4" DisplayMethod="hexadecimal"/>
        <Element Offset="127412" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="0001F1B4" DisplayMethod="unsigned integer"/>
        <Element Offset="127456" Vartype="Pointer" Bytesize="8" OffsetHex="0001F1E0" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="127460" Vartype="4 Bytes" Bytesize="4" RLECount="562" OffsetHex="0001F1E4" DisplayMethod="unsigned integer"/>
        <Element Offset="129708" Vartype="Pointer" Bytesize="8" OffsetHex="0001FAAC" DisplayMethod="unsigned integer"/>
        <Element Offset="129712" Vartype="Pointer" Bytesize="8" OffsetHex="0001FAB0" DisplayMethod="unsigned integer"/>
        <Element Offset="129716" Vartype="Pointer" Bytesize="8" OffsetHex="0001FAB4" DisplayMethod="unsigned integer"/>
        <Element Offset="129720" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="0001FAB8" DisplayMethod="unsigned integer"/>
        <Element Offset="129744" Vartype="Pointer" Bytesize="8" OffsetHex="0001FAD0" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="129748" Vartype="String" Bytesize="20" OffsetHex="0001FAD4" DisplayMethod="unsigned integer"/>
        <Element Offset="129768" Vartype="4 Bytes" Bytesize="4" RLECount="45" OffsetHex="0001FAE8" DisplayMethod="unsigned integer"/>
        <Element Offset="129948" Vartype="Double" Bytesize="8" OffsetHex="0001FB9C" DisplayMethod="unsigned integer"/>
        <Element Offset="129956" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="0001FBA4" DisplayMethod="unsigned integer"/>
        <Element Offset="129968" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="0001FBB0" DisplayMethod="unsigned integer"/>
        <Element Offset="130004" Vartype="Double" Bytesize="8" OffsetHex="0001FBD4" DisplayMethod="unsigned integer"/>
        <Element Offset="130012" Vartype="4 Bytes" Bytesize="4" RLECount="182" OffsetHex="0001FBDC" DisplayMethod="unsigned integer"/>
        <Element Offset="130740" Vartype="Pointer" Bytesize="8" OffsetHex="0001FEB4" DisplayMethod="unsigned integer"/>
        <Element Offset="130744" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0001FEB8" DisplayMethod="unsigned integer"/>
        <Element Offset="130860" Vartype="Pointer" Bytesize="8" OffsetHex="0001FF2C" DisplayMethod="unsigned integer"/>
        <Element Offset="130864" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0001FF30" DisplayMethod="unsigned integer"/>
        <Element Offset="130980" Vartype="Pointer" Bytesize="8" OffsetHex="0001FFA4" DisplayMethod="unsigned integer"/>
        <Element Offset="130984" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0001FFA8" DisplayMethod="unsigned integer"/>
        <Element Offset="131100" Vartype="Pointer" Bytesize="8" OffsetHex="0002001C" DisplayMethod="unsigned integer"/>
        <Element Offset="131104" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00020020" DisplayMethod="unsigned integer"/>
        <Element Offset="131220" Vartype="Pointer" Bytesize="8" OffsetHex="00020094" DisplayMethod="unsigned integer"/>
        <Element Offset="131224" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00020098" DisplayMethod="unsigned integer"/>
        <Element Offset="131340" Vartype="Pointer" Bytesize="8" OffsetHex="0002010C" DisplayMethod="unsigned integer"/>
        <Element Offset="131344" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00020110" DisplayMethod="unsigned integer"/>
        <Element Offset="131460" Vartype="Pointer" Bytesize="8" OffsetHex="00020184" DisplayMethod="unsigned integer"/>
        <Element Offset="131464" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00020188" DisplayMethod="unsigned integer"/>
        <Element Offset="131580" Vartype="Pointer" Bytesize="8" OffsetHex="000201FC" DisplayMethod="unsigned integer"/>
        <Element Offset="131584" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00020200" DisplayMethod="unsigned integer"/>
        <Element Offset="131700" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00020274" DisplayMethod="hexadecimal"/>
        <Element Offset="131716" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00020284" DisplayMethod="unsigned integer"/>
        <Element Offset="131760" Vartype="Pointer" Bytesize="8" OffsetHex="000202B0" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="131764" Vartype="4 Bytes" Bytesize="4" RLECount="564" OffsetHex="000202B4" DisplayMethod="unsigned integer"/>
        <Element Offset="134020" Vartype="Pointer" Bytesize="8" OffsetHex="00020B84" DisplayMethod="unsigned integer"/>
        <Element Offset="134024" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00020B88" DisplayMethod="unsigned integer"/>
        <Element Offset="134048" Vartype="Pointer" Bytesize="8" OffsetHex="00020BA0" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="134052" Vartype="String" Bytesize="20" OffsetHex="00020BA4" DisplayMethod="unsigned integer"/>
        <Element Offset="134072" Vartype="4 Bytes" Bytesize="4" RLECount="6493" OffsetHex="00020BB8" DisplayMethod="unsigned integer"/>
        <Element Offset="160044" Vartype="4 Bytes" Bytesize="4" OffsetHex="0002712C" DisplayMethod="hexadecimal"/>
        <Element Offset="160048" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00027130" DisplayMethod="unsigned integer"/>
        <Element Offset="160060" Vartype="Pointer" Bytesize="8" OffsetHex="0002713C" DisplayMethod="unsigned integer"/>
        <Element Offset="160064" Vartype="Pointer" Bytesize="8" OffsetHex="00027140" DisplayMethod="unsigned integer"/>
        <Element Offset="160068" Vartype="Pointer" Bytesize="8" OffsetHex="00027144" DisplayMethod="unsigned integer"/>
        <Element Offset="160072" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00027148" DisplayMethod="unsigned integer"/>
        <Element Offset="160080" Vartype="Pointer" Bytesize="8" OffsetHex="00027150" DisplayMethod="unsigned integer"/>
        <Element Offset="160084" Vartype="Pointer" Bytesize="8" OffsetHex="00027154" DisplayMethod="unsigned integer"/>
        <Element Offset="160088" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00027158" DisplayMethod="unsigned integer"/>
        <Element Offset="160116" Vartype="Pointer" Bytesize="8" OffsetHex="00027174" DisplayMethod="unsigned integer"/>
        <Element Offset="160120" Vartype="Pointer" Bytesize="8" OffsetHex="00027178" DisplayMethod="unsigned integer"/>
        <Element Offset="160124" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0002717C" DisplayMethod="unsigned integer"/>
        <Element Offset="160140" Vartype="Pointer" Bytesize="8" OffsetHex="0002718C" DisplayMethod="unsigned integer"/>
        <Element Offset="160144" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00027190" DisplayMethod="unsigned integer"/>
        <Element Offset="160160" Vartype="Pointer" Bytesize="8" OffsetHex="000271A0" DisplayMethod="unsigned integer"/>
        <Element Offset="160164" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="000271A4" DisplayMethod="unsigned integer"/>
        <Element Offset="160196" Vartype="Pointer" Bytesize="8" OffsetHex="000271C4" DisplayMethod="unsigned integer"/>
        <Element Offset="160200" Vartype="Pointer" Bytesize="8" OffsetHex="000271C8" DisplayMethod="unsigned integer"/>
        <Element Offset="160204" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000271CC" DisplayMethod="unsigned integer"/>
        <Element Offset="160216" Vartype="Double" Bytesize="8" OffsetHex="000271D8" DisplayMethod="unsigned integer"/>
        <Element Offset="160224" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="000271E0" DisplayMethod="unsigned integer"/>
        <Element Offset="160252" Vartype="Pointer" Bytesize="8" OffsetHex="000271FC" DisplayMethod="unsigned integer"/>
        <Element Offset="160256" Vartype="4 Bytes" Bytesize="4" RLECount="27" OffsetHex="00027200" DisplayMethod="unsigned integer"/>
        <Element Offset="160364" Vartype="Pointer" Bytesize="8" OffsetHex="0002726C" DisplayMethod="unsigned integer"/>
        <Element Offset="160368" Vartype="Pointer" Bytesize="8" OffsetHex="00027270" DisplayMethod="unsigned integer"/>
        <Element Offset="160372" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00027274" DisplayMethod="unsigned integer"/>
        <Element Offset="160388" Vartype="Pointer" Bytesize="8" OffsetHex="00027284" DisplayMethod="unsigned integer"/>
        <Element Offset="160392" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00027288" DisplayMethod="unsigned integer"/>
        <Element Offset="160408" Vartype="Pointer" Bytesize="8" OffsetHex="00027298" DisplayMethod="unsigned integer"/>
        <Element Offset="160412" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="0002729C" DisplayMethod="unsigned integer"/>
        <Element Offset="160444" Vartype="Pointer" Bytesize="8" OffsetHex="000272BC" DisplayMethod="unsigned integer"/>
        <Element Offset="160448" Vartype="Pointer" Bytesize="8" OffsetHex="000272C0" DisplayMethod="unsigned integer"/>
        <Element Offset="160452" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000272C4" DisplayMethod="unsigned integer"/>
        <Element Offset="160464" Vartype="Double" Bytesize="8" OffsetHex="000272D0" DisplayMethod="unsigned integer"/>
        <Element Offset="160472" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="000272D8" DisplayMethod="unsigned integer"/>
        <Element Offset="160500" Vartype="Pointer" Bytesize="8" OffsetHex="000272F4" DisplayMethod="unsigned integer"/>
        <Element Offset="160504" Vartype="4 Bytes" Bytesize="4" RLECount="27" OffsetHex="000272F8" DisplayMethod="unsigned integer"/>
        <Element Offset="160612" Vartype="Pointer" Bytesize="8" OffsetHex="00027364" DisplayMethod="unsigned integer"/>
        <Element Offset="160616" Vartype="Pointer" Bytesize="8" OffsetHex="00027368" DisplayMethod="unsigned integer"/>
        <Element Offset="160620" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0002736C" DisplayMethod="unsigned integer"/>
        <Element Offset="160636" Vartype="Pointer" Bytesize="8" OffsetHex="0002737C" DisplayMethod="unsigned integer"/>
        <Element Offset="160640" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00027380" DisplayMethod="unsigned integer"/>
        <Element Offset="160656" Vartype="Pointer" Bytesize="8" OffsetHex="00027390" DisplayMethod="unsigned integer"/>
        <Element Offset="160660" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="00027394" DisplayMethod="unsigned integer"/>
        <Element Offset="160692" Vartype="Pointer" Bytesize="8" OffsetHex="000273B4" DisplayMethod="unsigned integer"/>
        <Element Offset="160696" Vartype="Pointer" Bytesize="8" OffsetHex="000273B8" DisplayMethod="unsigned integer"/>
        <Element Offset="160700" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000273BC" DisplayMethod="unsigned integer"/>
        <Element Offset="160712" Vartype="Double" Bytesize="8" OffsetHex="000273C8" DisplayMethod="unsigned integer"/>
        <Element Offset="160720" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="000273D0" DisplayMethod="unsigned integer"/>
        <Element Offset="160748" Vartype="Pointer" Bytesize="8" OffsetHex="000273EC" DisplayMethod="unsigned integer"/>
        <Element Offset="160752" Vartype="4 Bytes" Bytesize="4" RLECount="30" OffsetHex="000273F0" DisplayMethod="unsigned integer"/>
        <Element Offset="160872" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00027468" DisplayMethod="unsigned integer"/>
        <Element Offset="160876" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="0002746C" DisplayMethod="unsigned integer"/>
        <Element Offset="160884" Vartype="4 Bytes" Bytesize="4" OffsetHex="00027474" DisplayMethod="unsigned integer"/>
        <Element Offset="160888" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00027478" DisplayMethod="unsigned integer"/>
        <Element Offset="160896" Vartype="4 Bytes" Bytesize="4" OffsetHex="00027480" DisplayMethod="unsigned integer"/>
        <Element Offset="160900" Vartype="Float" Bytesize="4" OffsetHex="00027484" DisplayMethod="unsigned integer"/>
        <Element Offset="160904" Vartype="4 Bytes" Bytesize="4" OffsetHex="00027488" DisplayMethod="unsigned integer"/>
        <Element Offset="160908" Vartype="Float" Bytesize="4" OffsetHex="0002748C" DisplayMethod="unsigned integer"/>
        <Element Offset="160912" Vartype="Double" Bytesize="8" OffsetHex="00027490" DisplayMethod="unsigned integer"/>
        <Element Offset="160920" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="00027498" DisplayMethod="unsigned integer"/>
        <Element Offset="160932" Vartype="4 Bytes" Bytesize="4" OffsetHex="000274A4" DisplayMethod="unsigned integer"/>
        <Element Offset="160936" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="000274A8" DisplayMethod="unsigned integer"/>
        <Element Offset="160944" Vartype="Double" Bytesize="8" OffsetHex="000274B0" DisplayMethod="unsigned integer"/>
        <Element Offset="160952" Vartype="Float" Bytesize="4" OffsetHex="000274B8" DisplayMethod="unsigned integer"/>
        <Element Offset="160956" Vartype="4 Bytes" Bytesize="4" OffsetHex="000274BC" DisplayMethod="unsigned integer"/>
        <Element Offset="160960" Vartype="Float" Bytesize="4" OffsetHex="000274C0" DisplayMethod="unsigned integer"/>
        <Element Offset="160964" Vartype="Double" Bytesize="8" OffsetHex="000274C4" DisplayMethod="unsigned integer"/>
        <Element Offset="160972" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000274CC" DisplayMethod="unsigned integer"/>
        <Element Offset="160980" Vartype="Double" Bytesize="8" OffsetHex="000274D4" DisplayMethod="unsigned integer"/>
        <Element Offset="160988" Vartype="Float" Bytesize="4" OffsetHex="000274DC" DisplayMethod="unsigned integer"/>
        <Element Offset="160992" Vartype="4 Bytes" Bytesize="4" OffsetHex="000274E0" DisplayMethod="unsigned integer"/>
        <Element Offset="160996" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="000274E4" DisplayMethod="unsigned integer"/>
        <Element Offset="161004" Vartype="4 Bytes" Bytesize="4" OffsetHex="000274EC" DisplayMethod="unsigned integer"/>
        <Element Offset="161008" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="000274F0" DisplayMethod="unsigned integer"/>
        <Element Offset="161016" Vartype="4 Bytes" Bytesize="4" OffsetHex="000274F8" DisplayMethod="unsigned integer"/>
        <Element Offset="161020" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="000274FC" DisplayMethod="unsigned integer"/>
        <Element Offset="161028" Vartype="4 Bytes" Bytesize="4" OffsetHex="00027504" DisplayMethod="unsigned integer"/>
        <Element Offset="161032" Vartype="Float" Bytesize="4" RLECount="9" OffsetHex="00027508" DisplayMethod="unsigned integer"/>
        <Element Offset="161068" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="0002752C" DisplayMethod="unsigned integer"/>
        <Element Offset="161072" Vartype="Float" Bytesize="4" OffsetHex="00027530" DisplayMethod="unsigned integer"/>
        <Element Offset="161076" Vartype="4 Bytes" Bytesize="4" OffsetHex="00027534" DisplayMethod="unsigned integer"/>
        <Element Offset="161080" Vartype="Float" Bytesize="4" OffsetHex="00027538" DisplayMethod="unsigned integer"/>
        <Element Offset="161084" Vartype="4 Bytes" Bytesize="4" OffsetHex="0002753C" DisplayMethod="unsigned integer"/>
        <Element Offset="161088" Vartype="Float" Bytesize="4" OffsetHex="00027540" DisplayMethod="unsigned integer"/>
        <Element Offset="161092" Vartype="Pointer" Bytesize="8" OffsetHex="00027544" DisplayMethod="unsigned integer"/>
        <Element Offset="161096" Vartype="4 Bytes" Bytesize="4" OffsetHex="00027548" DisplayMethod="unsigned integer"/>
        <Element Offset="161100" Vartype="Pointer" Bytesize="8" OffsetHex="0002754C" DisplayMethod="unsigned integer"/>
        <Element Offset="161104" Vartype="4 Bytes" Bytesize="4" RLECount="24" OffsetHex="00027550" DisplayMethod="unsigned integer"/>
        <Element Offset="161200" Vartype="Float" Bytesize="4" RLECount="6" OffsetHex="000275B0" DisplayMethod="unsigned integer"/>
        <Element Offset="161224" Vartype="Pointer" Bytesize="8" OffsetHex="000275C8" DisplayMethod="unsigned integer"/>
        <Element Offset="161228" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="000275CC" DisplayMethod="unsigned integer"/>
        <Element Offset="161248" Vartype="Float" Bytesize="4" OffsetHex="000275E0" DisplayMethod="unsigned integer"/>
        <Element Offset="161252" Vartype="Double" Bytesize="8" OffsetHex="000275E4" DisplayMethod="unsigned integer"/>
        <Element Offset="161260" Vartype="Float" Bytesize="4" OffsetHex="000275EC" DisplayMethod="unsigned integer"/>
        <Element Offset="161264" Vartype="Double" Bytesize="8" OffsetHex="000275F0" DisplayMethod="unsigned integer"/>
        <Element Offset="161272" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000275F8" DisplayMethod="unsigned integer"/>
        <Element Offset="161284" Vartype="Pointer" Bytesize="8" OffsetHex="00027604" DisplayMethod="unsigned integer"/>
        <Element Offset="161288" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00027608" DisplayMethod="unsigned integer"/>
        <Element Offset="161404" Vartype="Pointer" Bytesize="8" OffsetHex="0002767C" DisplayMethod="unsigned integer"/>
        <Element Offset="161408" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00027680" DisplayMethod="unsigned integer"/>
        <Element Offset="161420" Vartype="Pointer" Bytesize="8" OffsetHex="0002768C" DisplayMethod="unsigned integer"/>
        <Element Offset="161424" Vartype="4 Bytes" Bytesize="4" RLECount="19" OffsetHex="00027690" DisplayMethod="unsigned integer"/>
        <Element Offset="161500" Vartype="Double" Bytesize="8" OffsetHex="000276DC" DisplayMethod="unsigned integer"/>
        <Element Offset="161508" Vartype="4 Bytes" Bytesize="4" RLECount="32" OffsetHex="000276E4" DisplayMethod="unsigned integer"/>
        <Element Offset="161636" Vartype="Pointer" Bytesize="8" OffsetHex="00027764" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="161640" Vartype="String" Bytesize="18" OffsetHex="00027768" DisplayMethod="unsigned integer"/>
        <Element Offset="161658" Vartype="Byte" Bytesize="1" RLECount="2" OffsetHex="0002777A" DisplayMethod="unsigned integer"/>
        <Element Offset="161660" Vartype="4 Bytes" Bytesize="4" RLECount="17" OffsetHex="0002777C" DisplayMethod="unsigned integer"/>
        <Element Offset="161728" Vartype="Pointer" Bytesize="8" OffsetHex="000277C0" DisplayMethod="unsigned integer"/>
        <Element Offset="161732" Vartype="Pointer" Bytesize="8" OffsetHex="000277C4" DisplayMethod="unsigned integer"/>
        <Element Offset="161736" Vartype="Pointer" Bytesize="8" OffsetHex="000277C8" DisplayMethod="unsigned integer"/>
        <Element Offset="161740" Vartype="4 Bytes" Bytesize="4" OffsetHex="000277CC" DisplayMethod="unsigned integer"/>
        <Element Offset="161744" Vartype="Pointer" Bytesize="8" OffsetHex="000277D0" DisplayMethod="unsigned integer"/>
        <Element Offset="161748" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000277D4" DisplayMethod="unsigned integer"/>
        <Element Offset="161760" Vartype="Pointer" Bytesize="8" OffsetHex="000277E0" DisplayMethod="unsigned integer"/>
        <Element Offset="161764" Vartype="4 Bytes" Bytesize="4" RLECount="16" OffsetHex="000277E4" DisplayMethod="unsigned integer"/>
        <Element Offset="161828" Vartype="Pointer" Bytesize="8" OffsetHex="00027824" DisplayMethod="unsigned integer"/>
        <Element Offset="161832" Vartype="4 Bytes" Bytesize="4" RLECount="82" OffsetHex="00027828" DisplayMethod="unsigned integer"/>
        <Element Offset="162160" Vartype="4 Bytes" Bytesize="4" OffsetHex="00027970" DisplayMethod="hexadecimal"/>
        <Element Offset="162164" Vartype="Pointer" Bytesize="8" OffsetHex="00027974" DisplayMethod="unsigned integer"/>
        <Element Offset="162168" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00027978" DisplayMethod="unsigned integer"/>
        <Element Offset="162184" Vartype="Pointer" Bytesize="8" OffsetHex="00027988" DisplayMethod="unsigned integer"/>
        <Element Offset="162188" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0002798C" DisplayMethod="unsigned integer"/>
        <Element Offset="162200" Vartype="4 Bytes" Bytesize="4" OffsetHex="00027998" DisplayMethod="hexadecimal"/>
        <Element Offset="162204" Vartype="Pointer" Bytesize="8" OffsetHex="0002799C" DisplayMethod="unsigned integer"/>
        <Element Offset="162208" Vartype="4 Bytes" Bytesize="4" OffsetHex="000279A0" DisplayMethod="unsigned integer"/>
        <Element Offset="162212" Vartype="4 Bytes" Bytesize="4" OffsetHex="000279A4" DisplayMethod="hexadecimal"/>
        <Element Offset="162216" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000279A8" DisplayMethod="unsigned integer"/>
        <Element Offset="162224" Vartype="Pointer" Bytesize="8" OffsetHex="000279B0" DisplayMethod="unsigned integer"/>
        <Element Offset="162228" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="000279B4" DisplayMethod="unsigned integer"/>
        <Element Offset="162240" Vartype="4 Bytes" Bytesize="4" OffsetHex="000279C0" DisplayMethod="hexadecimal"/>
        <Element Offset="162244" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000279C4" DisplayMethod="unsigned integer"/>
        <Element Offset="162252" Vartype="Pointer" Bytesize="8" OffsetHex="000279CC" DisplayMethod="unsigned integer"/>
        <Element Offset="162256" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="000279D0" DisplayMethod="unsigned integer"/>
        <Element Offset="162260" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="000279D4" DisplayMethod="unsigned integer"/>
        <Element Offset="162268" Vartype="4 Bytes" Bytesize="4" OffsetHex="000279DC" DisplayMethod="hexadecimal"/>
        <Element Offset="162272" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000279E0" DisplayMethod="unsigned integer"/>
        <Element Offset="162280" Vartype="Pointer" Bytesize="8" OffsetHex="000279E8" DisplayMethod="unsigned integer"/>
        <Element Offset="162284" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="000279EC" DisplayMethod="unsigned integer"/>
        <Element Offset="162296" Vartype="4 Bytes" Bytesize="4" OffsetHex="000279F8" DisplayMethod="hexadecimal"/>
        <Element Offset="162300" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="000279FC" DisplayMethod="unsigned integer"/>
        <Element Offset="162312" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="00027A08" DisplayMethod="unsigned integer"/>
        <Element Offset="162324" Vartype="4 Bytes" Bytesize="4" OffsetHex="00027A14" DisplayMethod="hexadecimal"/>
        <Element Offset="162328" Vartype="4 Bytes" Bytesize="4" RLECount="20" OffsetHex="00027A18" DisplayMethod="unsigned integer"/>
        <Element Offset="162408" Vartype="4 Bytes" Bytesize="4" OffsetHex="00027A68" DisplayMethod="hexadecimal"/>
        <Element Offset="162412" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00027A6C" DisplayMethod="unsigned integer"/>
        <Element Offset="162436" Vartype="Pointer" Bytesize="8" OffsetHex="00027A84" DisplayMethod="unsigned integer"/>
        <Element Offset="162440" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00027A88" DisplayMethod="unsigned integer"/>
        <Element Offset="162460" Vartype="Float" Bytesize="4" OffsetHex="00027A9C" DisplayMethod="unsigned integer"/>
        <Element Offset="162464" Vartype="4 Bytes" Bytesize="4" OffsetHex="00027AA0" DisplayMethod="unsigned integer"/>
        <Element Offset="162468" Vartype="Float" Bytesize="4" OffsetHex="00027AA4" DisplayMethod="unsigned integer"/>
        <Element Offset="162472" Vartype="4 Bytes" Bytesize="4" OffsetHex="00027AA8" DisplayMethod="unsigned integer"/>
        <Element Offset="162476" Vartype="Float" Bytesize="4" OffsetHex="00027AAC" DisplayMethod="unsigned integer"/>
        <Element Offset="162480" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00027AB0" DisplayMethod="unsigned integer"/>
        <Element Offset="162492" Vartype="Double" Bytesize="8" OffsetHex="00027ABC" DisplayMethod="unsigned integer"/>
        <Element Offset="162500" Vartype="Float" Bytesize="4" RLECount="6" OffsetHex="00027AC4" DisplayMethod="unsigned integer"/>
        <Element Offset="162524" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00027ADC" DisplayMethod="unsigned integer"/>
        <Element Offset="162548" Vartype="Double" Bytesize="8" RLECount="2" OffsetHex="00027AF4" DisplayMethod="unsigned integer"/>
        <Element Offset="162564" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00027B04" DisplayMethod="unsigned integer"/>
        <Element Offset="162576" Vartype="Double" Bytesize="8" OffsetHex="00027B10" DisplayMethod="unsigned integer"/>
        <Element Offset="162584" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00027B18" DisplayMethod="unsigned integer"/>
        <Element Offset="162596" Vartype="Double" Bytesize="8" OffsetHex="00027B24" DisplayMethod="unsigned integer"/>
        <Element Offset="162604" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00027B2C" DisplayMethod="unsigned integer"/>
        <Element Offset="162616" Vartype="Double" Bytesize="8" OffsetHex="00027B38" DisplayMethod="unsigned integer"/>
        <Element Offset="162624" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00027B40" DisplayMethod="unsigned integer"/>
        <Element Offset="162636" Vartype="Double" Bytesize="8" OffsetHex="00027B4C" DisplayMethod="unsigned integer"/>
        <Element Offset="162644" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00027B54" DisplayMethod="unsigned integer"/>
        <Element Offset="162656" Vartype="Double" Bytesize="8" OffsetHex="00027B60" DisplayMethod="unsigned integer"/>
        <Element Offset="162664" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00027B68" DisplayMethod="unsigned integer"/>
        <Element Offset="162676" Vartype="Double" Bytesize="8" OffsetHex="00027B74" DisplayMethod="unsigned integer"/>
        <Element Offset="162684" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00027B7C" DisplayMethod="unsigned integer"/>
        <Element Offset="162696" Vartype="Double" Bytesize="8" OffsetHex="00027B88" DisplayMethod="unsigned integer"/>
        <Element Offset="162704" Vartype="4 Bytes" Bytesize="4" RLECount="145" OffsetHex="00027B90" DisplayMethod="unsigned integer"/>
        <Element Offset="163284" Vartype="Pointer" Bytesize="8" OffsetHex="00027DD4" DisplayMethod="unsigned integer"/>
        <Element Offset="163288" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00027DD8" DisplayMethod="unsigned integer"/>
        <Element Offset="163404" Vartype="Pointer" Bytesize="8" OffsetHex="00027E4C" DisplayMethod="unsigned integer"/>
        <Element Offset="163408" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00027E50" DisplayMethod="unsigned integer"/>
        <Element Offset="163524" Vartype="Pointer" Bytesize="8" OffsetHex="00027EC4" DisplayMethod="unsigned integer"/>
        <Element Offset="163528" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00027EC8" DisplayMethod="unsigned integer"/>
        <Element Offset="163644" Vartype="Pointer" Bytesize="8" OffsetHex="00027F3C" DisplayMethod="unsigned integer"/>
        <Element Offset="163648" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00027F40" DisplayMethod="unsigned integer"/>
        <Element Offset="163764" Vartype="Pointer" Bytesize="8" OffsetHex="00027FB4" DisplayMethod="unsigned integer"/>
        <Element Offset="163768" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00027FB8" DisplayMethod="unsigned integer"/>
        <Element Offset="163884" Vartype="Pointer" Bytesize="8" OffsetHex="0002802C" DisplayMethod="unsigned integer"/>
        <Element Offset="163888" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00028030" DisplayMethod="unsigned integer"/>
        <Element Offset="164004" Vartype="Pointer" Bytesize="8" OffsetHex="000280A4" DisplayMethod="unsigned integer"/>
        <Element Offset="164008" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="000280A8" DisplayMethod="unsigned integer"/>
        <Element Offset="164124" Vartype="Pointer" Bytesize="8" OffsetHex="0002811C" DisplayMethod="unsigned integer"/>
        <Element Offset="164128" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00028120" DisplayMethod="unsigned integer"/>
        <Element Offset="164244" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00028194" DisplayMethod="hexadecimal"/>
        <Element Offset="164260" Vartype="4 Bytes" Bytesize="4" OffsetHex="000281A4" DisplayMethod="unsigned integer"/>
        <Element Offset="164264" Vartype="Pointer" Bytesize="8" OffsetHex="000281A8" DisplayMethod="unsigned integer"/>
        <Element Offset="164268" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="000281AC" DisplayMethod="unsigned integer"/>
        <Element Offset="164304" Vartype="Pointer" Bytesize="8" OffsetHex="000281D0" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="164308" Vartype="4 Bytes" Bytesize="4" RLECount="471" OffsetHex="000281D4" DisplayMethod="unsigned integer"/>
        <Element Offset="166192" Vartype="Pointer" Bytesize="8" OffsetHex="00028930" DisplayMethod="unsigned integer"/>
        <Element Offset="166196" Vartype="4 Bytes" Bytesize="4" OffsetHex="00028934" DisplayMethod="hexadecimal"/>
        <Element Offset="166200" Vartype="Float" Bytesize="4" OffsetHex="00028938" DisplayMethod="unsigned integer"/>
        <Element Offset="166204" Vartype="4 Bytes" Bytesize="4" OffsetHex="0002893C" DisplayMethod="unsigned integer"/>
        <Element Offset="166208" Vartype="Float" Bytesize="4" OffsetHex="00028940" DisplayMethod="unsigned integer"/>
        <Element Offset="166212" Vartype="Double" Bytesize="8" OffsetHex="00028944" DisplayMethod="unsigned integer"/>
        <Element Offset="166220" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0002894C" DisplayMethod="unsigned integer"/>
        <Element Offset="166228" Vartype="Float" Bytesize="4" OffsetHex="00028954" DisplayMethod="unsigned integer"/>
        <Element Offset="166232" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00028958" DisplayMethod="unsigned integer"/>
        <Element Offset="166248" Vartype="Double" Bytesize="8" RLECount="3" OffsetHex="00028968" DisplayMethod="unsigned integer"/>
        <Element Offset="166272" Vartype="Float" Bytesize="4" OffsetHex="00028980" DisplayMethod="unsigned integer"/>
        <Element Offset="166276" Vartype="Double" Bytesize="8" OffsetHex="00028984" DisplayMethod="unsigned integer"/>
        <Element Offset="166284" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0002898C" DisplayMethod="unsigned integer"/>
        <Element Offset="166292" Vartype="Pointer" Bytesize="8" OffsetHex="00028994" DisplayMethod="unsigned integer"/>
        <Element Offset="166296" Vartype="4 Bytes" Bytesize="4" OffsetHex="00028998" DisplayMethod="unsigned integer"/>
        <Element Offset="166300" Vartype="Double" Bytesize="8" RLECount="3" OffsetHex="0002899C" DisplayMethod="unsigned integer"/>
        <Element Offset="166324" Vartype="Float" Bytesize="4" OffsetHex="000289B4" DisplayMethod="unsigned integer"/>
        <Element Offset="166328" Vartype="Double" Bytesize="8" OffsetHex="000289B8" DisplayMethod="unsigned integer"/>
        <Element Offset="166336" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000289C0" DisplayMethod="unsigned integer"/>
        <Element Offset="166344" Vartype="Pointer" Bytesize="8" OffsetHex="000289C8" DisplayMethod="unsigned integer"/>
        <Element Offset="166348" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="000289CC" DisplayMethod="unsigned integer"/>
        <Element Offset="166400" Vartype="Pointer" Bytesize="8" OffsetHex="00028A00" DisplayMethod="unsigned integer"/>
        <Element Offset="166404" Vartype="Pointer" Bytesize="8" OffsetHex="00028A04" DisplayMethod="unsigned integer"/>
        <Element Offset="166408" Vartype="4 Bytes" Bytesize="4" RLECount="40" OffsetHex="00028A08" DisplayMethod="unsigned integer"/>
        <Element Offset="166568" Vartype="Double" Bytesize="8" OffsetHex="00028AA8" DisplayMethod="unsigned integer"/>
        <Element Offset="166576" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00028AB0" DisplayMethod="unsigned integer"/>
        <Element Offset="166604" Vartype="Pointer" Bytesize="8" OffsetHex="00028ACC" DisplayMethod="unsigned integer"/>
        <Element Offset="166608" Vartype="4 Bytes" Bytesize="4" OffsetHex="00028AD0" DisplayMethod="unsigned integer"/>
        <Element Offset="166612" Vartype="Pointer" Bytesize="8" OffsetHex="00028AD4" DisplayMethod="unsigned integer"/>
        <Element Offset="166616" Vartype="Unicode String" Bytesize="5" OffsetHex="00028AD8" DisplayMethod="unsigned integer"/>
        <Element Offset="166621" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="00028ADD" DisplayMethod="unsigned integer"/>
        <Element Offset="166624" Vartype="Pointer" Bytesize="8" OffsetHex="00028AE0" DisplayMethod="unsigned integer"/>
        <Element Offset="166628" Vartype="4 Bytes" Bytesize="4" OffsetHex="00028AE4" DisplayMethod="unsigned integer"/>
        <Element Offset="166632" Vartype="Byte" Bytesize="1" OffsetHex="00028AE8" DisplayMethod="unsigned integer"/>
        <Element Offset="166633" Vartype="String" Bytesize="4" OffsetHex="00028AE9" DisplayMethod="unsigned integer"/>
        <Element Offset="166637" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="00028AED" DisplayMethod="unsigned integer"/>
        <Element Offset="166640" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00028AF0" DisplayMethod="unsigned integer"/>
        <Element Offset="166648" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00028AF8" DisplayMethod="unsigned integer"/>
        <Element Offset="166664" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00028B08" DisplayMethod="unsigned integer"/>
        <Element Offset="166668" Vartype="Pointer" Bytesize="8" OffsetHex="00028B0C" DisplayMethod="unsigned integer"/>
        <Element Offset="166672" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00028B10" DisplayMethod="unsigned integer"/>
        <Element Offset="166696" Vartype="Pointer" Bytesize="8" OffsetHex="00028B28" DisplayMethod="unsigned integer"/>
        <Element Offset="166700" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00028B2C" DisplayMethod="unsigned integer"/>
        <Element Offset="166708" Vartype="Pointer" Bytesize="8" OffsetHex="00028B34" DisplayMethod="unsigned integer"/>
        <Element Offset="166712" Vartype="4 Bytes" Bytesize="4" OffsetHex="00028B38" DisplayMethod="unsigned integer"/>
        <Element Offset="166716" Vartype="4 Bytes" Bytesize="4" OffsetHex="00028B3C" DisplayMethod="hexadecimal"/>
        <Element Offset="166720" Vartype="Pointer" Bytesize="8" OffsetHex="00028B40" DisplayMethod="unsigned integer"/>
        <Element Offset="166724" Vartype="4 Bytes" Bytesize="4" OffsetHex="00028B44" DisplayMethod="unsigned integer"/>
        <Element Offset="166728" Vartype="4 Bytes" Bytesize="4" OffsetHex="00028B48" DisplayMethod="hexadecimal"/>
        <Element Offset="166732" Vartype="Pointer" Bytesize="8" OffsetHex="00028B4C" DisplayMethod="unsigned integer"/>
        <Element Offset="166736" Vartype="4 Bytes" Bytesize="4" OffsetHex="00028B50" DisplayMethod="unsigned integer"/>
        <Element Offset="166740" Vartype="4 Bytes" Bytesize="4" OffsetHex="00028B54" DisplayMethod="hexadecimal"/>
        <Element Offset="166744" Vartype="Pointer" Bytesize="8" OffsetHex="00028B58" DisplayMethod="unsigned integer"/>
        <Element Offset="166748" Vartype="4 Bytes" Bytesize="4" OffsetHex="00028B5C" DisplayMethod="unsigned integer"/>
        <Element Offset="166752" Vartype="4 Bytes" Bytesize="4" OffsetHex="00028B60" DisplayMethod="hexadecimal"/>
        <Element Offset="166756" Vartype="4 Bytes" Bytesize="4" RLECount="33" OffsetHex="00028B64" DisplayMethod="unsigned integer"/>
        <Element Offset="166888" Vartype="4 Bytes" Bytesize="4" OffsetHex="00028BE8" DisplayMethod="hexadecimal"/>
        <Element Offset="166892" Vartype="4 Bytes" Bytesize="4" RLECount="250" OffsetHex="00028BEC" DisplayMethod="unsigned integer"/>
        <Element Offset="167892" Vartype="Pointer" Bytesize="8" OffsetHex="00028FD4" DisplayMethod="unsigned integer"/>
        <Element Offset="167896" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00028FD8" DisplayMethod="unsigned integer"/>
        <Element Offset="167912" Vartype="Pointer" Bytesize="8" OffsetHex="00028FE8" DisplayMethod="unsigned integer"/>
        <Element Offset="167916" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00028FEC" DisplayMethod="unsigned integer"/>
        <Element Offset="167932" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00028FFC" DisplayMethod="unsigned integer"/>
        <Element Offset="167940" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00029004" DisplayMethod="unsigned integer"/>
        <Element Offset="167948" Vartype="Double" Bytesize="8" OffsetHex="0002900C" DisplayMethod="unsigned integer"/>
        <Element Offset="167956" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="00029014" DisplayMethod="unsigned integer"/>
        <Element Offset="167968" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="00029020" DisplayMethod="unsigned integer"/>
        <Element Offset="168004" Vartype="Double" Bytesize="8" RLECount="2" OffsetHex="00029044" DisplayMethod="unsigned integer"/>
        <Element Offset="168020" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00029054" DisplayMethod="unsigned integer"/>
        <Element Offset="168032" Vartype="Double" Bytesize="8" OffsetHex="00029060" DisplayMethod="unsigned integer"/>
        <Element Offset="168040" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00029068" DisplayMethod="unsigned integer"/>
        <Element Offset="168052" Vartype="Double" Bytesize="8" OffsetHex="00029074" DisplayMethod="unsigned integer"/>
        <Element Offset="168060" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0002907C" DisplayMethod="unsigned integer"/>
        <Element Offset="168072" Vartype="Double" Bytesize="8" OffsetHex="00029088" DisplayMethod="unsigned integer"/>
        <Element Offset="168080" Vartype="4 Bytes" Bytesize="4" RLECount="165" OffsetHex="00029090" DisplayMethod="unsigned integer"/>
        <Element Offset="168740" Vartype="Pointer" Bytesize="8" OffsetHex="00029324" DisplayMethod="unsigned integer"/>
        <Element Offset="168744" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00029328" DisplayMethod="unsigned integer"/>
        <Element Offset="168860" Vartype="Pointer" Bytesize="8" OffsetHex="0002939C" DisplayMethod="unsigned integer"/>
        <Element Offset="168864" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="000293A0" DisplayMethod="unsigned integer"/>
        <Element Offset="168980" Vartype="Pointer" Bytesize="8" OffsetHex="00029414" DisplayMethod="unsigned integer"/>
        <Element Offset="168984" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00029418" DisplayMethod="unsigned integer"/>
        <Element Offset="169100" Vartype="Pointer" Bytesize="8" OffsetHex="0002948C" DisplayMethod="unsigned integer"/>
        <Element Offset="169104" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00029490" DisplayMethod="unsigned integer"/>
        <Element Offset="169220" Vartype="Pointer" Bytesize="8" OffsetHex="00029504" DisplayMethod="unsigned integer"/>
        <Element Offset="169224" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00029508" DisplayMethod="unsigned integer"/>
        <Element Offset="169340" Vartype="Pointer" Bytesize="8" OffsetHex="0002957C" DisplayMethod="unsigned integer"/>
        <Element Offset="169344" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00029580" DisplayMethod="unsigned integer"/>
        <Element Offset="169460" Vartype="Pointer" Bytesize="8" OffsetHex="000295F4" DisplayMethod="unsigned integer"/>
        <Element Offset="169464" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="000295F8" DisplayMethod="unsigned integer"/>
        <Element Offset="169580" Vartype="Pointer" Bytesize="8" OffsetHex="0002966C" DisplayMethod="unsigned integer"/>
        <Element Offset="169584" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00029670" DisplayMethod="unsigned integer"/>
        <Element Offset="169700" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="000296E4" DisplayMethod="hexadecimal"/>
        <Element Offset="169716" Vartype="4 Bytes" Bytesize="4" OffsetHex="000296F4" DisplayMethod="unsigned integer"/>
        <Element Offset="169720" Vartype="Pointer" Bytesize="8" OffsetHex="000296F8" DisplayMethod="unsigned integer"/>
        <Element Offset="169724" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="000296FC" DisplayMethod="unsigned integer"/>
        <Element Offset="169760" Vartype="Pointer" Bytesize="8" OffsetHex="00029720" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="169764" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00029724" DisplayMethod="unsigned integer"/>
        <Element Offset="169784" Vartype="Float" Bytesize="4" OffsetHex="00029738" DisplayMethod="unsigned integer"/>
        <Element Offset="169788" Vartype="4 Bytes" Bytesize="4" OffsetHex="0002973C" DisplayMethod="unsigned integer"/>
        <Element Offset="169792" Vartype="Byte" Bytesize="1" OffsetHex="00029740" DisplayMethod="unsigned integer"/>
        <Element Offset="169793" Vartype="String" Bytesize="27" OffsetHex="00029741" DisplayMethod="unsigned integer"/>
        <Element Offset="169820" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="0002975C" DisplayMethod="unsigned integer"/>
        <Element Offset="169844" Vartype="Pointer" Bytesize="8" OffsetHex="00029774" DisplayMethod="unsigned integer"/>
        <Element Offset="169848" Vartype="4 Bytes" Bytesize="4" RLECount="20" OffsetHex="00029778" DisplayMethod="unsigned integer"/>
        <Element Offset="169928" Vartype="Pointer" Bytesize="8" OffsetHex="000297C8" DisplayMethod="unsigned integer"/>
        <Element Offset="169932" Vartype="4 Bytes" Bytesize="4" OffsetHex="000297CC" DisplayMethod="hexadecimal"/>
        <Element Offset="169936" Vartype="Float" Bytesize="4" OffsetHex="000297D0" DisplayMethod="unsigned integer"/>
        <Element Offset="169940" Vartype="4 Bytes" Bytesize="4" OffsetHex="000297D4" DisplayMethod="unsigned integer"/>
        <Element Offset="169944" Vartype="Float" Bytesize="4" OffsetHex="000297D8" DisplayMethod="unsigned integer"/>
        <Element Offset="169948" Vartype="Double" Bytesize="8" OffsetHex="000297DC" DisplayMethod="unsigned integer"/>
        <Element Offset="169956" Vartype="4 Bytes" Bytesize="4" RLECount="19" OffsetHex="000297E4" DisplayMethod="unsigned integer"/>
        <Element Offset="170032" Vartype="Pointer" Bytesize="8" OffsetHex="00029830" DisplayMethod="unsigned integer"/>
        <Element Offset="170036" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00029834" DisplayMethod="unsigned integer"/>
        <Element Offset="170044" Vartype="Pointer" Bytesize="8" OffsetHex="0002983C" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="170048" Vartype="String" Bytesize="16" OffsetHex="00029840" DisplayMethod="unsigned integer"/>
        <Element Offset="170064" Vartype="4 Bytes" Bytesize="4" RLECount="15" OffsetHex="00029850" DisplayMethod="unsigned integer"/>
        <Element Offset="170124" Vartype="Pointer" Bytesize="8" OffsetHex="0002988C" DisplayMethod="unsigned integer"/>
        <Element Offset="170128" Vartype="4 Bytes" Bytesize="4" RLECount="9080" OffsetHex="00029890" DisplayMethod="unsigned integer"/>
        <Element Offset="206448" Vartype="Pointer" Bytesize="8" OffsetHex="00032670" DisplayMethod="unsigned integer"/>
        <Element Offset="206452" Vartype="4 Bytes" Bytesize="4" RLECount="14" OffsetHex="00032674" DisplayMethod="unsigned integer"/>
        <Element Offset="206508" Vartype="Double" Bytesize="8" OffsetHex="000326AC" DisplayMethod="unsigned integer"/>
        <Element Offset="206516" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="000326B4" DisplayMethod="unsigned integer"/>
        <Element Offset="206528" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="000326C0" DisplayMethod="unsigned integer"/>
        <Element Offset="206564" Vartype="Double" Bytesize="8" OffsetHex="000326E4" DisplayMethod="unsigned integer"/>
        <Element Offset="206572" Vartype="4 Bytes" Bytesize="4" RLECount="182" OffsetHex="000326EC" DisplayMethod="unsigned integer"/>
        <Element Offset="207300" Vartype="Pointer" Bytesize="8" OffsetHex="000329C4" DisplayMethod="unsigned integer"/>
        <Element Offset="207304" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="000329C8" DisplayMethod="unsigned integer"/>
        <Element Offset="207420" Vartype="Pointer" Bytesize="8" OffsetHex="00032A3C" DisplayMethod="unsigned integer"/>
        <Element Offset="207424" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00032A40" DisplayMethod="unsigned integer"/>
        <Element Offset="207540" Vartype="Pointer" Bytesize="8" OffsetHex="00032AB4" DisplayMethod="unsigned integer"/>
        <Element Offset="207544" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00032AB8" DisplayMethod="unsigned integer"/>
        <Element Offset="207660" Vartype="Pointer" Bytesize="8" OffsetHex="00032B2C" DisplayMethod="unsigned integer"/>
        <Element Offset="207664" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00032B30" DisplayMethod="unsigned integer"/>
        <Element Offset="207780" Vartype="Pointer" Bytesize="8" OffsetHex="00032BA4" DisplayMethod="unsigned integer"/>
        <Element Offset="207784" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00032BA8" DisplayMethod="unsigned integer"/>
        <Element Offset="207900" Vartype="Pointer" Bytesize="8" OffsetHex="00032C1C" DisplayMethod="unsigned integer"/>
        <Element Offset="207904" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00032C20" DisplayMethod="unsigned integer"/>
        <Element Offset="208020" Vartype="Pointer" Bytesize="8" OffsetHex="00032C94" DisplayMethod="unsigned integer"/>
        <Element Offset="208024" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00032C98" DisplayMethod="unsigned integer"/>
        <Element Offset="208140" Vartype="Pointer" Bytesize="8" OffsetHex="00032D0C" DisplayMethod="unsigned integer"/>
        <Element Offset="208144" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00032D10" DisplayMethod="unsigned integer"/>
        <Element Offset="208260" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00032D84" DisplayMethod="hexadecimal"/>
        <Element Offset="208276" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00032D94" DisplayMethod="unsigned integer"/>
        <Element Offset="208320" Vartype="Pointer" Bytesize="8" OffsetHex="00032DC0" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="208324" Vartype="4 Bytes" Bytesize="4" RLECount="562" OffsetHex="00032DC4" DisplayMethod="unsigned integer"/>
        <Element Offset="210572" Vartype="Pointer" Bytesize="8" OffsetHex="0003368C" DisplayMethod="unsigned integer"/>
        <Element Offset="210576" Vartype="Pointer" Bytesize="8" OffsetHex="00033690" DisplayMethod="unsigned integer"/>
        <Element Offset="210580" Vartype="Pointer" Bytesize="8" OffsetHex="00033694" DisplayMethod="unsigned integer"/>
        <Element Offset="210584" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00033698" DisplayMethod="unsigned integer"/>
        <Element Offset="210608" Vartype="Pointer" Bytesize="8" OffsetHex="000336B0" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="210612" Vartype="String" Bytesize="25" OffsetHex="000336B4" DisplayMethod="unsigned integer"/>
        <Element Offset="210637" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="000336CD" DisplayMethod="unsigned integer"/>
        <Element Offset="210640" Vartype="4 Bytes" Bytesize="4" RLECount="43" OffsetHex="000336D0" DisplayMethod="unsigned integer"/>
        <Element Offset="210812" Vartype="Double" Bytesize="8" OffsetHex="0003377C" DisplayMethod="unsigned integer"/>
        <Element Offset="210820" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="00033784" DisplayMethod="unsigned integer"/>
        <Element Offset="210832" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="00033790" DisplayMethod="unsigned integer"/>
        <Element Offset="210868" Vartype="Double" Bytesize="8" OffsetHex="000337B4" DisplayMethod="unsigned integer"/>
        <Element Offset="210876" Vartype="4 Bytes" Bytesize="4" RLECount="182" OffsetHex="000337BC" DisplayMethod="unsigned integer"/>
        <Element Offset="211604" Vartype="Pointer" Bytesize="8" OffsetHex="00033A94" DisplayMethod="unsigned integer"/>
        <Element Offset="211608" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00033A98" DisplayMethod="unsigned integer"/>
        <Element Offset="211724" Vartype="Pointer" Bytesize="8" OffsetHex="00033B0C" DisplayMethod="unsigned integer"/>
        <Element Offset="211728" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00033B10" DisplayMethod="unsigned integer"/>
        <Element Offset="211844" Vartype="Pointer" Bytesize="8" OffsetHex="00033B84" DisplayMethod="unsigned integer"/>
        <Element Offset="211848" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00033B88" DisplayMethod="unsigned integer"/>
        <Element Offset="211964" Vartype="Pointer" Bytesize="8" OffsetHex="00033BFC" DisplayMethod="unsigned integer"/>
        <Element Offset="211968" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00033C00" DisplayMethod="unsigned integer"/>
        <Element Offset="212084" Vartype="Pointer" Bytesize="8" OffsetHex="00033C74" DisplayMethod="unsigned integer"/>
        <Element Offset="212088" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00033C78" DisplayMethod="unsigned integer"/>
        <Element Offset="212204" Vartype="Pointer" Bytesize="8" OffsetHex="00033CEC" DisplayMethod="unsigned integer"/>
        <Element Offset="212208" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00033CF0" DisplayMethod="unsigned integer"/>
        <Element Offset="212324" Vartype="Pointer" Bytesize="8" OffsetHex="00033D64" DisplayMethod="unsigned integer"/>
        <Element Offset="212328" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00033D68" DisplayMethod="unsigned integer"/>
        <Element Offset="212444" Vartype="Pointer" Bytesize="8" OffsetHex="00033DDC" DisplayMethod="unsigned integer"/>
        <Element Offset="212448" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00033DE0" DisplayMethod="unsigned integer"/>
        <Element Offset="212564" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00033E54" DisplayMethod="hexadecimal"/>
        <Element Offset="212580" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00033E64" DisplayMethod="unsigned integer"/>
        <Element Offset="212624" Vartype="Pointer" Bytesize="8" OffsetHex="00033E90" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="212628" Vartype="4 Bytes" Bytesize="4" RLECount="562" OffsetHex="00033E94" DisplayMethod="unsigned integer"/>
        <Element Offset="214876" Vartype="Pointer" Bytesize="8" OffsetHex="0003475C" DisplayMethod="unsigned integer"/>
        <Element Offset="214880" Vartype="Pointer" Bytesize="8" OffsetHex="00034760" DisplayMethod="unsigned integer"/>
        <Element Offset="214884" Vartype="Pointer" Bytesize="8" OffsetHex="00034764" DisplayMethod="unsigned integer"/>
        <Element Offset="214888" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00034768" DisplayMethod="unsigned integer"/>
        <Element Offset="214912" Vartype="Pointer" Bytesize="8" OffsetHex="00034780" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="214916" Vartype="String" Bytesize="25" OffsetHex="00034784" DisplayMethod="unsigned integer"/>
        <Element Offset="214941" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="0003479D" DisplayMethod="unsigned integer"/>
        <Element Offset="214944" Vartype="4 Bytes" Bytesize="4" RLECount="43" OffsetHex="000347A0" DisplayMethod="unsigned integer"/>
        <Element Offset="215116" Vartype="Double" Bytesize="8" OffsetHex="0003484C" DisplayMethod="unsigned integer"/>
        <Element Offset="215124" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="00034854" DisplayMethod="unsigned integer"/>
        <Element Offset="215136" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="00034860" DisplayMethod="unsigned integer"/>
        <Element Offset="215172" Vartype="Double" Bytesize="8" OffsetHex="00034884" DisplayMethod="unsigned integer"/>
        <Element Offset="215180" Vartype="4 Bytes" Bytesize="4" RLECount="182" OffsetHex="0003488C" DisplayMethod="unsigned integer"/>
        <Element Offset="215908" Vartype="Pointer" Bytesize="8" OffsetHex="00034B64" DisplayMethod="unsigned integer"/>
        <Element Offset="215912" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00034B68" DisplayMethod="unsigned integer"/>
        <Element Offset="216028" Vartype="Pointer" Bytesize="8" OffsetHex="00034BDC" DisplayMethod="unsigned integer"/>
        <Element Offset="216032" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00034BE0" DisplayMethod="unsigned integer"/>
        <Element Offset="216148" Vartype="Pointer" Bytesize="8" OffsetHex="00034C54" DisplayMethod="unsigned integer"/>
        <Element Offset="216152" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00034C58" DisplayMethod="unsigned integer"/>
        <Element Offset="216268" Vartype="Pointer" Bytesize="8" OffsetHex="00034CCC" DisplayMethod="unsigned integer"/>
        <Element Offset="216272" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00034CD0" DisplayMethod="unsigned integer"/>
        <Element Offset="216388" Vartype="Pointer" Bytesize="8" OffsetHex="00034D44" DisplayMethod="unsigned integer"/>
        <Element Offset="216392" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00034D48" DisplayMethod="unsigned integer"/>
        <Element Offset="216508" Vartype="Pointer" Bytesize="8" OffsetHex="00034DBC" DisplayMethod="unsigned integer"/>
        <Element Offset="216512" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00034DC0" DisplayMethod="unsigned integer"/>
        <Element Offset="216628" Vartype="Pointer" Bytesize="8" OffsetHex="00034E34" DisplayMethod="unsigned integer"/>
        <Element Offset="216632" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00034E38" DisplayMethod="unsigned integer"/>
        <Element Offset="216748" Vartype="Pointer" Bytesize="8" OffsetHex="00034EAC" DisplayMethod="unsigned integer"/>
        <Element Offset="216752" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00034EB0" DisplayMethod="unsigned integer"/>
        <Element Offset="216868" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00034F24" DisplayMethod="hexadecimal"/>
        <Element Offset="216884" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00034F34" DisplayMethod="unsigned integer"/>
        <Element Offset="216928" Vartype="Pointer" Bytesize="8" OffsetHex="00034F60" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="216932" Vartype="4 Bytes" Bytesize="4" RLECount="562" OffsetHex="00034F64" DisplayMethod="unsigned integer"/>
        <Element Offset="219180" Vartype="Pointer" Bytesize="8" OffsetHex="0003582C" DisplayMethod="unsigned integer"/>
        <Element Offset="219184" Vartype="Pointer" Bytesize="8" OffsetHex="00035830" DisplayMethod="unsigned integer"/>
        <Element Offset="219188" Vartype="Pointer" Bytesize="8" OffsetHex="00035834" DisplayMethod="unsigned integer"/>
        <Element Offset="219192" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00035838" DisplayMethod="unsigned integer"/>
        <Element Offset="219216" Vartype="Pointer" Bytesize="8" OffsetHex="00035850" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="219220" Vartype="String" Bytesize="25" OffsetHex="00035854" DisplayMethod="unsigned integer"/>
        <Element Offset="219245" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="0003586D" DisplayMethod="unsigned integer"/>
        <Element Offset="219248" Vartype="4 Bytes" Bytesize="4" RLECount="43" OffsetHex="00035870" DisplayMethod="unsigned integer"/>
        <Element Offset="219420" Vartype="Double" Bytesize="8" OffsetHex="0003591C" DisplayMethod="unsigned integer"/>
        <Element Offset="219428" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="00035924" DisplayMethod="unsigned integer"/>
        <Element Offset="219440" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="00035930" DisplayMethod="unsigned integer"/>
        <Element Offset="219476" Vartype="Double" Bytesize="8" OffsetHex="00035954" DisplayMethod="unsigned integer"/>
        <Element Offset="219484" Vartype="4 Bytes" Bytesize="4" RLECount="182" OffsetHex="0003595C" DisplayMethod="unsigned integer"/>
        <Element Offset="220212" Vartype="Pointer" Bytesize="8" OffsetHex="00035C34" DisplayMethod="unsigned integer"/>
        <Element Offset="220216" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00035C38" DisplayMethod="unsigned integer"/>
        <Element Offset="220332" Vartype="Pointer" Bytesize="8" OffsetHex="00035CAC" DisplayMethod="unsigned integer"/>
        <Element Offset="220336" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00035CB0" DisplayMethod="unsigned integer"/>
        <Element Offset="220452" Vartype="Pointer" Bytesize="8" OffsetHex="00035D24" DisplayMethod="unsigned integer"/>
        <Element Offset="220456" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00035D28" DisplayMethod="unsigned integer"/>
        <Element Offset="220572" Vartype="Pointer" Bytesize="8" OffsetHex="00035D9C" DisplayMethod="unsigned integer"/>
        <Element Offset="220576" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00035DA0" DisplayMethod="unsigned integer"/>
        <Element Offset="220692" Vartype="Pointer" Bytesize="8" OffsetHex="00035E14" DisplayMethod="unsigned integer"/>
        <Element Offset="220696" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00035E18" DisplayMethod="unsigned integer"/>
        <Element Offset="220812" Vartype="Pointer" Bytesize="8" OffsetHex="00035E8C" DisplayMethod="unsigned integer"/>
        <Element Offset="220816" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00035E90" DisplayMethod="unsigned integer"/>
        <Element Offset="220932" Vartype="Pointer" Bytesize="8" OffsetHex="00035F04" DisplayMethod="unsigned integer"/>
        <Element Offset="220936" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00035F08" DisplayMethod="unsigned integer"/>
        <Element Offset="221052" Vartype="Pointer" Bytesize="8" OffsetHex="00035F7C" DisplayMethod="unsigned integer"/>
        <Element Offset="221056" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00035F80" DisplayMethod="unsigned integer"/>
        <Element Offset="221172" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00035FF4" DisplayMethod="hexadecimal"/>
        <Element Offset="221188" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00036004" DisplayMethod="unsigned integer"/>
        <Element Offset="221232" Vartype="Pointer" Bytesize="8" OffsetHex="00036030" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="221236" Vartype="4 Bytes" Bytesize="4" RLECount="562" OffsetHex="00036034" DisplayMethod="unsigned integer"/>
        <Element Offset="223484" Vartype="Pointer" Bytesize="8" OffsetHex="000368FC" DisplayMethod="unsigned integer"/>
        <Element Offset="223488" Vartype="Pointer" Bytesize="8" OffsetHex="00036900" DisplayMethod="unsigned integer"/>
        <Element Offset="223492" Vartype="Pointer" Bytesize="8" OffsetHex="00036904" DisplayMethod="unsigned integer"/>
        <Element Offset="223496" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00036908" DisplayMethod="unsigned integer"/>
        <Element Offset="223520" Vartype="Pointer" Bytesize="8" OffsetHex="00036920" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="223524" Vartype="String" Bytesize="25" OffsetHex="00036924" DisplayMethod="unsigned integer"/>
        <Element Offset="223549" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="0003693D" DisplayMethod="unsigned integer"/>
        <Element Offset="223552" Vartype="4 Bytes" Bytesize="4" RLECount="4336" OffsetHex="00036940" DisplayMethod="unsigned integer"/>
        <Element Offset="240896" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003AD00" DisplayMethod="hexadecimal"/>
        <Element Offset="240900" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0003AD04" DisplayMethod="unsigned integer"/>
        <Element Offset="240908" Vartype="Pointer" Bytesize="8" OffsetHex="0003AD0C" DisplayMethod="unsigned integer"/>
        <Element Offset="240912" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0003AD10" DisplayMethod="unsigned integer"/>
        <Element Offset="240928" Vartype="Pointer" Bytesize="8" OffsetHex="0003AD20" DisplayMethod="unsigned integer"/>
        <Element Offset="240932" Vartype="Pointer" Bytesize="8" OffsetHex="0003AD24" DisplayMethod="unsigned integer"/>
        <Element Offset="240936" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0003AD28" DisplayMethod="unsigned integer"/>
        <Element Offset="240944" Vartype="Pointer" Bytesize="8" OffsetHex="0003AD30" DisplayMethod="unsigned integer"/>
        <Element Offset="240948" Vartype="Pointer" Bytesize="8" OffsetHex="0003AD34" DisplayMethod="unsigned integer"/>
        <Element Offset="240952" Vartype="Pointer" Bytesize="8" OffsetHex="0003AD38" DisplayMethod="unsigned integer"/>
        <Element Offset="240956" Vartype="Pointer" Bytesize="8" OffsetHex="0003AD3C" DisplayMethod="unsigned integer"/>
        <Element Offset="240960" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="0003AD40" DisplayMethod="unsigned integer"/>
        <Element Offset="240980" Vartype="Pointer" Bytesize="8" OffsetHex="0003AD54" DisplayMethod="unsigned integer"/>
        <Element Offset="240984" Vartype="Pointer" Bytesize="8" OffsetHex="0003AD58" DisplayMethod="unsigned integer"/>
        <Element Offset="240988" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0003AD5C" DisplayMethod="unsigned integer"/>
        <Element Offset="241004" Vartype="Pointer" Bytesize="8" OffsetHex="0003AD6C" DisplayMethod="unsigned integer"/>
        <Element Offset="241008" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0003AD70" DisplayMethod="unsigned integer"/>
        <Element Offset="241024" Vartype="Pointer" Bytesize="8" OffsetHex="0003AD80" DisplayMethod="unsigned integer"/>
        <Element Offset="241028" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="0003AD84" DisplayMethod="unsigned integer"/>
        <Element Offset="241060" Vartype="Pointer" Bytesize="8" OffsetHex="0003ADA4" DisplayMethod="unsigned integer"/>
        <Element Offset="241064" Vartype="Pointer" Bytesize="8" OffsetHex="0003ADA8" DisplayMethod="unsigned integer"/>
        <Element Offset="241068" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0003ADAC" DisplayMethod="unsigned integer"/>
        <Element Offset="241080" Vartype="Double" Bytesize="8" OffsetHex="0003ADB8" DisplayMethod="unsigned integer"/>
        <Element Offset="241088" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="0003ADC0" DisplayMethod="unsigned integer"/>
        <Element Offset="241116" Vartype="Pointer" Bytesize="8" OffsetHex="0003ADDC" DisplayMethod="unsigned integer"/>
        <Element Offset="241120" Vartype="4 Bytes" Bytesize="4" RLECount="27" OffsetHex="0003ADE0" DisplayMethod="unsigned integer"/>
        <Element Offset="241228" Vartype="Pointer" Bytesize="8" OffsetHex="0003AE4C" DisplayMethod="unsigned integer"/>
        <Element Offset="241232" Vartype="Pointer" Bytesize="8" OffsetHex="0003AE50" DisplayMethod="unsigned integer"/>
        <Element Offset="241236" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0003AE54" DisplayMethod="unsigned integer"/>
        <Element Offset="241252" Vartype="Pointer" Bytesize="8" OffsetHex="0003AE64" DisplayMethod="unsigned integer"/>
        <Element Offset="241256" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0003AE68" DisplayMethod="unsigned integer"/>
        <Element Offset="241272" Vartype="Pointer" Bytesize="8" OffsetHex="0003AE78" DisplayMethod="unsigned integer"/>
        <Element Offset="241276" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="0003AE7C" DisplayMethod="unsigned integer"/>
        <Element Offset="241308" Vartype="Pointer" Bytesize="8" OffsetHex="0003AE9C" DisplayMethod="unsigned integer"/>
        <Element Offset="241312" Vartype="Pointer" Bytesize="8" OffsetHex="0003AEA0" DisplayMethod="unsigned integer"/>
        <Element Offset="241316" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0003AEA4" DisplayMethod="unsigned integer"/>
        <Element Offset="241328" Vartype="Double" Bytesize="8" OffsetHex="0003AEB0" DisplayMethod="unsigned integer"/>
        <Element Offset="241336" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="0003AEB8" DisplayMethod="unsigned integer"/>
        <Element Offset="241364" Vartype="Pointer" Bytesize="8" OffsetHex="0003AED4" DisplayMethod="unsigned integer"/>
        <Element Offset="241368" Vartype="4 Bytes" Bytesize="4" RLECount="27" OffsetHex="0003AED8" DisplayMethod="unsigned integer"/>
        <Element Offset="241476" Vartype="Pointer" Bytesize="8" OffsetHex="0003AF44" DisplayMethod="unsigned integer"/>
        <Element Offset="241480" Vartype="Pointer" Bytesize="8" OffsetHex="0003AF48" DisplayMethod="unsigned integer"/>
        <Element Offset="241484" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0003AF4C" DisplayMethod="unsigned integer"/>
        <Element Offset="241500" Vartype="Pointer" Bytesize="8" OffsetHex="0003AF5C" DisplayMethod="unsigned integer"/>
        <Element Offset="241504" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0003AF60" DisplayMethod="unsigned integer"/>
        <Element Offset="241520" Vartype="Pointer" Bytesize="8" OffsetHex="0003AF70" DisplayMethod="unsigned integer"/>
        <Element Offset="241524" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="0003AF74" DisplayMethod="unsigned integer"/>
        <Element Offset="241556" Vartype="Pointer" Bytesize="8" OffsetHex="0003AF94" DisplayMethod="unsigned integer"/>
        <Element Offset="241560" Vartype="Pointer" Bytesize="8" OffsetHex="0003AF98" DisplayMethod="unsigned integer"/>
        <Element Offset="241564" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0003AF9C" DisplayMethod="unsigned integer"/>
        <Element Offset="241576" Vartype="Double" Bytesize="8" OffsetHex="0003AFA8" DisplayMethod="unsigned integer"/>
        <Element Offset="241584" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="0003AFB0" DisplayMethod="unsigned integer"/>
        <Element Offset="241612" Vartype="Pointer" Bytesize="8" OffsetHex="0003AFCC" DisplayMethod="unsigned integer"/>
        <Element Offset="241616" Vartype="4 Bytes" Bytesize="4" RLECount="30" OffsetHex="0003AFD0" DisplayMethod="unsigned integer"/>
        <Element Offset="241736" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="0003B048" DisplayMethod="unsigned integer"/>
        <Element Offset="241748" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003B054" DisplayMethod="unsigned integer"/>
        <Element Offset="241752" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="0003B058" DisplayMethod="unsigned integer"/>
        <Element Offset="241760" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003B060" DisplayMethod="unsigned integer"/>
        <Element Offset="241764" Vartype="Float" Bytesize="4" OffsetHex="0003B064" DisplayMethod="unsigned integer"/>
        <Element Offset="241768" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003B068" DisplayMethod="unsigned integer"/>
        <Element Offset="241772" Vartype="Float" Bytesize="4" OffsetHex="0003B06C" DisplayMethod="unsigned integer"/>
        <Element Offset="241776" Vartype="Double" Bytesize="8" OffsetHex="0003B070" DisplayMethod="unsigned integer"/>
        <Element Offset="241784" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="0003B078" DisplayMethod="unsigned integer"/>
        <Element Offset="241796" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003B084" DisplayMethod="unsigned integer"/>
        <Element Offset="241800" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="0003B088" DisplayMethod="unsigned integer"/>
        <Element Offset="241808" Vartype="Double" Bytesize="8" OffsetHex="0003B090" DisplayMethod="unsigned integer"/>
        <Element Offset="241816" Vartype="Float" Bytesize="4" OffsetHex="0003B098" DisplayMethod="unsigned integer"/>
        <Element Offset="241820" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003B09C" DisplayMethod="unsigned integer"/>
        <Element Offset="241824" Vartype="Float" Bytesize="4" OffsetHex="0003B0A0" DisplayMethod="unsigned integer"/>
        <Element Offset="241828" Vartype="Double" Bytesize="8" OffsetHex="0003B0A4" DisplayMethod="unsigned integer"/>
        <Element Offset="241836" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0003B0AC" DisplayMethod="unsigned integer"/>
        <Element Offset="241844" Vartype="Double" Bytesize="8" OffsetHex="0003B0B4" DisplayMethod="unsigned integer"/>
        <Element Offset="241852" Vartype="Float" Bytesize="4" OffsetHex="0003B0BC" DisplayMethod="unsigned integer"/>
        <Element Offset="241856" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003B0C0" DisplayMethod="unsigned integer"/>
        <Element Offset="241860" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="0003B0C4" DisplayMethod="unsigned integer"/>
        <Element Offset="241868" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003B0CC" DisplayMethod="unsigned integer"/>
        <Element Offset="241872" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="0003B0D0" DisplayMethod="unsigned integer"/>
        <Element Offset="241880" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003B0D8" DisplayMethod="unsigned integer"/>
        <Element Offset="241884" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="0003B0DC" DisplayMethod="unsigned integer"/>
        <Element Offset="241892" Vartype="Double" Bytesize="8" OffsetHex="0003B0E4" DisplayMethod="unsigned integer"/>
        <Element Offset="241900" Vartype="Float" Bytesize="4" RLECount="6" OffsetHex="0003B0EC" DisplayMethod="unsigned integer"/>
        <Element Offset="241924" Vartype="String" Bytesize="4" OffsetHex="0003B104" DisplayMethod="unsigned integer"/>
        <Element Offset="241928" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="0003B108" DisplayMethod="unsigned integer"/>
        <Element Offset="241940" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003B114" DisplayMethod="unsigned integer"/>
        <Element Offset="241944" Vartype="Float" Bytesize="4" OffsetHex="0003B118" DisplayMethod="unsigned integer"/>
        <Element Offset="241948" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003B11C" DisplayMethod="unsigned integer"/>
        <Element Offset="241952" Vartype="Float" Bytesize="4" OffsetHex="0003B120" DisplayMethod="unsigned integer"/>
        <Element Offset="241956" Vartype="Pointer" Bytesize="8" OffsetHex="0003B124" DisplayMethod="unsigned integer"/>
        <Element Offset="241960" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003B128" DisplayMethod="unsigned integer"/>
        <Element Offset="241964" Vartype="Pointer" Bytesize="8" OffsetHex="0003B12C" DisplayMethod="unsigned integer"/>
        <Element Offset="241968" Vartype="4 Bytes" Bytesize="4" RLECount="24" OffsetHex="0003B130" DisplayMethod="unsigned integer"/>
        <Element Offset="242064" Vartype="Float" Bytesize="4" RLECount="6" OffsetHex="0003B190" DisplayMethod="unsigned integer"/>
        <Element Offset="242088" Vartype="Pointer" Bytesize="8" OffsetHex="0003B1A8" DisplayMethod="unsigned integer"/>
        <Element Offset="242092" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="0003B1AC" DisplayMethod="unsigned integer"/>
        <Element Offset="242112" Vartype="Float" Bytesize="4" OffsetHex="0003B1C0" DisplayMethod="unsigned integer"/>
        <Element Offset="242116" Vartype="Double" Bytesize="8" OffsetHex="0003B1C4" DisplayMethod="unsigned integer"/>
        <Element Offset="242124" Vartype="Float" Bytesize="4" OffsetHex="0003B1CC" DisplayMethod="unsigned integer"/>
        <Element Offset="242128" Vartype="Double" Bytesize="8" OffsetHex="0003B1D0" DisplayMethod="unsigned integer"/>
        <Element Offset="242136" Vartype="Float" Bytesize="4" OffsetHex="0003B1D8" DisplayMethod="unsigned integer"/>
        <Element Offset="242140" Vartype="Double" Bytesize="8" OffsetHex="0003B1DC" DisplayMethod="unsigned integer"/>
        <Element Offset="242148" Vartype="Pointer" Bytesize="8" OffsetHex="0003B1E4" DisplayMethod="unsigned integer"/>
        <Element Offset="242152" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0003B1E8" DisplayMethod="unsigned integer"/>
        <Element Offset="242268" Vartype="Pointer" Bytesize="8" OffsetHex="0003B25C" DisplayMethod="unsigned integer"/>
        <Element Offset="242272" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0003B260" DisplayMethod="unsigned integer"/>
        <Element Offset="242284" Vartype="Pointer" Bytesize="8" OffsetHex="0003B26C" DisplayMethod="unsigned integer"/>
        <Element Offset="242288" Vartype="4 Bytes" Bytesize="4" RLECount="19" OffsetHex="0003B270" DisplayMethod="unsigned integer"/>
        <Element Offset="242364" Vartype="Double" Bytesize="8" OffsetHex="0003B2BC" DisplayMethod="unsigned integer"/>
        <Element Offset="242372" Vartype="4 Bytes" Bytesize="4" RLECount="32" OffsetHex="0003B2C4" DisplayMethod="unsigned integer"/>
        <Element Offset="242500" Vartype="Pointer" Bytesize="8" OffsetHex="0003B344" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="242504" Vartype="String" Bytesize="18" OffsetHex="0003B348" DisplayMethod="unsigned integer"/>
        <Element Offset="242522" Vartype="Byte" Bytesize="1" RLECount="2" OffsetHex="0003B35A" DisplayMethod="unsigned integer"/>
        <Element Offset="242524" Vartype="4 Bytes" Bytesize="4" RLECount="17" OffsetHex="0003B35C" DisplayMethod="unsigned integer"/>
        <Element Offset="242592" Vartype="Pointer" Bytesize="8" OffsetHex="0003B3A0" DisplayMethod="unsigned integer"/>
        <Element Offset="242596" Vartype="Pointer" Bytesize="8" OffsetHex="0003B3A4" DisplayMethod="unsigned integer"/>
        <Element Offset="242600" Vartype="Pointer" Bytesize="8" OffsetHex="0003B3A8" DisplayMethod="unsigned integer"/>
        <Element Offset="242604" Vartype="Pointer" Bytesize="8" OffsetHex="0003B3AC" DisplayMethod="unsigned integer"/>
        <Element Offset="242608" Vartype="Pointer" Bytesize="8" OffsetHex="0003B3B0" DisplayMethod="unsigned integer"/>
        <Element Offset="242612" Vartype="Pointer" Bytesize="8" OffsetHex="0003B3B4" DisplayMethod="unsigned integer"/>
        <Element Offset="242616" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0003B3B8" DisplayMethod="unsigned integer"/>
        <Element Offset="242624" Vartype="Pointer" Bytesize="8" OffsetHex="0003B3C0" DisplayMethod="unsigned integer"/>
        <Element Offset="242628" Vartype="Pointer" Bytesize="8" OffsetHex="0003B3C4" DisplayMethod="unsigned integer"/>
        <Element Offset="242632" Vartype="4 Bytes" Bytesize="4" RLECount="15" OffsetHex="0003B3C8" DisplayMethod="unsigned integer"/>
        <Element Offset="242692" Vartype="Pointer" Bytesize="8" OffsetHex="0003B404" DisplayMethod="unsigned integer"/>
        <Element Offset="242696" Vartype="4 Bytes" Bytesize="4" RLECount="38" OffsetHex="0003B408" DisplayMethod="unsigned integer"/>
        <Element Offset="242848" Vartype="Pointer" Bytesize="8" OffsetHex="0003B4A0" DisplayMethod="unsigned integer"/>
        <Element Offset="242852" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0003B4A4" DisplayMethod="unsigned integer"/>
        <Element Offset="242860" Vartype="Pointer" Bytesize="8" OffsetHex="0003B4AC" DisplayMethod="unsigned integer"/>
        <Element Offset="242864" Vartype="Pointer" Bytesize="8" OffsetHex="0003B4B0" DisplayMethod="unsigned integer"/>
        <Element Offset="242868" Vartype="4 Bytes" Bytesize="4" RLECount="39" OffsetHex="0003B4B4" DisplayMethod="unsigned integer"/>
        <Element Offset="243024" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0003B550" DisplayMethod="hexadecimal"/>
        <Element Offset="243032" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003B558" DisplayMethod="unsigned integer"/>
        <Element Offset="243036" Vartype="Pointer" Bytesize="8" OffsetHex="0003B55C" DisplayMethod="unsigned integer"/>
        <Element Offset="243040" Vartype="Pointer" Bytesize="8" OffsetHex="0003B560" DisplayMethod="unsigned integer"/>
        <Element Offset="243044" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003B564" DisplayMethod="unsigned integer"/>
        <Element Offset="243048" Vartype="Pointer" Bytesize="8" OffsetHex="0003B568" DisplayMethod="unsigned integer"/>
        <Element Offset="243052" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003B56C" DisplayMethod="unsigned integer"/>
        <Element Offset="243056" Vartype="Pointer" Bytesize="8" OffsetHex="0003B570" DisplayMethod="unsigned integer"/>
        <Element Offset="243060" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0003B574" DisplayMethod="hexadecimal"/>
        <Element Offset="243068" Vartype="Pointer" Bytesize="8" OffsetHex="0003B57C" DisplayMethod="unsigned integer"/>
        <Element Offset="243072" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003B580" DisplayMethod="unsigned integer"/>
        <Element Offset="243076" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003B584" DisplayMethod="hexadecimal"/>
        <Element Offset="243080" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0003B588" DisplayMethod="unsigned integer"/>
        <Element Offset="243088" Vartype="Pointer" Bytesize="8" OffsetHex="0003B590" DisplayMethod="unsigned integer"/>
        <Element Offset="243092" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="0003B594" DisplayMethod="unsigned integer"/>
        <Element Offset="243104" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003B5A0" DisplayMethod="hexadecimal"/>
        <Element Offset="243108" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0003B5A4" DisplayMethod="unsigned integer"/>
        <Element Offset="243120" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="0003B5B0" DisplayMethod="unsigned integer"/>
        <Element Offset="243132" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003B5BC" DisplayMethod="hexadecimal"/>
        <Element Offset="243136" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0003B5C0" DisplayMethod="unsigned integer"/>
        <Element Offset="243148" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="0003B5CC" DisplayMethod="unsigned integer"/>
        <Element Offset="243160" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003B5D8" DisplayMethod="hexadecimal"/>
        <Element Offset="243164" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0003B5DC" DisplayMethod="unsigned integer"/>
        <Element Offset="243176" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="0003B5E8" DisplayMethod="unsigned integer"/>
        <Element Offset="243188" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003B5F4" DisplayMethod="hexadecimal"/>
        <Element Offset="243192" Vartype="4 Bytes" Bytesize="4" RLECount="19" OffsetHex="0003B5F8" DisplayMethod="unsigned integer"/>
        <Element Offset="243268" Vartype="Pointer" Bytesize="8" OffsetHex="0003B644" DisplayMethod="unsigned integer"/>
        <Element Offset="243272" Vartype="Pointer" Bytesize="8" OffsetHex="0003B648" DisplayMethod="unsigned integer"/>
        <Element Offset="243276" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="0003B64C" DisplayMethod="unsigned integer"/>
        <Element Offset="243300" Vartype="Pointer" Bytesize="8" OffsetHex="0003B664" DisplayMethod="unsigned integer"/>
        <Element Offset="243304" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="0003B668" DisplayMethod="unsigned integer"/>
        <Element Offset="243324" Vartype="Float" Bytesize="4" OffsetHex="0003B67C" DisplayMethod="unsigned integer"/>
        <Element Offset="243328" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003B680" DisplayMethod="unsigned integer"/>
        <Element Offset="243332" Vartype="Float" Bytesize="4" OffsetHex="0003B684" DisplayMethod="unsigned integer"/>
        <Element Offset="243336" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003B688" DisplayMethod="unsigned integer"/>
        <Element Offset="243340" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="0003B68C" DisplayMethod="unsigned integer"/>
        <Element Offset="243344" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0003B690" DisplayMethod="unsigned integer"/>
        <Element Offset="243356" Vartype="Double" Bytesize="8" OffsetHex="0003B69C" DisplayMethod="unsigned integer"/>
        <Element Offset="243364" Vartype="Float" Bytesize="4" RLECount="6" OffsetHex="0003B6A4" DisplayMethod="unsigned integer"/>
        <Element Offset="243388" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="0003B6BC" DisplayMethod="unsigned integer"/>
        <Element Offset="243412" Vartype="Double" Bytesize="8" RLECount="2" OffsetHex="0003B6D4" DisplayMethod="unsigned integer"/>
        <Element Offset="243428" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0003B6E4" DisplayMethod="unsigned integer"/>
        <Element Offset="243440" Vartype="Double" Bytesize="8" OffsetHex="0003B6F0" DisplayMethod="unsigned integer"/>
        <Element Offset="243448" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0003B6F8" DisplayMethod="unsigned integer"/>
        <Element Offset="243460" Vartype="Double" Bytesize="8" OffsetHex="0003B704" DisplayMethod="unsigned integer"/>
        <Element Offset="243468" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0003B70C" DisplayMethod="unsigned integer"/>
        <Element Offset="243480" Vartype="Double" Bytesize="8" OffsetHex="0003B718" DisplayMethod="unsigned integer"/>
        <Element Offset="243488" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0003B720" DisplayMethod="unsigned integer"/>
        <Element Offset="243500" Vartype="Double" Bytesize="8" OffsetHex="0003B72C" DisplayMethod="unsigned integer"/>
        <Element Offset="243508" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0003B734" DisplayMethod="unsigned integer"/>
        <Element Offset="243520" Vartype="Double" Bytesize="8" OffsetHex="0003B740" DisplayMethod="unsigned integer"/>
        <Element Offset="243528" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0003B748" DisplayMethod="unsigned integer"/>
        <Element Offset="243540" Vartype="Double" Bytesize="8" OffsetHex="0003B754" DisplayMethod="unsigned integer"/>
        <Element Offset="243548" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0003B75C" DisplayMethod="unsigned integer"/>
        <Element Offset="243560" Vartype="Double" Bytesize="8" OffsetHex="0003B768" DisplayMethod="unsigned integer"/>
        <Element Offset="243568" Vartype="4 Bytes" Bytesize="4" RLECount="145" OffsetHex="0003B770" DisplayMethod="unsigned integer"/>
        <Element Offset="244148" Vartype="Pointer" Bytesize="8" OffsetHex="0003B9B4" DisplayMethod="unsigned integer"/>
        <Element Offset="244152" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0003B9B8" DisplayMethod="unsigned integer"/>
        <Element Offset="244268" Vartype="Pointer" Bytesize="8" OffsetHex="0003BA2C" DisplayMethod="unsigned integer"/>
        <Element Offset="244272" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0003BA30" DisplayMethod="unsigned integer"/>
        <Element Offset="244388" Vartype="Pointer" Bytesize="8" OffsetHex="0003BAA4" DisplayMethod="unsigned integer"/>
        <Element Offset="244392" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0003BAA8" DisplayMethod="unsigned integer"/>
        <Element Offset="244508" Vartype="Pointer" Bytesize="8" OffsetHex="0003BB1C" DisplayMethod="unsigned integer"/>
        <Element Offset="244512" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0003BB20" DisplayMethod="unsigned integer"/>
        <Element Offset="244628" Vartype="Pointer" Bytesize="8" OffsetHex="0003BB94" DisplayMethod="unsigned integer"/>
        <Element Offset="244632" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0003BB98" DisplayMethod="unsigned integer"/>
        <Element Offset="244748" Vartype="Pointer" Bytesize="8" OffsetHex="0003BC0C" DisplayMethod="unsigned integer"/>
        <Element Offset="244752" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0003BC10" DisplayMethod="unsigned integer"/>
        <Element Offset="244868" Vartype="Pointer" Bytesize="8" OffsetHex="0003BC84" DisplayMethod="unsigned integer"/>
        <Element Offset="244872" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0003BC88" DisplayMethod="unsigned integer"/>
        <Element Offset="244988" Vartype="Pointer" Bytesize="8" OffsetHex="0003BCFC" DisplayMethod="unsigned integer"/>
        <Element Offset="244992" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0003BD00" DisplayMethod="unsigned integer"/>
        <Element Offset="245108" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0003BD74" DisplayMethod="hexadecimal"/>
        <Element Offset="245124" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003BD84" DisplayMethod="unsigned integer"/>
        <Element Offset="245128" Vartype="Pointer" Bytesize="8" OffsetHex="0003BD88" DisplayMethod="unsigned integer"/>
        <Element Offset="245132" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="0003BD8C" DisplayMethod="unsigned integer"/>
        <Element Offset="245168" Vartype="Pointer" Bytesize="8" OffsetHex="0003BDB0" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="245172" Vartype="4 Bytes" Bytesize="4" RLECount="472" OffsetHex="0003BDB4" DisplayMethod="unsigned integer"/>
        <Element Offset="247060" Vartype="Double" Bytesize="8" RLECount="3" OffsetHex="0003C514" DisplayMethod="unsigned integer"/>
        <Element Offset="247084" Vartype="Float" Bytesize="4" OffsetHex="0003C52C" DisplayMethod="unsigned integer"/>
        <Element Offset="247088" Vartype="Double" Bytesize="8" OffsetHex="0003C530" DisplayMethod="unsigned integer"/>
        <Element Offset="247096" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0003C538" DisplayMethod="unsigned integer"/>
        <Element Offset="247104" Vartype="Pointer" Bytesize="8" OffsetHex="0003C540" DisplayMethod="unsigned integer"/>
        <Element Offset="247108" Vartype="Pointer" Bytesize="8" OffsetHex="0003C544" DisplayMethod="unsigned integer"/>
        <Element Offset="247112" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003C548" DisplayMethod="hexadecimal"/>
        <Element Offset="247116" Vartype="Float" Bytesize="4" OffsetHex="0003C54C" DisplayMethod="unsigned integer"/>
        <Element Offset="247120" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003C550" DisplayMethod="unsigned integer"/>
        <Element Offset="247124" Vartype="Float" Bytesize="4" OffsetHex="0003C554" DisplayMethod="unsigned integer"/>
        <Element Offset="247128" Vartype="Double" Bytesize="8" OffsetHex="0003C558" DisplayMethod="unsigned integer"/>
        <Element Offset="247136" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0003C560" DisplayMethod="unsigned integer"/>
        <Element Offset="247144" Vartype="Float" Bytesize="4" OffsetHex="0003C568" DisplayMethod="unsigned integer"/>
        <Element Offset="247148" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0003C56C" DisplayMethod="unsigned integer"/>
        <Element Offset="247164" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003C57C" DisplayMethod="hexadecimal"/>
        <Element Offset="247168" Vartype="Float" Bytesize="4" OffsetHex="0003C580" DisplayMethod="unsigned integer"/>
        <Element Offset="247172" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003C584" DisplayMethod="unsigned integer"/>
        <Element Offset="247176" Vartype="Float" Bytesize="4" OffsetHex="0003C588" DisplayMethod="unsigned integer"/>
        <Element Offset="247180" Vartype="Double" Bytesize="8" OffsetHex="0003C58C" DisplayMethod="unsigned integer"/>
        <Element Offset="247188" Vartype="Float" Bytesize="4" OffsetHex="0003C594" DisplayMethod="unsigned integer"/>
        <Element Offset="247192" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003C598" DisplayMethod="unsigned integer"/>
        <Element Offset="247196" Vartype="Float" Bytesize="4" OffsetHex="0003C59C" DisplayMethod="unsigned integer"/>
        <Element Offset="247200" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0003C5A0" DisplayMethod="unsigned integer"/>
        <Element Offset="247208" Vartype="Pointer" Bytesize="8" OffsetHex="0003C5A8" DisplayMethod="unsigned integer"/>
        <Element Offset="247212" Vartype="4 Bytes" Bytesize="4" RLECount="13" OffsetHex="0003C5AC" DisplayMethod="unsigned integer"/>
        <Element Offset="247264" Vartype="Pointer" Bytesize="8" OffsetHex="0003C5E0" DisplayMethod="unsigned integer"/>
        <Element Offset="247268" Vartype="Pointer" Bytesize="8" OffsetHex="0003C5E4" DisplayMethod="unsigned integer"/>
        <Element Offset="247272" Vartype="4 Bytes" Bytesize="4" RLECount="40" OffsetHex="0003C5E8" DisplayMethod="unsigned integer"/>
        <Element Offset="247432" Vartype="Double" Bytesize="8" OffsetHex="0003C688" DisplayMethod="unsigned integer"/>
        <Element Offset="247440" Vartype="Pointer" Bytesize="8" OffsetHex="0003C690" DisplayMethod="unsigned integer"/>
        <Element Offset="247444" Vartype="Pointer" Bytesize="8" OffsetHex="0003C694" DisplayMethod="unsigned integer"/>
        <Element Offset="247448" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003C698" DisplayMethod="unsigned integer"/>
        <Element Offset="247452" Vartype="Pointer" Bytesize="8" OffsetHex="0003C69C" DisplayMethod="unsigned integer"/>
        <Element Offset="247456" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0003C6A0" DisplayMethod="unsigned integer"/>
        <Element Offset="247468" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003C6AC" DisplayMethod="hexadecimal"/>
        <Element Offset="247472" Vartype="Pointer" Bytesize="8" OffsetHex="0003C6B0" DisplayMethod="unsigned integer"/>
        <Element Offset="247476" Vartype="Pointer" Bytesize="8" OffsetHex="0003C6B4" DisplayMethod="unsigned integer"/>
        <Element Offset="247480" Vartype="Pointer" Bytesize="8" OffsetHex="0003C6B8" DisplayMethod="unsigned integer"/>
        <Element Offset="247484" Vartype="Pointer" Bytesize="8" OffsetHex="0003C6BC" DisplayMethod="unsigned integer"/>
        <Element Offset="247488" Vartype="Pointer" Bytesize="8" OffsetHex="0003C6C0" DisplayMethod="unsigned integer"/>
        <Element Offset="247492" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003C6C4" DisplayMethod="hexadecimal"/>
        <Element Offset="247496" Vartype="Float" Bytesize="4" RLECount="4" OffsetHex="0003C6C8" DisplayMethod="unsigned integer"/>
        <Element Offset="247512" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0003C6D8" DisplayMethod="unsigned integer"/>
        <Element Offset="247528" Vartype="Float" Bytesize="4" OffsetHex="0003C6E8" DisplayMethod="unsigned integer"/>
        <Element Offset="247532" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="0003C6EC" DisplayMethod="unsigned integer"/>
        <Element Offset="247560" Vartype="Pointer" Bytesize="8" OffsetHex="0003C708" DisplayMethod="unsigned integer"/>
        <Element Offset="247564" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0003C70C" DisplayMethod="unsigned integer"/>
        <Element Offset="247572" Vartype="Pointer" Bytesize="8" OffsetHex="0003C714" DisplayMethod="unsigned integer"/>
        <Element Offset="247576" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003C718" DisplayMethod="unsigned integer"/>
        <Element Offset="247580" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003C71C" DisplayMethod="hexadecimal"/>
        <Element Offset="247584" Vartype="4 Bytes" Bytesize="4" RLECount="37" OffsetHex="0003C720" DisplayMethod="unsigned integer"/>
        <Element Offset="247732" Vartype="Float" Bytesize="4" OffsetHex="0003C7B4" DisplayMethod="unsigned integer"/>
        <Element Offset="247736" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0003C7B8" DisplayMethod="unsigned integer"/>
        <Element Offset="247752" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003C7C8" DisplayMethod="hexadecimal"/>
        <Element Offset="247756" Vartype="4 Bytes" Bytesize="4" RLECount="225" OffsetHex="0003C7CC" DisplayMethod="unsigned integer"/>
        <Element Offset="248656" Vartype="Pointer" Bytesize="8" OffsetHex="0003CB50" DisplayMethod="unsigned integer"/>
        <Element Offset="248660" Vartype="4 Bytes" Bytesize="4" RLECount="23" OffsetHex="0003CB54" DisplayMethod="unsigned integer"/>
        <Element Offset="248752" Vartype="Pointer" Bytesize="8" OffsetHex="0003CBB0" DisplayMethod="unsigned integer"/>
        <Element Offset="248756" Vartype="Pointer" Bytesize="8" OffsetHex="0003CBB4" DisplayMethod="unsigned integer"/>
        <Element Offset="248760" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0003CBB8" DisplayMethod="unsigned integer"/>
        <Element Offset="248776" Vartype="Pointer" Bytesize="8" OffsetHex="0003CBC8" DisplayMethod="unsigned integer"/>
        <Element Offset="248780" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0003CBCC" DisplayMethod="unsigned integer"/>
        <Element Offset="248796" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="0003CBDC" DisplayMethod="unsigned integer"/>
        <Element Offset="248804" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0003CBE4" DisplayMethod="unsigned integer"/>
        <Element Offset="248812" Vartype="Double" Bytesize="8" OffsetHex="0003CBEC" DisplayMethod="unsigned integer"/>
        <Element Offset="248820" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="0003CBF4" DisplayMethod="unsigned integer"/>
        <Element Offset="248832" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="0003CC00" DisplayMethod="unsigned integer"/>
        <Element Offset="248868" Vartype="Double" Bytesize="8" RLECount="2" OffsetHex="0003CC24" DisplayMethod="unsigned integer"/>
        <Element Offset="248884" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0003CC34" DisplayMethod="unsigned integer"/>
        <Element Offset="248896" Vartype="Double" Bytesize="8" OffsetHex="0003CC40" DisplayMethod="unsigned integer"/>
        <Element Offset="248904" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0003CC48" DisplayMethod="unsigned integer"/>
        <Element Offset="248916" Vartype="Double" Bytesize="8" OffsetHex="0003CC54" DisplayMethod="unsigned integer"/>
        <Element Offset="248924" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0003CC5C" DisplayMethod="unsigned integer"/>
        <Element Offset="248936" Vartype="Double" Bytesize="8" OffsetHex="0003CC68" DisplayMethod="unsigned integer"/>
        <Element Offset="248944" Vartype="4 Bytes" Bytesize="4" RLECount="165" OffsetHex="0003CC70" DisplayMethod="unsigned integer"/>
        <Element Offset="249604" Vartype="Pointer" Bytesize="8" OffsetHex="0003CF04" DisplayMethod="unsigned integer"/>
        <Element Offset="249608" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0003CF08" DisplayMethod="unsigned integer"/>
        <Element Offset="249724" Vartype="Pointer" Bytesize="8" OffsetHex="0003CF7C" DisplayMethod="unsigned integer"/>
        <Element Offset="249728" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0003CF80" DisplayMethod="unsigned integer"/>
        <Element Offset="249844" Vartype="Pointer" Bytesize="8" OffsetHex="0003CFF4" DisplayMethod="unsigned integer"/>
        <Element Offset="249848" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0003CFF8" DisplayMethod="unsigned integer"/>
        <Element Offset="249964" Vartype="Pointer" Bytesize="8" OffsetHex="0003D06C" DisplayMethod="unsigned integer"/>
        <Element Offset="249968" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0003D070" DisplayMethod="unsigned integer"/>
        <Element Offset="250084" Vartype="Pointer" Bytesize="8" OffsetHex="0003D0E4" DisplayMethod="unsigned integer"/>
        <Element Offset="250088" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0003D0E8" DisplayMethod="unsigned integer"/>
        <Element Offset="250204" Vartype="Pointer" Bytesize="8" OffsetHex="0003D15C" DisplayMethod="unsigned integer"/>
        <Element Offset="250208" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0003D160" DisplayMethod="unsigned integer"/>
        <Element Offset="250324" Vartype="Pointer" Bytesize="8" OffsetHex="0003D1D4" DisplayMethod="unsigned integer"/>
        <Element Offset="250328" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0003D1D8" DisplayMethod="unsigned integer"/>
        <Element Offset="250444" Vartype="Pointer" Bytesize="8" OffsetHex="0003D24C" DisplayMethod="unsigned integer"/>
        <Element Offset="250448" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0003D250" DisplayMethod="unsigned integer"/>
        <Element Offset="250564" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0003D2C4" DisplayMethod="hexadecimal"/>
        <Element Offset="250580" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003D2D4" DisplayMethod="unsigned integer"/>
        <Element Offset="250584" Vartype="Pointer" Bytesize="8" OffsetHex="0003D2D8" DisplayMethod="unsigned integer"/>
        <Element Offset="250588" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="0003D2DC" DisplayMethod="unsigned integer"/>
        <Element Offset="250624" Vartype="Pointer" Bytesize="8" OffsetHex="0003D300" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="250628" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="0003D304" DisplayMethod="unsigned integer"/>
        <Element Offset="250648" Vartype="Float" Bytesize="4" OffsetHex="0003D318" DisplayMethod="unsigned integer"/>
        <Element Offset="250652" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003D31C" DisplayMethod="unsigned integer"/>
        <Element Offset="250656" Vartype="Byte" Bytesize="1" OffsetHex="0003D320" DisplayMethod="unsigned integer"/>
        <Element Offset="250657" Vartype="String" Bytesize="27" OffsetHex="0003D321" DisplayMethod="unsigned integer"/>
        <Element Offset="250684" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="0003D33C" DisplayMethod="unsigned integer"/>
        <Element Offset="250708" Vartype="Pointer" Bytesize="8" OffsetHex="0003D354" DisplayMethod="unsigned integer"/>
        <Element Offset="250712" Vartype="4 Bytes" Bytesize="4" RLECount="20" OffsetHex="0003D358" DisplayMethod="unsigned integer"/>
        <Element Offset="250792" Vartype="Pointer" Bytesize="8" OffsetHex="0003D3A8" DisplayMethod="unsigned integer"/>
        <Element Offset="250796" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003D3AC" DisplayMethod="hexadecimal"/>
        <Element Offset="250800" Vartype="Float" Bytesize="4" OffsetHex="0003D3B0" DisplayMethod="unsigned integer"/>
        <Element Offset="250804" Vartype="4 Bytes" Bytesize="4" OffsetHex="0003D3B4" DisplayMethod="unsigned integer"/>
        <Element Offset="250808" Vartype="Float" Bytesize="4" OffsetHex="0003D3B8" DisplayMethod="unsigned integer"/>
        <Element Offset="250812" Vartype="Double" Bytesize="8" OffsetHex="0003D3BC" DisplayMethod="unsigned integer"/>
        <Element Offset="250820" Vartype="4 Bytes" Bytesize="4" RLECount="19" OffsetHex="0003D3C4" DisplayMethod="unsigned integer"/>
        <Element Offset="250896" Vartype="Pointer" Bytesize="8" OffsetHex="0003D410" DisplayMethod="unsigned integer"/>
        <Element Offset="250900" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0003D414" DisplayMethod="unsigned integer"/>
        <Element Offset="250908" Vartype="Pointer" Bytesize="8" OffsetHex="0003D41C" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="250912" Vartype="String" Bytesize="16" OffsetHex="0003D420" DisplayMethod="unsigned integer"/>
        <Element Offset="250928" Vartype="4 Bytes" Bytesize="4" RLECount="15" OffsetHex="0003D430" DisplayMethod="unsigned integer"/>
        <Element Offset="250988" Vartype="Pointer" Bytesize="8" OffsetHex="0003D46C" DisplayMethod="unsigned integer"/>
        <Element Offset="250992" Vartype="4 Bytes" Bytesize="4" RLECount="9080" OffsetHex="0003D470" DisplayMethod="unsigned integer"/>
        <Element Offset="287312" Vartype="Pointer" Bytesize="8" OffsetHex="00046250" DisplayMethod="unsigned integer"/>
        <Element Offset="287316" Vartype="4 Bytes" Bytesize="4" RLECount="14" OffsetHex="00046254" DisplayMethod="unsigned integer"/>
        <Element Offset="287372" Vartype="Double" Bytesize="8" OffsetHex="0004628C" DisplayMethod="unsigned integer"/>
        <Element Offset="287380" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="00046294" DisplayMethod="unsigned integer"/>
        <Element Offset="287392" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="000462A0" DisplayMethod="unsigned integer"/>
        <Element Offset="287428" Vartype="Double" Bytesize="8" OffsetHex="000462C4" DisplayMethod="unsigned integer"/>
        <Element Offset="287436" Vartype="4 Bytes" Bytesize="4" RLECount="182" OffsetHex="000462CC" DisplayMethod="unsigned integer"/>
        <Element Offset="288164" Vartype="Pointer" Bytesize="8" OffsetHex="000465A4" DisplayMethod="unsigned integer"/>
        <Element Offset="288168" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="000465A8" DisplayMethod="unsigned integer"/>
        <Element Offset="288284" Vartype="Pointer" Bytesize="8" OffsetHex="0004661C" DisplayMethod="unsigned integer"/>
        <Element Offset="288288" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00046620" DisplayMethod="unsigned integer"/>
        <Element Offset="288404" Vartype="Pointer" Bytesize="8" OffsetHex="00046694" DisplayMethod="unsigned integer"/>
        <Element Offset="288408" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00046698" DisplayMethod="unsigned integer"/>
        <Element Offset="288524" Vartype="Pointer" Bytesize="8" OffsetHex="0004670C" DisplayMethod="unsigned integer"/>
        <Element Offset="288528" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00046710" DisplayMethod="unsigned integer"/>
        <Element Offset="288644" Vartype="Pointer" Bytesize="8" OffsetHex="00046784" DisplayMethod="unsigned integer"/>
        <Element Offset="288648" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00046788" DisplayMethod="unsigned integer"/>
        <Element Offset="288764" Vartype="Pointer" Bytesize="8" OffsetHex="000467FC" DisplayMethod="unsigned integer"/>
        <Element Offset="288768" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00046800" DisplayMethod="unsigned integer"/>
        <Element Offset="288884" Vartype="Pointer" Bytesize="8" OffsetHex="00046874" DisplayMethod="unsigned integer"/>
        <Element Offset="288888" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00046878" DisplayMethod="unsigned integer"/>
        <Element Offset="289004" Vartype="Pointer" Bytesize="8" OffsetHex="000468EC" DisplayMethod="unsigned integer"/>
        <Element Offset="289008" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="000468F0" DisplayMethod="unsigned integer"/>
        <Element Offset="289124" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00046964" DisplayMethod="hexadecimal"/>
        <Element Offset="289140" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00046974" DisplayMethod="unsigned integer"/>
        <Element Offset="289184" Vartype="Pointer" Bytesize="8" OffsetHex="000469A0" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="289188" Vartype="4 Bytes" Bytesize="4" RLECount="562" OffsetHex="000469A4" DisplayMethod="unsigned integer"/>
        <Element Offset="291436" Vartype="Pointer" Bytesize="8" OffsetHex="0004726C" DisplayMethod="unsigned integer"/>
        <Element Offset="291440" Vartype="Pointer" Bytesize="8" OffsetHex="00047270" DisplayMethod="unsigned integer"/>
        <Element Offset="291444" Vartype="Pointer" Bytesize="8" OffsetHex="00047274" DisplayMethod="unsigned integer"/>
        <Element Offset="291448" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00047278" DisplayMethod="unsigned integer"/>
        <Element Offset="291472" Vartype="Pointer" Bytesize="8" OffsetHex="00047290" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="291476" Vartype="String" Bytesize="20" OffsetHex="00047294" DisplayMethod="unsigned integer"/>
        <Element Offset="291496" Vartype="4 Bytes" Bytesize="4" RLECount="7574" OffsetHex="000472A8" DisplayMethod="unsigned integer"/>
        <Element Offset="321792" Vartype="Pointer" Bytesize="8" OffsetHex="0004E900" DisplayMethod="unsigned integer"/>
        <Element Offset="321796" Vartype="Pointer" Bytesize="8" OffsetHex="0004E904" DisplayMethod="unsigned integer"/>
        <Element Offset="321800" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0004E908" DisplayMethod="unsigned integer"/>
        <Element Offset="321808" Vartype="Pointer" Bytesize="8" OffsetHex="0004E910" DisplayMethod="unsigned integer"/>
        <Element Offset="321812" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="0004E914" DisplayMethod="unsigned integer"/>
        <Element Offset="321844" Vartype="Pointer" Bytesize="8" OffsetHex="0004E934" DisplayMethod="unsigned integer"/>
        <Element Offset="321848" Vartype="Pointer" Bytesize="8" OffsetHex="0004E938" DisplayMethod="unsigned integer"/>
        <Element Offset="321852" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0004E93C" DisplayMethod="unsigned integer"/>
        <Element Offset="321868" Vartype="Pointer" Bytesize="8" OffsetHex="0004E94C" DisplayMethod="unsigned integer"/>
        <Element Offset="321872" Vartype="Float" Bytesize="4" OffsetHex="0004E950" DisplayMethod="unsigned integer"/>
        <Element Offset="321876" Vartype="4 Bytes" Bytesize="4" OffsetHex="0004E954" DisplayMethod="unsigned integer"/>
        <Element Offset="321880" Vartype="Float" Bytesize="4" OffsetHex="0004E958" DisplayMethod="unsigned integer"/>
        <Element Offset="321884" Vartype="4 Bytes" Bytesize="4" OffsetHex="0004E95C" DisplayMethod="unsigned integer"/>
        <Element Offset="321888" Vartype="Pointer" Bytesize="8" OffsetHex="0004E960" DisplayMethod="unsigned integer"/>
        <Element Offset="321892" Vartype="4 Bytes" Bytesize="4" OffsetHex="0004E964" DisplayMethod="unsigned integer"/>
        <Element Offset="321896" Vartype="Pointer" Bytesize="8" OffsetHex="0004E968" DisplayMethod="unsigned integer"/>
        <Element Offset="321900" Vartype="Pointer" Bytesize="8" OffsetHex="0004E96C" DisplayMethod="unsigned integer"/>
        <Element Offset="321904" Vartype="Pointer" Bytesize="8" OffsetHex="0004E970" DisplayMethod="unsigned integer"/>
        <Element Offset="321908" Vartype="4 Bytes" Bytesize="4" OffsetHex="0004E974" DisplayMethod="unsigned integer"/>
        <Element Offset="321912" Vartype="Pointer" Bytesize="8" OffsetHex="0004E978" DisplayMethod="unsigned integer"/>
        <Element Offset="321916" Vartype="Pointer" Bytesize="8" OffsetHex="0004E97C" DisplayMethod="unsigned integer"/>
        <Element Offset="321920" Vartype="Pointer" Bytesize="8" OffsetHex="0004E980" DisplayMethod="unsigned integer"/>
        <Element Offset="321924" Vartype="Pointer" Bytesize="8" OffsetHex="0004E984" DisplayMethod="unsigned integer"/>
        <Element Offset="321928" Vartype="Pointer" Bytesize="8" OffsetHex="0004E988" DisplayMethod="unsigned integer"/>
        <Element Offset="321932" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0004E98C" DisplayMethod="unsigned integer"/>
        <Element Offset="321944" Vartype="Double" Bytesize="8" OffsetHex="0004E998" DisplayMethod="unsigned integer"/>
        <Element Offset="321952" Vartype="Float" Bytesize="4" OffsetHex="0004E9A0" DisplayMethod="unsigned integer"/>
        <Element Offset="321956" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="0004E9A4" DisplayMethod="unsigned integer"/>
        <Element Offset="321980" Vartype="Pointer" Bytesize="8" OffsetHex="0004E9BC" DisplayMethod="unsigned integer"/>
        <Element Offset="321984" Vartype="4 Bytes" Bytesize="4" RLECount="27" OffsetHex="0004E9C0" DisplayMethod="unsigned integer"/>
        <Element Offset="322092" Vartype="Pointer" Bytesize="8" OffsetHex="0004EA2C" DisplayMethod="unsigned integer"/>
        <Element Offset="322096" Vartype="Pointer" Bytesize="8" OffsetHex="0004EA30" DisplayMethod="unsigned integer"/>
        <Element Offset="322100" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0004EA34" DisplayMethod="unsigned integer"/>
        <Element Offset="322116" Vartype="Pointer" Bytesize="8" OffsetHex="0004EA44" DisplayMethod="unsigned integer"/>
        <Element Offset="322120" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0004EA48" DisplayMethod="unsigned integer"/>
        <Element Offset="322136" Vartype="Pointer" Bytesize="8" OffsetHex="0004EA58" DisplayMethod="unsigned integer"/>
        <Element Offset="322140" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="0004EA5C" DisplayMethod="unsigned integer"/>
        <Element Offset="322172" Vartype="Pointer" Bytesize="8" OffsetHex="0004EA7C" DisplayMethod="unsigned integer"/>
        <Element Offset="322176" Vartype="Pointer" Bytesize="8" OffsetHex="0004EA80" DisplayMethod="unsigned integer"/>
        <Element Offset="322180" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0004EA84" DisplayMethod="unsigned integer"/>
        <Element Offset="322192" Vartype="Double" Bytesize="8" OffsetHex="0004EA90" DisplayMethod="unsigned integer"/>
        <Element Offset="322200" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="0004EA98" DisplayMethod="unsigned integer"/>
        <Element Offset="322228" Vartype="Pointer" Bytesize="8" OffsetHex="0004EAB4" DisplayMethod="unsigned integer"/>
        <Element Offset="322232" Vartype="4 Bytes" Bytesize="4" RLECount="27" OffsetHex="0004EAB8" DisplayMethod="unsigned integer"/>
        <Element Offset="322340" Vartype="Pointer" Bytesize="8" OffsetHex="0004EB24" DisplayMethod="unsigned integer"/>
        <Element Offset="322344" Vartype="Pointer" Bytesize="8" OffsetHex="0004EB28" DisplayMethod="unsigned integer"/>
        <Element Offset="322348" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0004EB2C" DisplayMethod="unsigned integer"/>
        <Element Offset="322364" Vartype="Pointer" Bytesize="8" OffsetHex="0004EB3C" DisplayMethod="unsigned integer"/>
        <Element Offset="322368" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0004EB40" DisplayMethod="unsigned integer"/>
        <Element Offset="322384" Vartype="Pointer" Bytesize="8" OffsetHex="0004EB50" DisplayMethod="unsigned integer"/>
        <Element Offset="322388" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="0004EB54" DisplayMethod="unsigned integer"/>
        <Element Offset="322420" Vartype="Pointer" Bytesize="8" OffsetHex="0004EB74" DisplayMethod="unsigned integer"/>
        <Element Offset="322424" Vartype="Pointer" Bytesize="8" OffsetHex="0004EB78" DisplayMethod="unsigned integer"/>
        <Element Offset="322428" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0004EB7C" DisplayMethod="unsigned integer"/>
        <Element Offset="322440" Vartype="Double" Bytesize="8" OffsetHex="0004EB88" DisplayMethod="unsigned integer"/>
        <Element Offset="322448" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="0004EB90" DisplayMethod="unsigned integer"/>
        <Element Offset="322476" Vartype="Pointer" Bytesize="8" OffsetHex="0004EBAC" DisplayMethod="unsigned integer"/>
        <Element Offset="322480" Vartype="4 Bytes" Bytesize="4" RLECount="30" OffsetHex="0004EBB0" DisplayMethod="unsigned integer"/>
        <Element Offset="322600" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="0004EC28" DisplayMethod="unsigned integer"/>
        <Element Offset="322612" Vartype="4 Bytes" Bytesize="4" OffsetHex="0004EC34" DisplayMethod="unsigned integer"/>
        <Element Offset="322616" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="0004EC38" DisplayMethod="unsigned integer"/>
        <Element Offset="322624" Vartype="4 Bytes" Bytesize="4" OffsetHex="0004EC40" DisplayMethod="unsigned integer"/>
        <Element Offset="322628" Vartype="Float" Bytesize="4" OffsetHex="0004EC44" DisplayMethod="unsigned integer"/>
        <Element Offset="322632" Vartype="4 Bytes" Bytesize="4" OffsetHex="0004EC48" DisplayMethod="unsigned integer"/>
        <Element Offset="322636" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="0004EC4C" DisplayMethod="unsigned integer"/>
        <Element Offset="322640" Vartype="Double" Bytesize="8" OffsetHex="0004EC50" DisplayMethod="unsigned integer"/>
        <Element Offset="322648" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="0004EC58" DisplayMethod="unsigned integer"/>
        <Element Offset="322660" Vartype="Double" Bytesize="8" OffsetHex="0004EC64" DisplayMethod="unsigned integer"/>
        <Element Offset="322668" Vartype="Float" Bytesize="4" OffsetHex="0004EC6C" DisplayMethod="unsigned integer"/>
        <Element Offset="322672" Vartype="Double" Bytesize="8" OffsetHex="0004EC70" DisplayMethod="unsigned integer"/>
        <Element Offset="322680" Vartype="Float" Bytesize="4" OffsetHex="0004EC78" DisplayMethod="unsigned integer"/>
        <Element Offset="322684" Vartype="Double" Bytesize="8" RLECount="2" OffsetHex="0004EC7C" DisplayMethod="unsigned integer"/>
        <Element Offset="322700" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0004EC8C" DisplayMethod="unsigned integer"/>
        <Element Offset="322708" Vartype="Double" Bytesize="8" OffsetHex="0004EC94" DisplayMethod="unsigned integer"/>
        <Element Offset="322716" Vartype="Float" Bytesize="4" OffsetHex="0004EC9C" DisplayMethod="unsigned integer"/>
        <Element Offset="322720" Vartype="4 Bytes" Bytesize="4" OffsetHex="0004ECA0" DisplayMethod="unsigned integer"/>
        <Element Offset="322724" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="0004ECA4" DisplayMethod="unsigned integer"/>
        <Element Offset="322732" Vartype="4 Bytes" Bytesize="4" OffsetHex="0004ECAC" DisplayMethod="unsigned integer"/>
        <Element Offset="322736" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="0004ECB0" DisplayMethod="unsigned integer"/>
        <Element Offset="322744" Vartype="4 Bytes" Bytesize="4" OffsetHex="0004ECB8" DisplayMethod="unsigned integer"/>
        <Element Offset="322748" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="0004ECBC" DisplayMethod="unsigned integer"/>
        <Element Offset="322756" Vartype="Double" Bytesize="8" OffsetHex="0004ECC4" DisplayMethod="unsigned integer"/>
        <Element Offset="322764" Vartype="Float" Bytesize="4" RLECount="6" OffsetHex="0004ECCC" DisplayMethod="unsigned integer"/>
        <Element Offset="322788" Vartype="Byte" Bytesize="1" OffsetHex="0004ECE4" DisplayMethod="unsigned integer"/>
        <Element Offset="322789" Vartype="String" Bytesize="4" OffsetHex="0004ECE5" DisplayMethod="unsigned integer"/>
        <Element Offset="322793" Vartype="Byte" Bytesize="1" RLECount="2" OffsetHex="0004ECE9" DisplayMethod="unsigned integer"/>
        <Element Offset="322795" Vartype="String" Bytesize="6" OffsetHex="0004ECEB" DisplayMethod="unsigned integer"/>
        <Element Offset="322801" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="0004ECF1" DisplayMethod="unsigned integer"/>
        <Element Offset="322804" Vartype="4 Bytes" Bytesize="4" OffsetHex="0004ECF4" DisplayMethod="unsigned integer"/>
        <Element Offset="322808" Vartype="Float" Bytesize="4" OffsetHex="0004ECF8" DisplayMethod="unsigned integer"/>
        <Element Offset="322812" Vartype="4 Bytes" Bytesize="4" OffsetHex="0004ECFC" DisplayMethod="unsigned integer"/>
        <Element Offset="322816" Vartype="Float" Bytesize="4" OffsetHex="0004ED00" DisplayMethod="unsigned integer"/>
        <Element Offset="322820" Vartype="Pointer" Bytesize="8" OffsetHex="0004ED04" DisplayMethod="unsigned integer"/>
        <Element Offset="322824" Vartype="4 Bytes" Bytesize="4" OffsetHex="0004ED08" DisplayMethod="unsigned integer"/>
        <Element Offset="322828" Vartype="Pointer" Bytesize="8" OffsetHex="0004ED0C" DisplayMethod="unsigned integer"/>
        <Element Offset="322832" Vartype="4 Bytes" Bytesize="4" RLECount="24" OffsetHex="0004ED10" DisplayMethod="unsigned integer"/>
        <Element Offset="322928" Vartype="Float" Bytesize="4" RLECount="6" OffsetHex="0004ED70" DisplayMethod="unsigned integer"/>
        <Element Offset="322952" Vartype="Pointer" Bytesize="8" OffsetHex="0004ED88" DisplayMethod="unsigned integer"/>
        <Element Offset="322956" Vartype="4 Bytes" Bytesize="4" OffsetHex="0004ED8C" DisplayMethod="unsigned integer"/>
        <Element Offset="322960" Vartype="Pointer" Bytesize="8" OffsetHex="0004ED90" DisplayMethod="unsigned integer"/>
        <Element Offset="322964" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0004ED94" DisplayMethod="unsigned integer"/>
        <Element Offset="322976" Vartype="Float" Bytesize="4" OffsetHex="0004EDA0" DisplayMethod="unsigned integer"/>
        <Element Offset="322980" Vartype="Double" Bytesize="8" OffsetHex="0004EDA4" DisplayMethod="unsigned integer"/>
        <Element Offset="322988" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="0004EDAC" DisplayMethod="unsigned integer"/>
        <Element Offset="323000" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0004EDB8" DisplayMethod="unsigned integer"/>
        <Element Offset="323012" Vartype="Pointer" Bytesize="8" OffsetHex="0004EDC4" DisplayMethod="unsigned integer"/>
        <Element Offset="323016" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0004EDC8" DisplayMethod="unsigned integer"/>
        <Element Offset="323132" Vartype="Pointer" Bytesize="8" OffsetHex="0004EE3C" DisplayMethod="unsigned integer"/>
        <Element Offset="323136" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0004EE40" DisplayMethod="unsigned integer"/>
        <Element Offset="323148" Vartype="Pointer" Bytesize="8" OffsetHex="0004EE4C" DisplayMethod="unsigned integer"/>
        <Element Offset="323152" Vartype="4 Bytes" Bytesize="4" RLECount="19" OffsetHex="0004EE50" DisplayMethod="unsigned integer"/>
        <Element Offset="323228" Vartype="Double" Bytesize="8" OffsetHex="0004EE9C" DisplayMethod="unsigned integer"/>
        <Element Offset="323236" Vartype="4 Bytes" Bytesize="4" RLECount="32" OffsetHex="0004EEA4" DisplayMethod="unsigned integer"/>
        <Element Offset="323364" Vartype="Pointer" Bytesize="8" OffsetHex="0004EF24" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="323368" Vartype="String" Bytesize="18" OffsetHex="0004EF28" DisplayMethod="unsigned integer"/>
        <Element Offset="323386" Vartype="Byte" Bytesize="1" RLECount="2" OffsetHex="0004EF3A" DisplayMethod="unsigned integer"/>
        <Element Offset="323388" Vartype="4 Bytes" Bytesize="4" RLECount="18" OffsetHex="0004EF3C" DisplayMethod="unsigned integer"/>
        <Element Offset="323460" Vartype="Pointer" Bytesize="8" OffsetHex="0004EF84" DisplayMethod="unsigned integer"/>
        <Element Offset="323464" Vartype="Pointer" Bytesize="8" OffsetHex="0004EF88" DisplayMethod="unsigned integer"/>
        <Element Offset="323468" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="0004EF8C" DisplayMethod="unsigned integer"/>
        <Element Offset="323488" Vartype="Pointer" Bytesize="8" OffsetHex="0004EFA0" DisplayMethod="unsigned integer"/>
        <Element Offset="323492" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="0004EFA4" DisplayMethod="unsigned integer"/>
        <Element Offset="323524" Vartype="Pointer" Bytesize="8" OffsetHex="0004EFC4" DisplayMethod="unsigned integer"/>
        <Element Offset="323528" Vartype="Pointer" Bytesize="8" OffsetHex="0004EFC8" DisplayMethod="unsigned integer"/>
        <Element Offset="323532" Vartype="Pointer" Bytesize="8" OffsetHex="0004EFCC" DisplayMethod="unsigned integer"/>
        <Element Offset="323536" Vartype="Pointer" Bytesize="8" OffsetHex="0004EFD0" DisplayMethod="unsigned integer"/>
        <Element Offset="323540" Vartype="Pointer" Bytesize="8" OffsetHex="0004EFD4" DisplayMethod="unsigned integer"/>
        <Element Offset="323544" Vartype="Pointer" Bytesize="8" OffsetHex="0004EFD8" DisplayMethod="unsigned integer"/>
        <Element Offset="323548" Vartype="Pointer" Bytesize="8" OffsetHex="0004EFDC" DisplayMethod="unsigned integer"/>
        <Element Offset="323552" Vartype="Pointer" Bytesize="8" OffsetHex="0004EFE0" DisplayMethod="unsigned integer"/>
        <Element Offset="323556" Vartype="Pointer" Bytesize="8" OffsetHex="0004EFE4" DisplayMethod="unsigned integer"/>
        <Element Offset="323560" Vartype="4 Bytes" Bytesize="4" OffsetHex="0004EFE8" DisplayMethod="unsigned integer"/>
        <Element Offset="323564" Vartype="Pointer" Bytesize="8" OffsetHex="0004EFEC" DisplayMethod="unsigned integer"/>
        <Element Offset="323568" Vartype="4 Bytes" Bytesize="4" RLECount="26" OffsetHex="0004EFF0" DisplayMethod="unsigned integer"/>
        <Element Offset="323672" Vartype="Pointer" Bytesize="8" OffsetHex="0004F058" DisplayMethod="unsigned integer"/>
        <Element Offset="323676" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0004F05C" DisplayMethod="unsigned integer"/>
        <Element Offset="323692" Vartype="Pointer" Bytesize="8" OffsetHex="0004F06C" DisplayMethod="unsigned integer"/>
        <Element Offset="323696" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0004F070" DisplayMethod="unsigned integer"/>
        <Element Offset="323712" Vartype="Pointer" Bytesize="8" OffsetHex="0004F080" DisplayMethod="unsigned integer"/>
        <Element Offset="323716" Vartype="Pointer" Bytesize="8" OffsetHex="0004F084" DisplayMethod="unsigned integer"/>
        <Element Offset="323720" Vartype="4 Bytes" Bytesize="4" OffsetHex="0004F088" DisplayMethod="unsigned integer"/>
        <Element Offset="323724" Vartype="Pointer" Bytesize="8" OffsetHex="0004F08C" DisplayMethod="unsigned integer"/>
        <Element Offset="323728" Vartype="Pointer" Bytesize="8" OffsetHex="0004F090" DisplayMethod="unsigned integer"/>
        <Element Offset="323732" Vartype="4 Bytes" Bytesize="4" RLECount="39" OffsetHex="0004F094" DisplayMethod="unsigned integer"/>
        <Element Offset="323888" Vartype="4 Bytes" Bytesize="4" OffsetHex="0004F130" DisplayMethod="hexadecimal"/>
        <Element Offset="323892" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0004F134" DisplayMethod="unsigned integer"/>
        <Element Offset="323900" Vartype="4 Bytes" Bytesize="4" OffsetHex="0004F13C" DisplayMethod="hexadecimal"/>
        <Element Offset="323904" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="0004F140" DisplayMethod="unsigned integer"/>
        <Element Offset="323912" Vartype="Pointer" Bytesize="8" OffsetHex="0004F148" DisplayMethod="unsigned integer"/>
        <Element Offset="323916" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0004F14C" DisplayMethod="unsigned integer"/>
        <Element Offset="323928" Vartype="4 Bytes" Bytesize="4" OffsetHex="0004F158" DisplayMethod="hexadecimal"/>
        <Element Offset="323932" Vartype="4 Bytes" Bytesize="4" RLECount="58" OffsetHex="0004F15C" DisplayMethod="unsigned integer"/>
        <Element Offset="324164" Vartype="Pointer" Bytesize="8" OffsetHex="0004F244" DisplayMethod="unsigned integer"/>
        <Element Offset="324168" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="0004F248" DisplayMethod="unsigned integer"/>
        <Element Offset="324188" Vartype="Float" Bytesize="4" OffsetHex="0004F25C" DisplayMethod="unsigned integer"/>
        <Element Offset="324192" Vartype="4 Bytes" Bytesize="4" OffsetHex="0004F260" DisplayMethod="unsigned integer"/>
        <Element Offset="324196" Vartype="Float" Bytesize="4" OffsetHex="0004F264" DisplayMethod="unsigned integer"/>
        <Element Offset="324200" Vartype="4 Bytes" Bytesize="4" OffsetHex="0004F268" DisplayMethod="unsigned integer"/>
        <Element Offset="324204" Vartype="Float" Bytesize="4" OffsetHex="0004F26C" DisplayMethod="unsigned integer"/>
        <Element Offset="324208" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0004F270" DisplayMethod="unsigned integer"/>
        <Element Offset="324220" Vartype="Double" Bytesize="8" OffsetHex="0004F27C" DisplayMethod="unsigned integer"/>
        <Element Offset="324228" Vartype="Float" Bytesize="4" RLECount="6" OffsetHex="0004F284" DisplayMethod="unsigned integer"/>
        <Element Offset="324252" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="0004F29C" DisplayMethod="unsigned integer"/>
        <Element Offset="324276" Vartype="Double" Bytesize="8" OffsetHex="0004F2B4" DisplayMethod="unsigned integer"/>
        <Element Offset="324284" Vartype="4 Bytes" Bytesize="4" RLECount="182" OffsetHex="0004F2BC" DisplayMethod="unsigned integer"/>
        <Element Offset="325012" Vartype="Pointer" Bytesize="8" OffsetHex="0004F594" DisplayMethod="unsigned integer"/>
        <Element Offset="325016" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0004F598" DisplayMethod="unsigned integer"/>
        <Element Offset="325132" Vartype="Pointer" Bytesize="8" OffsetHex="0004F60C" DisplayMethod="unsigned integer"/>
        <Element Offset="325136" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0004F610" DisplayMethod="unsigned integer"/>
        <Element Offset="325252" Vartype="Pointer" Bytesize="8" OffsetHex="0004F684" DisplayMethod="unsigned integer"/>
        <Element Offset="325256" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0004F688" DisplayMethod="unsigned integer"/>
        <Element Offset="325372" Vartype="Pointer" Bytesize="8" OffsetHex="0004F6FC" DisplayMethod="unsigned integer"/>
        <Element Offset="325376" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0004F700" DisplayMethod="unsigned integer"/>
        <Element Offset="325492" Vartype="Pointer" Bytesize="8" OffsetHex="0004F774" DisplayMethod="unsigned integer"/>
        <Element Offset="325496" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0004F778" DisplayMethod="unsigned integer"/>
        <Element Offset="325612" Vartype="Pointer" Bytesize="8" OffsetHex="0004F7EC" DisplayMethod="unsigned integer"/>
        <Element Offset="325616" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0004F7F0" DisplayMethod="unsigned integer"/>
        <Element Offset="325732" Vartype="Pointer" Bytesize="8" OffsetHex="0004F864" DisplayMethod="unsigned integer"/>
        <Element Offset="325736" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0004F868" DisplayMethod="unsigned integer"/>
        <Element Offset="325852" Vartype="Pointer" Bytesize="8" OffsetHex="0004F8DC" DisplayMethod="unsigned integer"/>
        <Element Offset="325856" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0004F8E0" DisplayMethod="unsigned integer"/>
        <Element Offset="325972" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0004F954" DisplayMethod="hexadecimal"/>
        <Element Offset="325988" Vartype="4 Bytes" Bytesize="4" OffsetHex="0004F964" DisplayMethod="unsigned integer"/>
        <Element Offset="325992" Vartype="Pointer" Bytesize="8" OffsetHex="0004F968" DisplayMethod="unsigned integer"/>
        <Element Offset="325996" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="0004F96C" DisplayMethod="unsigned integer"/>
        <Element Offset="326032" Vartype="Pointer" Bytesize="8" OffsetHex="0004F990" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="326036" Vartype="4 Bytes" Bytesize="4" RLECount="472" OffsetHex="0004F994" DisplayMethod="unsigned integer"/>
        <Element Offset="327924" Vartype="4 Bytes" Bytesize="4" OffsetHex="000500F4" DisplayMethod="hexadecimal"/>
        <Element Offset="327928" Vartype="Float" Bytesize="4" OffsetHex="000500F8" DisplayMethod="unsigned integer"/>
        <Element Offset="327932" Vartype="4 Bytes" Bytesize="4" OffsetHex="000500FC" DisplayMethod="unsigned integer"/>
        <Element Offset="327936" Vartype="Float" Bytesize="4" OffsetHex="00050100" DisplayMethod="unsigned integer"/>
        <Element Offset="327940" Vartype="Double" Bytesize="8" OffsetHex="00050104" DisplayMethod="unsigned integer"/>
        <Element Offset="327948" Vartype="Float" Bytesize="4" OffsetHex="0005010C" DisplayMethod="unsigned integer"/>
        <Element Offset="327952" Vartype="Double" Bytesize="8" OffsetHex="00050110" DisplayMethod="unsigned integer"/>
        <Element Offset="327960" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00050118" DisplayMethod="unsigned integer"/>
        <Element Offset="327968" Vartype="Pointer" Bytesize="8" OffsetHex="00050120" DisplayMethod="unsigned integer"/>
        <Element Offset="327972" Vartype="Pointer" Bytesize="8" OffsetHex="00050124" DisplayMethod="unsigned integer"/>
        <Element Offset="327976" Vartype="4 Bytes" Bytesize="4" OffsetHex="00050128" DisplayMethod="hexadecimal"/>
        <Element Offset="327980" Vartype="Float" Bytesize="4" OffsetHex="0005012C" DisplayMethod="unsigned integer"/>
        <Element Offset="327984" Vartype="4 Bytes" Bytesize="4" OffsetHex="00050130" DisplayMethod="unsigned integer"/>
        <Element Offset="327988" Vartype="Float" Bytesize="4" OffsetHex="00050134" DisplayMethod="unsigned integer"/>
        <Element Offset="327992" Vartype="Double" Bytesize="8" OffsetHex="00050138" DisplayMethod="unsigned integer"/>
        <Element Offset="328000" Vartype="4 Bytes" Bytesize="4" OffsetHex="00050140" DisplayMethod="unsigned integer"/>
        <Element Offset="328004" Vartype="Double" Bytesize="8" OffsetHex="00050144" DisplayMethod="unsigned integer"/>
        <Element Offset="328012" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="0005014C" DisplayMethod="unsigned integer"/>
        <Element Offset="328128" Vartype="Pointer" Bytesize="8" OffsetHex="000501C0" DisplayMethod="unsigned integer"/>
        <Element Offset="328132" Vartype="4 Bytes" Bytesize="4" RLECount="40" OffsetHex="000501C4" DisplayMethod="unsigned integer"/>
        <Element Offset="328292" Vartype="Pointer" Bytesize="8" OffsetHex="00050264" DisplayMethod="unsigned integer"/>
        <Element Offset="328296" Vartype="Double" Bytesize="8" OffsetHex="00050268" DisplayMethod="unsigned integer"/>
        <Element Offset="328304" Vartype="Pointer" Bytesize="8" OffsetHex="00050270" DisplayMethod="unsigned integer"/>
        <Element Offset="328308" Vartype="Pointer" Bytesize="8" OffsetHex="00050274" DisplayMethod="unsigned integer"/>
        <Element Offset="328312" Vartype="Pointer" Bytesize="8" OffsetHex="00050278" DisplayMethod="unsigned integer"/>
        <Element Offset="328316" Vartype="Pointer" Bytesize="8" OffsetHex="0005027C" DisplayMethod="unsigned integer"/>
        <Element Offset="328320" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00050280" DisplayMethod="unsigned integer"/>
        <Element Offset="328336" Vartype="Pointer" Bytesize="8" OffsetHex="00050290" DisplayMethod="unsigned integer"/>
        <Element Offset="328340" Vartype="4 Bytes" Bytesize="4" OffsetHex="00050294" DisplayMethod="unsigned integer"/>
        <Element Offset="328344" Vartype="Pointer" Bytesize="8" OffsetHex="00050298" DisplayMethod="unsigned integer"/>
        <Element Offset="328348" Vartype="4 Bytes" Bytesize="4" OffsetHex="0005029C" DisplayMethod="unsigned integer"/>
        <Element Offset="328352" Vartype="4 Bytes" Bytesize="4" OffsetHex="000502A0" DisplayMethod="hexadecimal"/>
        <Element Offset="328356" Vartype="4 Bytes" Bytesize="4" OffsetHex="000502A4" DisplayMethod="unsigned integer"/>
        <Element Offset="328360" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="000502A8" DisplayMethod="unsigned integer"/>
        <Element Offset="328368" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="000502B0" DisplayMethod="unsigned integer"/>
        <Element Offset="328372" Vartype="Float" Bytesize="4" OffsetHex="000502B4" DisplayMethod="unsigned integer"/>
        <Element Offset="328376" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="000502B8" DisplayMethod="unsigned integer"/>
        <Element Offset="328392" Vartype="Float" Bytesize="4" OffsetHex="000502C8" DisplayMethod="unsigned integer"/>
        <Element Offset="328396" Vartype="4 Bytes" Bytesize="4" RLECount="10" OffsetHex="000502CC" DisplayMethod="unsigned integer"/>
        <Element Offset="328436" Vartype="Pointer" Bytesize="8" OffsetHex="000502F4" DisplayMethod="unsigned integer"/>
        <Element Offset="328440" Vartype="4 Bytes" Bytesize="4" OffsetHex="000502F8" DisplayMethod="unsigned integer"/>
        <Element Offset="328444" Vartype="Pointer" Bytesize="8" OffsetHex="000502FC" DisplayMethod="unsigned integer"/>
        <Element Offset="328448" Vartype="4 Bytes" Bytesize="4" RLECount="37" OffsetHex="00050300" DisplayMethod="unsigned integer"/>
        <Element Offset="328596" Vartype="Float" Bytesize="4" OffsetHex="00050394" DisplayMethod="unsigned integer"/>
        <Element Offset="328600" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00050398" DisplayMethod="unsigned integer"/>
        <Element Offset="328628" Vartype="Pointer" Bytesize="8" OffsetHex="000503B4" DisplayMethod="unsigned integer"/>
        <Element Offset="328632" Vartype="Pointer" Bytesize="8" OffsetHex="000503B8" DisplayMethod="unsigned integer"/>
        <Element Offset="328636" Vartype="Float" Bytesize="4" OffsetHex="000503BC" DisplayMethod="unsigned integer"/>
        <Element Offset="328640" Vartype="String" Bytesize="4" OffsetHex="000503C0" DisplayMethod="unsigned integer"/>
        <Element Offset="328644" Vartype="Float" Bytesize="4" OffsetHex="000503C4" DisplayMethod="unsigned integer"/>
        <Element Offset="328648" Vartype="Double" Bytesize="8" RLECount="2" OffsetHex="000503C8" DisplayMethod="unsigned integer"/>
        <Element Offset="328664" Vartype="Float" Bytesize="4" OffsetHex="000503D8" DisplayMethod="unsigned integer"/>
        <Element Offset="328668" Vartype="4 Bytes" Bytesize="4" OffsetHex="000503DC" DisplayMethod="unsigned integer"/>
        <Element Offset="328672" Vartype="Float" Bytesize="4" OffsetHex="000503E0" DisplayMethod="unsigned integer"/>
        <Element Offset="328676" Vartype="4 Bytes" Bytesize="4" RLECount="216" OffsetHex="000503E4" DisplayMethod="unsigned integer"/>
        <Element Offset="329540" Vartype="Pointer" Bytesize="8" OffsetHex="00050744" DisplayMethod="unsigned integer"/>
        <Element Offset="329544" Vartype="4 Bytes" Bytesize="4" RLECount="18278" OffsetHex="00050748" DisplayMethod="unsigned integer"/>
        <Element Offset="402656" Vartype="Pointer" Bytesize="8" OffsetHex="000624E0" DisplayMethod="unsigned integer"/>
        <Element Offset="402660" Vartype="Pointer" Bytesize="8" OffsetHex="000624E4" DisplayMethod="unsigned integer"/>
        <Element Offset="402664" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="000624E8" DisplayMethod="unsigned integer"/>
        <Element Offset="402708" Vartype="Pointer" Bytesize="8" OffsetHex="00062514" DisplayMethod="unsigned integer"/>
        <Element Offset="402712" Vartype="Pointer" Bytesize="8" OffsetHex="00062518" DisplayMethod="unsigned integer"/>
        <Element Offset="402716" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0006251C" DisplayMethod="unsigned integer"/>
        <Element Offset="402732" Vartype="Pointer" Bytesize="8" OffsetHex="0006252C" DisplayMethod="unsigned integer"/>
        <Element Offset="402736" Vartype="Float" Bytesize="4" OffsetHex="00062530" DisplayMethod="unsigned integer"/>
        <Element Offset="402740" Vartype="4 Bytes" Bytesize="4" OffsetHex="00062534" DisplayMethod="unsigned integer"/>
        <Element Offset="402744" Vartype="Float" Bytesize="4" OffsetHex="00062538" DisplayMethod="unsigned integer"/>
        <Element Offset="402748" Vartype="4 Bytes" Bytesize="4" OffsetHex="0006253C" DisplayMethod="unsigned integer"/>
        <Element Offset="402752" Vartype="Pointer" Bytesize="8" OffsetHex="00062540" DisplayMethod="unsigned integer"/>
        <Element Offset="402756" Vartype="Pointer" Bytesize="8" OffsetHex="00062544" DisplayMethod="unsigned integer"/>
        <Element Offset="402760" Vartype="Pointer" Bytesize="8" OffsetHex="00062548" DisplayMethod="unsigned integer"/>
        <Element Offset="402764" Vartype="Pointer" Bytesize="8" OffsetHex="0006254C" DisplayMethod="unsigned integer"/>
        <Element Offset="402768" Vartype="Pointer" Bytesize="8" OffsetHex="00062550" DisplayMethod="unsigned integer"/>
        <Element Offset="402772" Vartype="Pointer" Bytesize="8" OffsetHex="00062554" DisplayMethod="unsigned integer"/>
        <Element Offset="402776" Vartype="Pointer" Bytesize="8" OffsetHex="00062558" DisplayMethod="unsigned integer"/>
        <Element Offset="402780" Vartype="Pointer" Bytesize="8" OffsetHex="0006255C" DisplayMethod="unsigned integer"/>
        <Element Offset="402784" Vartype="Pointer" Bytesize="8" OffsetHex="00062560" DisplayMethod="unsigned integer"/>
        <Element Offset="402788" Vartype="Pointer" Bytesize="8" OffsetHex="00062564" DisplayMethod="unsigned integer"/>
        <Element Offset="402792" Vartype="Pointer" Bytesize="8" OffsetHex="00062568" DisplayMethod="unsigned integer"/>
        <Element Offset="402796" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0006256C" DisplayMethod="unsigned integer"/>
        <Element Offset="402808" Vartype="Double" Bytesize="8" OffsetHex="00062578" DisplayMethod="unsigned integer"/>
        <Element Offset="402816" Vartype="Float" Bytesize="4" OffsetHex="00062580" DisplayMethod="unsigned integer"/>
        <Element Offset="402820" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00062584" DisplayMethod="unsigned integer"/>
        <Element Offset="402844" Vartype="Pointer" Bytesize="8" OffsetHex="0006259C" DisplayMethod="unsigned integer"/>
        <Element Offset="402848" Vartype="4 Bytes" Bytesize="4" RLECount="27" OffsetHex="000625A0" DisplayMethod="unsigned integer"/>
        <Element Offset="402956" Vartype="Pointer" Bytesize="8" OffsetHex="0006260C" DisplayMethod="unsigned integer"/>
        <Element Offset="402960" Vartype="Pointer" Bytesize="8" OffsetHex="00062610" DisplayMethod="unsigned integer"/>
        <Element Offset="402964" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00062614" DisplayMethod="unsigned integer"/>
        <Element Offset="402980" Vartype="Pointer" Bytesize="8" OffsetHex="00062624" DisplayMethod="unsigned integer"/>
        <Element Offset="402984" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00062628" DisplayMethod="unsigned integer"/>
        <Element Offset="403000" Vartype="Pointer" Bytesize="8" OffsetHex="00062638" DisplayMethod="unsigned integer"/>
        <Element Offset="403004" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="0006263C" DisplayMethod="unsigned integer"/>
        <Element Offset="403036" Vartype="Pointer" Bytesize="8" OffsetHex="0006265C" DisplayMethod="unsigned integer"/>
        <Element Offset="403040" Vartype="Pointer" Bytesize="8" OffsetHex="00062660" DisplayMethod="unsigned integer"/>
        <Element Offset="403044" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00062664" DisplayMethod="unsigned integer"/>
        <Element Offset="403056" Vartype="Double" Bytesize="8" OffsetHex="00062670" DisplayMethod="unsigned integer"/>
        <Element Offset="403064" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00062678" DisplayMethod="unsigned integer"/>
        <Element Offset="403092" Vartype="Pointer" Bytesize="8" OffsetHex="00062694" DisplayMethod="unsigned integer"/>
        <Element Offset="403096" Vartype="4 Bytes" Bytesize="4" RLECount="27" OffsetHex="00062698" DisplayMethod="unsigned integer"/>
        <Element Offset="403204" Vartype="Pointer" Bytesize="8" OffsetHex="00062704" DisplayMethod="unsigned integer"/>
        <Element Offset="403208" Vartype="Pointer" Bytesize="8" OffsetHex="00062708" DisplayMethod="unsigned integer"/>
        <Element Offset="403212" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="0006270C" DisplayMethod="unsigned integer"/>
        <Element Offset="403228" Vartype="Pointer" Bytesize="8" OffsetHex="0006271C" DisplayMethod="unsigned integer"/>
        <Element Offset="403232" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00062720" DisplayMethod="unsigned integer"/>
        <Element Offset="403248" Vartype="Pointer" Bytesize="8" OffsetHex="00062730" DisplayMethod="unsigned integer"/>
        <Element Offset="403252" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="00062734" DisplayMethod="unsigned integer"/>
        <Element Offset="403284" Vartype="Pointer" Bytesize="8" OffsetHex="00062754" DisplayMethod="unsigned integer"/>
        <Element Offset="403288" Vartype="Pointer" Bytesize="8" OffsetHex="00062758" DisplayMethod="unsigned integer"/>
        <Element Offset="403292" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="0006275C" DisplayMethod="unsigned integer"/>
        <Element Offset="403304" Vartype="Double" Bytesize="8" OffsetHex="00062768" DisplayMethod="unsigned integer"/>
        <Element Offset="403312" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00062770" DisplayMethod="unsigned integer"/>
        <Element Offset="403340" Vartype="Pointer" Bytesize="8" OffsetHex="0006278C" DisplayMethod="unsigned integer"/>
        <Element Offset="403344" Vartype="4 Bytes" Bytesize="4" RLECount="30" OffsetHex="00062790" DisplayMethod="unsigned integer"/>
        <Element Offset="403464" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="00062808" DisplayMethod="unsigned integer"/>
        <Element Offset="403476" Vartype="4 Bytes" Bytesize="4" OffsetHex="00062814" DisplayMethod="unsigned integer"/>
        <Element Offset="403480" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00062818" DisplayMethod="unsigned integer"/>
        <Element Offset="403488" Vartype="4 Bytes" Bytesize="4" OffsetHex="00062820" DisplayMethod="unsigned integer"/>
        <Element Offset="403492" Vartype="Float" Bytesize="4" OffsetHex="00062824" DisplayMethod="unsigned integer"/>
        <Element Offset="403496" Vartype="4 Bytes" Bytesize="4" OffsetHex="00062828" DisplayMethod="unsigned integer"/>
        <Element Offset="403500" Vartype="Float" Bytesize="4" OffsetHex="0006282C" DisplayMethod="unsigned integer"/>
        <Element Offset="403504" Vartype="Double" Bytesize="8" OffsetHex="00062830" DisplayMethod="unsigned integer"/>
        <Element Offset="403512" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="00062838" DisplayMethod="unsigned integer"/>
        <Element Offset="403524" Vartype="Double" Bytesize="8" OffsetHex="00062844" DisplayMethod="unsigned integer"/>
        <Element Offset="403532" Vartype="Float" Bytesize="4" OffsetHex="0006284C" DisplayMethod="unsigned integer"/>
        <Element Offset="403536" Vartype="Double" Bytesize="8" OffsetHex="00062850" DisplayMethod="unsigned integer"/>
        <Element Offset="403544" Vartype="Float" Bytesize="4" OffsetHex="00062858" DisplayMethod="unsigned integer"/>
        <Element Offset="403548" Vartype="4 Bytes" Bytesize="4" OffsetHex="0006285C" DisplayMethod="unsigned integer"/>
        <Element Offset="403552" Vartype="Float" Bytesize="4" RLECount="4" OffsetHex="00062860" DisplayMethod="unsigned integer"/>
        <Element Offset="403568" Vartype="4 Bytes" Bytesize="4" OffsetHex="00062870" DisplayMethod="unsigned integer"/>
        <Element Offset="403572" Vartype="Double" Bytesize="8" OffsetHex="00062874" DisplayMethod="unsigned integer"/>
        <Element Offset="403580" Vartype="Float" Bytesize="4" OffsetHex="0006287C" DisplayMethod="unsigned integer"/>
        <Element Offset="403584" Vartype="4 Bytes" Bytesize="4" OffsetHex="00062880" DisplayMethod="unsigned integer"/>
        <Element Offset="403588" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="00062884" DisplayMethod="unsigned integer"/>
        <Element Offset="403596" Vartype="4 Bytes" Bytesize="4" OffsetHex="0006288C" DisplayMethod="unsigned integer"/>
        <Element Offset="403600" Vartype="Float" Bytesize="4" OffsetHex="00062890" DisplayMethod="unsigned integer"/>
        <Element Offset="403604" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00062894" DisplayMethod="unsigned integer"/>
        <Element Offset="403612" Vartype="Double" Bytesize="8" OffsetHex="0006289C" DisplayMethod="unsigned integer"/>
        <Element Offset="403620" Vartype="4 Bytes" Bytesize="4" OffsetHex="000628A4" DisplayMethod="hexadecimal"/>
        <Element Offset="403624" Vartype="Float" Bytesize="4" RLECount="2" OffsetHex="000628A8" DisplayMethod="unsigned integer"/>
        <Element Offset="403632" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="000628B0" DisplayMethod="unsigned integer"/>
        <Element Offset="403636" Vartype="Float" Bytesize="4" RLECount="7" OffsetHex="000628B4" DisplayMethod="unsigned integer"/>
        <Element Offset="403664" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="000628D0" DisplayMethod="unsigned integer"/>
        <Element Offset="403672" Vartype="Float" Bytesize="4" OffsetHex="000628D8" DisplayMethod="unsigned integer"/>
        <Element Offset="403676" Vartype="4 Bytes" Bytesize="4" OffsetHex="000628DC" DisplayMethod="unsigned integer"/>
        <Element Offset="403680" Vartype="Float" Bytesize="4" OffsetHex="000628E0" DisplayMethod="unsigned integer"/>
        <Element Offset="403684" Vartype="Pointer" Bytesize="8" OffsetHex="000628E4" DisplayMethod="unsigned integer"/>
        <Element Offset="403688" Vartype="4 Bytes" Bytesize="4" OffsetHex="000628E8" DisplayMethod="unsigned integer"/>
        <Element Offset="403692" Vartype="Pointer" Bytesize="8" OffsetHex="000628EC" DisplayMethod="unsigned integer"/>
        <Element Offset="403696" Vartype="Pointer" Bytesize="8" OffsetHex="000628F0" DisplayMethod="unsigned integer"/>
        <Element Offset="403700" Vartype="Pointer" Bytesize="8" OffsetHex="000628F4" DisplayMethod="unsigned integer"/>
        <Element Offset="403704" Vartype="Pointer" Bytesize="8" OffsetHex="000628F8" DisplayMethod="unsigned integer"/>
        <Element Offset="403708" Vartype="Pointer" Bytesize="8" OffsetHex="000628FC" DisplayMethod="unsigned integer"/>
        <Element Offset="403712" Vartype="Pointer" Bytesize="8" OffsetHex="00062900" DisplayMethod="unsigned integer"/>
        <Element Offset="403716" Vartype="String" Bytesize="9" OffsetHex="00062904" DisplayMethod="unsigned integer"/>
        <Element Offset="403725" Vartype="Byte" Bytesize="1" RLECount="3" OffsetHex="0006290D" DisplayMethod="unsigned integer"/>
        <Element Offset="403728" Vartype="4 Bytes" Bytesize="4" RLECount="16" OffsetHex="00062910" DisplayMethod="unsigned integer"/>
        <Element Offset="403792" Vartype="Float" Bytesize="4" RLECount="3" OffsetHex="00062950" DisplayMethod="unsigned integer"/>
        <Element Offset="403804" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="0006295C" DisplayMethod="unsigned integer"/>
        <Element Offset="403824" Vartype="Pointer" Bytesize="8" OffsetHex="00062970" DisplayMethod="unsigned integer"/>
        <Element Offset="403828" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00062974" DisplayMethod="unsigned integer"/>
        <Element Offset="403840" Vartype="Float" Bytesize="4" OffsetHex="00062980" DisplayMethod="unsigned integer"/>
        <Element Offset="403844" Vartype="Double" Bytesize="8" OffsetHex="00062984" DisplayMethod="unsigned integer"/>
        <Element Offset="403852" Vartype="Float" Bytesize="4" OffsetHex="0006298C" DisplayMethod="unsigned integer"/>
        <Element Offset="403856" Vartype="Double" Bytesize="8" OffsetHex="00062990" DisplayMethod="unsigned integer"/>
        <Element Offset="403864" Vartype="Float" Bytesize="4" OffsetHex="00062998" DisplayMethod="unsigned integer"/>
        <Element Offset="403868" Vartype="Double" Bytesize="8" OffsetHex="0006299C" DisplayMethod="unsigned integer"/>
        <Element Offset="403876" Vartype="Pointer" Bytesize="8" OffsetHex="000629A4" DisplayMethod="unsigned integer"/>
        <Element Offset="403880" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="000629A8" DisplayMethod="unsigned integer"/>
        <Element Offset="403996" Vartype="Pointer" Bytesize="8" OffsetHex="00062A1C" DisplayMethod="unsigned integer"/>
        <Element Offset="404000" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00062A20" DisplayMethod="unsigned integer"/>
        <Element Offset="404012" Vartype="Pointer" Bytesize="8" OffsetHex="00062A2C" DisplayMethod="unsigned integer"/>
        <Element Offset="404016" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="00062A30" DisplayMethod="unsigned integer"/>
        <Element Offset="404048" Vartype="Pointer" Bytesize="8" OffsetHex="00062A50" DisplayMethod="unsigned integer"/>
        <Element Offset="404052" Vartype="4 Bytes" Bytesize="4" RLECount="11" OffsetHex="00062A54" DisplayMethod="unsigned integer"/>
        <Element Offset="404096" Vartype="Float" Bytesize="4" OffsetHex="00062A80" DisplayMethod="unsigned integer"/>
        <Element Offset="404100" Vartype="4 Bytes" Bytesize="4" RLECount="32" OffsetHex="00062A84" DisplayMethod="unsigned integer"/>
        <Element Offset="404228" Vartype="Pointer" Bytesize="8" OffsetHex="00062B04" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="404232" Vartype="String" Bytesize="15" OffsetHex="00062B08" DisplayMethod="unsigned integer"/>
        <Element Offset="404247" Vartype="Byte" Bytesize="1" OffsetHex="00062B17" DisplayMethod="unsigned integer"/>
        <Element Offset="404248" Vartype="4 Bytes" Bytesize="4" RLECount="19" OffsetHex="00062B18" DisplayMethod="unsigned integer"/>
        <Element Offset="404324" Vartype="Pointer" Bytesize="8" OffsetHex="00062B64" DisplayMethod="unsigned integer"/>
        <Element Offset="404328" Vartype="Pointer" Bytesize="8" OffsetHex="00062B68" DisplayMethod="unsigned integer"/>
        <Element Offset="404332" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00062B6C" DisplayMethod="unsigned integer"/>
        <Element Offset="404352" Vartype="Pointer" Bytesize="8" OffsetHex="00062B80" DisplayMethod="unsigned integer"/>
        <Element Offset="404356" Vartype="4 Bytes" Bytesize="4" RLECount="8" OffsetHex="00062B84" DisplayMethod="unsigned integer"/>
        <Element Offset="404388" Vartype="Pointer" Bytesize="8" OffsetHex="00062BA4" DisplayMethod="unsigned integer"/>
        <Element Offset="404392" Vartype="Pointer" Bytesize="8" OffsetHex="00062BA8" DisplayMethod="unsigned integer"/>
        <Element Offset="404396" Vartype="Pointer" Bytesize="8" OffsetHex="00062BAC" DisplayMethod="unsigned integer"/>
        <Element Offset="404400" Vartype="Pointer" Bytesize="8" OffsetHex="00062BB0" DisplayMethod="unsigned integer"/>
        <Element Offset="404404" Vartype="Pointer" Bytesize="8" OffsetHex="00062BB4" DisplayMethod="unsigned integer"/>
        <Element Offset="404408" Vartype="Pointer" Bytesize="8" OffsetHex="00062BB8" DisplayMethod="unsigned integer"/>
        <Element Offset="404412" Vartype="Pointer" Bytesize="8" OffsetHex="00062BBC" DisplayMethod="unsigned integer"/>
        <Element Offset="404416" Vartype="Pointer" Bytesize="8" OffsetHex="00062BC0" DisplayMethod="unsigned integer"/>
        <Element Offset="404420" Vartype="Pointer" Bytesize="8" OffsetHex="00062BC4" DisplayMethod="unsigned integer"/>
        <Element Offset="404424" Vartype="4 Bytes" Bytesize="4" OffsetHex="00062BC8" DisplayMethod="unsigned integer"/>
        <Element Offset="404428" Vartype="Pointer" Bytesize="8" OffsetHex="00062BCC" DisplayMethod="unsigned integer"/>
        <Element Offset="404432" Vartype="4 Bytes" Bytesize="4" RLECount="26" OffsetHex="00062BD0" DisplayMethod="unsigned integer"/>
        <Element Offset="404536" Vartype="Pointer" Bytesize="8" OffsetHex="00062C38" DisplayMethod="unsigned integer"/>
        <Element Offset="404540" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00062C3C" DisplayMethod="unsigned integer"/>
        <Element Offset="404556" Vartype="Pointer" Bytesize="8" OffsetHex="00062C4C" DisplayMethod="unsigned integer"/>
        <Element Offset="404560" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00062C50" DisplayMethod="unsigned integer"/>
        <Element Offset="404576" Vartype="Pointer" Bytesize="8" OffsetHex="00062C60" DisplayMethod="unsigned integer"/>
        <Element Offset="404580" Vartype="Pointer" Bytesize="8" OffsetHex="00062C64" DisplayMethod="unsigned integer"/>
        <Element Offset="404584" Vartype="4 Bytes" Bytesize="4" OffsetHex="00062C68" DisplayMethod="unsigned integer"/>
        <Element Offset="404588" Vartype="Pointer" Bytesize="8" OffsetHex="00062C6C" DisplayMethod="unsigned integer"/>
        <Element Offset="404592" Vartype="Pointer" Bytesize="8" OffsetHex="00062C70" DisplayMethod="unsigned integer"/>
        <Element Offset="404596" Vartype="4 Bytes" Bytesize="4" RLECount="39" OffsetHex="00062C74" DisplayMethod="unsigned integer"/>
        <Element Offset="404752" Vartype="Pointer" Bytesize="8" OffsetHex="00062D10" DisplayMethod="unsigned integer"/>
        <Element Offset="404756" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00062D14" DisplayMethod="unsigned integer"/>
        <Element Offset="404764" Vartype="4 Bytes" Bytesize="4" OffsetHex="00062D1C" DisplayMethod="hexadecimal"/>
        <Element Offset="404768" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00062D20" DisplayMethod="unsigned integer"/>
        <Element Offset="404776" Vartype="Pointer" Bytesize="8" OffsetHex="00062D28" DisplayMethod="unsigned integer"/>
        <Element Offset="404780" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00062D2C" DisplayMethod="unsigned integer"/>
        <Element Offset="404792" Vartype="4 Bytes" Bytesize="4" OffsetHex="00062D38" DisplayMethod="hexadecimal"/>
        <Element Offset="404796" Vartype="4 Bytes" Bytesize="4" RLECount="58" OffsetHex="00062D3C" DisplayMethod="unsigned integer"/>
        <Element Offset="405028" Vartype="Pointer" Bytesize="8" OffsetHex="00062E24" DisplayMethod="unsigned integer"/>
        <Element Offset="405032" Vartype="4 Bytes" Bytesize="4" RLECount="5" OffsetHex="00062E28" DisplayMethod="unsigned integer"/>
        <Element Offset="405052" Vartype="Float" Bytesize="4" OffsetHex="00062E3C" DisplayMethod="unsigned integer"/>
        <Element Offset="405056" Vartype="4 Bytes" Bytesize="4" OffsetHex="00062E40" DisplayMethod="unsigned integer"/>
        <Element Offset="405060" Vartype="Float" Bytesize="4" OffsetHex="00062E44" DisplayMethod="unsigned integer"/>
        <Element Offset="405064" Vartype="4 Bytes" Bytesize="4" OffsetHex="00062E48" DisplayMethod="unsigned integer"/>
        <Element Offset="405068" Vartype="Float" Bytesize="4" OffsetHex="00062E4C" DisplayMethod="unsigned integer"/>
        <Element Offset="405072" Vartype="4 Bytes" Bytesize="4" RLECount="3" OffsetHex="00062E50" DisplayMethod="unsigned integer"/>
        <Element Offset="405084" Vartype="Double" Bytesize="8" OffsetHex="00062E5C" DisplayMethod="unsigned integer"/>
        <Element Offset="405092" Vartype="Float" Bytesize="4" RLECount="6" OffsetHex="00062E64" DisplayMethod="unsigned integer"/>
        <Element Offset="405116" Vartype="4 Bytes" Bytesize="4" RLECount="6" OffsetHex="00062E7C" DisplayMethod="unsigned integer"/>
        <Element Offset="405140" Vartype="Double" Bytesize="8" OffsetHex="00062E94" DisplayMethod="unsigned integer"/>
        <Element Offset="405148" Vartype="4 Bytes" Bytesize="4" RLECount="182" OffsetHex="00062E9C" DisplayMethod="unsigned integer"/>
        <Element Offset="405876" Vartype="Pointer" Bytesize="8" OffsetHex="00063174" DisplayMethod="unsigned integer"/>
        <Element Offset="405880" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00063178" DisplayMethod="unsigned integer"/>
        <Element Offset="405996" Vartype="Pointer" Bytesize="8" OffsetHex="000631EC" DisplayMethod="unsigned integer"/>
        <Element Offset="406000" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="000631F0" DisplayMethod="unsigned integer"/>
        <Element Offset="406116" Vartype="Pointer" Bytesize="8" OffsetHex="00063264" DisplayMethod="unsigned integer"/>
        <Element Offset="406120" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00063268" DisplayMethod="unsigned integer"/>
        <Element Offset="406236" Vartype="Pointer" Bytesize="8" OffsetHex="000632DC" DisplayMethod="unsigned integer"/>
        <Element Offset="406240" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="000632E0" DisplayMethod="unsigned integer"/>
        <Element Offset="406356" Vartype="Pointer" Bytesize="8" OffsetHex="00063354" DisplayMethod="unsigned integer"/>
        <Element Offset="406360" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00063358" DisplayMethod="unsigned integer"/>
        <Element Offset="406476" Vartype="Pointer" Bytesize="8" OffsetHex="000633CC" DisplayMethod="unsigned integer"/>
        <Element Offset="406480" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="000633D0" DisplayMethod="unsigned integer"/>
        <Element Offset="406596" Vartype="Pointer" Bytesize="8" OffsetHex="00063444" DisplayMethod="unsigned integer"/>
        <Element Offset="406600" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00063448" DisplayMethod="unsigned integer"/>
        <Element Offset="406716" Vartype="Pointer" Bytesize="8" OffsetHex="000634BC" DisplayMethod="unsigned integer"/>
        <Element Offset="406720" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="000634C0" DisplayMethod="unsigned integer"/>
        <Element Offset="406836" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00063534" DisplayMethod="hexadecimal"/>
        <Element Offset="406852" Vartype="4 Bytes" Bytesize="4" OffsetHex="00063544" DisplayMethod="unsigned integer"/>
        <Element Offset="406856" Vartype="Pointer" Bytesize="8" OffsetHex="00063548" DisplayMethod="unsigned integer"/>
        <Element Offset="406860" Vartype="4 Bytes" Bytesize="4" RLECount="9" OffsetHex="0006354C" DisplayMethod="unsigned integer"/>
        <Element Offset="406896" Vartype="Pointer" Bytesize="8" OffsetHex="00063570" Description="Pointer to instance of tos::mdl::Model" DisplayMethod="unsigned integer"/>
        <Element Offset="406900" Vartype="4 Bytes" Bytesize="4" RLECount="472" OffsetHex="00063574" DisplayMethod="unsigned integer"/>
        <Element Offset="408788" Vartype="4 Bytes" Bytesize="4" OffsetHex="00063CD4" DisplayMethod="hexadecimal"/>
        <Element Offset="408792" Vartype="Float" Bytesize="4" OffsetHex="00063CD8" DisplayMethod="unsigned integer"/>
        <Element Offset="408796" Vartype="4 Bytes" Bytesize="4" OffsetHex="00063CDC" DisplayMethod="unsigned integer"/>
        <Element Offset="408800" Vartype="Float" Bytesize="4" OffsetHex="00063CE0" DisplayMethod="unsigned integer"/>
        <Element Offset="408804" Vartype="Double" Bytesize="8" OffsetHex="00063CE4" DisplayMethod="unsigned integer"/>
        <Element Offset="408812" Vartype="Float" Bytesize="4" OffsetHex="00063CEC" DisplayMethod="unsigned integer"/>
        <Element Offset="408816" Vartype="Double" Bytesize="8" OffsetHex="00063CF0" DisplayMethod="unsigned integer"/>
        <Element Offset="408824" Vartype="4 Bytes" Bytesize="4" RLECount="2" OffsetHex="00063CF8" DisplayMethod="unsigned integer"/>
        <Element Offset="408832" Vartype="Pointer" Bytesize="8" OffsetHex="00063D00" DisplayMethod="unsigned integer"/>
        <Element Offset="408836" Vartype="Pointer" Bytesize="8" OffsetHex="00063D04" DisplayMethod="unsigned integer"/>
        <Element Offset="408840" Vartype="4 Bytes" Bytesize="4" OffsetHex="00063D08" DisplayMethod="hexadecimal"/>
        <Element Offset="408844" Vartype="Float" Bytesize="4" OffsetHex="00063D0C" DisplayMethod="unsigned integer"/>
        <Element Offset="408848" Vartype="4 Bytes" Bytesize="4" OffsetHex="00063D10" DisplayMethod="unsigned integer"/>
        <Element Offset="408852" Vartype="Float" Bytesize="4" OffsetHex="00063D14" DisplayMethod="unsigned integer"/>
        <Element Offset="408856" Vartype="Double" Bytesize="8" OffsetHex="00063D18" DisplayMethod="unsigned integer"/>
        <Element Offset="408864" Vartype="4 Bytes" Bytesize="4" OffsetHex="00063D20" DisplayMethod="unsigned integer"/>
        <Element Offset="408868" Vartype="Double" Bytesize="8" OffsetHex="00063D24" DisplayMethod="unsigned integer"/>
        <Element Offset="408876" Vartype="4 Bytes" Bytesize="4" RLECount="29" OffsetHex="00063D2C" DisplayMethod="unsigned integer"/>
        <Element Offset="408992" Vartype="Pointer" Bytesize="8" OffsetHex="00063DA0" DisplayMethod="unsigned integer"/>
        <Element Offset="408996" Vartype="4 Bytes" Bytesize="4" RLECount="40" OffsetHex="00063DA4" DisplayMethod="unsigned integer"/>
        <Element Offset="409156" Vartype="Pointer" Bytesize="8" OffsetHex="00063E44" DisplayMethod="unsigned integer"/>
        <Element Offset="409160" Vartype="Double" Bytesize="8" OffsetHex="00063E48" DisplayMethod="unsigned integer"/>
        <Element Offset="409168" Vartype="Pointer" Bytesize="8" OffsetHex="00063E50" DisplayMethod="unsigned integer"/>
        <Element Offset="409172" Vartype="Pointer" Bytesize="8" OffsetHex="00063E54" DisplayMethod="unsigned integer"/>
        <Element Offset="409176" Vartype="Pointer" Bytesize="8" OffsetHex="00063E58" DisplayMethod="unsigned integer"/>
        <Element Offset="409180" Vartype="Pointer" Bytesize="8" OffsetHex="00063E5C" DisplayMethod="unsigned integer"/>
        <Element Offset="409184" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00063E60" DisplayMethod="unsigned integer"/>
        <Element Offset="409200" Vartype="Pointer" Bytesize="8" OffsetHex="00063E70" DisplayMethod="unsigned integer"/>
        <Element Offset="409204" Vartype="4 Bytes" Bytesize="4" OffsetHex="00063E74" DisplayMethod="unsigned integer"/>
        <Element Offset="409208" Vartype="Pointer" Bytesize="8" OffsetHex="00063E78" DisplayMethod="unsigned integer"/>
        <Element Offset="409212" Vartype="4 Bytes" Bytesize="4" OffsetHex="00063E7C" DisplayMethod="unsigned integer"/>
        <Element Offset="409216" Vartype="4 Bytes" Bytesize="4" OffsetHex="00063E80" DisplayMethod="hexadecimal"/>
        <Element Offset="409220" Vartype="4 Bytes" Bytesize="4" OffsetHex="00063E84" DisplayMethod="unsigned integer"/>
        <Element Offset="409224" Vartype="Float" Bytesize="4" RLECount="4" OffsetHex="00063E88" DisplayMethod="unsigned integer"/>
        <Element Offset="409240" Vartype="4 Bytes" Bytesize="4" RLECount="4" OffsetHex="00063E98" DisplayMethod="unsigned integer"/>
        <Element Offset="409256" Vartype="Byte" Bytesize="1" RLECount="4" OffsetHex="00063EA8" DisplayMethod="unsigned integer"/>
        <Element Offset="409260" Vartype="4 Bytes" Bytesize="4" RLECount="10" OffsetHex="00063EAC" DisplayMethod="unsigned integer"/>
        <Element Offset="409300" Vartype="Pointer" Bytesize="8" OffsetHex="00063ED4" DisplayMethod="unsigned integer"/>
        <Element Offset="409304" Vartype="4 Bytes" Bytesize="4" OffsetHex="00063ED8" DisplayMethod="unsigned integer"/>
        <Element Offset="409308" Vartype="Pointer" Bytesize="8" OffsetHex="00063EDC" DisplayMethod="unsigned integer"/>
        <Element Offset="409312" Vartype="4 Bytes" Bytesize="4" RLECount="37" OffsetHex="00063EE0" DisplayMethod="unsigned integer"/>
        <Element Offset="409460" Vartype="Float" Bytesize="4" OffsetHex="00063F74" DisplayMethod="unsigned integer"/>
        <Element Offset="409464" Vartype="4 Bytes" Bytesize="4" RLECount="7" OffsetHex="00063F78" DisplayMethod="unsigned integer"/>
        <Element Offset="409492" Vartype="Pointer" Bytesize="8" OffsetHex="00063F94" DisplayMethod="unsigned integer"/>
        <Element Offset="409496" Vartype="Pointer" Bytesize="8" OffsetHex="00063F98" DisplayMethod="unsigned integer"/>
        <Element Offset="409500" Vartype="Float" Bytesize="4" OffsetHex="00063F9C" DisplayMethod="unsigned integer"/>
        <Element Offset="409504" Vartype="String" Bytesize="4" OffsetHex="00063FA0" DisplayMethod="unsigned integer"/>
        <Element Offset="409508" Vartype="Float" Bytesize="4" OffsetHex="00063FA4" DisplayMethod="unsigned integer"/>
        <Element Offset="409512" Vartype="Double" Bytesize="8" RLECount="2" OffsetHex="00063FA8" DisplayMethod="unsigned integer"/>
        <Element Offset="409528" Vartype="Float" Bytesize="4" OffsetHex="00063FB8" DisplayMethod="unsigned integer"/>
        <Element Offset="409532" Vartype="Double" Bytesize="8" OffsetHex="00063FBC" DisplayMethod="unsigned integer"/>
        <Element Offset="409540" Vartype="4 Bytes" Bytesize="4" RLECount="15" OffsetHex="00063FC4" DisplayMethod="unsigned integer"/>
      </Elements>
    </Structure>
  </Structures>
  <DisassemblerComments>
    <DisassemblerComment>
      <Address>62F16D4E</Address>
      <Comment>60
</Comment>
    </DisassemblerComment>
    <DisassemblerComment>
      <Address>62F16D58</Address>
      <Comment>71
</Comment>
    </DisassemblerComment>
    <DisassemblerComment>
      <Address>62F16D64</Address>
      <Comment>90
</Comment>
    </DisassemblerComment>
  </DisassemblerComments>
</CheatTable>
