<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="42">
  <CheatEntries>
    <CheatEntry>
      <ID>13484</ID>
      <Description>"Compact mode"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
--https://forum.cheatengine.org/viewtopic.php?t=570055
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]
LuaCall(cycleFullCompact(nil,false))
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>15793</ID>
      <Description>"Min. EXP after training"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(INJECT_EXP,Valkyria4_x64.exe,44 89 82 60 85 06 00 C3) // should be unique
alloc(newmem,$1000,INJECT_EXP)

label(code)
label(return)

newmem:
  or r8d, f000

code:
  mov [rdx+00068560],r8d
  jmp return

INJECT_EXP:
  jmp newmem
  nop 2
return:
registersymbol(INJECT_EXP)

[DISABLE]

INJECT_EXP:
  db 44 89 82 60 85 06 00

unregistersymbol(INJECT_EXP)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Valkyria4_x64.exe+B57BC41

Valkyria4_x64.exe+B57BC13: 01 66 66                       - add [rsi+66],esp
Valkyria4_x64.exe+B57BC16: 66 2E 0F 1F 84 00 00 00 00 00  - nop word ptr cs:[rax+rax+00000000]
Valkyria4_x64.exe+B57BC20: 48 8B 0D D9 23 BE F5           - mov rcx,[Valkyria4_x64.exe+115E000]
Valkyria4_x64.exe+B57BC27: 41 B8 FF E0 F5 05              - mov r8d,05F5E0FF
Valkyria4_x64.exe+B57BC2D: 44 39 C2                       - cmp edx,r8d
Valkyria4_x64.exe+B57BC30: 44 89 C0                       - mov eax,r8d
Valkyria4_x64.exe+B57BC33: 0F 4E C2                       - cmovle eax,edx
Valkyria4_x64.exe+B57BC36: 48 8B 51 08                    - mov rdx,[rcx+08]
Valkyria4_x64.exe+B57BC3A: 44 39 C0                       - cmp eax,r8d
Valkyria4_x64.exe+B57BC3D: 44 0F 46 C0                    - cmovbe r8d,eax
// ---------- INJECTING HERE ----------
Valkyria4_x64.exe+B57BC41: 44 89 82 60 85 06 00           - mov [rdx+00068560],r8d
// ---------- DONE INJECTING  ----------
Valkyria4_x64.exe+B57BC48: C3                             - ret 
Valkyria4_x64.exe+B57BC49: 49 8B 02                       - mov rax,[r10]
Valkyria4_x64.exe+B57BC4C: 48 83 C4 F8                    - add rsp,-08
Valkyria4_x64.exe+B57BC50: 48 89 2C 24                    - mov [rsp],rbp
Valkyria4_x64.exe+B57BC54: 41 BA 81 66 05 6C              - mov r10d,6C056681
Valkyria4_x64.exe+B57BC5A: 41 F7 D2                       - not r10d
Valkyria4_x64.exe+B57BC5D: 41 83 EA FF                    - sub r10d,-01
Valkyria4_x64.exe+B57BC61: 41 81 EA 49 12 C8 3C           - sub r10d,3CC81249
Valkyria4_x64.exe+B57BC68: 41 F7 DA                       - neg r10d
Valkyria4_x64.exe+B57BC6B: 41 BA 6B D7 D5 44              - mov r10d,44D5D76B
}
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>14960</ID>
      <Description>"Weapon count (change weapon in H.Q. to get count)"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(INJECT_EQUIP_SET,Valkyria4_x64.exe,FF C9 3B C8 0F 4E C1) // should be unique
alloc(newmem,$1000,INJECT_EQUIP_SET)

label(code)
label(return)
label(item_addr)
label(item_max_addr)
registersymbol(item_addr)
registersymbol(item_max_addr)

newmem:
  mov [item_addr], rdx
  mov [item_max_addr], rdx
  add [item_addr],4
  add [item_max_addr],8

code:
  dec ecx
  cmp ecx,eax
  cmovle eax,ecx
  jmp return

align 10 cc
  item_addr:
  dq 0
  item_max_addr:
  dq 0


INJECT_EQUIP_SET:
  jmp newmem
  nop 2
return:
registersymbol(INJECT_EQUIP_SET)

[DISABLE]

INJECT_EQUIP_SET:
  db FF C9 3B C8 0F 4E C1

unregistersymbol(item_addr)
unregistersymbol(item_max_addr)
unregistersymbol(INJECT_EQUIP_SET)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Valkyria4_x64.exe+42DF4A

Valkyria4_x64.exe+42DF20: 89 9C B1 DC 00 00 00  - mov [rcx+rsi*4+000000DC],ebx
Valkyria4_x64.exe+42DF27: 4C 8B 40 10           - mov r8,[rax+10]
Valkyria4_x64.exe+42DF2B: 41 83 78 2C 00        - cmp dword ptr [r8+2C],00
Valkyria4_x64.exe+42DF30: 74 22                 - je Valkyria4_x64.exe+42DF54
Valkyria4_x64.exe+42DF32: 48 8B 4F 08           - mov rcx,[rdi+08]
Valkyria4_x64.exe+42DF36: 83 79 04 00           - cmp dword ptr [rcx+04],00
Valkyria4_x64.exe+42DF3A: 75 18                 - jne Valkyria4_x64.exe+42DF54
Valkyria4_x64.exe+42DF3C: 48 8B 50 08           - mov rdx,[rax+08]
Valkyria4_x64.exe+42DF40: 41 8B 80 48 01 00 00  - mov eax,[r8+00000148]
Valkyria4_x64.exe+42DF47: 8B 4A 04              - mov ecx,[rdx+04]
// ---------- INJECTING HERE ----------
Valkyria4_x64.exe+42DF4A: FF C9                 - dec ecx
// ---------- DONE INJECTING  ----------
Valkyria4_x64.exe+42DF4C: 3B C8                 - cmp ecx,eax
Valkyria4_x64.exe+42DF4E: 0F 4E C1              - cmovle eax,ecx
Valkyria4_x64.exe+42DF51: 89 42 04              - mov [rdx+04],eax
Valkyria4_x64.exe+42DF54: 48 8B 5C 24 40        - mov rbx,[rsp+40]
Valkyria4_x64.exe+42DF59: 48 8B 74 24 48        - mov rsi,[rsp+48]
Valkyria4_x64.exe+42DF5E: 48 83 C4 30           - add rsp,30
Valkyria4_x64.exe+42DF62: 5F                    - pop rdi
Valkyria4_x64.exe+42DF63: C3                    - ret 
Valkyria4_x64.exe+42DF64: CC                    - int 3 
Valkyria4_x64.exe+42DF65: CC                    - int 3 
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>14961</ID>
          <Description>"Current item count"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <VariableType>4 Bytes</VariableType>
          <Address>item_addr</Address>
          <Offsets>
            <Offset>0</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>14962</ID>
          <Description>"Max item count"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <VariableType>4 Bytes</VariableType>
          <Address>item_addr</Address>
          <Offsets>
            <Offset>4</Offset>
          </Offsets>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>14948</ID>
      <Description>"+Battle"</Description>
      <Options moHideChildren="1"/>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>14949</ID>
          <Description>"HP (turn off if affects enemy)"</Description>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]

aobscanmodule(INJECT_HP,Valkyria4_x64.exe,89 50 3C E9 1F 41 D4 FA) // should be unique
alloc(newmem,$1000,INJECT_HP)

label(code)
label(return)


aobscanmodule(INJECT_HP2,Valkyria4_x64.exe,89 50 3C E9 FF C4 EB FA) // should be unique
alloc(newmem2,$1000,INJECT_HP2)

label(code2)
label(return2)


newmem:
  // 141332748: enemy?
  // 1411xxxxx: player?
  push rbx
  mov rbx, rax
  shr rbx, #16
  cmp ebx, 14132
  pop rbx
  ja code
  cmp edx, #200
  jae code
  mov edx, #200

code:
  mov [rax+3C],edx
  jmp Valkyria4_x64.exe+430810
  jmp return

INJECT_HP:
  jmp newmem
  nop 3
return:
registersymbol(INJECT_HP)


newmem2:
  push rbx
  mov rbx, rax
  shr rbx, #16
  cmp ebx, 14132
  pop rbx
  ja code2
  cmp edx, #200
  jae code2
  mov edx, #200

code2:
  mov [rax+3C],edx
  jmp Valkyria4_x64.exe+430810
  jmp return2

INJECT_HP2:
  jmp newmem2
  nop 3
return2:
registersymbol(INJECT_HP2)


[DISABLE]

INJECT_HP:
  db 89 50 3C E9 1F 41 D4 FA

unregistersymbol(INJECT_HP)
dealloc(newmem)


INJECT_HP2:
  db 89 50 3C E9 FF C4 EB FA

unregistersymbol(INJECT_HP2)
dealloc(newmem2)





{
// ORIGINAL CODE - INJECTION POINT: Valkyria4_x64.exe+56EC6E9

Valkyria4_x64.exe+56EC6CB: 45 85 C0           - test r8d,r8d
Valkyria4_x64.exe+56EC6CE: 78 21              - js Valkyria4_x64.exe+56EC6F1
Valkyria4_x64.exe+56EC6D0: 48 8B 41 08        - mov rax,[rcx+08]
Valkyria4_x64.exe+56EC6D4: 03 50 3C           - add edx,[rax+3C]
Valkyria4_x64.exe+56EC6D7: 41 39 D0           - cmp r8d,edx
Valkyria4_x64.exe+56EC6DA: 41 0F 4E D0        - cmovle edx,r8d
Valkyria4_x64.exe+56EC6DE: 31 C0              - xor eax,eax
Valkyria4_x64.exe+56EC6E0: 85 D2              - test edx,edx
Valkyria4_x64.exe+56EC6E2: 0F 4E D0           - cmovle edx,eax
Valkyria4_x64.exe+56EC6E5: 48 8B 41 08        - mov rax,[rcx+08]
// ---------- INJECTING HERE ----------
Valkyria4_x64.exe+56EC6E9: 89 50 3C           - mov [rax+3C],edx
// ---------- DONE INJECTING  ----------
Valkyria4_x64.exe+56EC6EC: E9 1F 41 D4 FA     - jmp Valkyria4_x64.exe+430810
Valkyria4_x64.exe+56EC6F1: C3                 - ret 
Valkyria4_x64.exe+56EC6F2: 41 C1 CB 10        - ror r11d,10
Valkyria4_x64.exe+56EC6F6: 48 8D 64 24 08     - lea rsp,[rsp+08]
Valkyria4_x64.exe+56EC6FB: 41 BE 3D 11 CC B0  - mov r14d,B0CC113D
Valkyria4_x64.exe+56EC701: 41 C1 CC 1E        - ror r12d,1E
Valkyria4_x64.exe+56EC705: 41 C1 C3 09        - rol r11d,09
Valkyria4_x64.exe+56EC709: 41 C1 CB 05        - ror r11d,05
Valkyria4_x64.exe+56EC70D: 41 C1 CB 02        - ror r11d,02
Valkyria4_x64.exe+56EC711: 41 C1 C4 09        - rol r12d,09
}




{
// ORIGINAL CODE - INJECTION POINT: Valkyria4_x64.exe+5574309

Valkyria4_x64.exe+55742EB: 45 85 C0        - test r8d,r8d
Valkyria4_x64.exe+55742EE: 78 21           - js Valkyria4_x64.exe+5574311
Valkyria4_x64.exe+55742F0: 48 8B 41 08     - mov rax,[rcx+08]
Valkyria4_x64.exe+55742F4: 03 50 3C        - add edx,[rax+3C]
Valkyria4_x64.exe+55742F7: 41 39 D0        - cmp r8d,edx
Valkyria4_x64.exe+55742FA: 41 0F 4E D0     - cmovle edx,r8d
Valkyria4_x64.exe+55742FE: 31 C0           - xor eax,eax
Valkyria4_x64.exe+5574300: 85 D2           - test edx,edx
Valkyria4_x64.exe+5574302: 0F 4E D0        - cmovle edx,eax
Valkyria4_x64.exe+5574305: 48 8B 41 08     - mov rax,[rcx+08]
// ---------- INJECTING HERE ----------
Valkyria4_x64.exe+5574309: 89 50 3C        - mov [rax+3C],edx
// ---------- DONE INJECTING  ----------
Valkyria4_x64.exe+557430C: E9 FF C4 EB FA  - jmp Valkyria4_x64.exe+430810
Valkyria4_x64.exe+5574311: C3              - ret
Valkyria4_x64.exe+5574312: 4C 8D 5C 24 10  - lea r11,[rsp+10]
Valkyria4_x64.exe+5574317: 66 45 8B 5B 02  - mov r11w,[r11+02]
Valkyria4_x64.exe+557431C: F7 DF           - neg edi
Valkyria4_x64.exe+557431E: 41 C1 E3 10     - shl r11d,10
Valkyria4_x64.exe+5574322: 66 8B 5C 24 10  - mov bx,[rsp+10]
Valkyria4_x64.exe+5574327: 56              - push rsi
Valkyria4_x64.exe+5574328: 29 DF           - sub edi,ebx
Valkyria4_x64.exe+557432A: 44 29 DF        - sub edi,r11d
}
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>14951</ID>
          <Description>"Ammo (do some checks but may affect emeny, too)"</Description>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]

aobscanmodule(INJECT_BULLET,Valkyria4_x64.exe,89 8C B0 F0 00 00 00 48) // should be unique
alloc(newmem,$1000,INJECT_BULLET)

label(code)
label(return)

newmem:
  push rbx
  lea rbx,[rax+rsi*4+000000F0]
  shr rbx, #16
  cmp ebx, 14132
  pop rbx
  ja code
  or ecx,1

next1:
  ///pop rbx

code:
  mov [rax+rsi*4+000000F0],ecx
  jmp return

INJECT_BULLET:
  jmp newmem
  nop 2
return:
registersymbol(INJECT_BULLET)

[DISABLE]

INJECT_BULLET:
  db 89 8C B0 F0 00 00 00

unregistersymbol(INJECT_BULLET)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Valkyria4_x64.exe+5691294

Valkyria4_x64.exe+5691275: E8 A6 CD D9 FA        - call Valkyria4_x64.exe+42E020
Valkyria4_x64.exe+569127A: 43 8D 0C 3E           - lea ecx,[r14+r15]
Valkyria4_x64.exe+569127E: 85 C9                 - test ecx,ecx
Valkyria4_x64.exe+5691280: 0F 49 E9              - cmovns ebp,ecx
Valkyria4_x64.exe+5691283: 39 C5                 - cmp ebp,eax
Valkyria4_x64.exe+5691285: 0F 4E C5              - cmovle eax,ebp
Valkyria4_x64.exe+5691288: 83 FE 05              - cmp esi,05
Valkyria4_x64.exe+569128B: 73 0E                 - jae Valkyria4_x64.exe+569129B
Valkyria4_x64.exe+569128D: 0F BF C8              - movsx ecx,ax
Valkyria4_x64.exe+5691290: 48 8B 43 08           - mov rax,[rbx+08]
// ---------- INJECTING HERE ----------
Valkyria4_x64.exe+5691294: 89 8C B0 F0 00 00 00  - mov [rax+rsi*4+000000F0],ecx
// ---------- DONE INJECTING  ----------
Valkyria4_x64.exe+569129B: 48 8B 6C 24 40        - mov rbp,[rsp+40]
Valkyria4_x64.exe+56912A0: 4C 8B 74 24 50        - mov r14,[rsp+50]
Valkyria4_x64.exe+56912A5: 48 8B 7C 24 48        - mov rdi,[rsp+48]
Valkyria4_x64.exe+56912AA: 48 83 C4 20           - add rsp,20
Valkyria4_x64.exe+56912AE: 41 5F                 - pop r15
Valkyria4_x64.exe+56912B0: 5E                    - pop rsi
Valkyria4_x64.exe+56912B1: 5B                    - pop rbx
Valkyria4_x64.exe+56912B2: C3                    - ret 
Valkyria4_x64.exe+56912B3: CC                    - int 3 
Valkyria4_x64.exe+56912B4: 41 89 D5              - mov r13d,edx
}
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>14952</ID>
          <Description>"AP decrease level hack (do some checks but may affect emeny, too)"</Description>
          <Options moHideChildren="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]

aobscanmodule(INJECT_AP_DECREASE,Valkyria4_x64.exe,89 58 40 48 8B 5C 24 30) // should be unique
alloc(newmem,$1000,INJECT_AP_DECREASE)

label(code)
label(return)
label(enemy_slow)
registersymbol(enemy_slow)

newmem:
  //cmp ebx,1
  //jle next1
  push rbx
  mov rbx,rax
  shr rbx, #16
  cmp ebx, 14132
  pop rbx
  ja next1
  mov ebx,0
  jmp code
next1:
  //enemy
  cmp [enemy_slow],0
  je code
  mov ebx,2

code:
  mov [rax+40],ebx
  mov rbx,[rsp+30]
  jmp return

align 10 cc
  enemy_slow:
  dd 0


INJECT_AP_DECREASE:
  jmp newmem
  nop 3
return:
registersymbol(INJECT_AP_DECREASE)

[DISABLE]

INJECT_AP_DECREASE:
  db 89 58 40 48 8B 5C 24 30

unregistersymbol(enemy_slow)
unregistersymbol(INJECT_AP_DECREASE)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Valkyria4_x64.exe+600F38B

Valkyria4_x64.exe+600F36A: EB 18                    - jmp Valkyria4_x64.exe+600F384
Valkyria4_x64.exe+600F36C: E8 6F 26 42 FA           - call Valkyria4_x64.exe+4319E0
Valkyria4_x64.exe+600F371: 48 8B 08                 - mov rcx,[rax]
Valkyria4_x64.exe+600F374: 39 59 14                 - cmp [rcx+14],ebx
Valkyria4_x64.exe+600F377: 7F 0B                    - jg Valkyria4_x64.exe+600F384
Valkyria4_x64.exe+600F379: E8 62 26 42 FA           - call Valkyria4_x64.exe+4319E0
Valkyria4_x64.exe+600F37E: 48 8B 08                 - mov rcx,[rax]
Valkyria4_x64.exe+600F381: 8B 59 14                 - mov ebx,[rcx+14]
Valkyria4_x64.exe+600F384: 48 8B 47 08              - mov rax,[rdi+08]
Valkyria4_x64.exe+600F388: 48 89 F9                 - mov rcx,rdi
// ---------- INJECTING HERE ----------
Valkyria4_x64.exe+600F38B: 89 58 40                 - mov [rax+40],ebx
// ---------- DONE INJECTING  ----------
Valkyria4_x64.exe+600F38E: 48 8B 5C 24 30           - mov rbx,[rsp+30]
Valkyria4_x64.exe+600F393: 48 83 C4 20              - add rsp,20
Valkyria4_x64.exe+600F397: 5F                       - pop rdi
Valkyria4_x64.exe+600F398: E9 03 15 42 FA           - jmp Valkyria4_x64.exe+4308A0
Valkyria4_x64.exe+600F39D: CC                       - int 3 
Valkyria4_x64.exe+600F39E: 4C 8B 1C 24              - mov r11,[rsp]
Valkyria4_x64.exe+600F3A2: 48 8D 64 24 08           - lea rsp,[rsp+08]
Valkyria4_x64.exe+600F3A7: 9C                       - pushfq 
Valkyria4_x64.exe+600F3A8: 48 8D A4 24 F8 FF FF FF  - lea rsp,[rsp-00000008]
Valkyria4_x64.exe+600F3B0: 48 8D 04 24              - lea rax,[rsp]
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>15792</ID>
              <Description>"Enemy slow move"</Description>
              <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:false
1:true
</DropDownList>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>4 Bytes</VariableType>
              <Address>enemy_slow</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>14953</ID>
          <Description>"CP (moving)"</Description>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]

aobscanmodule(INJECT_CP,Valkyria4_x64.exe,89 41 0C 48 8B CE) // should be unique
alloc(newmem,$1000,INJECT_CP)

label(code)
label(return)

newmem:
  push rbx
  mov bl,[rcx+10]
  and bl,0F
  cmp bl,f
  je next1

  //player
  cmp eax, 4
  jae next1
  mov eax, 4
next1:
  pop rbx

code:
  mov [rcx+0C],eax
  mov rcx,rsi
  jmp return

INJECT_CP:
  jmp newmem
  nop
return:
registersymbol(INJECT_CP)

[DISABLE]

INJECT_CP:
  db 89 41 0C 48 8B CE

unregistersymbol(INJECT_CP)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Valkyria4_x64.exe+698E26

Valkyria4_x64.exe+698E04: 48 8B CE              - mov rcx,rsi
Valkyria4_x64.exe+698E07: FF 90 10 03 00 00     - call qword ptr [rax+00000310]
Valkyria4_x64.exe+698E0D: BA 14 00 00 00        - mov edx,00000014
Valkyria4_x64.exe+698E12: 48 8B 48 08           - mov rcx,[rax+08]
Valkyria4_x64.exe+698E16: 8B 41 0C              - mov eax,[rcx+0C]
Valkyria4_x64.exe+698E19: 2B C3                 - sub eax,ebx
Valkyria4_x64.exe+698E1B: 3B C2                 - cmp eax,edx
Valkyria4_x64.exe+698E1D: 0F 4D C2              - cmovge eax,edx
Valkyria4_x64.exe+698E20: 85 C0                 - test eax,eax
Valkyria4_x64.exe+698E22: 41 0F 4E C7           - cmovle eax,r15d
// ---------- INJECTING HERE ----------
Valkyria4_x64.exe+698E26: 89 41 0C              - mov [rcx+0C],eax
// ---------- DONE INJECTING  ----------
Valkyria4_x64.exe+698E29: 48 8B CE              - mov rcx,rsi
Valkyria4_x64.exe+698E2C: 48 8B 06              - mov rax,[rsi]
Valkyria4_x64.exe+698E2F: FF 90 10 03 00 00     - call qword ptr [rax+00000310]
Valkyria4_x64.exe+698E35: 48 8B 05 CC FF D0 00  - mov rax,[Valkyria4_x64.exe+13A8E08]
Valkyria4_x64.exe+698E3C: 48 85 C0              - test rax,rax
Valkyria4_x64.exe+698E3F: 74 24                 - je Valkyria4_x64.exe+698E65
Valkyria4_x64.exe+698E41: 83 78 34 00           - cmp dword ptr [rax+34],00
Valkyria4_x64.exe+698E45: 74 1E                 - je Valkyria4_x64.exe+698E65
Valkyria4_x64.exe+698E47: 48 8B 06              - mov rax,[rsi]
Valkyria4_x64.exe+698E4A: 48 8B CE              - mov rcx,rsi
}
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>14954</ID>
          <Description>"CP: reinforcement"</Description>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]

aobscanmodule(INJECT_CP_REINFORENCE,Valkyria4_x64.exe,89 41 0C 48 8B 4B 20) // should be unique
alloc(newmem,$1000,INJECT_CP_REINFORENCE)

label(code)
label(return)

newmem:
  push rbx
  mov bl,[rcx+10]
  and bl,0F
  cmp bl,f
  je next1

  //player
  cmp eax, 4
  jae next1
  mov eax, 4
next1:
  pop rbx

code:
  mov [rcx+0C],eax
  mov rcx,[rbx+20]
  jmp return

INJECT_CP_REINFORENCE:
  jmp newmem
  nop 2
return:
registersymbol(INJECT_CP_REINFORENCE)

[DISABLE]

INJECT_CP_REINFORENCE:
  db 89 41 0C 48 8B 4B 20

unregistersymbol(INJECT_CP_REINFORENCE)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Valkyria4_x64.exe+7A4BC3E

Valkyria4_x64.exe+7A4BC1B: FF 90 10 03 00 00        - call qword ptr [rax+00000310]
Valkyria4_x64.exe+7A4BC21: BA 14 00 00 00           - mov edx,00000014
Valkyria4_x64.exe+7A4BC26: 48 8B 48 08              - mov rcx,[rax+08]
Valkyria4_x64.exe+7A4BC2A: 8B 41 0C                 - mov eax,[rcx+0C]
Valkyria4_x64.exe+7A4BC2D: FF C8                    - dec eax
Valkyria4_x64.exe+7A4BC2F: 39 D0                    - cmp eax,edx
Valkyria4_x64.exe+7A4BC31: 0F 4D C2                 - cmovge eax,edx
Valkyria4_x64.exe+7A4BC34: 48 8D 54 24 20           - lea rdx,[rsp+20]
Valkyria4_x64.exe+7A4BC39: 85 C0                    - test eax,eax
Valkyria4_x64.exe+7A4BC3B: 0F 4E C5                 - cmovle eax,ebp
// ---------- INJECTING HERE ----------
Valkyria4_x64.exe+7A4BC3E: 89 41 0C                 - mov [rcx+0C],eax
// ---------- DONE INJECTING  ----------
Valkyria4_x64.exe+7A4BC41: 48 8B 4B 20              - mov rcx,[rbx+20]
Valkyria4_x64.exe+7A4BC45: C7 44 24 20 15 31 00 00  - mov [rsp+20],00003115
Valkyria4_x64.exe+7A4BC4D: 48 8B 01                 - mov rax,[rcx]
Valkyria4_x64.exe+7A4BC50: FF 90 B8 00 00 00        - call qword ptr [rax+000000B8]
Valkyria4_x64.exe+7A4BC56: E9 87 00 00 00           - jmp Valkyria4_x64.exe+7A4BCE2
Valkyria4_x64.exe+7A4BC5B: E8 E0 0F C1 F8           - call Valkyria4_x64.exe+65CC40
Valkyria4_x64.exe+7A4BC60: 48 85 C0                 - test rax,rax
Valkyria4_x64.exe+7A4BC63: 74 26                    - je Valkyria4_x64.exe+7A4BC8B
Valkyria4_x64.exe+7A4BC65: 48 89 C1                 - mov rcx,rax
Valkyria4_x64.exe+7A4BC68: E8 73 6F C0 F8           - call Valkyria4_x64.exe+652BE0
}
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>15784</ID>
          <Description>"Selected char."</Description>
          <Options moHideChildren="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]

aobscanmodule(INJECT_SELECTED_CHAR,Valkyria4_x64.exe,48 8B 40 08 8B 40 3C) // should be unique
alloc(newmem,$1000,INJECT_SELECTED_CHAR)

label(code)
label(return)
label(char_addr)
registersymbol(char_addr)

newmem:

code:
  mov rax,[rax+08]

  //new code
  mov [char_addr], rax
  //new code end

  mov eax,[rax+3C]

  jmp return

align 10 cc
  char_addr:
  dq 0

INJECT_SELECTED_CHAR:
  jmp newmem
  nop 2
return:
registersymbol(INJECT_SELECTED_CHAR)

[DISABLE]

INJECT_SELECTED_CHAR:
  db 48 8B 40 08 8B 40 3C

unregistersymbol(char_addr)
unregistersymbol(INJECT_SELECTED_CHAR)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Valkyria4_x64.exe+721D964

Valkyria4_x64.exe+721D93E: 00 00                 - add [rax],al
Valkyria4_x64.exe+721D940: 48 8B 05 A1 C4 18 FA  - mov rax,[Valkyria4_x64.exe+13A9DE8]
Valkyria4_x64.exe+721D947: 48 85 C0              - test rax,rax
Valkyria4_x64.exe+721D94A: 74 20                 - je Valkyria4_x64.exe+721D96C
Valkyria4_x64.exe+721D94C: 48 8B 88 00 04 00 00  - mov rcx,[rax+00000400]
Valkyria4_x64.exe+721D953: 48 85 C9              - test rcx,rcx
Valkyria4_x64.exe+721D956: 74 14                 - je Valkyria4_x64.exe+721D96C
Valkyria4_x64.exe+721D958: 48 8B 81 88 03 00 00  - mov rax,[rcx+00000388]
Valkyria4_x64.exe+721D95F: 48 85 C0              - test rax,rax
Valkyria4_x64.exe+721D962: 74 08                 - je Valkyria4_x64.exe+721D96C
// ---------- INJECTING HERE ----------
Valkyria4_x64.exe+721D964: 48 8B 40 08           - mov rax,[rax+08]
// ---------- DONE INJECTING  ----------
Valkyria4_x64.exe+721D968: 8B 40 3C              - mov eax,[rax+3C]
Valkyria4_x64.exe+721D96B: C3                    - ret 
Valkyria4_x64.exe+721D96C: 83 C8 FF              - or eax,-01
Valkyria4_x64.exe+721D96F: C3                    - ret 
Valkyria4_x64.exe+721D970: FA                    - cli 
Valkyria4_x64.exe+721D971: F3 A6                 - repe cmpsb 
Valkyria4_x64.exe+721D973: E1 48                 - loope Valkyria4_x64.exe+721D9BD
Valkyria4_x64.exe+721D975: 8B 1C 24              - mov ebx,[rsp]
Valkyria4_x64.exe+721D978: 48 89 3C 24           - mov [rsp],rdi
Valkyria4_x64.exe+721D97C: BF C6 54 4E 01        - mov edi,014E54C6
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>15794</ID>
              <Description>"Base addr"</Description>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>808080</Color>
              <VariableType>8 Bytes</VariableType>
              <Address>char_addr</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>15785</ID>
              <Description>"HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>4 Bytes</VariableType>
              <Address>char_addr</Address>
              <Offsets>
                <Offset>3C</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>15786</ID>
              <Description>"AP Decreased lvl"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>4 Bytes</VariableType>
              <Address>char_addr</Address>
              <Offsets>
                <Offset>40</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>15787</ID>
              <Description>"Use count (battle)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>4 Bytes</VariableType>
              <Address>char_addr</Address>
              <Offsets>
                <Offset>50</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>15788</ID>
              <Description>"Ammo 1"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0:0
1:1
2:2
3:3
4294967295:Unlimited
</DropDownList>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>4 Bytes</VariableType>
              <Address>char_addr</Address>
              <Offsets>
                <Offset>F0</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>15789</ID>
              <Description>"Ammo 2"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0:0
1:1
2:2
3:3
4294967295:Unlimited
</DropDownList>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>4 Bytes</VariableType>
              <Address>char_addr</Address>
              <Offsets>
                <Offset>F4</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>15790</ID>
              <Description>"Ammo 3"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0:0
1:1
2:2
3:3
4294967295:Unlimited
</DropDownList>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>4 Bytes</VariableType>
              <Address>char_addr</Address>
              <Offsets>
                <Offset>F8</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>15791</ID>
              <Description>"Ammo 4"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0:0
1:1
2:2
3:3
4294967295:Unlimited
</DropDownList>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>4 Bytes</VariableType>
              <Address>char_addr</Address>
              <Offsets>
                <Offset>FC</Offset>
              </Offsets>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>15782</ID>
          <Description>"TURN limiter"</Description>
          <Options moHideChildren="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]

aobscanmodule(INJECT_TURN,Valkyria4_x64.exe,FF C2 39 C2 0F 46 C2) // should be unique
alloc(newmem,$1000,INJECT_TURN)

label(code)
label(return)
label(turn_limit)
registersymbol(turn_limit)

newmem:

code:
  inc edx
  cmp edx,eax
  cmovbe eax,edx

  //new code start
  cmp eax, [turn_limit]
  cmova eax, [turn_limit]
  //new code end

  jmp return

align 10 cc
  turn_limit:
  dd 3

INJECT_TURN:
  jmp newmem
  nop 2
return:
registersymbol(INJECT_TURN)

[DISABLE]

INJECT_TURN:
  db FF C2 39 C2 0F 46 C2

unregistersymbol(turn_limit)
unregistersymbol(INJECT_TURN)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: Valkyria4_x64.exe+775871B

Valkyria4_x64.exe+77586F9: 89 C1                 - mov ecx,eax
Valkyria4_x64.exe+77586FB: E8 A0 3D F0 F8        - call Valkyria4_x64.exe+65C4A0
Valkyria4_x64.exe+7758700: 85 C0                 - test eax,eax
Valkyria4_x64.exe+7758702: 0F 4E FD              - cmovle edi,ebp
Valkyria4_x64.exe+7758705: 39 FE                 - cmp esi,edi
Valkyria4_x64.exe+7758707: 75 1D                 - jne Valkyria4_x64.exe+7758726
Valkyria4_x64.exe+7758709: E8 22 31 CD F8        - call Valkyria4_x64.exe+42B830
Valkyria4_x64.exe+775870E: 4C 8B 40 08           - mov r8,[rax+08]
Valkyria4_x64.exe+7758712: B8 63 00 00 00        - mov eax,00000063
Valkyria4_x64.exe+7758717: 41 8B 50 04           - mov edx,[r8+04]
// ---------- INJECTING HERE ----------
Valkyria4_x64.exe+775871B: FF C2                 - inc edx
// ---------- DONE INJECTING  ----------
Valkyria4_x64.exe+775871D: 39 C2                 - cmp edx,eax
Valkyria4_x64.exe+775871F: 0F 46 C2              - cmovbe eax,edx
Valkyria4_x64.exe+7758722: 41 89 40 04           - mov [r8+04],eax
Valkyria4_x64.exe+7758726: 31 D2                 - xor edx,edx
Valkyria4_x64.exe+7758728: 48 8D 8B B0 00 00 00  - lea rcx,[rbx+000000B0]
Valkyria4_x64.exe+775872F: E8 FC 63 DF F8        - call Valkyria4_x64.exe+54EB30
Valkyria4_x64.exe+7758734: 81 63 28 FF FF FF F7  - and [rbx+28],F7FFFFFF
Valkyria4_x64.exe+775873B: 48 89 D9              - mov rcx,rbx
Valkyria4_x64.exe+775873E: 48 8B 15 EB 7F 8E F9  - mov rdx,[Valkyria4_x64.exe+1040730]
Valkyria4_x64.exe+7758745: E8 86 E7 F3 F8        - call Valkyria4_x64.exe+696ED0
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>15783</ID>
              <Description>"Turn limit"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>4 Bytes</VariableType>
              <Address>turn_limit</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>13485</ID>
      <Description>"+Valkyria Chronicles 4 Complete Edition (static values) -- Credit to Zhir"</Description>
      <Options moHideChildren="1"/>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>13486</ID>
          <Description>"+Headquarters (Static)"</Description>
          <Options moHideChildren="1"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>13487</ID>
              <Description>"Equipments"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>13488</ID>
                  <Description>"Weapon"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>13489</ID>
                      <Description>"Unasigned"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>13490</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C14</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13491</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C18</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13492</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C1C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13493</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1317C20</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13494</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C24</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13495</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13496</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C2C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13497</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C30</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13498</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C34</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13499</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C38</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13500</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C3C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13501</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C4C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13502</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1317C50</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13503</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C54</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13504</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C58</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13505</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C5C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13506</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C60</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13507</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C64</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13508</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C68</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13509</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C6C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13510</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C7C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13511</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1317C80</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13512</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C84</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13513</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C88</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13514</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C8C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13515</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C90</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13516</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C94</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13517</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C98</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13518</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C9C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13519</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317CAC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13520</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1317CB0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13521</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317CB4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13522</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317CB8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13523</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317CBC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13524</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317CC0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13525</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317CC4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13526</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317CC8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13527</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317CCC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13528</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317CDC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13529</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1317CE0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13530</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317CE4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13531</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317CE8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13532</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317CEC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13533</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317CF0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13534</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317CF4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13535</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317CF8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13536</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317CFC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13537</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D0C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13538</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1317D10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13539</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D14</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13540</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D18</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13541</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D1C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13542</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D20</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13543</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D24</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13544</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13545</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D2C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13546</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D3C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13547</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1317D40</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13548</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D44</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13549</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D48</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13550</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D4C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13551</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D50</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13552</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D54</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13553</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D58</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13554</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D5C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13555</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D6C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13556</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1317D70</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13557</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D74</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13558</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D78</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13559</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D7C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13560</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D80</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13561</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D84</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13562</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D88</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13563</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D8C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13564</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D9C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13565</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1317DA0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13566</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317DA4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13567</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317DA8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13568</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317DAC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13569</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317DB0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13570</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317DB4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13571</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317DB8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13572</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317DBC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13573</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317DCC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13574</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1317DD0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13575</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317DD4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13576</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317DD8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13577</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317DDC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13578</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317DE0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13579</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317DE4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13580</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317DE8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13581</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317DEC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13582</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317DFC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13583</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1317E00</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13584</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E04</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13585</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E08</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13586</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E0C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13587</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13588</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E14</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13589</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E18</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13590</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E1C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13591</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E2C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13592</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1317E30</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13593</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E34</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13594</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E38</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13595</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E3C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13596</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E40</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13597</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E44</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13598</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E48</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13599</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E4C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13600</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E5C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13601</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1317E60</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13602</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E64</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13603</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E68</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13604</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E6C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13605</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E70</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13606</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E74</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13607</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E78</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13608</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E7C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13609</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E8C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13610</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1317E90</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13611</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E94</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13612</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E98</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13613</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E9C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13614</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317EA0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13615</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317EA4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13616</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317EA8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13617</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317EAC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13618</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317EBC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13619</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1317EC0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13620</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317EC4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13621</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317EC8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13622</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317ECC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13623</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317ED0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13624</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317ED4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13625</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317ED8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13626</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317EDC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13627</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317EEC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13628</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1317EF0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13629</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317EF4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13630</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317EF8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13631</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317EFC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13632</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F00</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13633</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F04</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13634</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F08</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13635</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F0C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13636</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F1C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13637</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1317F20</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13638</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F24</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13639</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13640</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F2C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13641</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F30</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13642</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F34</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13643</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F38</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13644</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F3C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13645</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F4C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13646</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1317F50</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13647</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F54</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13648</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F58</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13649</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F5C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13650</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F60</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13651</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F64</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13652</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F68</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13653</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F6C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13654</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F7C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13655</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1317F80</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13656</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F84</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13657</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F88</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13658</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F8C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13659</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F90</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13660</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F94</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13661</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F98</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13662</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F9C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13663</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317FAC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13664</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1317FB0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13665</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317FB4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13666</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317FB8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13667</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317FBC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13668</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317FC0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13669</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317FC4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13670</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317FC8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13671</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317FCC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13672</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317FDC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13673</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1317FE0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13674</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317FE4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13675</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317FE8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13676</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317FEC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13677</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317FF0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13678</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317FF4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13679</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317FF8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13680</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317FFC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13681</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131800C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13682</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318010</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13683</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318014</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13684</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318018</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13685</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131801C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13686</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318020</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13687</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318024</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13688</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318028</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13689</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131802C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13690</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131803C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13691</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318040</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13692</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318044</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13693</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318048</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13694</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131804C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13695</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131804C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13696</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318050</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13697</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318054</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13698</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318058</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13699</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131805C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13700</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131806C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13701</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318070</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13702</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318074</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13703</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318078</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13704</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131807C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13705</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318080</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13706</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318084</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13707</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318088</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13708</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131808C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13709</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131809C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13710</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+13180A0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13711</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13180A4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13712</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13180A8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13713</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13180AC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13714</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13180B0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13715</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13180B4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13716</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13180B8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13717</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13180BC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13718</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13180CC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13719</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+13180D0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13720</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13180D4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13721</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13180D8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13722</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13180DC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13723</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13180E0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13724</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13180E4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13725</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13180E8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13726</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13180EC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13727</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13180FC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13728</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318100</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13729</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318104</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13730</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318108</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13731</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131810C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13732</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318110</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13733</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318114</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13734</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318118</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13735</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131811C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13736</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131812C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13737</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318130</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13738</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318134</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13739</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318138</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13740</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131813C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13741</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318140</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13742</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318144</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13743</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318148</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13744</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131814C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13745</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131815C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13746</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318160</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13747</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318164</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13748</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318168</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13749</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131816C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13750</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318170</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13751</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318174</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13752</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318178</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13753</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131817C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13754</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131818C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13755</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318190</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13756</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318194</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13757</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318198</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13758</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131819C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13759</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13181A0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13760</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13181A4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13761</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13181A8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13762</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13181AC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13763</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13181BC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13764</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+13181C0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13765</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13181C4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13766</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13181C8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13767</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13181CC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13768</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13181D0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13769</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13181D4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13770</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13181D8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13771</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13181DC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13772</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13181EC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13773</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+13181F0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13774</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13181F4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13775</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13181F8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13776</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13181FC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13777</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318200</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13778</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318204</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13779</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318208</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13780</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131820C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13781</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131821C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13782</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318220</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13783</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318224</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13784</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318228</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13785</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131822C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13786</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318230</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13787</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318234</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13788</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318238</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13789</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131823C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13790</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131824C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13791</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318250</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13792</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318254</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13793</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318258</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13794</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131825C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13795</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318260</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13796</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318264</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13797</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318268</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13798</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131826C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13799</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131827C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13800</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318280</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13801</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318284</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13802</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318288</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13803</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131828C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13804</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318290</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13805</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318294</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13806</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318298</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13807</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131829C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13808</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13182AC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13809</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+13182B0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13810</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13182B4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13811</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13182B8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13812</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13182BC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13813</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13182C0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13814</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13182C4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13815</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13182C8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13816</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13182CC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13817</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13182DC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13818</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+13182E0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13819</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13182E4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13820</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13182E8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13821</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13182EC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13822</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13182F0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13823</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13182F4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13824</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13182F8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13825</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13182FC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13826</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131830C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13827</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318310</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13828</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318314</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13829</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318318</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13830</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131831C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13831</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318320</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13832</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318324</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13833</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318328</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13834</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131832C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13835</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131833C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13836</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318340</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13837</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318344</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13838</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318348</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13839</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131834C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13840</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318350</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13841</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318354</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13842</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318358</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13843</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131835C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13844</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131836C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13845</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318370</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13846</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318374</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13847</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318378</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13848</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131837C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13849</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318380</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13850</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318384</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13851</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318388</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13852</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131838C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13853</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131839C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13854</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+13183A0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13855</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13183A4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13856</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13183A8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13857</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13183A8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13858</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13183AC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13859</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13183B0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13860</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13183B4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13861</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13183BC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13862</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13183CC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13863</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+13183D0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13864</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13183D4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13865</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13183D8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13866</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13183DC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13867</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13183E0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13868</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13183E4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13869</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13183E8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13870</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13183EC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13871</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13183FC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13872</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318400</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13873</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318404</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13874</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318408</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13875</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131840C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13876</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318410</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13877</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318414</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13878</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318418</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13879</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131841C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13880</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131842C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13881</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318430</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13882</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318434</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13883</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318438</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13884</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131843C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13885</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318440</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13886</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318444</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13887</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318448</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13888</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131844C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13889</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131845C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13890</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318460</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13891</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318464</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13892</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318468</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13893</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131846C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13894</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318470</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13895</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318474</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13896</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318478</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13897</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131847C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13898</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131848C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13899</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318490</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13900</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318494</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13901</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318498</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13902</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131849C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13903</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13184A0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13904</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13184A4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13905</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13184A8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13906</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13184AC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13907</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13184BC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13908</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+13184C0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13909</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13184C4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13910</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13184C8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13911</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13184CC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13912</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13184D0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13913</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13184D4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13914</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13184D8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13915</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13184DC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13916</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13184EC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13917</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+13184F0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13918</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13184F4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13919</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13184F8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13920</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13184FC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13921</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318500</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13922</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318504</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13923</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318508</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13924</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131850C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13925</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131851C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13926</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318520</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13927</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318524</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13928</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318528</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13929</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131852C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13930</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318530</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13931</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318534</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13932</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318538</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13933</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131853C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13934</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131854C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13935</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318550</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13936</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318554</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13937</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318558</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13938</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131855C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13939</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318560</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13940</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318564</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13941</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318568</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13942</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131856C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13943</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131857C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13944</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318580</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13945</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318584</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13946</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318588</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13947</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131858C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13948</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318590</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13949</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318594</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13950</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318598</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13951</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131859C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13952</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13185AC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13953</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+13185B0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13954</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13185B4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13955</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13185B8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13956</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13185BC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13957</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13185C0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13958</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13185C4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13959</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13185C8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13960</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13185CC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13961</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13185DC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13962</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+13185E0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13963</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13185E4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13964</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13185E8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13965</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13185EC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13966</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13185F0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13967</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13185F4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13968</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13185F8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13969</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13185FC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13970</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131860C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13971</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318610</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13972</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318614</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13973</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318618</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13974</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131861C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13975</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318620</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13976</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318624</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13977</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318628</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13978</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131862C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13979</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131863C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13980</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318640</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13981</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318644</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13982</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318648</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13983</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131864C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13984</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318650</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13985</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318654</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13986</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318658</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13987</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131865C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13988</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131866C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13989</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318670</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13990</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318674</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13991</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318678</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13992</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131867C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13993</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318680</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13994</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318684</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13995</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318688</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13996</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131868C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13997</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131869C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13998</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+13186A0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>13999</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13186A4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14000</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13186A8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14001</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13186AC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14002</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13186B0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14003</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13186B4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14004</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13186B8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14005</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13186BC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14006</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13186CC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14007</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+13186D0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14008</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13186D4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14009</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13186D8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14010</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13186DC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14011</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13186E0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14012</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13186E4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14013</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13186E8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14014</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13186EC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14015</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13186FC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14016</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318700</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14017</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318704</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14018</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318708</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14019</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131870C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14020</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318710</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14021</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318714</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14022</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318718</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14023</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131871C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14024</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131872C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14025</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318730</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14026</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318734</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14027</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318738</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14028</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131873C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14029</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318740</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14030</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318744</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14031</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318748</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14032</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131874C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14033</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131875C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14034</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318760</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14035</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318764</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14036</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318768</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14037</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131876C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14038</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318770</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14039</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318774</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14040</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318778</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14041</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131877C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14042</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131878C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14043</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318790</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14044</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318794</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14045</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318798</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14046</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131879C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14047</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13187A0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14048</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13187A4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14049</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13187A8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14050</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13187AC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14051</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13187BC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14052</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+13187C0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14053</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13187C4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14054</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13187C8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14055</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13187CC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14056</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13187D0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14057</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13187D4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14058</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13187D8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14059</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13187DC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14060</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13187EC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14061</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+13187F0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14062</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13187F4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14063</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13187F8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14064</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13187FC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14065</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318800</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14066</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318804</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14067</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318808</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14068</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131880C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14069</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131881C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14070</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318820</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14071</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318824</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14072</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318828</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14073</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131882C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14074</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318830</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14075</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318834</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14076</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318838</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14077</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131883C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14078</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131884C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14079</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318850</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14080</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318854</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14081</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318858</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14082</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131885C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14083</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318860</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14084</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318864</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14085</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318868</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14086</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131886C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14087</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131887C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14088</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318880</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14089</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318884</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14090</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318888</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14091</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131888C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14092</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318890</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14093</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318894</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14094</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318898</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14095</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131889C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14096</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13188AC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14097</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+13188B0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14098</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13188B4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14099</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13188B8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14100</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13188BC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14101</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13188C0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14102</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13188C4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14103</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13188C8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14104</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13188CC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14105</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13188DC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14106</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+13188E0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14107</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13188E4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14108</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13188E8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14109</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13188EC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14110</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13188F0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14111</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13188F4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14112</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13188F8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14113</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13188FC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14114</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131890C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14115</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318910</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14116</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318914</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14117</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318918</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14118</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131891C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14119</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318920</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14120</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318924</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14121</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318928</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14122</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131892C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14123</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131893C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14124</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318940</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14125</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318944</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14126</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318948</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14127</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131894C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14128</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318950</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14129</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318954</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14130</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318958</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14131</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131895C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14132</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131896C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14133</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318970</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14134</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318974</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14135</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318978</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14136</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131897C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14137</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318980</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14138</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318984</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14139</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318988</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14140</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131898C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14141</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+131899C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14142</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+13189A0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14143</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13189A4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14144</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13189A8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14145</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13189AC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14146</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13189B0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14147</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13189B4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14148</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13189B8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14149</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13189BC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14150</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13189CC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14151</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+13189D0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14152</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13189D4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14153</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13189D8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14154</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13189DC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14155</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13189E0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14156</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13189E4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14157</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13189E8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14158</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13189EC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14159</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13189FC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14160</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318A00</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14161</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A04</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14162</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A08</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14163</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A0C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14164</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14165</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A14</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14166</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A14</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14167</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A1C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14168</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A2C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14169</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318A30</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14170</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A34</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14171</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A38</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14172</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A3C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14173</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A40</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14174</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A44</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14175</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A48</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14176</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A4C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14177</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A5C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14178</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318A60</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14179</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A64</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14180</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A68</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14181</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A6C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14182</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A70</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14183</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A74</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14184</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A78</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14185</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A7C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14186</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A8C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14187</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318A90</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14188</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A94</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14189</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A98</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14190</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A9C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14191</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318AA0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14192</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318AA4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14193</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318AA8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14194</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318AAC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14195</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318ABC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14196</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318AC0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14197</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318AC4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14198</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318AC8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14199</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318ACC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14200</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318AD0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14201</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318AD4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14202</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318AD8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14203</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318ADC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14204</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318AEC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14205</ID>
                          <Description>""</Description>
                          <VariableType>4 Bytes</VariableType>
                          <Address>Valkyria4_x64.exe+1318AF0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14206</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318AF4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14207</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318AF8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14208</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318AFC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14209</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B00</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14210</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B04</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14211</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B0C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14212</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14213</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B14</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14214</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B18</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14215</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B1C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14216</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B20</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14217</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B24</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14218</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B28</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14219</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B2C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14220</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B30</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14221</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B34</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14222</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B38</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14223</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B3C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14224</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B40</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14225</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B44</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14226</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B48</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14227</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B4C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14228</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B50</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14229</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B54</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14230</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B58</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14231</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B5C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14232</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B60</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14233</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B64</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14234</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B68</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14235</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B6C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14236</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B70</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14237</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B74</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14238</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B78</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14239</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B7C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14240</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B80</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14241</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B84</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14242</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B88</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14243</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B8C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14244</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B90</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14245</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B94</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14246</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B98</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14247</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B9C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14248</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318BA0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14249</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318BA4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14250</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318BA8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14251</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318BAC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14252</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318BB0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14253</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318BB4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14254</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318BB8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14255</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318BBC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14256</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318BC0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14257</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318BC4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14258</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318BC8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14259</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318BCC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14260</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318BD0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14261</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318BD4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14262</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318BD8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14263</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318BDC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14264</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318BE0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14265</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318BE4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14266</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318BE8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14267</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318BEC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14268</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318BF0</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14269</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318BF4</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14270</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318BF8</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14271</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318BFC</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14272</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318C00</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14273</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318C04</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14274</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318C08</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14275</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318C0C</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14276</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318C10</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14277</ID>
                          <Description>""</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318C14</Address>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14278</ID>
                      <Description>"Weapon Status (as New) Just Put Value of 1 (not really needed)"</Description>
                      <Options moHideChildren="1" moRecursiveSetValue="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>14279</ID>
                          <Description>"Rifles"</Description>
                          <Options moHideChildren="1"/>
                          <Color>000066</Color>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14280</ID>
                              <Description>"Gallian-X1R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317CA0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14281</ID>
                              <Description>"Gallian-A10R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317CD0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14282</ID>
                              <Description>"Gallian X20R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317D00</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14283</ID>
                              <Description>"Lenfield R11"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317D30</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14284</ID>
                              <Description>"ZM Kar 1(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317D60</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14285</ID>
                              <Description>"ZM Kar 2(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317D90</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14286</ID>
                              <Description>"ZM Kar 3(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317DC0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14287</ID>
                              <Description>"ZM Kar 4(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317DF0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14288</ID>
                              <Description>"ZM Kar 5(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317E20</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14289</ID>
                              <Description>"ZM Kar 6(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13185A0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14290</ID>
                              <Description>"ZM Kar 7(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13185D0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14291</ID>
                              <Description>"Gallian-X5D"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13187B0</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14292</ID>
                          <Description>"Machine Guns"</Description>
                          <Options moHideChildren="1"/>
                          <Color>000066</Color>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14293</ID>
                              <Description>"Robinson M91R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317E50</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14294</ID>
                              <Description>"ZM MP 1(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317E80</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14295</ID>
                              <Description>"MAJ-X M1R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317EB0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14296</ID>
                              <Description>"Reising M9A1R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317EE0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14297</ID>
                              <Description>"MAJ-X M30R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317F10</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14298</ID>
                              <Description>"Robinson M101R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317F40</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14299</ID>
                              <Description>"ZM MP 2(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317F70</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14300</ID>
                              <Description>"ZM MP 3(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317FA0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14301</ID>
                              <Description>"ZM MP 4(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317FD0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14302</ID>
                              <Description>"ZM MP 5(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318000</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14303</ID>
                              <Description>"ZM MP 7(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318630</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14304</ID>
                              <Description>"Reising M9A5D"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13187E0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14305</ID>
                              <Description>"ZM MP XD(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318870</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14306</ID>
                          <Description>"Anti-Tank Lances"</Description>
                          <Options moHideChildren="1"/>
                          <Color>000066</Color>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14307</ID>
                              <Description>"VB PL 1(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318240</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14308</ID>
                              <Description>"M2EQ-5R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318270</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14309</ID>
                              <Description>"SB9-7R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13182A0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14310</ID>
                              <Description>"VB PL 2(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13182D0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14311</ID>
                              <Description>"VB PL 3(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318300</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14312</ID>
                              <Description>"VB PL 4(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318330</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14313</ID>
                              <Description>"VB PL 1B(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318360</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14314</ID>
                              <Description>"VB PL 2B(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318390</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14315</ID>
                              <Description>"VB PL 3B(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13186F0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14316</ID>
                              <Description>"SB9-5D"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318810</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14317</ID>
                          <Description>"Sniper Rifles"</Description>
                          <Options moHideChildren="1"/>
                          <Color>000066</Color>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14318</ID>
                              <Description>"LF Wasp No. 1R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318030</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14319</ID>
                              <Description>"Brondel M101XR"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318060</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14320</ID>
                              <Description>"LF-ASR No. 1R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318090</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14321</ID>
                              <Description>"Gautt R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13180C0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14322</ID>
                              <Description>"LF Wasp No. 11R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13180F0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14323</ID>
                              <Description>"ZM SG 1(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318120</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14324</ID>
                              <Description>"ZM SG 2(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318150</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14325</ID>
                              <Description>"ZM SG 3(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318180</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14326</ID>
                              <Description>"ZM SG 4(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13181B0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14327</ID>
                              <Description>"ZM SG 5(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13181E0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14328</ID>
                              <Description>"ZM MP 6(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318600</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14329</ID>
                              <Description>"ZM SG 6(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318660</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14330</ID>
                              <Description>"ZM SG X(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318690</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14331</ID>
                              <Description>"ZM SG XD(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13188A0</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14332</ID>
                          <Description>"Mortars"</Description>
                          <Options moHideChildren="1"/>
                          <Color>000066</Color>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14333</ID>
                              <Description>"Hartman MS1R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13183C0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14334</ID>
                              <Description>"VB GW 1(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13183F0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14335</ID>
                              <Description>"Sanders M3R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318420</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14336</ID>
                              <Description>"Elias MA4R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318450</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14337</ID>
                              <Description>"Sanders M8R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318480</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14338</ID>
                              <Description>"Hartman MS10R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13184B0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14339</ID>
                              <Description>"VB GW 2B(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13184E0</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14340</ID>
                              <Description>"VB GW 3(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318510</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14341</ID>
                              <Description>"VB GW 4B(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318540</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14342</ID>
                              <Description>"VB GW 5(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318570</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14343</ID>
                              <Description>"VB GW 6(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318720</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14344</ID>
                              <Description>"VB GW 7B(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318750</Address>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14345</ID>
                              <Description>"Hartman MS5D"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318780</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14346</ID>
                          <Description>"Flamethrowers"</Description>
                          <Options moHideChildren="1"/>
                          <Color>000066</Color>
                          <GroupHeader>1</GroupHeader>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14347</ID>
                          <Description>"Hand Grenades"</Description>
                          <Options moHideChildren="1"/>
                          <Color>000066</Color>
                          <GroupHeader>1</GroupHeader>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14348</ID>
                      <Description>"Rifles"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>14349</ID>
                          <Description>"Lenfield R1"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C68</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14350</ID>
                              <Description>"Total Lenfield R1"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317C6C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14351</ID>
                          <Description>"Gallian-X1R"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317C98</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14352</ID>
                              <Description>"Total Gallian-X1R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317C9C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14353</ID>
                          <Description>"Gallian-A10R"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317CC8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14354</ID>
                              <Description>"Total Gallian-A10R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317CCC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14355</ID>
                          <Description>"Gallian X20R"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317CF8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14356</ID>
                              <Description>"Total Gallian X20R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317CFC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14357</ID>
                          <Description>"Lenfield R11"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D28</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14358</ID>
                              <Description>"Total Lenfield R11"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317D2C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14359</ID>
                          <Description>"ZM Kar 1(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D58</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14360</ID>
                              <Description>"Total ZM Kar 1(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317D5C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14361</ID>
                          <Description>"ZM Kar 2(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317D88</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14362</ID>
                              <Description>"Total ZM Kar 2(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317D8C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14363</ID>
                          <Description>"ZM Kar 3(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317DB8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14364</ID>
                              <Description>"Total ZM Kar 3(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317DBC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14365</ID>
                          <Description>"ZM Kar 4(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317DE8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14366</ID>
                              <Description>"Total ZM Kar 4(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317DEC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14367</ID>
                          <Description>"ZM Kar 5(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E18</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14368</ID>
                              <Description>"Total ZM Kar 5(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317E1C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14369</ID>
                          <Description>"ZM Kar 6(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318598</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14370</ID>
                              <Description>"Total ZM Kar 6(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131859C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14371</ID>
                          <Description>"ZM Kar 7(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13185C8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14372</ID>
                              <Description>"Total ZM Kar 7(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13185CC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14373</ID>
                          <Description>"Gallian-X5D"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13187A8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14374</ID>
                              <Description>"Total Gallian-X5D"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13187AC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14375</ID>
                          <Description>"Brown M9D"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13188F8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14376</ID>
                              <Description>"Total Brown M9D"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13188FC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14377</ID>
                          <Description>"Robinson M99D"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318928</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14378</ID>
                              <Description>"Total Robinson M99D"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131892C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14379</ID>
                          <Description>"Lenfield D9"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13189B8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14380</ID>
                              <Description>"Total Lenfield D9"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13189BC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14381</ID>
                          <Description>"ZM Kar 8(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13189E8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14382</ID>
                              <Description>"Total ZM Kar 8(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13189EC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14383</ID>
                          <Description>"ZM Kar X(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A18</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14384</ID>
                              <Description>"Total ZM Kar X(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318A1C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14385</ID>
                          <Description>"Dunkel"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B08</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14386</ID>
                              <Description>"Total Dunkel"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318B0C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14387</ID>
                          <Description>"Dunkel"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318B38</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14388</ID>
                              <Description>"Total Dunkel"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318B3C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14389</ID>
                      <Description>"Machine Guns"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>14390</ID>
                          <Description>"Robinson M91R"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E48</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14391</ID>
                              <Description>"Total Robinson M91R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317E4C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14392</ID>
                          <Description>"ZM MP 1(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317E78</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14393</ID>
                              <Description>"Total ZM MP 1(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317E7C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14394</ID>
                          <Description>"MAJ-X M1R"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317EA8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14395</ID>
                              <Description>"Total MAJ-X M1R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317EAC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14396</ID>
                          <Description>"Reising M9A1R"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317ED8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14397</ID>
                              <Description>"Total Reising M9A1R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317EDC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14398</ID>
                          <Description>"MAJ-X M30R"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F08</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14399</ID>
                              <Description>"Total MAJ-X M30R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317F0C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14400</ID>
                          <Description>"Robinson M101R"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F38</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14401</ID>
                              <Description>"Total Robinson M101R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317F3C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14402</ID>
                          <Description>"ZM MP 2(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F68</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14403</ID>
                              <Description>"Total ZM MP 2(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317F6C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14404</ID>
                          <Description>"ZM MP 3(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317F98</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14405</ID>
                              <Description>"Total ZM MP 3(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317F9C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14406</ID>
                          <Description>"ZM MP 4(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317FC8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14407</ID>
                              <Description>"Total ZM MP 4(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317FCC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14408</ID>
                          <Description>"ZM MP 5(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1317FF8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14409</ID>
                              <Description>"Total ZM MP 5(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1317FFC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14410</ID>
                          <Description>"ZM MP 6(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13185F8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14411</ID>
                              <Description>"Total ZM MP 6(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13185FC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14412</ID>
                          <Description>"ZM MP 7(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318628</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14413</ID>
                              <Description>"Total ZM MP 7(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131862C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14414</ID>
                          <Description>"Reising M9A5D"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13187D8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14415</ID>
                              <Description>"Total Reising M9A5D"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13187DC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14416</ID>
                          <Description>"ZM MP XD(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318868</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14417</ID>
                              <Description>"Total ZM MP XD(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131886C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14418</ID>
                          <Description>"ZM MP 8(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A48</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14419</ID>
                              <Description>"Total ZM MP 8(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318A4C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14420</ID>
                          <Description>"Mortars"</Description>
                          <Options moHideChildren="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14421</ID>
                              <Description>"Hartman MS1R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13183B8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>14422</ID>
                                  <Description>"Total Hartman MS1R"</Description>
                                  <VariableType>Byte</VariableType>
                                  <Address>Valkyria4_x64.exe+13183BC</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14423</ID>
                              <Description>"VB GW 1(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13183E8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>14424</ID>
                                  <Description>"VB GW 1(e)"</Description>
                                  <VariableType>Byte</VariableType>
                                  <Address>Valkyria4_x64.exe+13183EC</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14425</ID>
                              <Description>"Sanders M3R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318418</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>14426</ID>
                                  <Description>"Total Sanders M3R"</Description>
                                  <VariableType>Byte</VariableType>
                                  <Address>Valkyria4_x64.exe+131841C</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14427</ID>
                              <Description>"Elias MA4R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318448</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>14428</ID>
                                  <Description>"Total Elias MA4R"</Description>
                                  <VariableType>Byte</VariableType>
                                  <Address>Valkyria4_x64.exe+131844C</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14429</ID>
                              <Description>"Sanders M8R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318478</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>14430</ID>
                                  <Description>"Total Sanders M8R"</Description>
                                  <VariableType>Byte</VariableType>
                                  <Address>Valkyria4_x64.exe+131847C</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14431</ID>
                              <Description>"Hartman MS10R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13184A8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>14432</ID>
                                  <Description>"Total Hartman MS10R"</Description>
                                  <VariableType>Byte</VariableType>
                                  <Address>Valkyria4_x64.exe+13184AC</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14433</ID>
                              <Description>"VB GW 2B(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13184D8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>14434</ID>
                                  <Description>"Total VB GW 2B(e)"</Description>
                                  <VariableType>Byte</VariableType>
                                  <Address>Valkyria4_x64.exe+13184DC</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14435</ID>
                              <Description>"VB GW 3(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318508</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>14436</ID>
                                  <Description>"Total VB GW 3(e)"</Description>
                                  <VariableType>Byte</VariableType>
                                  <Address>Valkyria4_x64.exe+131850C</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14437</ID>
                              <Description>"VB GW 4B(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318538</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>14438</ID>
                                  <Description>"Total VB GW 4B(e)"</Description>
                                  <VariableType>Byte</VariableType>
                                  <Address>Valkyria4_x64.exe+131853C</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14439</ID>
                              <Description>"VB GW 5(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318568</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>14440</ID>
                                  <Description>"Total VB GW 5(e)"</Description>
                                  <VariableType>Byte</VariableType>
                                  <Address>Valkyria4_x64.exe+131856C</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14441</ID>
                              <Description>"VB PL 5(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13186B8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>14442</ID>
                                  <Description>"Total VB PL 5(e)"</Description>
                                  <VariableType>Byte</VariableType>
                                  <Address>Valkyria4_x64.exe+13186BC</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14443</ID>
                              <Description>"VB GW 6(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318718</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>14444</ID>
                                  <Description>"Total VB GW 6(e)"</Description>
                                  <VariableType>Byte</VariableType>
                                  <Address>Valkyria4_x64.exe+131871C</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14445</ID>
                              <Description>"VB GW 7B(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318748</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>14446</ID>
                                  <Description>"Total VB GW 7B(e)"</Description>
                                  <VariableType>Byte</VariableType>
                                  <Address>Valkyria4_x64.exe+131874C</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14447</ID>
                              <Description>"Hartman MS5D"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318778</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>14448</ID>
                                  <Description>"Total Hartman MS5D"</Description>
                                  <VariableType>Byte</VariableType>
                                  <Address>Valkyria4_x64.exe+131877C</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14449</ID>
                              <Description>"Elias MA9D"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13188C8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>14450</ID>
                                  <Description>"Total Elias MA9D"</Description>
                                  <VariableType>Byte</VariableType>
                                  <Address>Valkyria4_x64.exe+13188CC</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>14451</ID>
                              <Description>"VB GW 8(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318AD8</Address>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>14452</ID>
                                  <Description>"Total VB GW 8(e)"</Description>
                                  <VariableType>Byte</VariableType>
                                  <Address>Valkyria4_x64.exe+1318ADC</Address>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14453</ID>
                      <Description>"Anti-Tank Lances"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>14454</ID>
                          <Description>"Lancaar M1R"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318208</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14455</ID>
                              <Description>"Total Lancaar M1R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131820C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14456</ID>
                          <Description>"VB PL 1(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318238</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14457</ID>
                              <Description>"Total VB PL 1(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131823C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14458</ID>
                          <Description>"M2EQ-5R"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318268</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14459</ID>
                              <Description>"Total M2EQ-5R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131826C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14460</ID>
                          <Description>"SB9-7R"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318298</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14461</ID>
                              <Description>"Total SB9-7R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131829C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14462</ID>
                          <Description>"VB PL 2(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13182C8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14463</ID>
                              <Description>"Total VB PL 2(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13182CC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14464</ID>
                          <Description>"VB PL 3(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13182F8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14465</ID>
                              <Description>"Total VB PL 3(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13182FC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14466</ID>
                          <Description>"VB PL 4(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318328</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14467</ID>
                              <Description>"Total VB PL 4(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131832C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14468</ID>
                          <Description>"VB PL 1B(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318358</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14469</ID>
                              <Description>"Total VB PL 1B(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131835C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14470</ID>
                          <Description>"VB PL 2B(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318388</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14471</ID>
                              <Description>"Total VB PL 2B(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131838C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14472</ID>
                          <Description>"VB PL 3B(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13186E8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14473</ID>
                              <Description>"Total VB PL 3B(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13186EC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14474</ID>
                          <Description>"SB9-5D"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318808</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14475</ID>
                              <Description>"Total SB9-5D"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131880C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14476</ID>
                          <Description>"M2EQ-9D"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318958</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14477</ID>
                              <Description>"Total M2EQ-9D"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131895C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14478</ID>
                          <Description>"VB PL 6(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318A78</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14479</ID>
                              <Description>"Total VB PL 6(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318A7C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14480</ID>
                      <Description>"Sniper Rifles"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>14481</ID>
                          <Description>"LF Wasp No. 1R"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318028</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14482</ID>
                              <Description>"Total LF Wasp No. 1R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131802C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14483</ID>
                          <Description>"Brondel M101XR"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318058</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14484</ID>
                              <Description>"Total Brondel M101XR"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131805C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14485</ID>
                          <Description>"LF-ASR No. 1R"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318088</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14486</ID>
                              <Description>"Total LF-ASR No. 1R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131808C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14487</ID>
                          <Description>"Gautt R"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13180B8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14488</ID>
                              <Description>"Total Gautt R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13180BC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14489</ID>
                          <Description>"LF Wasp No. 11R"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13180E8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14490</ID>
                              <Description>"Total LF Wasp No. 11R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13180EC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14491</ID>
                          <Description>"ZM SG 1(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318118</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14492</ID>
                              <Description>"Total ZM SG 1(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131811C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14493</ID>
                          <Description>"ZM SG 2(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318148</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14494</ID>
                              <Description>"Total ZM SG 2(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131814C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14495</ID>
                          <Description>"ZM SG 3(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318178</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14496</ID>
                              <Description>"Total ZM SG 3(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131817C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14497</ID>
                          <Description>"ZM SG 4(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13181A8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14498</ID>
                              <Description>"Total ZM SG 4(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13181AC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14499</ID>
                          <Description>"ZM SG 5(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13181D8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14500</ID>
                              <Description>"Total ZM SG 5(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13181DC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14501</ID>
                          <Description>"ZM SG 6(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318658</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14502</ID>
                              <Description>"Total ZM SG 6(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131865C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14503</ID>
                          <Description>"ZM SG X(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318688</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14504</ID>
                              <Description>"Total ZM SG X(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131868C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14505</ID>
                          <Description>"ZM SG XD(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318898</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14506</ID>
                              <Description>"Total ZM SG XD(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131889C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>14507</ID>
                          <Description>"ZM SG X2(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318AA8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>14508</ID>
                              <Description>"Total ZM SG X2(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318AAC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>15749</ID>
                      <Description>"Mortars"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>15750</ID>
                          <Description>"Hartman MS1R"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13183B8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>15751</ID>
                              <Description>"Total Hartman MS1R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13183BC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>15752</ID>
                          <Description>"VB GW 1(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13183E8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>15753</ID>
                              <Description>"VB GW 1(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13183EC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>15754</ID>
                          <Description>"Sanders M3R"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318418</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>15755</ID>
                              <Description>"Total Sanders M3R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131841C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>15756</ID>
                          <Description>"Elias MA4R"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318448</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>15757</ID>
                              <Description>"Total Elias MA4R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131844C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>15758</ID>
                          <Description>"Sanders M8R"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318478</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>15759</ID>
                              <Description>"Total Sanders M8R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131847C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>15760</ID>
                          <Description>"Hartman MS10R"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13184A8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>15761</ID>
                              <Description>"Total Hartman MS10R"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13184AC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>15762</ID>
                          <Description>"VB GW 2B(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13184D8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>15763</ID>
                              <Description>"Total VB GW 2B(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13184DC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>15764</ID>
                          <Description>"VB GW 3(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318508</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>15765</ID>
                              <Description>"Total VB GW 3(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131850C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>15766</ID>
                          <Description>"VB GW 4B(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318538</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>15767</ID>
                              <Description>"Total VB GW 4B(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131853C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>15768</ID>
                          <Description>"VB GW 5(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318568</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>15769</ID>
                              <Description>"Total VB GW 5(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131856C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>15770</ID>
                          <Description>"VB PL 5(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13186B8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>15771</ID>
                              <Description>"Total VB PL 5(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13186BC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>15772</ID>
                          <Description>"VB GW 6(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318718</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>15773</ID>
                              <Description>"Total VB GW 6(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131871C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>15774</ID>
                          <Description>"VB GW 7B(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318748</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>15775</ID>
                              <Description>"Total VB GW 7B(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131874C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>15776</ID>
                          <Description>"Hartman MS5D"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318778</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>15777</ID>
                              <Description>"Total Hartman MS5D"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+131877C</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>15778</ID>
                          <Description>"Elias MA9D"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+13188C8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>15779</ID>
                              <Description>"Total Elias MA9D"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+13188CC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>15780</ID>
                          <Description>"VB GW 8(e)"</Description>
                          <VariableType>Byte</VariableType>
                          <Address>Valkyria4_x64.exe+1318AD8</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>15781</ID>
                              <Description>"Total VB GW 8(e)"</Description>
                              <VariableType>Byte</VariableType>
                              <Address>Valkyria4_x64.exe+1318ADC</Address>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14509</ID>
              <Description>"Accessories"</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14510</ID>
                  <Description>"+Character Accessories"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>14511</ID>
                      <Description>"Favorite Lighter"</Description>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131947C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14512</ID>
                      <Description>"Cigarette Pack"</Description>
                      <Color>000097</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131948C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14513</ID>
                      <Description>"Rusty Handaxe"</Description>
                      <Color>000097</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131949C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14514</ID>
                      <Description>"Gun Cleaning Kit"</Description>
                      <Color>000097</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+13194AC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14515</ID>
                      <Description>"Comedian's Bio"</Description>
                      <Color>000097</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+13194BC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14516</ID>
                      <Description>"Sugar Jar"</Description>
                      <Color>000097</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+13194CC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14517</ID>
                      <Description>"Squad Photo"</Description>
                      <Color>000097</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+13194DC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14518</ID>
                      <Description>"Father's Tags"</Description>
                      <Color>000097</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+13194EC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14519</ID>
                      <Description>"Letter from Mom"</Description>
                      <Color>000097</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+13194FC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14520</ID>
                      <Description>"Seasoned Rapier"</Description>
                      <Color>000097</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131950C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14521</ID>
                      <Description>"Ferrier's Ribbon"</Description>
                      <Color>000097</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131951C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14522</ID>
                      <Description>""Lucky" Charm"</Description>
                      <Color>000097</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131952C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14523</ID>
                      <Description>"Straight Razor"</Description>
                      <Color>008888</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131953C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14524</ID>
                      <Description>"Hunter's Hat"</Description>
                      <Color>008888</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131954C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14525</ID>
                      <Description>"Locket"</Description>
                      <Color>008888</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131955C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14526</ID>
                      <Description>"Hand-Knit Scarf"</Description>
                      <Color>008888</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131956C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14527</ID>
                      <Description>"Teddy Bear"</Description>
                      <Color>008888</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131957C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14528</ID>
                      <Description>"Pressed Flower"</Description>
                      <Color>005E00</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131958C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14529</ID>
                      <Description>"Spoils Bag"</Description>
                      <Color>005E00</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131959C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14530</ID>
                      <Description>"Casino Chips"</Description>
                      <Color>005E00</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+13195AC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14531</ID>
                      <Description>"Character Sheet"</Description>
                      <Color>005E00</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+13195BC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14532</ID>
                      <Description>"War Novel"</Description>
                      <Color>005E00</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+13195CC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14533</ID>
                      <Description>"Scalpel"</Description>
                      <Color>005E00</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+13195EC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14534</ID>
                      <Description>"Foreign Briefing"</Description>
                      <Color>005E00</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+13195FC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14535</ID>
                      <Description>"Beloved Snapshot"</Description>
                      <Color>005E00</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131960C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14536</ID>
                      <Description>"Handy Supplies"</Description>
                      <Color>005E00</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131961C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14537</ID>
                      <Description>"Wedding Ring"</Description>
                      <Color>005E00</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131962C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14538</ID>
                      <Description>"Wrist Weight"</Description>
                      <Color>B90000</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131963C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14539</ID>
                      <Description>"Soldier's Missive"</Description>
                      <Color>B90000</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131964C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14540</ID>
                      <Description>"Family Picture"</Description>
                      <Color>B90000</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131965C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14541</ID>
                      <Description>"Letters in Crayon"</Description>
                      <Color>B90000</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131966C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14542</ID>
                      <Description>"Portable Tea Set"</Description>
                      <Color>B90000</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131967C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14543</ID>
                      <Description>"Survival Gear"</Description>
                      <Color>B90000</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131968C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14544</ID>
                      <Description>"Hanna's Cookbook"</Description>
                      <Color>B90000</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131969C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14545</ID>
                      <Description>"Handmade Charm"</Description>
                      <Color>B90000</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+13196AC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14546</ID>
                      <Description>"Trusty Wrench"</Description>
                      <Color>410082</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+13196BC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14547</ID>
                      <Description>"Ragged Magazine"</Description>
                      <Color>410082</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+13196CC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14548</ID>
                      <Description>"Ragnaid Canister"</Description>
                      <Color>410082</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+13196DC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14549</ID>
                      <Description>"Safety Goggles"</Description>
                      <Color>410082</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+13196EC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14550</ID>
                      <Description>"Flower Hairpin"</Description>
                      <Color>410082</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+13196FC</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14551</ID>
                      <Description>"Scrap Metal"</Description>
                      <Color>8A4500</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131970C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14552</ID>
                      <Description>"Burnt Pencil"</Description>
                      <Color>8A4500</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131971C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14553</ID>
                      <Description>"Research Notes"</Description>
                      <Color>8A4500</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131972C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14554</ID>
                      <Description>"Engagement Ring"</Description>
                      <Color>8A4500</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131973C</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>14555</ID>
                      <Description>"Corrective Lenses"</Description>
                      <Color>8A4500</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>Valkyria4_x64.exe+131974C</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>14556</ID>
                  <Description>"Patrol Cap"</Description>
                  <Color>030352</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131975C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14557</ID>
                  <Description>"Camo Cap"</Description>
                  <Color>030352</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131976C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14558</ID>
                  <Description>"Reinforced Cap"</Description>
                  <Color>030352</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131977C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14559</ID>
                  <Description>"Service Boots"</Description>
                  <Color>284501</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131978C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14560</ID>
                  <Description>"Combat Boots"</Description>
                  <Color>284501</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131979C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14561</ID>
                  <Description>"Elite Boots"</Description>
                  <Color>284501</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13197AC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14562</ID>
                  <Description>"Infantry Gloves"</Description>
                  <Color>580701</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13197BC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14563</ID>
                  <Description>"Gunner Gloves"</Description>
                  <Color>580701</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13197CC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14564</ID>
                  <Description>"Marksman Gloves"</Description>
                  <Color>580701</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13197DC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14565</ID>
                  <Description>"Lucky Coin"</Description>
                  <Color>02660C</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13197EC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14566</ID>
                  <Description>"Fortune Coin"</Description>
                  <Color>02660C</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13197FC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14567</ID>
                  <Description>"Godsend Coin"</Description>
                  <Color>02660C</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131980C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14568</ID>
                  <Description>"Small Knife"</Description>
                  <Color>273376</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131981C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14569</ID>
                  <Description>"Army Knife"</Description>
                  <Color>273376</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131982C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14570</ID>
                  <Description>"Survival Knife"</Description>
                  <Color>273376</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131983C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14571</ID>
                  <Description>"Small Tank Shard"</Description>
                  <Color>757A05</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131984C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14572</ID>
                  <Description>"Huge Tank Shard"</Description>
                  <Color>757A05</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131985C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14573</ID>
                  <Description>"Ultra Tank Shard"</Description>
                  <Color>757A05</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131986C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14574</ID>
                  <Description>"Telescope"</Description>
                  <Color>640658</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131987C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14575</ID>
                  <Description>"Binoculars"</Description>
                  <Color>640658</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131988C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14576</ID>
                  <Description>"Hi-Spec Binoculars"</Description>
                  <Color>640658</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131989C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14577</ID>
                  <Description>"Body Armor"</Description>
                  <Color>209CDF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13198AC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14578</ID>
                  <Description>"Bulletproof Armor"</Description>
                  <Color>209CDF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13198BC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14579</ID>
                  <Description>"Fortified Armor"</Description>
                  <Color>209CDF</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13198CC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14580</ID>
                  <Description>"Extra Ammo Belt"</Description>
                  <Color>D92B26</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13198DC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14581</ID>
                  <Description>"Double Ammo Belt"</Description>
                  <Color>D92B26</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13198EC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14582</ID>
                  <Description>"Medic's Pouch"</Description>
                  <Color>D92B26</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13198FC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14583</ID>
                  <Description>"Millitery Cape"</Description>
                  <Color>14656B</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131990C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14584</ID>
                  <Description>"Improved Cape"</Description>
                  <Color>14656B</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131991C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14585</ID>
                  <Description>"Camuflage Cape"</Description>
                  <Color>14656B</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131992C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14586</ID>
                  <Description>"Soldier's Buckle"</Description>
                  <Color>DA21DE</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131993C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14587</ID>
                  <Description>"Veteran's Buckle"</Description>
                  <Color>DA21DE</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131994C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14588</ID>
                  <Description>"Hero's Buckle"</Description>
                  <Color>DA21DE</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131995C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14589</ID>
                  <Description>"Chronograph"</Description>
                  <Color>0DA239</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131996C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14590</ID>
                  <Description>"Rare Chronograph"</Description>
                  <Color>0DA239</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131997C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14591</ID>
                  <Description>"Exact Chronograph"</Description>
                  <Color>0DA239</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131998C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14592</ID>
                  <Description>"Simple Sight"</Description>
                  <Color>6F1118</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131999C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14593</ID>
                  <Description>"Standart Sight"</Description>
                  <Color>6F1118</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13199AC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14594</ID>
                  <Description>"Precision Sight"</Description>
                  <Color>6F1118</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13199BC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14595</ID>
                  <Description>"Support Belt"</Description>
                  <Color>1F4AE0</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13199CC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14596</ID>
                  <Description>"Improved Belt"</Description>
                  <Color>1F4AE0</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13199DC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14597</ID>
                  <Description>"Strengthened Belt"</Description>
                  <Color>1F4AE0</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13199EC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14598</ID>
                  <Description>"Enhanced Powder"</Description>
                  <Color>56146B</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13199FC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14599</ID>
                  <Description>"Improved Powder"</Description>
                  <Color>56146B</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+1319A0C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14600</ID>
                  <Description>"Volatile Powder"</Description>
                  <Color>56146B</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+1319A1C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14601</ID>
                  <Description>"Capped Bullets"</Description>
                  <Color>91911E</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+1319A2C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14602</ID>
                  <Description>"Enhanced Bullets"</Description>
                  <Color>91911E</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+1319A3C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14603</ID>
                  <Description>"Specialist Bullets"</Description>
                  <Color>91911E</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+1319A4C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14604</ID>
                  <Description>"Participant Award"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+1319A5C</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14605</ID>
              <Description>"EXP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>4 Bytes</VariableType>
              <Address>Valkyria4_x64.exe+11C9F10-60</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>14606</ID>
              <Description>"DCT (Money)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>4 Bytes</VariableType>
              <Address>Valkyria4_x64.exe+1361D94-60</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>14607</ID>
          <Description>"+Characters (Static)"</Description>
          <Options moHideChildren="1"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>14608</ID>
              <Description>"Hafen (Claude Tank Commander)"</Description>
              <Options moHideChildren="1"/>
              <Color>FF8000</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14609</ID>
                  <Description>"Current HP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+1323624-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14610</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+1323628-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14611</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+1323638-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14612</ID>
                  <Description>""</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13236D4-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14613</ID>
                  <Description>"AP Rounds Ammo"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13236D8-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14614</ID>
                  <Description>"75mm Mortar Ammo"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13236DC-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14615</ID>
                  <Description>"Brown T1 Ammo"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13236E0-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14616</ID>
                  <Description>"Smoke Rounds Ammo"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13236E4-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14617</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+1323731-60</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14618</ID>
              <Description>"Cactus (Dan)"</Description>
              <Options moHideChildren="1"/>
              <Color>FF8000</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14619</ID>
                  <Description>"Current HP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13237A4-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14620</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+13237A8-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14621</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13237B8-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14622</ID>
                  <Description>"Weapon Ammo"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+1323858-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14623</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+13238B1-60</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14624</ID>
              <Description>"Glory (Ronald)"</Description>
              <Options moHideChildren="1"/>
              <Color>FF8000</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14625</ID>
                  <Description>"Current HP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+1323924-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14626</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+1323928-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14627</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+1323938-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14628</ID>
                  <Description>"AP Rounds Ammo"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13239D8-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14629</ID>
                  <Description>"72mm Mortar Ammo"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13239DC-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14630</ID>
                  <Description>"Erma T1 Ammo"</Description>
                  <ShowAsHex>1</ShowAsHex>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+13239E0-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14631</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+1323A31-60</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14632</ID>
              <Description>"Claude (Flashback?) (Scout)"</Description>
              <Options moHideChildren="1"/>
              <Color>0000B3</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14633</ID>
                  <Description>"Current HP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+1320624-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14634</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+1320628-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14635</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+1320638-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14636</ID>
                  <Description>"Weapon Ammo"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+13206D8-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14637</ID>
                  <Description>"Grenade Ammo"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+13206E0-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14638</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+1320731-60</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14639</ID>
              <Description>"Claude (Scout)"</Description>
              <Options moHideChildren="1"/>
              <Color>0000B3</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14640</ID>
                  <Description>"Current HP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A1A4-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14641</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A1A8-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14642</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A158</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14643</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A1F8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14644</ID>
                  <Description>"Grenade Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A200</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14645</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131A251</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14646</ID>
              <Description>"Minerva (Scout)"</Description>
              <Options moHideChildren="1"/>
              <Color>0000B3</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14647</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A2C4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14648</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A2C8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14649</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A2D8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14650</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131A378</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14651</ID>
                  <Description>"Grenade Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131A380</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14652</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131A3D1</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14653</ID>
              <Description>"Godwin (Scout)"</Description>
              <Options moHideChildren="1"/>
              <Color>0000B3</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14654</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B644</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14655</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B648</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14656</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B658</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14657</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131B6F8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14658</ID>
                  <Description>"Grenade Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131B700</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14659</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131B751</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14660</ID>
              <Description>"Rosetta (Scout)"</Description>
              <Options moHideChildren="1"/>
              <Color>0000B3</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14661</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131BC44</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14662</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131BC48</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14663</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131BC58</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14664</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131BCF8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14665</ID>
                  <Description>"Grenade Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131BD00</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14666</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131BD51</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14667</ID>
              <Description>"Teresa (Scout)"</Description>
              <Options moHideChildren="1"/>
              <Color>0000B3</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14668</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131BDC4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14669</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131BDC8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14670</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131BDD8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14671</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131BE78</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14672</ID>
                  <Description>"Grenade Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131BE80</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14673</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131BED1</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14674</ID>
              <Description>"Odin (Scout)"</Description>
              <Options moHideChildren="1"/>
              <Color>0000B3</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14675</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B944</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14676</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B948</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14677</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B958</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14678</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131B9F8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14679</ID>
                  <Description>"Grenade Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131BA00</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14680</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131BA51</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14681</ID>
              <Description>"Curtis (Scout)"</Description>
              <Options moHideChildren="1"/>
              <Color>0000B3</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14682</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B4C4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14683</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B4C8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14684</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B4D8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14685</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131B578</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14686</ID>
                  <Description>"Grenade Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131B580</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14687</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131B5D1</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14688</ID>
              <Description>"Nico (Scout)"</Description>
              <Options moHideChildren="1"/>
              <Color>0000B3</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14689</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131C244</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14690</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131C248</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14691</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131C258</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14692</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131C2F8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14693</ID>
                  <Description>"Grenade Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131C300</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14694</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131C351</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14695</ID>
              <Description>"Jester (Scout)"</Description>
              <Options moHideChildren="1"/>
              <Color>0000B3</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14696</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B7C4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14697</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B7C8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14698</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B7D8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14699</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131B878</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14700</ID>
                  <Description>"Grenade Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131B880</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14701</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131B8D1</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14702</ID>
              <Description>"Millennia (Scout)"</Description>
              <Options moHideChildren="1"/>
              <Color>0000B3</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14703</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131C3C4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14704</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131C3C8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14705</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131C3D8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14706</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131C478</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14707</ID>
                  <Description>"Grenade Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131C480</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14708</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131C4D1</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14709</ID>
              <Description>"Azusa (Scout)"</Description>
              <Options moHideChildren="1"/>
              <Color>0000B3</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14710</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131BF44</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14711</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131BF48</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14712</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131BF58</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14713</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131BFF8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14714</ID>
                  <Description>"Grenade Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131C000</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14715</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131C051</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14716</ID>
              <Description>"Raz (Main) (Trooper)"</Description>
              <Options moHideChildren="1"/>
              <Color>006F6F</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14717</ID>
                  <Description>"Current HP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A024-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14718</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A028-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14719</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A038-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14720</ID>
                  <Description>"Weapon Ammo"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A0D8-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14721</ID>
                  <Description>"Flamethrower Ammo"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A0DC-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14722</ID>
                  <Description>"Grenade Ammo"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A0E0-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14723</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131A131-60</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14724</ID>
              <Description>"Raz (Flashback?) (Trooper)"</Description>
              <Options moHideChildren="1"/>
              <Color>006F6F</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14725</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+1320744</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14726</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+1320748</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14727</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+1320758</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14728</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+13207F8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14729</ID>
                  <Description>"Grenade Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+1320800</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14730</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+1320851</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14731</ID>
              <Description>"Zaiga (Trooper)"</Description>
              <Options moHideChildren="1"/>
              <Color>006F6F</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14732</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A444</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14733</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A448</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14734</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A458</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14735</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A4F8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14736</ID>
                  <Description>"Grenade Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A500</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14737</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131A551</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14738</ID>
              <Description>"Simon (Trooper)"</Description>
              <Options moHideChildren="1"/>
              <Color>006F6F</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14739</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A5C4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14740</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A5C8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14741</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A5D8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14742</ID>
                  <Description>"Weapon Ammo"</Description>
                  <DropDownList DisplayValueAsItem="1">4294967295:Infinite
</DropDownList>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A678</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14743</ID>
                  <Description>"Grenade Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A680</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14744</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131A6D1</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14745</ID>
              <Description>"Viola (Trooper)"</Description>
              <Options moHideChildren="1"/>
              <Color>006F6F</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14746</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131AD44</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14747</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131AD48</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14748</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131AD58</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14749</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131ADF8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14750</ID>
                  <Description>"Flamethrower Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131ADFC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14751</ID>
                  <Description>"Grenade Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131AE00</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14752</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131AE51</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14753</ID>
              <Description>"Stanley (Trooper)"</Description>
              <Options moHideChildren="1"/>
              <Color>006F6F</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14754</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A8C4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14755</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A8C8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14756</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A8D8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14757</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A978</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14758</ID>
                  <Description>"Flamethrower Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A97C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14759</ID>
                  <Description>"Grenade Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A980</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14760</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131A9D1</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14761</ID>
              <Description>"Ryan (Trooper)"</Description>
              <Options moHideChildren="1"/>
              <Color>006F6F</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14762</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131AA44</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14763</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131AA48</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14764</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131AA58</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14765</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131AAF8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14766</ID>
                  <Description>"Flamethrower Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131AAFC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14767</ID>
                  <Description>"Grenade Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131AB00</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14768</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131AB51</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14769</ID>
              <Description>"Scott (Trooper)"</Description>
              <Options moHideChildren="1"/>
              <Color>006F6F</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14770</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A744</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14771</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A748</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14772</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A758</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14773</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A7F8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14774</ID>
                  <Description>"Flamethrower Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A7FC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14775</ID>
                  <Description>"Grenade Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131A800</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14776</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131A851</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14777</ID>
              <Description>"Fleuret (Trooper)"</Description>
              <Options moHideChildren="1"/>
              <Color>006F6F</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14778</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B044</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14779</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B048</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14780</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B058</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14781</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B0F8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14782</ID>
                  <Description>"Flamethrower Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B0FC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14783</ID>
                  <Description>"Grenade Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B100</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14784</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131B151</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14785</ID>
              <Description>"Vancey (Trooper)"</Description>
              <Options moHideChildren="1"/>
              <Color>006F6F</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14786</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131ABC4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14787</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131ABC8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14788</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131ABD8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14789</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131AC78</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14790</ID>
                  <Description>"Flamethrower Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131AC7C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14791</ID>
                  <Description>"Grenade Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131AC80</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14792</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131ACD1</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14793</ID>
              <Description>"Emmy (Trooper)"</Description>
              <Options moHideChildren="1"/>
              <Color>006F6F</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14794</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131AEC4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14795</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131AEC8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14796</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131AED8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14797</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131AF78</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14798</ID>
                  <Description>"Flamethrower Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131AF7C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14799</ID>
                  <Description>"Grenade Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131AF80</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14800</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131AFD1</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14801</ID>
              <Description>"Ferrier (Trooper)"</Description>
              <Options moHideChildren="1"/>
              <Color>006F6F</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14802</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B1C4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14803</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B1C8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14804</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B1D8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14805</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B278</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14806</ID>
                  <Description>"Flamethrower Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B27C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14807</ID>
                  <Description>"Grenade Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B280</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14808</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131B2D1</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14809</ID>
              <Description>"Lily (Trooper)"</Description>
              <Options moHideChildren="1"/>
              <Color>006F6F</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14810</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B344</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14811</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B348</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14812</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B358</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14813</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B3F8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14814</ID>
                  <Description>"Flamethrower Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B3FC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14815</ID>
                  <Description>"Grenade Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131B400</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14816</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131B451</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14817</ID>
              <Description>"Laurent (Lancer)"</Description>
              <Options moHideChildren="1"/>
              <Color>003700</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14818</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131CCC4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14819</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131CCC8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14820</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131CCD8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14821</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131CD78</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14822</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131CDD1</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14823</ID>
              <Description>"Brittany (Lancer)"</Description>
              <Options moHideChildren="1"/>
              <Color>003700</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14824</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131D744</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14825</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131D748</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14826</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131D758</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14827</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131D7F8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14828</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131D851</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14829</ID>
              <Description>"Jimmy (Lancer)"</Description>
              <Options moHideChildren="1"/>
              <Color>003700</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14830</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131CFC4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14831</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131CFC8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14832</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131CFD8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14833</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131D078</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14834</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131D0D1</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14835</ID>
              <Description>"Keigel (Lancer)"</Description>
              <Options moHideChildren="1"/>
              <Color>003700</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14836</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131CE44</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14837</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131CE48</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14838</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131CE58</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14839</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131CEF8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14840</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131CF51</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14841</ID>
              <Description>"Jean (Lancer)"</Description>
              <Options moHideChildren="1"/>
              <Color>003700</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14842</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131D444</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14843</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131D448</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14844</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131D458</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14845</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131D4F8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14846</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131D551</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14847</ID>
              <Description>"Hanna (Lancer)"</Description>
              <Options moHideChildren="1"/>
              <Color>003700</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14848</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131D5C4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14849</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131D5C8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14850</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131D5D8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14851</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131D678</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14852</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131D6D1</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14853</ID>
              <Description>"Gertrude (Lancer)"</Description>
              <Options moHideChildren="1"/>
              <Color>003700</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14854</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131D2C4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14855</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131D2C8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14856</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131D2D8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14857</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131D378</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14858</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131D3D1</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14859</ID>
              <Description>"Aulard (Engineer)"</Description>
              <Options moHideChildren="1"/>
              <Color>007500</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14860</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131DA44</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14861</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131DA48</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14862</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131DA58</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14863</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131DAF8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14864</ID>
                  <Description>"Grenade Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131DAFC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14865</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131DB51</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14866</ID>
              <Description>"Rebecca (Engineer)"</Description>
              <Options moHideChildren="1"/>
              <Color>007500</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14867</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131DBC4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14868</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131DBC8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14869</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131DBD8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14870</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131DC78</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14871</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131DCD1</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14872</ID>
              <Description>"Rita (Engineer)"</Description>
              <Options moHideChildren="1"/>
              <Color>007500</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14873</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131DD44</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14874</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131DD48</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14875</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131DD58</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14876</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131DDF8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14877</ID>
                  <Description>"Grenade Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131DDFC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14878</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131DE51</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14879</ID>
              <Description>"Kai (Sniper)"</Description>
              <Options moHideChildren="1"/>
              <Color>C08000</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14880</ID>
                  <Description>"Current HP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+1319EA4-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14881</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+1319EA8-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14882</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+1319EB8-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14883</ID>
                  <Description>"Weapon Ammo"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+1319F58-60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14884</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+1319FB1-60</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14885</ID>
              <Description>"Aladdin (Sniper)"</Description>
              <Options moHideChildren="1"/>
              <Color>C08000</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14886</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131C544</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14887</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131C548</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14888</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131C558</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14889</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131C5F8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14890</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131C651</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14891</ID>
              <Description>"Norid (Sniper)"</Description>
              <Options moHideChildren="1"/>
              <Color>C08000</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14892</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131C6C4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14893</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131C6C8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14894</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131C6D8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14895</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131C778</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14896</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131C7D1</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14897</ID>
              <Description>"Leonhardt (Sniper)"</Description>
              <Options moHideChildren="1"/>
              <Color>C08000</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14898</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131C844</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14899</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131C848</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14900</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131C858</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14901</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131C8F8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14902</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131C951</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14903</ID>
              <Description>"Neige (Sniper)"</Description>
              <Options moHideChildren="1"/>
              <Color>C08000</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14904</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131C9C4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14905</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131C9C8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14906</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131C9D8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14907</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131CA78</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14908</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131CAD1</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14909</ID>
              <Description>"Mabel (Sniper)"</Description>
              <Options moHideChildren="1"/>
              <Color>C08000</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14910</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131CB44</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14911</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131CB48</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14912</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131CB58</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14913</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131CBF8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14914</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131CC51</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14915</ID>
              <Description>"Connor (Grenadier)"</Description>
              <Options moHideChildren="1"/>
              <Color>038BAD</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14916</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131E344</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14917</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131E348</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14918</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131E358</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14919</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131E3F8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14920</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131E451</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14921</ID>
              <Description>"Riley (Grenadier)"</Description>
              <Options moHideChildren="1"/>
              <Color>038BAD</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14922</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+1319CC4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14923</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+1319CC8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14924</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+1319CD8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14925</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+1319D78</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14926</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+1319DD1</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14927</ID>
              <Description>"Jascha (Grenadier)"</Description>
              <Options moHideChildren="1"/>
              <Color>038BAD</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14928</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131E1C4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14929</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131E1C8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14930</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131E1D8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14931</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131E278</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14932</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131E2D1</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14933</ID>
              <Description>"Aoife (Grenadier)"</Description>
              <Options moHideChildren="1"/>
              <Color>038BAD</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>14934</ID>
                  <Description>"Current HP"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131E4C4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14935</ID>
                  <Description>"AP Movement (Decreases AP)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131E4C8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14936</ID>
                  <Description>"Times Used (In Current Mission)"</Description>
                  <VariableType>4 Bytes</VariableType>
                  <Address>Valkyria4_x64.exe+131E4D8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14937</ID>
                  <Description>"Weapon Ammo"</Description>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131E578</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>14938</ID>
                  <Description>"If Attacked or Not"</Description>
                  <DropDownList DisplayValueAsItem="1">0:Action Available
1:No Action
</DropDownList>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+131E5D1</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>14939</ID>
          <Description>"+Battle Adresses (Static)"</Description>
          <Options moHideChildren="1"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>14940</ID>
              <Description>"Infinite AP (Crashes game on Ally "Enemy" Turn)"</Description>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]
aobscanmodule(CurrentPlayer_AP,Valkyria4_x64.exe,F3 0F 11 BB C4 04 00 00)
alloc(newmem,$128,CurrentPlayer_AP)
label(return)
label(_CurrentAP)
registersymbol(_CurrentAP)
alloc(APValue,4)
label(curr_AP)
registersymbol(curr_AP)

APValue:
dq (float)0
align 10

newmem:
//mov [_CurrentAP],rbx
movss [curr_AP],xmm7
//movss xmm7 [APValue]
movss [rbx+000004C4],xmm7

setae dil
mov eax,edi
mov rbx,[rsp+50]

jmp return

align 10 cc
  curr_AP:
  dq 0

_CurrentAP:
CurrentPlayer_AP:
  jmp newmem
return:
registersymbol(CurrentPlayer_AP)

[DISABLE]
CurrentPlayer_AP:
  db F3 0F 11 BB C4 04 00 00 40 0F 93 D7 89 F8 48 8B 5C 24 50
unregistersymbol(curr_AP)
unregistersymbol(_CurrentAP)
unregistersymbol(CurrentPlayer_AP)
dealloc(newmem)
dealloc(APValue)

{
// ORIGINAL CODE - INJECTION POINT: "Valkyria4_x64.exe"+75EACBE
"Valkyria4_x64.exe"+75EAC8D: C7 83 3C 05 00 00 01 00 00 00  -  mov [rbx+0000053C],00000001
"Valkyria4_x64.exe"+75EAC97: 89 BB 34 05 00 00              -  mov [rbx+00000534],edi
"Valkyria4_x64.exe"+75EAC9D: F3 0F 58 B3 C4 04 00 00        -  addss xmm6,dword ptr [rbx+000004C4]
"Valkyria4_x64.exe"+75EACA5: F3 0F 10 83 C0 04 00 00        -  movss xmm0,[rbx+000004C0]
"Valkyria4_x64.exe"+75EACAD: 0F 2F F0                       -  comiss xmm6,xmm0
"Valkyria4_x64.exe"+75EACB0: 76 05                          -  jna Valkyria4_x64.exe+75EACB7
"Valkyria4_x64.exe"+75EACB2: 0F 28 F8                       -  movaps xmm7,xmm0
"Valkyria4_x64.exe"+75EACB5: EB 04                          -  jmp Valkyria4_x64.exe+75EACBB
"Valkyria4_x64.exe"+75EACB7: F3 0F 5F FE                    -  maxss xmm7,xmm6
"Valkyria4_x64.exe"+75EACBB: 0F 2F F8                       -  comiss xmm7,xmm0
// ---------- INJECTING HERE ----------
"Valkyria4_x64.exe"+75EACBE: F3 0F 11 BB C4 04 00 00        -  movss [rbx+000004C4],xmm7
// ---------- DONE INJECTING  ----------
"Valkyria4_x64.exe"+75EACC6: 40 0F 93 D7                    -  setae dil
"Valkyria4_x64.exe"+75EACCA: 89 F8                          -  mov eax,edi
"Valkyria4_x64.exe"+75EACCC: 48 8B 5C 24 50                 -  mov rbx,[rsp+50]
"Valkyria4_x64.exe"+75EACD1: 48 8B 74 24 58                 -  mov rsi,[rsp+58]
"Valkyria4_x64.exe"+75EACD6: 0F 28 74 24 30                 -  movaps xmm6,[rsp+30]
"Valkyria4_x64.exe"+75EACDB: 0F 28 7C 24 20                 -  movaps xmm7,[rsp+20]
"Valkyria4_x64.exe"+75EACE0: 48 83 C4 40                    -  add rsp,40
"Valkyria4_x64.exe"+75EACE4: 5F                             -  pop rdi
"Valkyria4_x64.exe"+75EACE5: C3                             -  ret
"Valkyria4_x64.exe"+75EACE6: CC                             -  int 3
}
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>14941</ID>
              <Description>"Turn"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>Byte</VariableType>
              <Address>Valkyria4_x64.exe+1161A38-60</Address>
              <CheatEntries>
                <CheatEntry>
                  <ID>14942</ID>
                  <Description>"Max Turn (Before Mission Failure)"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>Byte</VariableType>
                  <Address>Valkyria4_x64.exe+1161A3C-60</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>14943</ID>
              <Description>"Total Killed (In Current Mission)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>4 Bytes</VariableType>
              <Address>Valkyria4_x64.exe+11B59F4-60</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>14944</ID>
              <Description>"Total Kills Overall?"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>4 Bytes</VariableType>
              <Address>Valkyria4_x64.exe+11B5A18-60</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>14945</ID>
              <Description>"Player CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>4 Bytes</VariableType>
              <Address>Valkyria4_x64.exe+1319C7C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>14946</ID>
              <Description>"Enemy CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>4 Bytes</VariableType>
              <Address>Valkyria4_x64.exe+1331D1C-60</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>14947</ID>
              <Description>"Ally (or 3rd) CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>4 Bytes</VariableType>
              <Address>141349CFC</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols>
    <SymbolEntry>
      <Name>rage</Name>
      <Address>1409552A7</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>weight</Name>
      <Address>4039F908</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>unlimited</Name>
      <Address>140DB8F24</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>player</Name>
      <Address>1400F59C1</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>player_stats</Name>
      <Address>1400F5AA3</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>keyboard</Name>
      <Address>13F709090</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>global_game</Name>
      <Address>14011D3A9</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>vtable</Name>
      <Address>13F1550F5</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>durability</Name>
      <Address>7FF74AA34F5C</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>freeze</Name>
      <Address>7FF74A7C8CB6</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>mouseover</Name>
      <Address>7FF74AC9F4AE</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>mouseover_ptr</Name>
      <Address>7FF74A2E001B</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>console</Name>
      <Address>7FF742253810</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>global_console_debug</Name>
      <Address>7FF742D0E18A</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>use_console</Name>
      <Address>7FF7426FB043</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>ItemEditorMaking</Name>
      <Address>00710030</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>ItemEditor</Name>
      <Address>021C0020</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>ItemEditorContainer</Name>
      <Address>021C0010</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>MakingEditorContainer</Name>
      <Address>00930000</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>MakingEditorContainerV2</Name>
      <Address>021C0000</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>FinalMakingEditor</Name>
      <Address>02290010</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>ItemSelContainer</Name>
      <Address>00910000</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>ItemSelMaking</Name>
      <Address>00980010</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>itemBase</Name>
      <Address>608F0000</Address>
    </SymbolEntry>
  </UserdefinedSymbols>
</CheatTable>
