<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="46">
  <CheatEntries>
    <CheatEntry>
      <ID>0</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>1</ID>
      <Description>"Active"</Description>
      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : P5R.exe
  Version:
  Date   : 2022-10-21
  Author : bbfox@https://opencheattables.com
}
[ENABLE]
{$lua}
if syntaxcheck then return end
if memrec then print(memrec.Description) end


function AOBScanModule(moduleName, signature, aobSignaturePrivileges, alignmentType, alignmentParam)
	--checkArgType(moduleName, 1, 'string')
	if not signature or not moduleName then return end
	index = index or 1
	local modStartAddr = getAddress(moduleName)
	local modEndAddr = modStartAddr + getModuleSize(moduleName)
	local ms = createMemScan()
	if type(signature) == 'table' then
		local sig = ''
		for i, byte in ipairs(signature) do
			sig = sig..string.format('%02X', byte)
		end
		signature = sig
	end
	ms.firstScan(soExactValue, vtByteArray, nil, signature, nil, modStartAddr, modEndAddr,
				 aobSignaturePrivileges, alignmentType, alignmentParam, true, true, false, false)
	ms.waitTillDone()
	local results = createFoundList(ms)
	results.initialize()
	ms.destroy()
	return results
end
registerLuaFunctionHighlight('AOBScanModule')



local _dbg = true
if (_dbg) then
  AOBs = {
    {["name"]="money", ["aob"]="0F 48 15 ?? ?? ?? ?? 48 85 ED", ["pos"]= 3,  ["aoblen"]= 7 , ["symbol"]="money_base"},
    {["name"]="joker_exp", ["aob"]="89 1D * * * * 48 8D 0D * * * * 8B 1D * * * * 44 8B F0", ["pos"]= 2,  ["aoblen"]= 6 , ["symbol"]="joker_exp_base"},
    {["name"]="security_lv", ["aob"]="8B 0D * * * * 83 F9 50 7C * B8 02 00 00 00 C3", ["pos"]= 2,  ["aoblen"]= 6 , ["symbol"]="security_lv_base"},
    {["name"]="pp_coin", ["aob"]="3B 05 * * * * 7E * 0F B6 05 * * * * F3 0F 11 74 24 68", ["pos"]= 2,  ["aoblen"]= 6 , ["symbol"]="pp_coin_base"},
    {["name"]="flowers", ["aob"]="66 0F 6E 05 ?? ?? ?? ?? 33 F6", ["pos"]= 4,  ["aoblen"]= 8 , ["symbol"]="flowers_base"},
  }


  local a1 = 'n/a'
  local a2 = 'n/a'
  local a3 = 0
  local a4 = 0
  local a5 = 'n/a'

  for k,v in pairs(AOBs) do
    -- k = array seq.
    for k1,v1 in pairs(v) do
      if (k1 == 'name') then
        a1 = v1
      end
      if (k1 == 'aob') then
        a2 = v1
      end
      if (k1 == 'pos') then
        a3 = v1
      end
      if (k1 == 'aoblen') then
        a4 = v1
      end
      if (k1 == 'symbol') then
        a5 = v1
      end
      --print(k1,v1)
    end
    local aob_addr_str = AOBScanModule('P5R.exe', a2, '+X-C-W')
    --local aob_addr_str = AOBScanModule('$process', a2, '+X-C-W')
    local name_addr_str = getAddressSafe(aob_addr_str[0])+a3
    local name_addr_val = readInteger(name_addr_str)
    local aob_addr_val = tonumber(aob_addr_str[0], 16)
    local final_addr_val = name_addr_val + aob_addr_val + a4
    --print(a1 .. " addr: " .. string.format("%08X", final_addr_val))
    registerSymbol(a5, final_addr_val)
    --print('-------')
  end
end
getLuaEngine().MenuItem5.DoClick()
getLuaEngine().Close()

[DISABLE]
{$lua}
if syntaxcheck then return end
if memrec then print(memrec.Description) end
local disable_array = {"money_base", "joker_exp_base", "security_lv_base", "pp_coin_base", "flowers_base", }
--local disable_array = {"money_base", "joker_exp_base", "security_lv_base",  }
local a_len = #(disable_array)
local i = 0
for i = 1, a_len do
  --print(disable_array[i])
  unregisterSymbol(disable_array[i])
end
getLuaEngine().MenuItem5.DoClick()
getLuaEngine().Close()
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>2</ID>
          <Description>"Turn most scripts on / off"</Description>
          <Color>4080FF</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript Async="1">[ENABLE]
{$lua}
if (syntaxcheck) then return end
synchronize(function() getLuaEngine().menuItem5.doClick() end)
synchronize(function() getLuaEngine().Close() end)

local enableBattleScripts = {
  0, -- "Compact Mode"
  36, -- "+Battle"
  384, -- "Get social stats"
  391, -- "Buy item in weapon shop - no money decrease"
  396, -- "Social pt multiplier"
  398, -- "Existing confidants (コープ) viewer"
  402, -- "Existing confidants (コープ) pt multiplier"
  505, -- "Darts game - one shot"
  506, -- "Special battle score multiplier"
  508, -- "Get Date/Time"
  10, -- "Get total flowers"
  161, -- "Battle: Joker EXP multiplier"
  164, -- "Battle: Party EXP multiplier"
  166, -- "Battle: Joker equipped Persona EXP multiplier"
  168, -- "Battle: Money multiplier"
  172, -- "Battle: Set enemy HP option"
  176, -- "Battle: inf. Bullets"
  37, -- "Battle: HP/SP"
  392, -- "Sell item in sell menu - price multiplier"
  394, -- "Sell item after buy equip multiplier"
  4, -- "Get old clothes pt / 古着屋pt"
}
local addressList = getAddressList()
synchronize(function()
  for _, id in ipairs(enableBattleScripts) do
    local memRec = addressList.getMemoryRecordByID(id)
    if memRec then
      memRec.Active = true
    end
    addressList.refresh()
  end
end)
synchronize(function() getLuaEngine().Close() end)
[DISABLE]
{$lua}
if (syntaxcheck) then return end
synchronize(function() getLuaEngine().menuItem5.doClick() end)
synchronize(function() getLuaEngine().Close() end)

local disableBattleScripts = {
  125, -- "+Persona stats (non-Joker)"
  117, -- "+Persona stats (non-Joker)"
  109, -- "+Persona stats (non-Joker)"
  101, -- "+Persona stats (non-Joker)"
  96, -- "Slot 1"
  91, -- "+Persona 10"
  87, -- "+Persona 9"
  83, -- "+Persona 8"
  79, -- "+Persona 7"
  75, -- "+Persona 6"
  71, -- "+Persona 5"
  67, -- "+Persona 4"
  63, -- "+Persona 3"
  59, -- "+Persona 2"
  55, -- "+Persona 1"
  187, -- "Fill item even not get?"
  134, -- "Slot 6"
  128, -- "Slot 5"
  120, -- "Slot 4"
  112, -- "Slot 3"
  104, -- "Slot 2"
  95, -- "Slots - Others"
  49, -- "Slots - Joker only"
  374, -- "Skills"
  350, -- "Skills"
  335, -- "Skills"
  320, -- "Skills"
  305, -- "Skills"
  290, -- "Skills"
  275, -- "Skills"
  260, -- "Skills"
  245, -- "Skills"
  230, -- "Skills"
  215, -- "Skills"
  197, -- "Fill item even not get?"
  185, -- "To active: menu -&gt; items -&gt; browse skillcards"
  528, -- "Persona 5 Royal (Amicitia Wiki)"
  527, -- "ペルソナ5R（P5R）攻略wiki"
  518, -- "Lists"
  501, -- "Slot 22"
  497, -- "Slot 21"
  493, -- "Slot 20"
  489, -- "Slot 19"
  485, -- "Slot 18"
  481, -- "Slot 17"
  48, -- "+Player team"
  477, -- "Slot 16"
  473, -- "Slot 15"
  469, -- "Slot 14"
  465, -- "Slot 13"
  461, -- "Slot 12"
  457, -- "Slot 11"
  453, -- "Slot 10"
  449, -- "Slot 9"
  445, -- "Slot 8"
  441, -- "Slot 7"
  437, -- "Slot 6"
  433, -- "Slot 5"
  429, -- "Slot 4"
  425, -- "Slot 4"
  421, -- "Slot 3"
  42, -- "Player get buff when hit:"
  417, -- "Slot 2"
  413, -- "Slot 1"
  370, -- "+Persona stats"
  345, -- "+Persona 10"
  330, -- "+Persona 9"
  315, -- "+Persona 8"
  300, -- "+Persona 7"
  285, -- "+Persona 6"
  270, -- "+Persona 5"
  255, -- "+Persona 4"
  240, -- "+Persona 3"
  225, -- "+Persona 2"
  210, -- "+Persona 1"
  195, -- "To active: Menu -&gt; Equip -&gt; select char -&gt; select Accessory"
  192, -- "Fill item even not get?"
  184, -- "Fill items - Skillcards"
  181, -- "Fill item even not get?"
  140, -- "+Enemy team"
  530, -- "Battle: damage multiplier"
  517, -- "."
  412, -- "+Confidants - Use with caution"
  4, -- "Get old clothes pt / 古着屋pt"
  394, -- "Sell item after buy equip multiplier"
  392, -- "Sell item in sell menu - price multiplier"
  37, -- "Battle: HP/SP"
  363, -- "+Data"
  202, -- "+Data"
  194, -- "Fill items - Accessory"
  189, -- "Fill items - Treasure"
  183, -- "Enable skillcards modification"
  178, -- "Fill items -  consumable &amp; material"
  176, -- "Battle: inf. Bullets"
  172, -- "Battle: Set enemy HP option"
  168, -- "Battle: Money multiplier"
  166, -- "Battle: Joker equipped Persona EXP multiplier"
  164, -- "Battle: Party EXP multiplier"
  161, -- "Battle: Joker EXP multiplier"
  15, -- "+Joker Personas"
  10, -- "Get total flowers"
  529, -- "_not working"
  516, -- "Dummy"
  508, -- "Get Date/Time"
  506, -- "Special battle score multiplier"
  505, -- "Darts game - one shot"
  407, -- "Set existing Confidants (コープ) Rank &amp; Pt / edit all confidants "
  402, -- "Existing confidants (コープ) pt multiplier"
  398, -- "Existing confidants (コープ) viewer"
  396, -- "Social pt multiplier"
  391, -- "Buy item in weapon shop - no money decrease"
  384, -- "Get social stats"
  360, -- "Status - Others"
  36, -- "+Battle"
  3, -- "Static values / some points"
  2, -- "Turn most scripts on / off"
  199, -- "Status - Joker"
  177, -- "+Items"
  515, -- "Persona 5 Royal 1.04 /  https://opencheattables.com  /  CE 7.5+"
  0, -- "Compact Mode"
}
local addressList = getAddressList()
synchronize(function()
  for _, id in ipairs(disableBattleScripts) do
    local memRec = addressList.getMemoryRecordByID(id)
    if memRec then
      memRec.Active = false
    end
    addressList.refresh()
  end
end)
synchronize(function() getLuaEngine().Close() end)

</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>3</ID>
          <Description>"Static values / some points"</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>4</ID>
              <Description>"Get old clothes pt / 古着屋pt"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : P5R.exe
  Version: 
  Date   : 2024-12-11
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_GET_OLD_CLOTHES_PT,$process,8B 84 81 40 58 85 02) // should be unique
alloc(newmem,$1000,INJECT_GET_OLD_CLOTHES_PT)

label(code)
label(return)
label(i_base_old_clothes_pt_addr)


newmem:
  push rax
  lea rax,[rcx+rax*4+02855840]
  mov [i_base_old_clothes_pt_addr], rax
  pop rax

code:
  //mov eax,[rcx+rax*4+0297EF20]
  //jmp return
  mov eax,[rcx+rax*4+02855840]
  jmp return
align 10 cc
  i_base_old_clothes_pt_addr:
  dq 0

INJECT_GET_OLD_CLOTHES_PT:
  jmp newmem
  nop 2
return:
registersymbol(INJECT_GET_OLD_CLOTHES_PT)
registersymbol(i_base_old_clothes_pt_addr)

[DISABLE]

INJECT_GET_OLD_CLOTHES_PT:
  db 8B 84 81 40 58 85 02

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: P5R.exe+D658D9

P5R.exe+D658B9: 49 8B D0              - mov rdx,r8
P5R.exe+D658BC: 0F 1F 40 00           - nop dword ptr [rax+00]
P5R.exe+D658C0: 39 0A                 - cmp [rdx],ecx
P5R.exe+D658C2: 74 1D                 - je P5R.exe+D658E1
P5R.exe+D658C4: FF C0                 - inc eax
P5R.exe+D658C6: 48 83 C2 08           - add rdx,08
P5R.exe+D658CA: 83 F8 02              - cmp eax,02
P5R.exe+D658CD: 72 F1                 - jb P5R.exe+D658C0
P5R.exe+D658CF: 48 63 C1              - movsxd  rax,ecx
P5R.exe+D658D2: 48 8D 0D 27 A7 29 FF  - lea rcx,[P5R.exe]
// ---------- INJECTING HERE ----------
P5R.exe+D658D9: 8B 84 81 40 58 85 02  - mov eax,[rcx+rax*4+02855840]
// ---------- DONE INJECTING  ----------
P5R.exe+D658E0: C3                    - ret
P5R.exe+D658E1: 85 C0                 - test eax,eax
P5R.exe+D658E3: 78 EA                 - js P5R.exe+D658CF
P5R.exe+D658E5: 48 63 C8              - movsxd  rcx,eax
P5R.exe+D658E8: 49 63 44 C8 04        - movsxd  rax,dword ptr [r8+rcx*8+04]
P5R.exe+D658ED: 48 8D 0D 0C A7 29 FF  - lea rcx,[P5R.exe]
P5R.exe+D658F4: 8B 84 81 84 F2 8D 02  - mov eax,[rcx+rax*4+028DF284]
P5R.exe+D658FB: C3                    - ret
P5R.exe+D658FC: CC                    - int 3
P5R.exe+D658FD: CC                    - int 3
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>5</ID>
                  <Description>"To active: browse exchange items in old clothes shop (end of chap.2 later)"</Description>
                  <Color>8000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>6</ID>
                  <Description>"Pt"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>i_base_old_clothes_pt_addr</Address>
                  <Offsets>
                    <Offset>0</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>7</ID>
              <Description>"Money"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF8080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>money_base</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>8</ID>
              <Description>"PP Coin"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF8080</Color>
              <VariableType>2 Bytes</VariableType>
              <Address>pp_coin_base</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>9</ID>
              <Description>"Flowers now"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF8080</Color>
              <VariableType>2 Bytes</VariableType>
              <Address>flowers_base</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>10</ID>
              <Description>"Get total flowers"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : P5R.exe
  Version: 
  Date   : 2022-10-26
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_GET_FLOWERS_TOTAL,P5R.exe,43 01 84 9F 14 04 00 00) // should be unique
alloc(newmem,$1000,INJECT_GET_FLOWERS_TOTAL)

label(code)
label(return)
label(i_base_flowers_total_addr)

newmem:
  push r14
  lea r14, [r15+r11*4]
  mov [i_base_flowers_total_addr], r14
  pop r14

code:
  add [r15+r11*4+00000414],eax
  jmp return
align 10 cc
  i_base_flowers_total_addr:
  dq 0

INJECT_GET_FLOWERS_TOTAL:
  jmp newmem
  nop 3
return:
registersymbol(INJECT_GET_FLOWERS_TOTAL)
registersymbol(i_base_flowers_total_addr)

[DISABLE]

INJECT_GET_FLOWERS_TOTAL:
  db 43 01 84 9F 14 04 00 00

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: P5R.exe+1588130

P5R.exe+15880FF: 4A 8D 0C 9D 00 00 00 00  - lea rcx,[r11*4+00000000]
P5R.exe+1588107: 48 03 C1                 - add rax,rcx
P5R.exe+158810A: 45 85 84 87 54 05 00 00  - test [r15+rax*4+00000554],r8d
P5R.exe+1588112: 75 2B                    - jne P5R.exe+158813F
P5R.exe+1588114: 42 FF 84 39 14 04 00 00  - inc [rcx+r15+00000414]
P5R.exe+158811C: 45 09 84 87 54 05 00 00  - or [r15+rax*4+00000554],r8d
P5R.exe+1588124: EB 12                    - jmp P5R.exe+1588138
P5R.exe+1588126: 45 85 C0                 - test r8d,r8d
P5R.exe+1588129: 41 8B C5                 - mov eax,r13d
P5R.exe+158812C: 41 0F 45 C0              - cmovne eax,r8d
// ---------- INJECTING HERE ----------
P5R.exe+1588130: 43 01 84 9F 14 04 00 00  - add [r15+r11*4+00000414],eax
// ---------- DONE INJECTING  ----------
P5R.exe+1588138: 44 88 2D 47 61 41 01     - mov [P5R.exe+299E286],r13l
P5R.exe+158813F: 8B 43 10                 - mov eax,[rbx+10]
P5R.exe+1588142: 48 03 C3                 - add rax,rbx
P5R.exe+1588145: 8B 44 38 18              - mov eax,[rax+rdi+18]
P5R.exe+1588149: 43 39 84 9F 14 04 00 00  - cmp [r15+r11*4+00000414],eax
P5R.exe+1588151: 0F 82 74 01 00 00        - jb P5R.exe+15882CB
P5R.exe+1588157: 41 09 AE 94 29 00 00     - or [r14+00002994],ebp
P5R.exe+158815E: 8B 43 10                 - mov eax,[rbx+10]
P5R.exe+1588161: 48 03 C3                 - add rax,rbx
P5R.exe+1588164: 8B 4C 38 14              - mov ecx,[rax+rdi+14]
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>11</ID>
                  <Description>"Active: get flowers"</Description>
                  <Color>8000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>12</ID>
                  <Description>"Total flowers"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>i_base_flowers_total_addr</Address>
                  <Offsets>
                    <Offset>414</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>13</ID>
              <Description>"Security Level / 警戒度"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF8080</Color>
              <VariableType>Byte</VariableType>
              <Address>security_lv_base</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>14</ID>
              <Description>"Joker EXP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF8080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>joker_exp_base</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>15</ID>
              <Description>"+Joker Personas"</Description>
              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>16</ID>
                  <Description>"Persona 1"</Description>
                  <DropDownListLink>L-Persona IDs</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>joker_exp_base+2A</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>17</ID>
                  <Description>"Persona 1 EXP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>joker_exp_base+30</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>18</ID>
                  <Description>"Persona 2"</Description>
                  <DropDownListLink>L-Persona IDs</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>joker_exp_base+5A</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>19</ID>
                  <Description>"Persona 2 EXP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>joker_exp_base+60</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>20</ID>
                  <Description>"Persona 3"</Description>
                  <DropDownListLink>L-Persona IDs</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>joker_exp_base+8A</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>21</ID>
                  <Description>"Persona 3 EXP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>joker_exp_base+90</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>22</ID>
                  <Description>"Persona 4"</Description>
                  <DropDownListLink>L-Persona IDs</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>joker_exp_base+BA</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>23</ID>
                  <Description>"Persona 4 EXP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>joker_exp_base+C0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>24</ID>
                  <Description>"Persona 5"</Description>
                  <DropDownListLink>L-Persona IDs</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>joker_exp_base+EA</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>25</ID>
                  <Description>"Persona 5 EXP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>joker_exp_base+F0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>26</ID>
                  <Description>"Persona 6"</Description>
                  <DropDownListLink>L-Persona IDs</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>joker_exp_base+11A</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>27</ID>
                  <Description>"Persona 6 EXP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>joker_exp_base+120</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28</ID>
                  <Description>"Persona 7"</Description>
                  <DropDownListLink>L-Persona IDs</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>joker_exp_base+14A</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>29</ID>
                  <Description>"Persona 7 EXP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>joker_exp_base+150</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>30</ID>
                  <Description>"Persona 8"</Description>
                  <DropDownListLink>L-Persona IDs</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>joker_exp_base+17A</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>31</ID>
                  <Description>"Persona 8 EXP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>joker_exp_base+180</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>32</ID>
                  <Description>"Persona 9"</Description>
                  <DropDownListLink>L-Persona IDs</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>joker_exp_base+1AA</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>33</ID>
                  <Description>"Persona 9 EXP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>joker_exp_base+1B0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>34</ID>
                  <Description>"Persona 10"</Description>
                  <DropDownListLink>L-Persona IDs</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>joker_exp_base+1DA</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>35</ID>
                  <Description>"Persona 10 EXP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>joker_exp_base+1E0</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>36</ID>
          <Description>"+Battle"</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>37</ID>
              <Description>"Battle: HP/SP"</Description>
              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript Async="1">{ Game   : P5R.exe
  Version: 
  Date   : 2022-10-21
  Author : bbfox@https://opencheattables.com
}

[ENABLE]
aobscanmodule(INJECT_BATTLE_HP,$process,39 71 0C ?? ?? 4C 8B 4D D8) // should be unique
alloc(newmem,$1500,INJECT_BATTLE_HP)
alloc(INJECT_BATTLE_HPo,$10)

label(code)
label(return)
label(i_base_char_addr_1)
label(i_base_enemy_addr_1)
label(i_is_reset_player_data)
label(i_is_reset_enemy_data)
label(is_keep_min_sp)
label(is_keep_min_hp)
label(i_min_sp_value)
label(i_min_hp_value)
label(i_joker_base_addr)
label(is_player_abso_buf is_player_crit_buf is_player_atk_buf is_player_def_buf)

INJECT_BATTLE_HPo:
  readmem(INJECT_BATTLE_HP, 10)

newmem:
  cmp dword ptr [i_is_reset_player_data], 1
  jne check_next1
  push rax
  push r15
  xor r15, r15

clear_loop:
  mov rax, i_base_char_addr_1
  lea rax, [rax+r15d*8]
  mov [rax], 0
  inc r15d
  cmp r15d, 18
  jbe clear_loop
  mov dword ptr [i_is_reset_player_data], 0

  pop r15
  pop rax

check_next1:
  cmp dword ptr [i_is_reset_enemy_data], 1
  jne check_next2

  push rax
  push r15
  xor r15, r15

clear_e_loop:
  mov rax, i_base_enemy_addr_1
  lea rax, [rax+r15d*8]
  mov [rax], 0
  inc r15d
  cmp r15d, 9
  jbe clear_e_loop
  mov dword ptr [i_is_reset_enemy_data], 0

  pop r15
  pop rax

check_next2:
  inc dword ptr [i_refresh_counter]
  cmp dword ptr [i_refresh_counter], 64
  jb @F
  mov dword ptr [i_is_reset_enemy_data], 1
  mov dword ptr [i_refresh_counter], 0


@@:
  // ********************
  push rax
  push r15
  push r14

  xor r15, r15

  mov eax, [rcx+04]
  cmp eax, 1
  jne to_enemy

  // Check joker
  mov ax, [rcx+20]
  cmp ax, 1
  jne char_addr_loop
  mov [i_joker_base_addr], rcx


char_addr_loop:
  mov rax, i_base_char_addr_1
  lea rax, [rax+r15d*8]
  cmp [rax], rcx
  je char_match
  cmp [rax], 0
  jne next_char
  mov [rax], rcx

char_match:
  cmp dword ptr [is_keep_min_sp], 1
  jne @F
  mov r14d, [rcx+10]
  cmp r14d, dword ptr [i_min_sp_value]
  jae check_player_hp_option
  mov r14d, dword ptr [i_min_sp_value]
  mov [rcx+10], r14d

check_player_hp_option:
  cmp dword ptr [is_keep_min_hp], 1
  jne @F
  mov r14d, [rcx+0C]
  cmp r14d, dword ptr [i_min_hp_value]
  jae char_match_endp
  mov r14d, dword ptr [i_min_hp_value]
  mov [rcx+0C], r14d

check_abso_shield_buf:
  cmp dword ptr [is_player_abso_buf], 1
  jne @F
  or dword ptr [rcx+24], 01100000

chk_player_def_buf:
  cmp dword ptr [is_player_def_buf], 1
  jne @F
  or dword ptr [rcx+2C], 00000100
  or dword ptr [rcx+34], 03000000
  or dword ptr [rcx+24], 00000004

chk_player_atk_buf:
  cmp dword ptr [is_player_atk_buf], 1
  jne @F
  or dword ptr [rcx+2C], 00000001
  or dword ptr [rcx+34], 00030000
  or dword ptr [rcx+24], 00000001

chk_player_crit_buf:
  cmp dword ptr [is_player_crit_buf], 1
  jne @F
  or dword ptr [rcx+2C], 00010000
  or dword ptr [rcx+34], 00000002
  or dword ptr [rcx+24], 00000010

char_match_endp:
  jmp char_endp

next_char:
  inc r15d
  cmp r15d, 18
  jae char_endp
  jmp char_addr_loop

char_endp:
  jmp endp

to_enemy:
  db EB 3B 54
  db 68 69 73 20 74 61
  db 62 6C 65 20 63 6F 6D
  db 65 73 20
  db 66 72 6F 6D 20 68 74 74 70
  db 73 3A 2F 2F 6F 70 65 6E 63 68 65 61 74 74 61 62
  db 6C 65 73 2E 63 6F 6D 20 2F 20 43 45 20 37 2E 34 2B

enemy_addr_loop:
  mov rax, i_base_enemy_addr_1
  lea rax, [rax+r15d*8]

check_enemy_next1:
  mov r14d, [rax+04]
  cmp r14d, 0
  je check_enemy_next2
  cmp r14d, 2
  je check_enemy_next2
  mov [rax], 0
  jmp check_enemy_match

check_enemy_next2:
  //mov r14w, [rax+02]
  //cmp r14w, 0
  //je check_enemy_match
  //mov [rax], 0

check_enemy_match:
  cmp [rax], rcx
  je enemy_match
  cmp [rax], 0
  jne next_enemy
  mov [rax], rcx

enemy_match:
  //test esi, esi
  //jz enemy_addr_clear

  //mov r14d, [rcx+04]
  //cmp r14d, 2
  //jne enemy_addr_clear

  //mov r14w, [rcx+02]
  //test r14w, r14w
  //jnz enemy_addr_clear


  jmp enemy_endp

next_enemy:
  inc r15d
  cmp r15d, #11
  jae enemy_endp
  jmp enemy_addr_loop

enemy_endp:
  jmp endp

endp:
  pop r14
  pop r15
  pop rax


code:
  cmp [rcx+0C],esi
  reassemble(INJECT_BATTLE_HP+3)
  //jle P5R.exe+8FF98D
  jmp return
align 10 cc
  i_is_reset_player_data:
  dd 0
  i_is_reset_enemy_data:
  dd 0
  is_keep_min_sp:
  dd 1
  is_keep_min_hp:
  dd 1
  i_min_sp_value:
  dd 50
  i_min_hp_value:
  dd #225
  i_refresh_counter:
  dd 0
  is_player_abso_buf:
  dd 0
  is_player_crit_buf:
  dd 0
  is_player_atk_buf:
  dd 0
  is_player_def_buf:
  dd 1
  i_joker_base_addr:
  dq 0
  align 10 cc
  i_base_char_addr_1:
  dq 0
  align 100 0
  i_base_enemy_addr_1:
  dq 0
  align 100 0
  dq 0



INJECT_BATTLE_HP:
  jmp newmem
return:
registersymbol(INJECT_BATTLE_HP)
registersymbol(i_base_char_addr_1)
registersymbol(i_base_enemy_addr_1)
registersymbol(i_is_reset_player_data)
registersymbol(i_is_reset_enemy_data)
registersymbol(is_keep_min_sp)
registersymbol(is_keep_min_hp)
registersymbol(INJECT_BATTLE_HPo)
registersymbol(i_min_sp_value)
registersymbol(i_min_hp_value)
registersymbol(i_joker_base_addr)
registersymbol(is_player_abso_buf is_player_crit_buf is_player_atk_buf is_player_def_buf)
[DISABLE]
//INJECT_BATTLE_HP:
//  db 39 71 0C 7E 53
INJECT_BATTLE_HP:
  readmem(INJECT_BATTLE_HPo, 10)

unregistersymbol(*)
dealloc(newmem)
dealloc(INJECT_BATTLE_HPo)


{
// ORIGINAL CODE - INJECTION POINT: P5R.exe+8FF935

P5R.exe+8FF911: 48 8D 45 E0        - lea rax,[rbp-20]
P5R.exe+8FF915: 48 89 43 10        - mov [rbx+10],rax
P5R.exe+8FF919: 4C 8B 43 18        - mov r8,[rbx+18]
P5R.exe+8FF91D: 4C 89 45 F8        - mov [rbp-08],r8
P5R.exe+8FF921: 49 8B 48 10        - mov rcx,[r8+10]
P5R.exe+8FF925: 8B 41 14           - mov eax,[rcx+14]
P5R.exe+8FF928: C1 E8 13           - shr eax,13
P5R.exe+8FF92B: A8 01              - test al,01
P5R.exe+8FF92D: 75 5E              - jne P5R.exe+8FF98D
P5R.exe+8FF92F: 41 BA 01 00 00 00  - mov r10d,00000001
// ---------- INJECTING HERE ----------
P5R.exe+8FF935: 39 71 0C           - cmp [rcx+0C],esi
// ---------- DONE INJECTING  ----------
P5R.exe+8FF938: 7E 53              - jle P5R.exe+8FF98D
P5R.exe+8FF93A: 4C 8B 4D D8        - mov r9,[rbp-28]
P5R.exe+8FF93E: 48 8B 4D D0        - mov rcx,[rbp-30]
P5R.exe+8FF942: 48 8B 55 C8        - mov rdx,[rbp-38]
P5R.exe+8FF946: 32 DB              - xor bl,bl
P5R.exe+8FF948: 41 F6 C2 02        - test r10l,02
P5R.exe+8FF94C: 0F 84 FC 00 00 00  - je P5R.exe+8FFA4E
P5R.exe+8FF952: 4C 89 75 C0        - mov [rbp-40],r14
P5R.exe+8FF956: 48 85 D2           - test rdx,rdx
P5R.exe+8FF959: 0F 85 90 00 00 00  - jne P5R.exe+8FF9EF
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>38</ID>
                  <Description>"Keep min SP?"</Description>
                  <DropDownList DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>C08000</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>is_keep_min_sp</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>39</ID>
                  <Description>"Keep min HP? (not god mode)"</Description>
                  <DropDownListLink>Keep min SP?</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>C08000</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>is_keep_min_hp</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>40</ID>
                  <Description>"Min. SP value"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>C08000</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>i_min_sp_value</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>41</ID>
                  <Description>"Min. HP value"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>C08000</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>i_min_hp_value</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>42</ID>
                  <Description>"Player get buff when hit:"</Description>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>43</ID>
                      <Description>"Abso. shield / high crit.?"</Description>
                      <DropDownListLink>Keep min SP?</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>C08000</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>is_player_abso_buf</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>44</ID>
                      <Description>"Crit. buff?"</Description>
                      <DropDownListLink>Keep min SP?</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>C08000</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>is_player_crit_buf</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>45</ID>
                      <Description>"Atk. buff?"</Description>
                      <DropDownListLink>Keep min SP?</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>C08000</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>is_player_atk_buf</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>46</ID>
                      <Description>"Def. buff?"</Description>
                      <DropDownListLink>Keep min SP?</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>C08000</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>is_player_def_buf</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>47</ID>
                  <Description>"Reset player data?"</Description>
                  <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>i_is_reset_player_data</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>48</ID>
                  <Description>"+Player team"</Description>
                  <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>49</ID>
                      <Description>"Slots - Joker only"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>50</ID>
                          <Description>"Char ID"</Description>
                          <DropDownListLink>L-Char IDs</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>i_joker_base_addr</Address>
                          <Offsets>
                            <Offset>8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>51</ID>
                          <Description>"HP"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>i_joker_base_addr</Address>
                          <Offsets>
                            <Offset>C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>52</ID>
                          <Description>"SP"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>i_joker_base_addr</Address>
                          <Offsets>
                            <Offset>10</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>53</ID>
                          <Description>"Lv"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>Byte</VariableType>
                          <Address>i_joker_base_addr</Address>
                          <Offsets>
                            <Offset>18</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>54</ID>
                          <Description>"EXP"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <VariableType>4 Bytes</VariableType>
                          <Address>i_joker_base_addr</Address>
                          <Offsets>
                            <Offset>1C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>55</ID>
                          <Description>"+Persona 1"</Description>
                          <Options moHideChildren="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>56</ID>
                              <Description>"Persona ID"</Description>
                              <DropDownListLink>L-Persona IDs</DropDownListLink>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>2 Bytes</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>46</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>57</ID>
                              <Description>"Lv"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>48</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>58</ID>
                              <Description>"EXP"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>4C</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>59</ID>
                          <Description>"+Persona 2"</Description>
                          <Options moHideChildren="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>60</ID>
                              <Description>"Persona ID"</Description>
                              <DropDownListLink>L-Persona IDs</DropDownListLink>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>2 Bytes</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>76</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>61</ID>
                              <Description>"Lv"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>78</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>62</ID>
                              <Description>"EXP"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>7C</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>63</ID>
                          <Description>"+Persona 3"</Description>
                          <Options moHideChildren="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>64</ID>
                              <Description>"Persona ID"</Description>
                              <DropDownListLink>L-Persona IDs</DropDownListLink>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>2 Bytes</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>A6</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>65</ID>
                              <Description>"Lv"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>A8</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>66</ID>
                              <Description>"EXP"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>AC</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>67</ID>
                          <Description>"+Persona 4"</Description>
                          <Options moHideChildren="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>68</ID>
                              <Description>"Persona ID"</Description>
                              <DropDownListLink>L-Persona IDs</DropDownListLink>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>2 Bytes</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>D6</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>69</ID>
                              <Description>"Lv"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>D8</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>70</ID>
                              <Description>"EXP"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>DC</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>71</ID>
                          <Description>"+Persona 5"</Description>
                          <Options moHideChildren="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>72</ID>
                              <Description>"Persona ID"</Description>
                              <DropDownListLink>L-Persona IDs</DropDownListLink>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>2 Bytes</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>106</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>73</ID>
                              <Description>"Lv"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>108</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>74</ID>
                              <Description>"EXP"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>10C</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>75</ID>
                          <Description>"+Persona 6"</Description>
                          <Options moHideChildren="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>76</ID>
                              <Description>"Persona ID"</Description>
                              <DropDownListLink>L-Persona IDs</DropDownListLink>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>2 Bytes</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>136</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>77</ID>
                              <Description>"Lv"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>138</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>78</ID>
                              <Description>"EXP"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>13C</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>79</ID>
                          <Description>"+Persona 7"</Description>
                          <Options moHideChildren="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>80</ID>
                              <Description>"Persona ID"</Description>
                              <DropDownListLink>L-Persona IDs</DropDownListLink>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>2 Bytes</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>166</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>81</ID>
                              <Description>"Lv"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>168</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>82</ID>
                              <Description>"EXP"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>16C</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>83</ID>
                          <Description>"+Persona 8"</Description>
                          <Options moHideChildren="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>84</ID>
                              <Description>"Persona ID"</Description>
                              <DropDownListLink>L-Persona IDs</DropDownListLink>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>2 Bytes</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>196</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>85</ID>
                              <Description>"Lv"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>198</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>86</ID>
                              <Description>"EXP"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>19C</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>87</ID>
                          <Description>"+Persona 9"</Description>
                          <Options moHideChildren="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>88</ID>
                              <Description>"Persona ID"</Description>
                              <DropDownListLink>L-Persona IDs</DropDownListLink>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>2 Bytes</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>1C6</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>89</ID>
                              <Description>"Lv"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>1C8</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>90</ID>
                              <Description>"EXP"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>1CC</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>91</ID>
                          <Description>"+Persona 10"</Description>
                          <Options moHideChildren="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>92</ID>
                              <Description>"Persona ID"</Description>
                              <DropDownListLink>L-Persona IDs</DropDownListLink>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>2 Bytes</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>1F6</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>93</ID>
                              <Description>"Lv"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>1F8</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>94</ID>
                              <Description>"EXP"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_joker_base_addr</Address>
                              <Offsets>
                                <Offset>1FC</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>95</ID>
                      <Description>"Slots - Others"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>96</ID>
                          <Description>"Slot 1"</Description>
                          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>97</ID>
                              <Description>"Char ID"</Description>
                              <DropDownListLink>L-Char IDs</DropDownListLink>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_base_char_addr_1</Address>
                              <Offsets>
                                <Offset>8</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>98</ID>
                              <Description>"HP"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_base_char_addr_1</Address>
                              <Offsets>
                                <Offset>C</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>99</ID>
                              <Description>"SP"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_base_char_addr_1</Address>
                              <Offsets>
                                <Offset>10</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>100</ID>
                              <Description>"Persona ID (non-Joker)"</Description>
                              <DropDownListLink>L-Persona IDs</DropDownListLink>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>2 Bytes</VariableType>
                              <Address>i_base_char_addr_1</Address>
                              <Offsets>
                                <Offset>46</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>101</ID>
                              <Description>"+Persona stats (non-Joker)"</Description>
                              <Options moHideChildren="1"/>
                              <GroupHeader>1</GroupHeader>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>102</ID>
                                  <Description>"Lv"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Byte</VariableType>
                                  <Address>i_base_char_addr_1</Address>
                                  <Offsets>
                                    <Offset>48</Offset>
                                  </Offsets>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>103</ID>
                                  <Description>"EXP"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>i_base_char_addr_1</Address>
                                  <Offsets>
                                    <Offset>4C</Offset>
                                  </Offsets>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>104</ID>
                          <Description>"Slot 2"</Description>
                          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>105</ID>
                              <Description>"Char ID"</Description>
                              <DropDownListLink>L-Char IDs</DropDownListLink>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_base_char_addr_1+8</Address>
                              <Offsets>
                                <Offset>8</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>106</ID>
                              <Description>"HP"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_base_char_addr_1+8</Address>
                              <Offsets>
                                <Offset>C</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>107</ID>
                              <Description>"SP"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_base_char_addr_1+8</Address>
                              <Offsets>
                                <Offset>10</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>108</ID>
                              <Description>"Persona ID (non-Joker)"</Description>
                              <DropDownListLink>L-Persona IDs</DropDownListLink>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>2 Bytes</VariableType>
                              <Address>i_base_char_addr_1+8</Address>
                              <Offsets>
                                <Offset>46</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>109</ID>
                              <Description>"+Persona stats (non-Joker)"</Description>
                              <Options moHideChildren="1"/>
                              <GroupHeader>1</GroupHeader>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>110</ID>
                                  <Description>"Lv"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Byte</VariableType>
                                  <Address>i_base_char_addr_1+8</Address>
                                  <Offsets>
                                    <Offset>48</Offset>
                                  </Offsets>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>111</ID>
                                  <Description>"EXP"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>i_base_char_addr_1+8</Address>
                                  <Offsets>
                                    <Offset>4C</Offset>
                                  </Offsets>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>112</ID>
                          <Description>"Slot 3"</Description>
                          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>113</ID>
                              <Description>"Char ID"</Description>
                              <DropDownListLink>L-Char IDs</DropDownListLink>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_base_char_addr_1+10</Address>
                              <Offsets>
                                <Offset>8</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>114</ID>
                              <Description>"HP"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_base_char_addr_1+10</Address>
                              <Offsets>
                                <Offset>C</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>115</ID>
                              <Description>"SP"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_base_char_addr_1+10</Address>
                              <Offsets>
                                <Offset>10</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>116</ID>
                              <Description>"Persona ID (non-Joker)"</Description>
                              <DropDownListLink>L-Persona IDs</DropDownListLink>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>2 Bytes</VariableType>
                              <Address>i_base_char_addr_1+10</Address>
                              <Offsets>
                                <Offset>46</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>117</ID>
                              <Description>"+Persona stats (non-Joker)"</Description>
                              <Options moHideChildren="1"/>
                              <GroupHeader>1</GroupHeader>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>118</ID>
                                  <Description>"Lv"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Byte</VariableType>
                                  <Address>i_base_char_addr_1+10</Address>
                                  <Offsets>
                                    <Offset>48</Offset>
                                  </Offsets>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>119</ID>
                                  <Description>"EXP"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>i_base_char_addr_1+10</Address>
                                  <Offsets>
                                    <Offset>4C</Offset>
                                  </Offsets>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>120</ID>
                          <Description>"Slot 4"</Description>
                          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>121</ID>
                              <Description>"Char ID"</Description>
                              <DropDownListLink>L-Char IDs</DropDownListLink>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_base_char_addr_1+18</Address>
                              <Offsets>
                                <Offset>8</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>122</ID>
                              <Description>"HP"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_base_char_addr_1+18</Address>
                              <Offsets>
                                <Offset>C</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>123</ID>
                              <Description>"SP"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_base_char_addr_1+18</Address>
                              <Offsets>
                                <Offset>10</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>124</ID>
                              <Description>"Persona ID (non-Joker)"</Description>
                              <DropDownListLink>L-Persona IDs</DropDownListLink>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>2 Bytes</VariableType>
                              <Address>i_base_char_addr_1+18</Address>
                              <Offsets>
                                <Offset>46</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>125</ID>
                              <Description>"+Persona stats (non-Joker)"</Description>
                              <Options moHideChildren="1"/>
                              <GroupHeader>1</GroupHeader>
                              <CheatEntries>
                                <CheatEntry>
                                  <ID>126</ID>
                                  <Description>"Lv"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>Byte</VariableType>
                                  <Address>i_base_char_addr_1+18</Address>
                                  <Offsets>
                                    <Offset>48</Offset>
                                  </Offsets>
                                </CheatEntry>
                                <CheatEntry>
                                  <ID>127</ID>
                                  <Description>"EXP"</Description>
                                  <ShowAsSigned>0</ShowAsSigned>
                                  <VariableType>4 Bytes</VariableType>
                                  <Address>i_base_char_addr_1+18</Address>
                                  <Offsets>
                                    <Offset>4C</Offset>
                                  </Offsets>
                                </CheatEntry>
                              </CheatEntries>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>128</ID>
                          <Description>"Slot 5"</Description>
                          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>129</ID>
                              <Description>"Char ID"</Description>
                              <DropDownListLink>L-Char IDs</DropDownListLink>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_base_char_addr_1+20</Address>
                              <Offsets>
                                <Offset>8</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>130</ID>
                              <Description>"HP"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_base_char_addr_1+20</Address>
                              <Offsets>
                                <Offset>C</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>131</ID>
                              <Description>"SP"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_base_char_addr_1+20</Address>
                              <Offsets>
                                <Offset>10</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>132</ID>
                              <Description>"Lv"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>i_base_char_addr_1+20</Address>
                              <Offsets>
                                <Offset>48</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>133</ID>
                              <Description>"EXP"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_base_char_addr_1+20</Address>
                              <Offsets>
                                <Offset>4C</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>134</ID>
                          <Description>"Slot 6"</Description>
                          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                          <GroupHeader>1</GroupHeader>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>135</ID>
                              <Description>"Char ID"</Description>
                              <DropDownListLink>L-Char IDs</DropDownListLink>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_base_char_addr_1+28</Address>
                              <Offsets>
                                <Offset>C</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>136</ID>
                              <Description>"HP"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_base_char_addr_1+28</Address>
                              <Offsets>
                                <Offset>C</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>137</ID>
                              <Description>"SP"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_base_char_addr_1+28</Address>
                              <Offsets>
                                <Offset>10</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>138</ID>
                              <Description>"Lv"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>Byte</VariableType>
                              <Address>i_base_char_addr_1+28</Address>
                              <Offsets>
                                <Offset>48</Offset>
                              </Offsets>
                            </CheatEntry>
                            <CheatEntry>
                              <ID>139</ID>
                              <Description>"EXP"</Description>
                              <ShowAsSigned>0</ShowAsSigned>
                              <VariableType>4 Bytes</VariableType>
                              <Address>i_base_char_addr_1+28</Address>
                              <Offsets>
                                <Offset>4C</Offset>
                              </Offsets>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>140</ID>
                  <Description>"+Enemy team"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>141</ID>
                      <Description>"Enemy #1"</Description>
                      <DropDownListLink>L-Enemy</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>408000</Color>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_enemy_addr_1</Address>
                      <Offsets>
                        <Offset>8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>142</ID>
                      <Description>"HP #1"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>408000</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>i_base_enemy_addr_1</Address>
                      <Offsets>
                        <Offset>C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>143</ID>
                      <Description>"Enemy #2"</Description>
                      <DropDownListLink>L-Enemy</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_enemy_addr_1+8</Address>
                      <Offsets>
                        <Offset>8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>144</ID>
                      <Description>"HP #2"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>i_base_enemy_addr_1+8</Address>
                      <Offsets>
                        <Offset>C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>145</ID>
                      <Description>"Enemy #3"</Description>
                      <DropDownListLink>L-Enemy</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>408000</Color>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_enemy_addr_1+10</Address>
                      <Offsets>
                        <Offset>8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>146</ID>
                      <Description>"HP #3"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>408000</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>i_base_enemy_addr_1+10</Address>
                      <Offsets>
                        <Offset>C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>147</ID>
                      <Description>"Enemy #4"</Description>
                      <DropDownListLink>L-Enemy</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_enemy_addr_1+18</Address>
                      <Offsets>
                        <Offset>8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>148</ID>
                      <Description>"HP #4"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>i_base_enemy_addr_1+18</Address>
                      <Offsets>
                        <Offset>C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>149</ID>
                      <Description>"Enemy #5"</Description>
                      <DropDownListLink>L-Enemy</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>408000</Color>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_enemy_addr_1+20</Address>
                      <Offsets>
                        <Offset>8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>150</ID>
                      <Description>"HP #5"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>408000</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>i_base_enemy_addr_1+20</Address>
                      <Offsets>
                        <Offset>C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>151</ID>
                      <Description>"Enemy #6"</Description>
                      <DropDownListLink>L-Enemy</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_enemy_addr_1+28</Address>
                      <Offsets>
                        <Offset>8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>152</ID>
                      <Description>"HP #6"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>i_base_enemy_addr_1+28</Address>
                      <Offsets>
                        <Offset>C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>153</ID>
                      <Description>"Enemy #7"</Description>
                      <DropDownListLink>L-Enemy</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>408000</Color>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_enemy_addr_1+30</Address>
                      <Offsets>
                        <Offset>8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>154</ID>
                      <Description>"HP #7"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>408000</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>i_base_enemy_addr_1+30</Address>
                      <Offsets>
                        <Offset>C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>155</ID>
                      <Description>"Enemy #8"</Description>
                      <DropDownListLink>L-Enemy</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_enemy_addr_1+38</Address>
                      <Offsets>
                        <Offset>8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>156</ID>
                      <Description>"HP #8"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>i_base_enemy_addr_1+38</Address>
                      <Offsets>
                        <Offset>C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>157</ID>
                      <Description>"Enemy #9"</Description>
                      <DropDownListLink>L-Enemy</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>408000</Color>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_enemy_addr_1+40</Address>
                      <Offsets>
                        <Offset>8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>158</ID>
                      <Description>"HP #9"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>408000</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>i_base_enemy_addr_1+40</Address>
                      <Offsets>
                        <Offset>C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>159</ID>
                      <Description>"Enemy #10"</Description>
                      <DropDownListLink>L-Enemy</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_enemy_addr_1+48</Address>
                      <Offsets>
                        <Offset>8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>160</ID>
                      <Description>"HP slot #10"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>i_base_enemy_addr_1+48</Address>
                      <Offsets>
                        <Offset>C</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>161</ID>
              <Description>"Battle: Joker EXP multiplier"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : P5R.exe
  Version: 
  Date   : 2022-10-23
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_JOKER_XP_MULTI,$process,48 8B F2 03 59 04) // should be unique
alloc(newmem,$1000,INJECT_JOKER_XP_MULTI)

label(code)
label(return)
label(vf_joker_xp_multi)
label(is_also_add_to_personas)

newmem:
  push rax

  mov eax, [rcx+04]
  cvtsi2ss xmm15, eax
  vmovss xmm14, [vf_joker_xp_multi]
  vmulss xmm15, xmm15, xmm14
  cvtss2si eax, xmm15
  mov [rcx+04], eax

  cmp dword ptr [is_also_add_to_personas], 1
  jne endp

  // add in-hand Personas EXP
  //xor r15, r15
  push r15
  push r14
  push r13
  mov r15d, 30
  vmovss xmm14, [vf_30]

to_add_exp_loop:
  mov r13, joker_exp_base

  lea r13,[r13+r15d-4]

  mov r14l, [r13]
  test r14l, r14l
  jz loop_next
  add [r13+04], eax

loop_next:
  add r15d, 30
  cmp r15d, 1E0
  ja exp_endp
  jmp to_add_exp_loop

exp_endp:
  pop r13
  pop r14
  pop r15

endp:
  pop rax

code:
  mov rsi,rdx
  add ebx,[rcx+04]
  jmp return
align 10 cc
  vf_joker_xp_multi:
  dd (float)1.33333
  is_also_add_to_personas:
  dd 1
  vf_30:
  dd (float)30
  vf_4:
  dd (float)4

INJECT_JOKER_XP_MULTI:
  jmp newmem
  nop
return:
registersymbol(INJECT_JOKER_XP_MULTI)
registersymbol(vf_joker_xp_multi)
registersymbol(is_also_add_to_personas)

[DISABLE]

INJECT_JOKER_XP_MULTI:
  db 48 8B F2 03 59 04

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: P5R.exe+B4BBDE

P5R.exe+B4BBBE: CC                    - int 3 
P5R.exe+B4BBBF: CC                    - int 3 
P5R.exe+B4BBC0: 48 89 5C 24 08        - mov [rsp+08],rbx
P5R.exe+B4BBC5: 48 89 6C 24 10        - mov [rsp+10],rbp
P5R.exe+B4BBCA: 48 89 74 24 18        - mov [rsp+18],rsi
P5R.exe+B4BBCF: 57                    - push rdi
P5R.exe+B4BBD0: 41 56                 - push r14
P5R.exe+B4BBD2: 41 57                 - push r15
P5R.exe+B4BBD4: 48 83 EC 20           - sub rsp,20
P5R.exe+B4BBD8: 8B 1D 4E F8 E2 01     - mov ebx,[P5R.exe+297B42C]
// ---------- INJECTING HERE ----------
P5R.exe+B4BBDE: 48 8B F2              - mov rsi,rdx
// ---------- DONE INJECTING  ----------
P5R.exe+B4BBE1: 03 59 04              - add ebx,[rcx+04]
P5R.exe+B4BBE4: 48 8D 15 75 0E 6D 01  - lea rdx,[P5R.exe+221CA60]
P5R.exe+B4BBEB: B9 01 00 00 00        - mov ecx,00000001
P5R.exe+B4BBF0: 48 0F BF C1           - movsx rax,cx
P5R.exe+B4BBF4: 41 BF 63 00 00 00     - mov r15d,00000063
P5R.exe+B4BBFA: 39 5C 82 FC           - cmp [rdx+rax*4-04],ebx
P5R.exe+B4BBFE: 77 0C                 - ja P5R.exe+B4BC0C
P5R.exe+B4BC00: FF C1                 - inc ecx
P5R.exe+B4BC02: 41 3B CF              - cmp ecx,r15d
P5R.exe+B4BC05: 76 E9                 - jna P5R.exe+B4BBF0
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>162</ID>
                  <Description>"Multiplier"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>C08000</Color>
                  <VariableType>Float</VariableType>
                  <Address>vf_joker_xp_multi</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>163</ID>
                  <Description>"Also apply to all Personas in hand?"</Description>
                  <DropDownList DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>C08000</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>is_also_add_to_personas</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>164</ID>
              <Description>"Battle: Party EXP multiplier"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : P5R.exe
  Version: 
  Date   : 2022-10-23
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_PARTY_MEMBER_XP_MULTI,$process,46 01 54 02 4C) // should be unique
alloc(newmem,$1000,INJECT_PARTY_MEMBER_XP_MULTI)

label(code)
label(return)
label(vf_party_exp_multi)

newmem:

  vmovss xmm14, [vf_party_exp_multi]
  cvtsi2ss xmm15, r10d
  vmulss xmm15, xmm15, xmm14
  cvtss2si r10d, xmm15


code:
  add [rdx+r8+4C],r10d
  jmp return
align 10 cc
  vf_party_exp_multi:
  dd (float)1.333333

INJECT_PARTY_MEMBER_XP_MULTI:
  jmp newmem
return:
registersymbol(INJECT_PARTY_MEMBER_XP_MULTI)
registersymbol(vf_party_exp_multi)

[DISABLE]

INJECT_PARTY_MEMBER_XP_MULTI:
  db 46 01 54 02 4C

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: P5R.exe+B4BDDC

P5R.exe+B4BDB6: 44 8B 14 93           - mov r10d,[rbx+rdx*4]
P5R.exe+B4BDBA: 45 85 D2              - test r10d,r10d
P5R.exe+B4BDBD: 74 22                 - je P5R.exe+B4BDE1
P5R.exe+B4BDBF: 66 83 FA 01           - cmp dx,01
P5R.exe+B4BDC3: 74 1C                 - je P5R.exe+B4BDE1
P5R.exe+B4BDC5: 4C 69 C1 A0 02 00 00  - imul r8,rcx,000002A0
P5R.exe+B4BDCC: 4C 03 C7              - add r8,rdi
P5R.exe+B4BDCF: 41 0F B7 48 40        - movzx ecx,word ptr [r8+40]
P5R.exe+B4BDD4: 48 8D 14 49           - lea rdx,[rcx+rcx*2]
P5R.exe+B4BDD8: 48 C1 E2 04           - shl rdx,04
// ---------- INJECTING HERE ----------
P5R.exe+B4BDDC: 46 01 54 02 4C        - add [rdx+r8+4C],r10d
// ---------- DONE INJECTING  ----------
P5R.exe+B4BDE1: 41 0F B7 4B 30        - movzx ecx,word ptr [r11+30]
P5R.exe+B4BDE6: FF C0                 - inc eax
P5R.exe+B4BDE8: 49 83 C1 02           - add r9,02
P5R.exe+B4BDEC: 3B C1                 - cmp eax,ecx
P5R.exe+B4BDEE: 7C C0                 - jl P5R.exe+B4BDB0
P5R.exe+B4BDF0: 48 8B 7C 24 10        - mov rdi,[rsp+10]
P5R.exe+B4BDF5: 5B                    - pop rbx
P5R.exe+B4BDF6: C3                    - ret 
P5R.exe+B4BDF7: CC                    - int 3 
P5R.exe+B4BDF8: CC                    - int 3 
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>165</ID>
                  <Description>"Multiplier"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>C08000</Color>
                  <VariableType>Float</VariableType>
                  <Address>vf_party_exp_multi</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>166</ID>
              <Description>"Battle: Joker equipped Persona EXP multiplier"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : P5R.exe
  Version: 
  Date   : 2022-10-23
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_JOKER_PER_XP_MULTI,$process,49 0F 45 C8 44 01 51 08) // should be unique
alloc(newmem,$1000,INJECT_JOKER_PER_XP_MULTI)

label(code)
label(return)
label(vf_joker_persona_xp_multi)

newmem:
  pushf
  vmovss xmm14, [vf_joker_persona_xp_multi]
  cvtsi2ss xmm15, r10d
  vmulss xmm15, xmm14, xmm15
  cvtss2si r10d, xmm15
  popf

code:
  cmovne rcx,r8
  add [rcx+08],r10d
  jmp return
align 10 cc
  vf_joker_persona_xp_multi:
  dd (float)1.75

INJECT_JOKER_PER_XP_MULTI:
  jmp newmem
  nop 3
return:
registersymbol(INJECT_JOKER_PER_XP_MULTI)
registersymbol(vf_joker_persona_xp_multi)
[DISABLE]

INJECT_JOKER_PER_XP_MULTI:
  db 49 0F 45 C8 44 01 51 08

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: P5R.exe+B4BD70

P5R.exe+B4BD4C: 0F 1F 40 00     - nop dword ptr [rax+00]
P5R.exe+B4BD50: 45 8B 11        - mov r10d,[r9]
P5R.exe+B4BD53: 45 85 D2        - test r10d,r10d
P5R.exe+B4BD56: 74 20           - je P5R.exe+B4BD78
P5R.exe+B4BD58: 48 0F BF C8     - movsx rcx,ax
P5R.exe+B4BD5C: 4C 8D 04 49     - lea r8,[rcx+rcx*2]
P5R.exe+B4BD60: B9 00 00 00 00  - mov ecx,00000000
P5R.exe+B4BD65: 49 C1 E0 04     - shl r8,04
P5R.exe+B4BD69: 4C 03 C3        - add r8,rbx
P5R.exe+B4BD6C: 41 F6 00 01     - test byte ptr [r8],01
// ---------- INJECTING HERE ----------
P5R.exe+B4BD70: 49 0F 45 C8     - cmovne rcx,r8
// ---------- DONE INJECTING  ----------
P5R.exe+B4BD74: 44 01 51 08     - add [rcx+08],r10d
P5R.exe+B4BD78: FF C0           - inc eax
P5R.exe+B4BD7A: 49 83 C1 04     - add r9,04
P5R.exe+B4BD7E: 41 3B C3        - cmp eax,r11d
P5R.exe+B4BD81: 7C CD           - jl P5R.exe+B4BD50
P5R.exe+B4BD83: 48 83 C4 20     - add rsp,20
P5R.exe+B4BD87: 5B              - pop rbx
P5R.exe+B4BD88: C3              - ret 
P5R.exe+B4BD89: CC              - int 3 
P5R.exe+B4BD8A: CC              - int 3 
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>167</ID>
                  <Description>"Multiplier"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>C08000</Color>
                  <VariableType>Float</VariableType>
                  <Address>vf_joker_persona_xp_multi</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>168</ID>
              <Description>"Battle: Money multiplier"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : P5R.exe
  Version: 
  Date   : 2022-10-23
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_BATTLE_MONEY_MULTI,$process,8B 46 10 03 46 08) // should be unique
alloc(newmem,$1000,INJECT_BATTLE_MONEY_MULTI)

label(code)
label(return)
label(vf_battle_money_multi)
label(vf_battle_money_exp_multi)
label(vf_battle_money_extra_money)

newmem:
  mov eax,[rsi+08]
  cvtsi2ss xmm15, eax
  vmovss xmm14, [vf_battle_money_multi]
  vmulss xmm15, xmm15, xmm14
  vmovss xmm14, [vf_battle_money_extra_money]
  vaddss xmm15, xmm15, xmm14
  vcvtss2si eax, xmm15
  mov [rsi+08], eax

  //xor eax, eax
  mov eax,[rsi+04]
  cvtsi2ss xmm15, eax
  vmovss xmm14, [vf_battle_money_exp_multi]
  vmulss xmm15, xmm15, xmm14
  vcvtss2si eax, xmm15
  mov [rsi+04], eax

code:
  mov eax,[rsi+10]
  add eax,[rsi+08]
  jmp return
align 10 cc
  vf_battle_money_multi:
  dd (float)2.5
  vf_battle_money_exp_multi:
  dd (float)1.051
  vf_battle_money_extra_money:
  dd (float)50

INJECT_BATTLE_MONEY_MULTI:
  jmp newmem
  nop
return:
registersymbol(INJECT_BATTLE_MONEY_MULTI)
registersymbol(vf_battle_money_multi)
registersymbol(vf_battle_money_exp_multi)
registersymbol(vf_battle_money_extra_money)

[DISABLE]

INJECT_BATTLE_MONEY_MULTI:
  db 8B 46 10 03 46 08

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: P5R.exe+B4BC95

P5R.exe+B4BC69: 48 8D 0D A0 F7 E2 01     - lea rcx,[P5R.exe+297B410]
P5R.exe+B4BC70: 89 05 A6 F7 E2 01        - mov [P5R.exe+297B41C],eax
P5R.exe+B4BC76: E8 A5 31 2A 00           - call P5R.exe+DEEE20
P5R.exe+B4BC7B: 41 2B DE                 - sub ebx,r14d
P5R.exe+B4BC7E: 03 C3                    - add eax,ebx
P5R.exe+B4BC80: 3B C7                    - cmp eax,edi
P5R.exe+B4BC82: 7E 0B                    - jle P5R.exe+B4BC8F
P5R.exe+B4BC84: 66 83 3D 88 F7 E2 01 02  - cmp word ptr [P5R.exe+297B414],02
P5R.exe+B4BC8C: 0F 45 C7                 - cmovne eax,edi
P5R.exe+B4BC8F: 89 05 8B F7 E2 01        - mov [P5R.exe+297B420],eax
// ---------- INJECTING HERE ----------
P5R.exe+B4BC95: 8B 46 10                 - mov eax,[rsi+10]
// ---------- DONE INJECTING  ----------
P5R.exe+B4BC98: 03 46 08                 - add eax,[rsi+08]
P5R.exe+B4BC9B: 03 05 3B 2C E3 01        - add eax,[money_base]
P5R.exe+B4BCA1: 79 04                    - jns P5R.exe+B4BCA7
P5R.exe+B4BCA3: 33 C0                    - xor eax,eax
P5R.exe+B4BCA5: EB 0A                    - jmp P5R.exe+B4BCB1
P5R.exe+B4BCA7: B9 7F 96 98 00           - mov ecx,0098967F
P5R.exe+B4BCAC: 3B C1                    - cmp eax,ecx
P5R.exe+B4BCAE: 0F 4F C1                 - cmovg eax,ecx
P5R.exe+B4BCB1: 89 05 25 2C E3 01        - mov [money_base],eax
P5R.exe+B4BCB7: 48 8D 5E 3E              - lea rbx,[rsi+3E]
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>169</ID>
                  <Description>"Money multiplier"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>C08000</Color>
                  <VariableType>Float</VariableType>
                  <Address>vf_battle_money_multi</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>170</ID>
                  <Description>"Base EXP multiplier"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>C08000</Color>
                  <VariableType>Float</VariableType>
                  <Address>vf_battle_money_exp_multi</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>171</ID>
                  <Description>"Extra money"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>C08000</Color>
                  <VariableType>Float</VariableType>
                  <Address>vf_battle_money_extra_money</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>172</ID>
              <Description>"Battle: Set enemy HP option"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : P5R.exe
  Version: 
  Date   : 2024-12-11
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_INF_HP,$process,41 83 79 0C 00 0F) // should be unique
alloc(newmem,$1000,INJECT_INF_HP)

label(code)
label(return)
label(is_enemy_1HK)
label(i_enemy_sp_option)
label(is_inf_hp_on)

newmem:
  cmp dword ptr [is_inf_hp_on], 1
  jne to_enemy
  push rax
  mov eax, [r9+04]
  cmp eax, 1
  jne to_enemy
  mov eax, [r9+0C]
  cmp eax, 7D
  jge endp
  mov eax, 7D
  mov [r9+0C], eax
  jmp endp

to_enemy:
  mov eax, [r9+04]
  cmp eax, 2
  jne endp
  cmp dword ptr [is_enemy_1HK], 1
  jne to_enemy_chk2
  mov eax, [r9+0C]
  cmp eax, 1
  jle enemy_sp_check
  mov eax, 1
  mov [r9+0C], eax
  jmp enemy_sp_check

to_enemy_chk2:
  cmp dword ptr [is_enemy_1HK], 2
  jne to_enemy_chk3
  mov eax, #300
  mov [r9+0C], eax
  jmp enemy_sp_check

to_enemy_chk3:

enemy_sp_check:
  cmp dword ptr [i_enemy_sp_option], 1
  jne endp
  xor eax, eax
  mov [r9+10], ax

endp:
  pop rax

code:
  cmp dword ptr [r9+0C],00
  jmp return
align 10 cc
  is_enemy_1HK: // 0: None, 1: Yes, 2:HP 9999
  dd 0
  i_enemy_sp_option: // 0:None, 1:0
  dd 0
  is_inf_hp_on:
  dd 1

INJECT_INF_HP:
  jmp newmem
return:
registersymbol(INJECT_INF_HP)
registersymbol(is_enemy_1HK)
registersymbol(i_enemy_sp_option)
registersymbol(is_inf_hp_on)

[DISABLE]

INJECT_INF_HP:
  db 41 83 79 0C 00

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: P5R.exe+8FF6E5

P5R.exe+8FF6C5: 4C 89 40 10     - mov [rax+10],r8
P5R.exe+8FF6C9: 4C 8B 40 18     - mov r8,[rax+18]
P5R.exe+8FF6CD: 4C 89 44 24 38  - mov [rsp+38],r8
P5R.exe+8FF6D2: 4D 8B 48 10     - mov r9,[r8+10]
P5R.exe+8FF6D6: 41 8B 41 14     - mov eax,[r9+14]
P5R.exe+8FF6DA: C1 E8 13        - shr eax,13
P5R.exe+8FF6DD: A8 01           - test al,01
P5R.exe+8FF6DF: 74 04           - je P5R.exe+8FF6E5
P5R.exe+8FF6E1: B3 01           - mov bl,01
P5R.exe+8FF6E3: EB 08           - jmp P5R.exe+8FF6ED
// ---------- INJECTING HERE ----------
P5R.exe+8FF6E5: 41 83 79 0C 00  - cmp dword ptr [r9+0C],00
// ---------- DONE INJECTING  ----------
P5R.exe+8FF6EA: 0F 9E C3        - setle bl
P5R.exe+8FF6ED: 4C 89 54 24 20  - mov [rsp+20],r10
P5R.exe+8FF6F2: 48 85 D2        - test rdx,rdx
P5R.exe+8FF6F5: 75 43           - jne P5R.exe+8FF73A
P5R.exe+8FF6F7: 48 85 C9        - test rcx,rcx
P5R.exe+8FF6FA: 75 51           - jne P5R.exe+8FF74D
P5R.exe+8FF6FC: 49 8B 00        - mov rax,[r8]
P5R.exe+8FF6FF: 8D 51 01        - lea edx,[rcx+01]
P5R.exe+8FF702: 49 8B C8        - mov rcx,r8
P5R.exe+8FF705: FF 10           - call qword ptr [rax]
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>173</ID>
                  <Description>"Try to keep player min. HP? (not god mode)"</Description>
                  <DropDownList DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>C08000</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>is_inf_hp_on</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>174</ID>
                  <Description>"Enemy HP option"</Description>
                  <DropDownList DisplayValueAsItem="1">0:None
1:1 HP
2:300 HP
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>C08000</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>is_enemy_1HK</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>175</ID>
                  <Description>"Enemy 0 SP?"</Description>
                  <DropDownList DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>C08000</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>i_enemy_sp_option</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>176</ID>
              <Description>"Battle: inf. Bullets"</Description>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : P5R.exe
  Version: 
  Date   : 2022-10-24
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_INF_BULLETS,$process,0F B7 B8 94 02 00 00 48 8B 44) // should be unique
alloc(newmem,$1000,INJECT_INF_BULLETS)

label(code)
label(return)

newmem:
  cmp word ptr [rax+00000294], 10
  jae code
  mov word ptr [rax+00000294], 10

code:
  movzx edi,word ptr [rax+00000294]
  jmp return

INJECT_INF_BULLETS:
  jmp newmem
  nop 2
return:
registersymbol(INJECT_INF_BULLETS)

[DISABLE]

INJECT_INF_BULLETS:
  db 0F B7 B8 94 02 00 00

unregistersymbol(INJECT_INF_BULLETS)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: P5R.exe+A49377

P5R.exe+A4934E: 48 89 41 10           - mov [rcx+10],rax
P5R.exe+A49352: 48 8B 54 24 58        - mov rdx,[rsp+58]
P5R.exe+A49357: EB 11                 - jmp P5R.exe+A4936A
P5R.exe+A49359: 48 8D 44 24 50        - lea rax,[rsp+50]
P5R.exe+A4935E: 48 8B D1              - mov rdx,rcx
P5R.exe+A49361: 48 89 41 10           - mov [rcx+10],rax
P5R.exe+A49365: 48 89 4C 24 58        - mov [rsp+58],rcx
P5R.exe+A4936A: 48 8B 49 18           - mov rcx,[rcx+18]
P5R.exe+A4936E: 48 89 4C 24 68        - mov [rsp+68],rcx
P5R.exe+A49373: 48 8B 41 10           - mov rax,[rcx+10]
// ---------- INJECTING HERE ----------
P5R.exe+A49377: 0F B7 B8 94 02 00 00  - movzx edi,word ptr [rax+00000294]
// ---------- DONE INJECTING  ----------
P5R.exe+A4937E: 48 8B 44 24 60        - mov rax,[rsp+60]
P5R.exe+A49383: 4C 89 44 24 50        - mov [rsp+50],r8
P5R.exe+A49388: 48 85 D2              - test rdx,rdx
P5R.exe+A4938B: 75 40                 - jne P5R.exe+A493CD
P5R.exe+A4938D: 48 85 C0              - test rax,rax
P5R.exe+A49390: 75 4E                 - jne P5R.exe+A493E0
P5R.exe+A49392: 48 8B 01              - mov rax,[rcx]
P5R.exe+A49395: 41 8B D4              - mov edx,r12d
P5R.exe+A49398: FF 10                 - call qword ptr [rax]
P5R.exe+A4939A: 48 8B 4C 24 58        - mov rcx,[rsp+58]
}
</AssemblerScript>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>177</ID>
          <Description>"+Items"</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>178</ID>
              <Description>"Fill items -  consumable &amp; material"</Description>
              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript Async="1">{ Game   : P5R.exe
  Version: 
  Date   : 2022-10-22
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_BROWSE_ITEMS,$process,0F B6 04 08 C3) // should be unique
alloc(newmem,$1000,INJECT_BROWSE_ITEMS)

label(code)
label(return)
label(i_min_items)
label(is_refill_item_even_zero)

newmem:
  cmp rax, 0
  je code
  cmp rax, #17
  je code

  cmp dword ptr [is_refill_item_even_zero], 1
  jne fill_normal
  mov byte ptr [i_min_threshold], 0
  jmp start_fill

fill_normal:
  mov byte ptr [i_min_threshold], 1

start_fill:
  push rbx
  mov bl, byte ptr [rax+rcx]
  cmp bl, [i_min_threshold]
  jb endp
  cmp bl, [i_min_items]
  jae endp
  mov bl, [i_min_items]
  cmp bl, 63
  jbe set_item_count
  mov bl, 63
set_item_count:
  mov [rax+rcx], bl

endp:
  pop rbx


code:
  movzx eax,byte ptr [rax+rcx]
  ret 
  jmp return
align 10 cc
  i_min_threshold:
  db 1
  i_min_items:
  dd 20
  is_refill_item_even_zero:
  dd 0

INJECT_BROWSE_ITEMS:
  jmp newmem
return:
registersymbol(INJECT_BROWSE_ITEMS)
registersymbol(i_min_items)
registersymbol(is_refill_item_even_zero)

[DISABLE]

INJECT_BROWSE_ITEMS:
  db 0F B6 04 08 C3

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: P5R.exe+BAB3BFF

P5R.exe+BAB3BDE: F3 53                 - repe push rbx
P5R.exe+BAB3BE0: 00 00                 - add [rax],al
P5R.exe+BAB3BE2: 00 00                 - add [rax],al
P5R.exe+BAB3BE4: C0 B5 28 30 0F 1F 84  - rol byte ptr [rbp+1F0F3028],-7C
P5R.exe+BAB3BEB: 00 00                 - add [rax],al
P5R.exe+BAB3BED: 00 00                 - add [rax],al
P5R.exe+BAB3BEF: 00 0F                 - add [rdi],cl
P5R.exe+BAB3BF1: B7 C1                 - mov bh,-3F
P5R.exe+BAB3BF3: 48 8D 0D E6 CC F4 F6  - lea rcx,[P5R.exe+2A008E0]
P5R.exe+BAB3BFA: 25 FF 0F 00 00        - and eax,00000FFF
// ---------- INJECTING HERE ----------
P5R.exe+BAB3BFF: 0F B6 04 08           - movzx eax,byte ptr [rax+rcx]
// ---------- DONE INJECTING  ----------
P5R.exe+BAB3C03: C3                    - ret
P5R.exe+BAB3C04: 69 CB F6 F2 0F 1F     - imul ecx,ebx,1F0FF2F6
P5R.exe+BAB3C0A: 84 00                 - test [rax],al
P5R.exe+BAB3C0C: 00 00                 - add [rax],al
P5R.exe+BAB3C0E: 00 00                 - add [rax],al
P5R.exe+BAB3C10: B6 42                 - mov dh,42
P5R.exe+BAB3C12: F2 1C 01              - repne sbb al,01
P5R.exe+BAB3C15: B3 62                 - mov bl,62
P5R.exe+BAB3C17: 15 AE 3A F5 94        - adc eax,94F53AAE
P5R.exe+BAB3C1C: FF 73 32              - push [rbx+32]
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>179</ID>
                  <Description>"To active: menu -&gt; items"</Description>
                  <Color>8000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>180</ID>
                  <Description>"Set min. count"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>C08000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>i_min_items</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>181</ID>
                  <Description>"Fill item even not get?"</Description>
                  <DropDownList DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>is_refill_item_even_zero</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>182</ID>
                      <Description>"Warning: contains garbage if choose "Yes""</Description>
                      <Color>8000FF</Color>
                      <GroupHeader>1</GroupHeader>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>183</ID>
              <Description>"Enable skillcards modification"</Description>
              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]
{$lua}
if syntaxcheck then return end
if memrec then print(memrec.Description) end

local a2 = "0F B6 04 08 C3 CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC 0F B7 C1 48 8D 0D"
local aob_addrs = AOBScanModule('P5R.exe', a2, '+X-C-W')
local final_addr_val = getAddressSafe(aob_addrs[2])
writeByte(final_addr_val+6, 144)
writeByte(final_addr_val+8, 144)
writeByte(final_addr_val+10, 144)
writeByte(final_addr_val+12, 144)

registerSymbol("SKILL_CARD_ADDRESS_PRE", final_addr_val+6)
getLuaEngine().MenuItem5.DoClick()
getLuaEngine().Close()

[DISABLE]
{$lua}
if syntaxcheck then return end
if memrec then print(memrec.Description) end

local final_addr_val = getAddressSafe("SKILL_CARD_ADDRESS_PRE")

if ( final_addr_val ~= nil ) then
  writeByte(final_addr_val, 204)
  writeByte(final_addr_val+2, 204)
  writeByte(final_addr_val+4, 204)
  writeByte(final_addr_val+6, 204)
end
unregisterSymbol("SKILL_CARD_ADDRESS_PRE")
getLuaEngine().MenuItem5.DoClick()
getLuaEngine().Close()
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>184</ID>
                  <Description>"Fill items - Skillcards"</Description>
                  <Options moHideChildren="1"/>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript Async="1">{ Game   : P5R.exe
  Version: 
  Date   : 2022-10-29
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_GET_SKILLCARDS,P5R.exe,0F B6 04 08 C3 CC 90) // should be unique
alloc(newmem,$1000,INJECT_GET_SKILLCARDS)

label(code)
label(return)
label(i_min_skillcard_threshold)
label(i_min_skillcard_items)
label(is_refill_skillcard_even_zero)

newmem:
  cmp dword ptr [is_refill_skillcard_even_zero], 1
  jne fill_normal
  mov byte ptr [i_min_skillcard_threshold], 0
  jmp start_fill

fill_normal:
  mov byte ptr [i_min_skillcard_threshold], 1

start_fill:
  push rbx
  mov bl, byte ptr [rax+rcx]
  cmp bl, [i_min_skillcard_threshold]
  jb endp
  cmp bl, [i_min_skillcard_items]
  jae endp
  mov bl, [i_min_skillcard_items]
  cmp bl, 63
  jbe set_item_count
  mov bl, 63
set_item_count:
  mov [rax+rcx], bl

endp:
  pop rbx

code:
  movzx eax,byte ptr [rax+rcx]
  ret 
  jmp return
align 10 cc
  i_min_skillcard_threshold:
  db 1
  i_min_skillcard_items:
  dd 20
  is_refill_skillcard_even_zero:
  dd 0

INJECT_GET_SKILLCARDS:
  jmp newmem
return:
registersymbol(INJECT_GET_SKILLCARDS)
registersymbol(i_min_skillcard_threshold)
registersymbol(i_min_skillcard_items)
registersymbol(is_refill_skillcard_even_zero)

[DISABLE]

INJECT_GET_SKILLCARDS:
  db 0F B6 04 08 C3

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: P5R.exe+DD8ADA

P5R.exe+DD8AC8: CC                    - int 3 
P5R.exe+DD8AC9: CC                    - int 3 
P5R.exe+DD8ACA: CC                    - int 3 
P5R.exe+DD8ACB: CC                    - int 3 
P5R.exe+DD8ACC: CC                    - int 3 
P5R.exe+DD8ACD: CC                    - int 3 
P5R.exe+DD8ACE: CC                    - int 3 
P5R.exe+DD8ACF: CC                    - int 3 
P5R.exe+DD8AD0: 0F B7 C1              - movzx eax,cx
P5R.exe+DD8AD3: 48 8D 0D 8A 56 BA 01  - lea rcx,[P5R.exe+297E164]
// ---------- INJECTING HERE ----------
P5R.exe+DD8ADA: 0F B6 04 08           - movzx eax,byte ptr [rax+rcx]
// ---------- DONE INJECTING  ----------
P5R.exe+DD8ADE: C3                    - ret 
P5R.exe+DD8ADF: CC                    - int 3 
P5R.exe+DD8AE0: 90                    - nop 
P5R.exe+DD8AE1: CC                    - int 3 
P5R.exe+DD8AE2: 90                    - nop 
P5R.exe+DD8AE3: CC                    - int 3 
P5R.exe+DD8AE4: 90                    - nop 
P5R.exe+DD8AE5: CC                    - int 3 
P5R.exe+DD8AE6: 90                    - nop 
P5R.exe+DD8AE7: CC                    - int 3 
}
</AssemblerScript>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>185</ID>
                      <Description>"To active: menu -&gt; items -&gt; browse skillcards"</Description>
                      <Color>8000FF</Color>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>186</ID>
                          <Description>"Set min. count"</Description>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>Byte</VariableType>
                          <Address>i_min_skillcard_items</Address>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>187</ID>
                          <Description>"Fill item even not get?"</Description>
                          <DropDownList DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF0080</Color>
                          <VariableType>4 Bytes</VariableType>
                          <Address>is_refill_skillcard_even_zero</Address>
                          <CheatEntries>
                            <CheatEntry>
                              <ID>188</ID>
                              <Description>"Warning: contains garbage if choose "Yes""</Description>
                              <Color>8000FF</Color>
                              <GroupHeader>1</GroupHeader>
                            </CheatEntry>
                          </CheatEntries>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>189</ID>
              <Description>"Fill items - Treasure"</Description>
              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : P5R.exe
  Version: 
  Date   : 2022-10-23
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_FILL_NORMAL_ITEMS,$process,0F B6 04 08 C3 CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC 0F B7 C1 48 8D 0D ?? ?? ?? ?? 0F B6 04 08 C3 CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC E9 ) // should be unique
alloc(newmem,$1000,INJECT_FILL_NORMAL_ITEMS)

label(code)
label(return)
label(i_min_nitem_items)
label(i_min_nitem_threshold)
label(is_refill_nitem_even_zero)

newmem:
  cmp dword ptr [is_refill_nitem_even_zero], 1
  jne fill_normal
  mov byte ptr [i_min_nitem_threshold], 0
  jmp start_fill

fill_normal:
  mov byte ptr [i_min_nitem_threshold], 1

start_fill:
  push rbx
  mov bl, byte ptr [rax+rcx]
  cmp bl, [i_min_nitem_threshold]
  jb endp
  cmp bl, [i_min_nitem_items]
  jae endp
  mov bl, [i_min_nitem_items]
  cmp bl, 63
  jbe set_item_count
  mov bl, 63
set_item_count:
  mov [rax+rcx], bl

endp:
  pop rbx

code:
  movzx eax,byte ptr [rax+rcx]
  ret 
  jmp return
align 10 cc
  i_min_nitem_threshold:
  db 1
  i_min_nitem_items:
  dd 20
  is_refill_nitem_even_zero:
  dd 0

INJECT_FILL_NORMAL_ITEMS:
  jmp newmem
return:
registersymbol(INJECT_FILL_NORMAL_ITEMS)
registersymbol(i_min_nitem_items)
registersymbol(i_min_nitem_threshold)
registersymbol(is_refill_nitem_even_zero)
[DISABLE]

INJECT_FILL_NORMAL_ITEMS:
  db 0F B6 04 08 C3

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: P5R.exe+E2B64A

P5R.exe+E2B638: CC                    - int 3
P5R.exe+E2B639: CC                    - int 3
P5R.exe+E2B63A: CC                    - int 3
P5R.exe+E2B63B: CC                    - int 3
P5R.exe+E2B63C: CC                    - int 3
P5R.exe+E2B63D: CC                    - int 3
P5R.exe+E2B63E: CC                    - int 3
P5R.exe+E2B63F: CC                    - int 3
P5R.exe+E2B640: 0F B7 C1              - movzx eax,cx
P5R.exe+E2B643: 48 8D 0D AA 01 BC 01  - lea rcx,[P5R.exe+29EB7F4]
// ---------- INJECTING HERE ----------
P5R.exe+E2B64A: 0F B6 04 08           - movzx eax,byte ptr [rax+rcx]
// ---------- DONE INJECTING  ----------
P5R.exe+E2B64E: C3                    - ret
P5R.exe+E2B64F: CC                    - int 3
P5R.exe+E2B650: CC                    - int 3
P5R.exe+E2B651: CC                    - int 3
P5R.exe+E2B652: CC                    - int 3
P5R.exe+E2B653: CC                    - int 3
P5R.exe+E2B654: CC                    - int 3
P5R.exe+E2B655: CC                    - int 3
P5R.exe+E2B656: CC                    - int 3
P5R.exe+E2B657: CC                    - int 3
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>190</ID>
                  <Description>"To active: menu -&gt; items -&gt; browse"</Description>
                  <Color>8000FF</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>191</ID>
                  <Description>"Set min. count"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>C08000</Color>
                  <VariableType>Byte</VariableType>
                  <Address>i_min_nitem_items</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>192</ID>
                  <Description>"Fill item even not get?"</Description>
                  <DropDownList DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF0080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>is_refill_nitem_even_zero</Address>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>193</ID>
                      <Description>"Warning: contains garbage if choose "Yes""</Description>
                      <Color>8000FF</Color>
                      <GroupHeader>1</GroupHeader>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>194</ID>
              <Description>"Fill items - Accessory"</Description>
              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : P5R.exe
  Version: 
  Date   : 2022-10-23
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_ITEM_SELL_ACCESSORY,$process,0F B6 04 08 C3 CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC 0F B7 C1 48 8D 0D * * * * 0F B6 04 08 C3 CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC 0F B7 C1 48 8D 0D * * * * 0F B6 04 08 C3 CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC CC 4C 8B DC 48 83 EC 78 48 8D 05 * * * * BA FF 0F 00 00) // should be unique
alloc(newmem,$1000,INJECT_ITEM_SELL_ACCESSORY)

label(code)
label(return)
label(i_min_accitem_threshold)
label(i_min_accitem_items)
label(is_refill_accitem_even_zero)

newmem:
  cmp dword ptr [is_refill_accitem_even_zero], 1
  jne fill_normal
  mov byte ptr [i_min_accitem_threshold], 0
  jmp start_fill

fill_normal:
  mov byte ptr [i_min_accitem_threshold], 1

start_fill:
  push rbx
  mov bl, byte ptr [rax+rcx]
  cmp bl, [i_min_accitem_threshold]
  jb endp
  cmp bl, [i_min_accitem_items]
  jae endp
  mov bl, [i_min_accitem_items]
  cmp bl, 63
  jbe set_item_count
  mov bl, 63
set_item_count:
  mov [rax+rcx], bl

endp:
  pop rbx


code:
  movzx eax,byte ptr [rax+rcx]
  ret 
  jmp return
align 10 cc
  i_min_accitem_threshold:
  db 1
  i_min_accitem_items:
  dd 20
  is_refill_accitem_even_zero:
  dd 0

INJECT_ITEM_SELL_ACCESSORY:
  jmp newmem
return:
registersymbol(INJECT_ITEM_SELL_ACCESSORY)
registersymbol(i_min_accitem_threshold)
registersymbol(i_min_accitem_items)
registersymbol(is_refill_accitem_even_zero)
[DISABLE]

INJECT_ITEM_SELL_ACCESSORY:
  db 0F B6 04 08 C3

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: P5R.exe+DD8B5A

P5R.exe+DD8B48: CC                    - int 3 
P5R.exe+DD8B49: CC                    - int 3 
P5R.exe+DD8B4A: CC                    - int 3 
P5R.exe+DD8B4B: CC                    - int 3 
P5R.exe+DD8B4C: CC                    - int 3 
P5R.exe+DD8B4D: CC                    - int 3 
P5R.exe+DD8B4E: CC                    - int 3 
P5R.exe+DD8B4F: CC                    - int 3 
P5R.exe+DD8B50: 0F B7 C1              - movzx eax,cx
P5R.exe+DD8B53: 48 8D 0D 0A 4B BA 01  - lea rcx,[P5R.exe+297D664]
// ---------- INJECTING HERE ----------
P5R.exe+DD8B5A: 0F B6 04 08           - movzx eax,byte ptr [rax+rcx]
// ---------- DONE INJECTING  ----------
P5R.exe+DD8B5E: C3                    - ret 
P5R.exe+DD8B5F: CC                    - int 3 
P5R.exe+DD8B60: CC                    - int 3 
P5R.exe+DD8B61: CC                    - int 3 
P5R.exe+DD8B62: CC                    - int 3 
P5R.exe+DD8B63: CC                    - int 3 
P5R.exe+DD8B64: CC                    - int 3 
P5R.exe+DD8B65: CC                    - int 3 
P5R.exe+DD8B66: CC                    - int 3 
P5R.exe+DD8B67: CC                    - int 3 
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>195</ID>
                  <Description>"To active: Menu -&gt; Equip -&gt; select char -&gt; select Accessory"</Description>
                  <Color>8000FF</Color>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>196</ID>
                      <Description>"Set min. count"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>C08000</Color>
                      <VariableType>Byte</VariableType>
                      <Address>i_min_accitem_items</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>197</ID>
                      <Description>"Fill item even not get?"</Description>
                      <DropDownList DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF0080</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>is_refill_accitem_even_zero</Address>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>198</ID>
                          <Description>"Warning: contains garbage if choose "Yes""</Description>
                          <Color>8000FF</Color>
                          <GroupHeader>1</GroupHeader>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>199</ID>
          <Description>"Status - Joker"</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : P5R.exe
  Version: 
  Date   : 2022-10-24
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_STATUS_VIEW_JOKER,$process,41 2B 44 2B 1C) // should be unique
alloc(newmem,$1000,INJECT_STATUS_VIEW_JOKER)

label(code)
label(return)
label(i_base_status_joker_addr)

newmem:
  cmp qword ptr [i_base_status_joker_addr], 0
  jne code

  push rax
  lea rax, [r11+rbp]
  mov [i_base_status_joker_addr], rax
  pop rax

code:
  sub eax,[r11+rbp+1C]
  jmp return
align 10 cc
  i_base_status_joker_addr:
  dq 0

INJECT_STATUS_VIEW_JOKER:
  jmp newmem
return:
registersymbol(INJECT_STATUS_VIEW_JOKER)
registersymbol(i_base_status_joker_addr)

[DISABLE]

INJECT_STATUS_VIEW_JOKER:
  db 41 2B 44 2B 1C

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: P5R.exe+172E302

P5R.exe+172E2E0: 0F B6 44 CA 48           - movzx eax,byte ptr [rdx+rcx*8+48]
P5R.exe+172E2E5: EB 06                    - jmp P5R.exe+172E2ED
P5R.exe+172E2E7: 41 0F B7 44 2B 18        - movzx eax,word ptr [r11+rbp+18]
P5R.exe+172E2ED: 33 DB                    - xor ebx,ebx
P5R.exe+172E2EF: 3C 63                    - cmp al,63
P5R.exe+172E2F1: 72 04                    - jb P5R.exe+172E2F7
P5R.exe+172E2F3: 8B C3                    - mov eax,ebx
P5R.exe+172E2F5: EB 10                    - jmp P5R.exe+172E307
P5R.exe+172E2F7: 0F B6 C0                 - movzx eax,al
P5R.exe+172E2FA: 41 8B 84 80 60 CA 21 02  - mov eax,[r8+rax*4+0221CA60]
// ---------- INJECTING HERE ----------
P5R.exe+172E302: 41 2B 44 2B 1C           - sub eax,[r11+rbp+1C]
// ---------- DONE INJECTING  ----------
P5R.exe+172E307: 89 46 14                 - mov [rsi+14],eax
P5R.exe+172E30A: 48 8D 7E 0A              - lea rdi,[rsi+0A]
P5R.exe+172E30E: 48 8D 35 A7 07 26 01     - lea rsi,[P5R.exe+298EABC]
P5R.exe+172E315: 48 2B F7                 - sub rsi,rdi
P5R.exe+172E318: 0F 1F 84 00 00 00 00 00  - nop dword ptr [rax+rax+00000000]
P5R.exe+172E320: 0F B7 14 3E              - movzx edx,word ptr [rsi+rdi]
P5R.exe+172E324: 0F B7 CB                 - movzx ecx,bx
P5R.exe+172E327: E8 94 14 6A FF           - call P5R.exe+DCF7C0
P5R.exe+172E32C: 66 FF C3                 - inc bx
P5R.exe+172E32F: 66 89 07                 - mov [rdi],ax
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>200</ID>
              <Description>"Base addr."</Description>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>808080</Color>
              <VariableType>8 Bytes</VariableType>
              <Address>i_base_status_joker_addr</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>201</ID>
              <Description>"To active: menu -&gt; Status -&gt; Joker"</Description>
              <Color>8000FF</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
            <CheatEntry>
              <ID>202</ID>
              <Description>"+Data"</Description>
              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>203</ID>
                  <Description>"Char ID"</Description>
                  <DropDownListLink>L-Char IDs</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>i_base_status_joker_addr</Address>
                  <Offsets>
                    <Offset>8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>204</ID>
                  <Description>"HP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>i_base_status_joker_addr</Address>
                  <Offsets>
                    <Offset>C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>205</ID>
                  <Description>"SP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>i_base_status_joker_addr</Address>
                  <Offsets>
                    <Offset>10</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>206</ID>
                  <Description>"Extra HP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>i_base_status_joker_addr</Address>
                  <Offsets>
                    <Offset>29C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>207</ID>
                  <Description>"Extra SP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>i_base_status_joker_addr</Address>
                  <Offsets>
                    <Offset>29E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>208</ID>
                  <Description>"Lv"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>Byte</VariableType>
                  <Address>i_base_status_joker_addr</Address>
                  <Offsets>
                    <Offset>18</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>209</ID>
                  <Description>"EXP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>i_base_status_joker_addr</Address>
                  <Offsets>
                    <Offset>1C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>210</ID>
                  <Description>"+Persona 1"</Description>
                  <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>211</ID>
                      <Description>"Persona ID"</Description>
                      <DropDownListLink>L-Persona IDs</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>46</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>212</ID>
                      <Description>"Lv"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>213</ID>
                      <Description>"EXP"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>4C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>214</ID>
                      <Description>"Trait"</Description>
                      <DropDownListLink>L-Traits</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>4A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>215</ID>
                      <Description>"Skills"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>216</ID>
                          <Description>"Skill 1"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>50</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>217</ID>
                          <Description>"Skill 2"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>52</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>218</ID>
                          <Description>"Skill 3"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>54</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>219</ID>
                          <Description>"Skill 4"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>56</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>220</ID>
                          <Description>"Skill 5"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>58</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>221</ID>
                          <Description>"Skill 6"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>5A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>222</ID>
                          <Description>"Skill 7"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>5C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>223</ID>
                          <Description>"Skill 8"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>5E</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>224</ID>
                      <Description>"Stats"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Array of byte</VariableType>
                      <ByteLength>5</ByteLength>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>60</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>225</ID>
                  <Description>"+Persona 2"</Description>
                  <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>226</ID>
                      <Description>"Persona ID"</Description>
                      <DropDownListLink>L-Persona IDs</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>76</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>227</ID>
                      <Description>"Lv"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>78</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>228</ID>
                      <Description>"EXP"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>7C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>229</ID>
                      <Description>"Trait"</Description>
                      <DropDownListLink>L-Traits</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>7A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>230</ID>
                      <Description>"Skills"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>231</ID>
                          <Description>"Skill 1"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>80</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>232</ID>
                          <Description>"Skill 2"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>82</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>233</ID>
                          <Description>"Skill 3"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>84</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>234</ID>
                          <Description>"Skill 4"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>86</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>235</ID>
                          <Description>"Skill 5"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>88</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>236</ID>
                          <Description>"Skill 6"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>8A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>237</ID>
                          <Description>"Skill 7"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>8C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>238</ID>
                          <Description>"Skill 8"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>8E</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>239</ID>
                      <Description>"Stats"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Array of byte</VariableType>
                      <ByteLength>5</ByteLength>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>90</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>240</ID>
                  <Description>"+Persona 3"</Description>
                  <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>241</ID>
                      <Description>"Persona ID"</Description>
                      <DropDownListLink>L-Persona IDs</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>A6</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>242</ID>
                      <Description>"Lv"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>A8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>243</ID>
                      <Description>"EXP"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>AC</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>244</ID>
                      <Description>"Trait"</Description>
                      <DropDownListLink>L-Traits</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>AA</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>245</ID>
                      <Description>"Skills"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>246</ID>
                          <Description>"Skill 1"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>B0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>247</ID>
                          <Description>"Skill 2"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>B2</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>248</ID>
                          <Description>"Skill 3"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>B4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>249</ID>
                          <Description>"Skill 4"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>B6</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>250</ID>
                          <Description>"Skill 5"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>B8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>251</ID>
                          <Description>"Skill 6"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>BA</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>252</ID>
                          <Description>"Skill 7"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>BC</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>253</ID>
                          <Description>"Skill 8"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>BE</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>254</ID>
                      <Description>"Stats"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Array of byte</VariableType>
                      <ByteLength>5</ByteLength>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>C0</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>255</ID>
                  <Description>"+Persona 4"</Description>
                  <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>256</ID>
                      <Description>"Persona ID"</Description>
                      <DropDownListLink>L-Persona IDs</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>D6</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>257</ID>
                      <Description>"Lv"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>D8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>258</ID>
                      <Description>"EXP"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>DC</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>259</ID>
                      <Description>"Trait"</Description>
                      <DropDownListLink>L-Traits</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>DA</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>260</ID>
                      <Description>"Skills"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>261</ID>
                          <Description>"Skill 1"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>E0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>262</ID>
                          <Description>"Skill 2"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>E2</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>263</ID>
                          <Description>"Skill 3"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>E4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>264</ID>
                          <Description>"Skill 4"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>E6</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>265</ID>
                          <Description>"Skill 5"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>E8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>266</ID>
                          <Description>"Skill 6"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>EA</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>267</ID>
                          <Description>"Skill 7"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>EC</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>268</ID>
                          <Description>"Skill 8"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>EE</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>269</ID>
                      <Description>"Stats"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Array of byte</VariableType>
                      <ByteLength>5</ByteLength>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>F0</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>270</ID>
                  <Description>"+Persona 5"</Description>
                  <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>271</ID>
                      <Description>"Persona ID"</Description>
                      <DropDownListLink>L-Persona IDs</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>106</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>272</ID>
                      <Description>"Lv"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>108</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>273</ID>
                      <Description>"EXP"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>10C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>274</ID>
                      <Description>"Trait"</Description>
                      <DropDownListLink>L-Traits</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>10A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>275</ID>
                      <Description>"Skills"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>276</ID>
                          <Description>"Skill 1"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>110</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>277</ID>
                          <Description>"Skill 2"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>112</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>278</ID>
                          <Description>"Skill 3"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>114</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>279</ID>
                          <Description>"Skill 4"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>116</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>280</ID>
                          <Description>"Skill 5"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>118</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>281</ID>
                          <Description>"Skill 6"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>11A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>282</ID>
                          <Description>"Skill 7"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>11C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>283</ID>
                          <Description>"Skill 8"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>11E</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>284</ID>
                      <Description>"Stats"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Array of byte</VariableType>
                      <ByteLength>5</ByteLength>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>120</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>285</ID>
                  <Description>"+Persona 6"</Description>
                  <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>286</ID>
                      <Description>"Persona ID"</Description>
                      <DropDownListLink>L-Persona IDs</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>136</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>287</ID>
                      <Description>"Lv"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>138</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>288</ID>
                      <Description>"EXP"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>13C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>289</ID>
                      <Description>"Trait"</Description>
                      <DropDownListLink>L-Traits</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>13A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>290</ID>
                      <Description>"Skills"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>291</ID>
                          <Description>"Skill 1"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>140</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>292</ID>
                          <Description>"Skill 2"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>142</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>293</ID>
                          <Description>"Skill 3"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>144</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>294</ID>
                          <Description>"Skill 4"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>146</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>295</ID>
                          <Description>"Skill 5"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>148</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>296</ID>
                          <Description>"Skill 6"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>14A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>297</ID>
                          <Description>"Skill 7"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>14C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>298</ID>
                          <Description>"Skill 8"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>14E</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>299</ID>
                      <Description>"Stats"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Array of byte</VariableType>
                      <ByteLength>5</ByteLength>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>150</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>300</ID>
                  <Description>"+Persona 7"</Description>
                  <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>301</ID>
                      <Description>"Persona ID"</Description>
                      <DropDownListLink>L-Persona IDs</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>166</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>302</ID>
                      <Description>"Lv"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>168</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>303</ID>
                      <Description>"EXP"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>16C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>304</ID>
                      <Description>"Trait"</Description>
                      <DropDownListLink>L-Traits</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>16A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>305</ID>
                      <Description>"Skills"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>306</ID>
                          <Description>"Skill 1"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>170</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>307</ID>
                          <Description>"Skill 2"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>172</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>308</ID>
                          <Description>"Skill 3"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>174</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>309</ID>
                          <Description>"Skill 4"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>176</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>310</ID>
                          <Description>"Skill 5"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>178</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>311</ID>
                          <Description>"Skill 6"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>17A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>312</ID>
                          <Description>"Skill 7"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>17C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>313</ID>
                          <Description>"Skill 8"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>17E</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>314</ID>
                      <Description>"Stats"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Array of byte</VariableType>
                      <ByteLength>5</ByteLength>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>180</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>315</ID>
                  <Description>"+Persona 8"</Description>
                  <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>316</ID>
                      <Description>"Persona ID"</Description>
                      <DropDownListLink>L-Persona IDs</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>196</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>317</ID>
                      <Description>"Lv"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>198</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>318</ID>
                      <Description>"EXP"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>19C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>319</ID>
                      <Description>"Trait"</Description>
                      <DropDownListLink>L-Traits</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>19A</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>320</ID>
                      <Description>"Skills"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>321</ID>
                          <Description>"Skill 1"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>1A0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>322</ID>
                          <Description>"Skill 2"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>1A2</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>323</ID>
                          <Description>"Skill 3"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>1A4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>324</ID>
                          <Description>"Skill 4"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>1A6</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>325</ID>
                          <Description>"Skill 5"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>1A8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>326</ID>
                          <Description>"Skill 6"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>1AA</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>327</ID>
                          <Description>"Skill 7"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>1AC</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>328</ID>
                          <Description>"Skill 8"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>1AE</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>329</ID>
                      <Description>"Stats"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Array of byte</VariableType>
                      <ByteLength>5</ByteLength>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>1B0</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>330</ID>
                  <Description>"+Persona 9"</Description>
                  <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>331</ID>
                      <Description>"Persona ID"</Description>
                      <DropDownListLink>L-Persona IDs</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>1C6</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>332</ID>
                      <Description>"Lv"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>1C8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>333</ID>
                      <Description>"EXP"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>1CC</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>334</ID>
                      <Description>"Trait"</Description>
                      <DropDownListLink>L-Traits</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>1CA</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>335</ID>
                      <Description>"Skills"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>336</ID>
                          <Description>"Skill 1"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>1D0</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>337</ID>
                          <Description>"Skill 2"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>1D2</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>338</ID>
                          <Description>"Skill 3"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>1D4</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>339</ID>
                          <Description>"Skill 4"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>1D6</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>340</ID>
                          <Description>"Skill 5"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>1D8</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>341</ID>
                          <Description>"Skill 6"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>1DA</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>342</ID>
                          <Description>"Skill 7"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>1DC</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>343</ID>
                          <Description>"Skill 8"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>1DE</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>344</ID>
                      <Description>"Stats"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Array of byte</VariableType>
                      <ByteLength>5</ByteLength>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>1E0</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>345</ID>
                  <Description>"+Persona 10"</Description>
                  <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>346</ID>
                      <Description>"Persona ID"</Description>
                      <DropDownListLink>L-Persona IDs</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>1F6</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>347</ID>
                      <Description>"Lv"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>1F8</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>348</ID>
                      <Description>"EXP"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>1FC</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>349</ID>
                      <Description>"Trait"</Description>
                      <DropDownListLink>L-Traits</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>1FA</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>350</ID>
                      <Description>"Skills"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>351</ID>
                          <Description>"Skill 1"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>200</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>352</ID>
                          <Description>"Skill 2"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>202</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>353</ID>
                          <Description>"Skill 3"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>204</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>354</ID>
                          <Description>"Skill 4"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>206</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>355</ID>
                          <Description>"Skill 5"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>208</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>356</ID>
                          <Description>"Skill 6"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>20A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>357</ID>
                          <Description>"Skill 7"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>20C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>358</ID>
                          <Description>"Skill 8"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_joker_addr</Address>
                          <Offsets>
                            <Offset>20E</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>359</ID>
                      <Description>"Stats"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Array of byte</VariableType>
                      <ByteLength>5</ByteLength>
                      <Address>i_base_status_joker_addr</Address>
                      <Offsets>
                        <Offset>210</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>360</ID>
          <Description>"Status - Others"</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : P5R.exe
  Version: 
  Date   : 2022-10-24
  Author :
}

[ENABLE]

aobscanmodule(INJECT_STATUS_VIEW_OTHER_CHARS,$process,2B 47 4C 0F 49 D8) // should be unique
alloc(newmem,$1000,INJECT_STATUS_VIEW_OTHER_CHARS)

label(code)
label(return)
label(i_base_status_others_addr)

newmem:
  mov [i_base_status_others_addr], rdi

code:
  sub eax,[rdi+4C]
  cmovns ebx,eax
  jmp return
align 10 cc
  i_base_status_others_addr:
  dq 0

INJECT_STATUS_VIEW_OTHER_CHARS:
  jmp newmem
  nop
return:
registersymbol(INJECT_STATUS_VIEW_OTHER_CHARS)
registersymbol(i_base_status_others_addr)

[DISABLE]

INJECT_STATUS_VIEW_OTHER_CHARS:
  db 2B 47 4C 0F 49 D8

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: P5R.exe+172E35A

P5R.exe+172E33C: EB 25           - jmp P5R.exe+172E363
P5R.exe+172E33E: 0F B6 57 48     - movzx edx,byte ptr [rdi+48]
P5R.exe+172E342: 33 DB           - xor ebx,ebx
P5R.exe+172E344: 66 FF C2        - inc dx
P5R.exe+172E347: 66 83 FA 01     - cmp dx,01
P5R.exe+172E34B: 77 04           - ja P5R.exe+172E351
P5R.exe+172E34D: 8B C3           - mov eax,ebx
P5R.exe+172E34F: EB 09           - jmp P5R.exe+172E35A
P5R.exe+172E351: 48 8D 4F 44     - lea rcx,[rdi+44]
P5R.exe+172E355: E8 B6 F7 6A FF  - call P5R.exe+DDDB10
// ---------- INJECTING HERE ----------
P5R.exe+172E35A: 2B 47 4C        - sub eax,[rdi+4C]
// ---------- DONE INJECTING  ----------
P5R.exe+172E35D: 0F 49 D8        - cmovns ebx,eax
P5R.exe+172E360: 89 5E 14        - mov [rsi+14],ebx
P5R.exe+172E363: 48 8B 5C 24 30  - mov rbx,[rsp+30]
P5R.exe+172E368: 48 8B 6C 24 38  - mov rbp,[rsp+38]
P5R.exe+172E36D: 48 8B 74 24 40  - mov rsi,[rsp+40]
P5R.exe+172E372: 48 83 C4 20     - add rsp,20
P5R.exe+172E376: 5F              - pop rdi
P5R.exe+172E377: C3              - ret 
P5R.exe+172E378: CC              - int 3 
P5R.exe+172E379: CC              - int 3 
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>361</ID>
              <Description>"Base Addr."</Description>
              <ShowAsHex>1</ShowAsHex>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>808080</Color>
              <VariableType>8 Bytes</VariableType>
              <Address>i_base_status_others_addr</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>362</ID>
              <Description>"To active: menu -&gt; Status -&gt; Party member"</Description>
              <Color>8000FF</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
            <CheatEntry>
              <ID>363</ID>
              <Description>"+Data"</Description>
              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>364</ID>
                  <Description>"Char ID"</Description>
                  <DropDownListLink>L-Char IDs</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>i_base_status_others_addr</Address>
                  <Offsets>
                    <Offset>8</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>365</ID>
                  <Description>"HP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>i_base_status_others_addr</Address>
                  <Offsets>
                    <Offset>C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>366</ID>
                  <Description>"SP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>i_base_status_others_addr</Address>
                  <Offsets>
                    <Offset>10</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>367</ID>
                  <Description>"Extra HP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>i_base_status_others_addr</Address>
                  <Offsets>
                    <Offset>29C</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>368</ID>
                  <Description>"Extra SP"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>i_base_status_others_addr</Address>
                  <Offsets>
                    <Offset>29E</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>369</ID>
                  <Description>"Persona ID"</Description>
                  <DropDownListLink>L-Persona IDs</DropDownListLink>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>FF8080</Color>
                  <VariableType>2 Bytes</VariableType>
                  <Address>i_base_status_others_addr</Address>
                  <Offsets>
                    <Offset>46</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>370</ID>
                  <Description>"+Persona stats"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>371</ID>
                      <Description>"Lv"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>Byte</VariableType>
                      <Address>i_base_status_others_addr</Address>
                      <Offsets>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>372</ID>
                      <Description>"EXP"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>4 Bytes</VariableType>
                      <Address>i_base_status_others_addr</Address>
                      <Offsets>
                        <Offset>4C</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>373</ID>
                      <Description>"Trait"</Description>
                      <DropDownListLink>L-Traits</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_base_status_others_addr</Address>
                      <Offsets>
                        <Offset>50</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>374</ID>
                      <Description>"Skills"</Description>
                      <Options moHideChildren="1"/>
                      <GroupHeader>1</GroupHeader>
                      <CheatEntries>
                        <CheatEntry>
                          <ID>375</ID>
                          <Description>"Skill 1"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_others_addr</Address>
                          <Offsets>
                            <Offset>50</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>376</ID>
                          <Description>"Skill 2"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_others_addr</Address>
                          <Offsets>
                            <Offset>52</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>377</ID>
                          <Description>"Skill 3"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_others_addr</Address>
                          <Offsets>
                            <Offset>54</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>378</ID>
                          <Description>"Skill 4"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_others_addr</Address>
                          <Offsets>
                            <Offset>56</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>379</ID>
                          <Description>"Skill 5"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_others_addr</Address>
                          <Offsets>
                            <Offset>58</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>380</ID>
                          <Description>"Skill 6"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_others_addr</Address>
                          <Offsets>
                            <Offset>5A</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>381</ID>
                          <Description>"Skill 7"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_others_addr</Address>
                          <Offsets>
                            <Offset>5C</Offset>
                          </Offsets>
                        </CheatEntry>
                        <CheatEntry>
                          <ID>382</ID>
                          <Description>"Skill 8"</Description>
                          <DropDownListLink>L-Skills</DropDownListLink>
                          <ShowAsSigned>0</ShowAsSigned>
                          <Color>FF8080</Color>
                          <VariableType>2 Bytes</VariableType>
                          <Address>i_base_status_others_addr</Address>
                          <Offsets>
                            <Offset>5E</Offset>
                          </Offsets>
                        </CheatEntry>
                      </CheatEntries>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>383</ID>
                      <Description>"Stats"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>Array of byte</VariableType>
                      <ByteLength>5</ByteLength>
                      <Address>i_base_status_others_addr</Address>
                      <Offsets>
                        <Offset>60</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>384</ID>
          <Description>"Get social stats"</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : P5R.exe
  Version: 
  Date   : 2022-10-22
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_GET_SOCAL_STATS,$process,41 0F B7 14 36 0F) // should be unique
alloc(newmem,$1000,INJECT_GET_SOCAL_STATS)

label(code)
label(return)
label(i_base_social_stats)

newmem:
  cmp qword ptr [i_base_social_stats], 0
  jne code

  push rax
  lea rax, [r14+rsi]
  mov [i_base_social_stats], rax
  pop rax

code:
  movzx edx,word ptr [r14+rsi]
  jmp return
align 10 cc
  i_base_social_stats:
  dq 0

INJECT_GET_SOCAL_STATS:
  jmp newmem
return:
registersymbol(INJECT_GET_SOCAL_STATS)
registersymbol(i_base_social_stats)

[DISABLE]

INJECT_GET_SOCAL_STATS:
  db 41 0F B7 14 36

unregistersymbol(INJECT_GET_SOCAL_STATS)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: P5R.exe+CD4260

P5R.exe+CD423F: 48 89 7C 24 20        - mov [rsp+20],rdi
P5R.exe+CD4244: 41 56                 - push r14
P5R.exe+CD4246: 48 83 EC 20           - sub rsp,20
P5R.exe+CD424A: 33 ED                 - xor ebp,ebp
P5R.exe+CD424C: 4C 8D 35 89 11 B9 01  - lea r14,[P5R.exe+28653DC]
P5R.exe+CD4253: 0F B7 FD              - movzx edi,bp
P5R.exe+CD4256: 4C 2B F1              - sub r14,rcx
P5R.exe+CD4259: 48 8B D9              - mov rbx,rcx
P5R.exe+CD425C: 48 8B F1              - mov rsi,rcx
P5R.exe+CD425F: 90                    - nop
// ---------- INJECTING HERE ----------
P5R.exe+CD4260: 41 0F B7 14 36        - movzx edx,word ptr [r14+rsi]
// ---------- DONE INJECTING  ----------
P5R.exe+CD4265: 0F B7 CF              - movzx ecx,di
P5R.exe+CD4268: E8 E3 B5 08 00        - call P5R.exe+D5F850
P5R.exe+CD426D: 66 FF C7              - inc di
P5R.exe+CD4270: 66 89 06              - mov [rsi],ax
P5R.exe+CD4273: 48 8D 76 02           - lea rsi,[rsi+02]
P5R.exe+CD4277: 66 83 FF 05           - cmp di,05
P5R.exe+CD427B: 7C E3                 - jl P5R.exe+CD4260
P5R.exe+CD427D: 48 8B 74 24 40        - mov rsi,[rsp+40]
P5R.exe+CD4282: 48 8B 7C 24 48        - mov rdi,[rsp+48]
P5R.exe+CD4287: 89 6B 0C              - mov [rbx+0C],ebp
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>385</ID>
              <Description>"To active: main menu -&gt; status"</Description>
              <Color>8000FF</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
            <CheatEntry>
              <ID>386</ID>
              <Description>"Knowledge / 知識"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF8080</Color>
              <VariableType>2 Bytes</VariableType>
              <Address>i_base_social_stats</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>387</ID>
              <Description>"Charm / 魅力"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF8080</Color>
              <VariableType>2 Bytes</VariableType>
              <Address>i_base_social_stats</Address>
              <Offsets>
                <Offset>2</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>388</ID>
              <Description>"Proficiency / 器用さ"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF8080</Color>
              <VariableType>2 Bytes</VariableType>
              <Address>i_base_social_stats</Address>
              <Offsets>
                <Offset>4</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>389</ID>
              <Description>"Guts / 度胸"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF8080</Color>
              <VariableType>2 Bytes</VariableType>
              <Address>i_base_social_stats</Address>
              <Offsets>
                <Offset>6</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>390</ID>
              <Description>"Kindness / 優しさ"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF8080</Color>
              <VariableType>2 Bytes</VariableType>
              <Address>i_base_social_stats</Address>
              <Offsets>
                <Offset>8</Offset>
              </Offsets>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>391</ID>
          <Description>"Buy item in weapon shop - no money decrease"</Description>
          <Options moDeactivateChildrenAsWell="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : P5R.exe
  Version: 
  Date   : 2022-10-22
  Author : bbfox@https://opencheattables.com

}

[ENABLE]

//aobscanmodule(INJECT,P5R.exe,0D * * * * 2B C8 79 04 8B CE) // should be unique
aobscanmodule(INJECT_BUY_ITEM,$process,2B C8 ?? ?? 8B CE EB 0A B8 7F 96 98 00 3B C8 0F 4F C8 89 0D ?? ?? ?? ?? 44 0F BF AF 04 02 00 00) // should be unique
alloc(newmem,$1000,INJECT_BUY_ITEM)
alloc(INJECT_BUY_ITEMo,$10)

label(code)
label(return)

INJECT_BUY_ITEMo:
  readmem(INJECT_BUY_ITEM, 10)

newmem:
  mov eax, 0

code:
  sub ecx,eax
  reassemble(INJECT_BUY_ITEM+2)
  //jns P5R.exe+FD15E2
  mov ecx,esi
  jmp return

INJECT_BUY_ITEM:
  jmp newmem
  nop
return:
registersymbol(INJECT_BUY_ITEM)
registersymbol(INJECT_BUY_ITEMo)

[DISABLE]

//INJECT_BUY_ITEM:
//  db 2B C8 79 04 8B CE
INJECT_BUY_ITEM:
  readmem(INJECT_BUY_ITEMo, 10)

unregistersymbol(*)
dealloc(newmem)
dealloc(INJECT_BUY_ITEMo)

{
// ORIGINAL CODE - INJECTION POINT: P5R.exe+FD15DA

P5R.exe+FD15A6: 48 63 C1                 - movsxd  rax,ecx
P5R.exe+FD15A9: 89 4C 24 60              - mov [rsp+60],ecx
P5R.exe+FD15AD: 48 8D 0C C0              - lea rcx,[rax+rax*8]
P5R.exe+FD15B1: 48 8B 87 88 00 00 00     - mov rax,[rdi+00000088]
P5R.exe+FD15B8: 81 0F 00 00 40 00        - or [rdi],00400000
P5R.exe+FD15BE: 44 88 A7 B7 09 00 00     - mov [rdi+000009B7],r12l
P5R.exe+FD15C5: 4C 8D 3C 88              - lea r15,[rax+rcx*4]
P5R.exe+FD15C9: 0F BF 87 04 02 00 00     - movsx eax,word ptr [rdi+00000204]
P5R.exe+FD15D0: 41 0F AF 07              - imul eax,[r15]
P5R.exe+FD15D4: 8B 0D 02 D3 9A 01        - mov ecx,[money_base]
// ---------- INJECTING HERE ----------
P5R.exe+FD15DA: 2B C8                    - sub ecx,eax
// ---------- DONE INJECTING  ----------
P5R.exe+FD15DC: 79 04                    - jns P5R.exe+FD15E2
P5R.exe+FD15DE: 8B CE                    - mov ecx,esi
P5R.exe+FD15E0: EB 0A                    - jmp P5R.exe+FD15EC
P5R.exe+FD15E2: B8 7F 96 98 00           - mov eax,0098967F
P5R.exe+FD15E7: 3B C8                    - cmp ecx,eax
P5R.exe+FD15E9: 0F 4F C8                 - cmovg ecx,eax
P5R.exe+FD15EC: 89 0D EA D2 9A 01        - mov [money_base],ecx
P5R.exe+FD15F2: 44 0F BF AF 04 02 00 00  - movsx r13d,word ptr [rdi+00000204]
P5R.exe+FD15FA: 0F B7 4F 08              - movzx ecx,word ptr [rdi+08]
P5R.exe+FD15FE: 45 0F AF 2F              - imul r13d,[r15]
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>392</ID>
              <Description>"Sell item in sell menu - price multiplier"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : P5R.exe
  Version: 
  Date   : 2022-10-22
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_SELL_ITEM,$process,0F B6 C3 0F AF C8 03) // should be unique
alloc(newmem,$1000,INJECT_SELL_ITEM)

label(code)
label(return)
label(vf_item_sell_mul)

newmem:
  cvtsi2ss xmm15, ecx
  vmovss xmm14, [vf_item_sell_mul]
  vmulss xmm15, xmm15, xmm14
  vcvtss2si ecx, xmm15

code:
  movzx eax,bl
  imul ecx,eax
  jmp return
align 10 cc
  vf_item_sell_mul:
  dd (float)1.5


INJECT_SELL_ITEM:
  jmp newmem
  nop
return:
registersymbol(INJECT_SELL_ITEM)
registersymbol(vf_item_sell_mul)

[DISABLE]

INJECT_SELL_ITEM:
  db 0F B6 C3 0F AF C8

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: P5R.exe+FD5F46

P5R.exe+FD5F2D: CC                 - int 3 
P5R.exe+FD5F2E: CC                 - int 3 
P5R.exe+FD5F2F: CC                 - int 3 
P5R.exe+FD5F30: 48 89 5C 24 08     - mov [rsp+08],rbx
P5R.exe+FD5F35: 57                 - push rdi
P5R.exe+FD5F36: 48 83 EC 20        - sub rsp,20
P5R.exe+FD5F3A: 41 0F B6 D8        - movzx ebx,r8l
P5R.exe+FD5F3E: 0F B7 FA           - movzx edi,dx
P5R.exe+FD5F41: 45 84 C0           - test r8l,r8l
P5R.exe+FD5F44: 74 06              - je P5R.exe+FD5F4C
// ---------- INJECTING HERE ----------
P5R.exe+FD5F46: 0F B6 C3           - movzx eax,bl
// ---------- DONE INJECTING  ----------
P5R.exe+FD5F49: 0F AF C8           - imul ecx,eax
P5R.exe+FD5F4C: 03 0D 8A 89 9A 01  - add ecx,[money_base]
P5R.exe+FD5F52: B8 7F 96 98 00     - mov eax,0098967F
P5R.exe+FD5F57: 3B C8              - cmp ecx,eax
P5R.exe+FD5F59: 0F 4F C8           - cmovg ecx,eax
P5R.exe+FD5F5C: 85 C9              - test ecx,ecx
P5R.exe+FD5F5E: 79 04              - jns P5R.exe+FD5F64
P5R.exe+FD5F60: 33 C9              - xor ecx,ecx
P5R.exe+FD5F62: EB 05              - jmp P5R.exe+FD5F69
P5R.exe+FD5F64: 3B C8              - cmp ecx,eax
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>393</ID>
                  <Description>"Multiplier"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>C08000</Color>
                  <VariableType>Float</VariableType>
                  <Address>vf_item_sell_mul</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>394</ID>
              <Description>"Sell item after buy equip multiplier"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : P5R.exe
  Version: 
  Date   : 2022-10-22
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_SELL_WHEN_BUY_MUL,$process,03 97 0C 02 00 00) // should be unique
alloc(newmem,$1000,INJECT_SELL_WHEN_BUY_MUL)

label(code)
label(return)
label(vf_sell_and_buy_multi)

newmem:
  push rax
  mov eax, [rdi+0000020C]
  cvtsi2ss xmm15, eax
  vmovss xmm14, [vf_sell_and_buy_multi]
  vmulss xmm15, xmm15, xmm14
  vcvtss2si eax, xmm15
  mov [rdi+0000020C], eax
  pop rax

code:
  add edx,[rdi+0000020C]
  jmp return
align 10 cc
  vf_sell_and_buy_multi:
  dd (float)1.5

INJECT_SELL_WHEN_BUY_MUL:
  jmp newmem
  nop
return:
registersymbol(INJECT_SELL_WHEN_BUY_MUL)
registersymbol(vf_sell_and_buy_multi)

[DISABLE]

INJECT_SELL_WHEN_BUY_MUL:
  db 03 97 0C 02 00 00

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: P5R.exe+FCF37F

P5R.exe+FCF34B: E8 90 A5 E0 FF        - call P5R.exe+DD98E0
P5R.exe+FCF350: 48 8B CF              - mov rcx,rdi
P5R.exe+FCF353: E8 48 26 00 00        - call P5R.exe+FD19A0
P5R.exe+FCF358: E9 49 01 00 00        - jmp P5R.exe+FCF4A6
P5R.exe+FCF35D: 40 88 77 52           - mov [rdi+52],sil
P5R.exe+FCF361: 89 B7 AC 09 00 00     - mov [rdi+000009AC],esi
P5R.exe+FCF367: 66 39 AF 02 02 00 00  - cmp [rdi+00000202],bp
P5R.exe+FCF36E: 0F 85 B2 00 00 00     - jne P5R.exe+FCF426
P5R.exe+FCF374: 8B 15 62 F5 9A 01     - mov edx,[money_base]
P5R.exe+FCF37A: B8 7F 96 98 00        - mov eax,0098967F
// ---------- INJECTING HERE ----------
P5R.exe+FCF37F: 03 97 0C 02 00 00     - add edx,[rdi+0000020C]
// ---------- DONE INJECTING  ----------
P5R.exe+FCF385: 3B D0                 - cmp edx,eax
P5R.exe+FCF387: 0F 4F D0              - cmovg edx,eax
P5R.exe+FCF38A: 85 D2                 - test edx,edx
P5R.exe+FCF38C: 78 07                 - js P5R.exe+FCF395
P5R.exe+FCF38E: 3B D0                 - cmp edx,eax
P5R.exe+FCF390: 0F 4F D0              - cmovg edx,eax
P5R.exe+FCF393: 8B F2                 - mov esi,edx
P5R.exe+FCF395: 0F B7 C3              - movzx eax,bx
P5R.exe+FCF398: 89 35 3E F5 9A 01     - mov [money_base],esi
P5R.exe+FCF39E: 66 C1 E8 0C           - shr ax,0C
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>395</ID>
                  <Description>"Multiplier"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>C08000</Color>
                  <VariableType>Float</VariableType>
                  <Address>vf_sell_and_buy_multi</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>396</ID>
          <Description>"Social pt multiplier"</Description>
          <Options moHideChildren="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : P5R.exe
  Version:
  Date   : 2024-12-11
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_SOCIAL_MUL,$process,F3 0F 59 C6 F3 0F 2C C0 42) // should be unique
alloc(newmem,$1000,INJECT_SOCIAL_MUL)

label(code)
label(return)
label(vf_social_exp_mul)
newmem:
  mulss xmm6, [vf_social_exp_mul]

code:
  mulss xmm0,xmm6
  cvttss2si eax,xmm0
  jmp return
align 10 cc
  vf_social_exp_mul:
  dd (float)1.5
INJECT_SOCIAL_MUL:
  jmp newmem
  nop 3
return:
registersymbol(INJECT_SOCIAL_MUL vf_social_exp_mul)

[DISABLE]

INJECT_SOCIAL_MUL:
  db F3 0F 59 C6 F3 0F 2C C0

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: P5R.exe+157A1E3

P5R.exe+157A1C1: 74 06                       - je P5R.exe+157A1C9
P5R.exe+157A1C3: F3 0F 59 F7                 - mulss xmm6,xmm7
P5R.exe+157A1C7: EB 13                       - jmp P5R.exe+157A1DC
P5R.exe+157A1C9: B9 22 07 00 10              - mov ecx,10000722
P5R.exe+157A1CE: E8 5D B5 7E FF              - call P5R.exe+D65730
P5R.exe+157A1D3: 84 C0                       - test al,al
P5R.exe+157A1D5: 74 05                       - je P5R.exe+157A1DC
P5R.exe+157A1D7: F3 41 0F 59 F0              - mulss xmm6,xmm8
P5R.exe+157A1DC: 66 0F 6E C7                 - movd xmm0,edi
P5R.exe+157A1E0: 0F 5B C0                    - cvtdq2ps xmm0,xmm0
// ---------- INJECTING HERE ----------
P5R.exe+157A1E3: F3 0F 59 C6                 - mulss xmm0,xmm6
// ---------- DONE INJECTING  ----------
P5R.exe+157A1E7: F3 0F 2C C0                 - cvttss2si eax,xmm0
P5R.exe+157A1EB: 42 89 44 B4 74              - mov [rsp+r14*4+74],eax
P5R.exe+157A1F0: 42 0F B7 4C B4 60           - movzx ecx,word ptr [rsp+r14*4+60]
P5R.exe+157A1F6: 66 03 C8                    - add cx,ax
P5R.exe+157A1F9: 48 0F BF C6                 - movsx rax,si
P5R.exe+157A1FD: FF C6                       - inc esi
P5R.exe+157A1FF: 66 41 89 8C 44 DC 53 86 02  - mov [r12+rax*2+028653DC],cx
P5R.exe+157A208: 83 FE 05                    - cmp esi,05
P5R.exe+157A20B: 0F 8C 4F FD FF FF           - jl P5R.exe+1579F60
P5R.exe+157A211: B9 E0 01 00 00              - mov ecx,000001E0
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>397</ID>
              <Description>"Multiplier"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF8080</Color>
              <VariableType>Float</VariableType>
              <Address>vf_social_exp_mul</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>398</ID>
          <Description>"Existing confidants (コープ) viewer"</Description>
          <Options moHideChildren="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : P5R.exe
  Version: 
  Date   : 2022-10-24
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_VIEW_COOPS,$process,0F B7 51 06 EB * 45 0F B7 C8) // should be unique
alloc(newmem,$1000,INJECT_VIEW_COOPS)
alloc(INJECT_VIEW_COOPSo,$10)

label(code)
label(return)
label(i_base_coops_addr)

INJECT_VIEW_COOPSo:
  readmem(INJECT_VIEW_COOPS, 10)

newmem:
  mov [i_base_coops_addr], rcx

code:
  movzx edx,word ptr [rcx+06]
  //jmp P5R.exe+DA6125
  reassemble(INJECT_VIEW_COOPS+4)
  jmp return
align 10 cc
  i_base_coops_addr:
  dq 0

INJECT_VIEW_COOPS:
  jmp newmem
  nop
return:
registersymbol(INJECT_VIEW_COOPS)
registersymbol(i_base_coops_addr)
registersymbol(INJECT_VIEW_COOPSo)

[DISABLE]

//INJECT_VIEW_COOPS:
//  db 0F B7 51 06 EB B5
INJECT_VIEW_COOPS:
  readmem(INJECT_VIEW_COOPSo, 10)

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: P5R.exe+DA616A

P5R.exe+DA6149: 45 0F B7 44 CF 02     - movzx r8d,word ptr [r15+rcx*8+02]
P5R.exe+DA614F: 66 44 3B C8           - cmp r9w,ax
P5R.exe+DA6153: 74 1B                 - je P5R.exe+DA6170
P5R.exe+DA6155: 66 44 3B C0           - cmp r8w,ax
P5R.exe+DA6159: 74 19                 - je P5R.exe+DA6174
P5R.exe+DA615B: 66 FF C2              - inc dx
P5R.exe+DA615E: 66 83 FA 02           - cmp dx,02
P5R.exe+DA6162: 72 DC                 - jb P5R.exe+DA6140
P5R.exe+DA6164: 44 0F B7 C8           - movzx r9d,ax
P5R.exe+DA6168: EB 0A                 - jmp P5R.exe+DA6174
// ---------- INJECTING HERE ----------
P5R.exe+DA616A: 0F B7 51 06           - movzx edx,word ptr [rcx+06]
// ---------- DONE INJECTING  ----------
P5R.exe+DA616E: EB B5                 - jmp P5R.exe+DA6125
P5R.exe+DA6170: 45 0F B7 C8           - movzx r9d,r8w
P5R.exe+DA6174: 41 0F B7 C9           - movzx ecx,r9w
P5R.exe+DA6178: 48 69 D1 BC 00 00 00  - imul rdx,rcx,000000BC
P5R.exe+DA617F: 0F BE 4C 2A 18        - movsx ecx,byte ptr [rdx+rbp+18]
P5R.exe+DA6184: 66 3B CE              - cmp cx,si
P5R.exe+DA6187: 75 2E                 - jne P5R.exe+DA61B7
P5R.exe+DA6189: 66 85 C0              - test ax,ax
P5R.exe+DA618C: 74 18                 - je P5R.exe+DA61A6
P5R.exe+DA618E: 48 8D 4F 02           - lea rcx,[rdi+02]
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>399</ID>
              <Description>"ID"</Description>
              <DropDownListLink>L-コープID</DropDownListLink>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF8080</Color>
              <VariableType>2 Bytes</VariableType>
              <Address>i_base_coops_addr</Address>
              <Offsets>
                <Offset>4</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>400</ID>
              <Description>"Rank"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF8080</Color>
              <VariableType>2 Bytes</VariableType>
              <Address>i_base_coops_addr</Address>
              <Offsets>
                <Offset>6</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>401</ID>
              <Description>"Pt"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF8080</Color>
              <VariableType>2 Bytes</VariableType>
              <Address>i_base_coops_addr</Address>
              <Offsets>
                <Offset>8</Offset>
              </Offsets>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>402</ID>
          <Description>"Existing confidants (コープ) pt multiplier"</Description>
          <Options moHideChildren="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : P5R.exe
  Version: 
  Date   : 2022-10-23
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_CONFIDANT_PT_MULTI,$process,66 01 43 08 48 8B 5C 24 30) // should be unique
alloc(newmem,$1000,INJECT_CONFIDANT_PT_MULTI)

label(code)
label(return)
label(vf_confi_pt_multi)
label(i_base_confi_pt_multi_addr)

newmem:
  mov [i_base_confi_pt_multi_addr], rbx

  push r15
  xor r15, r15

  movzx r15d, ax
  cvtsi2ss xmm15, r15d
  vmovss xmm14, [vf_confi_pt_multi]
  vmulss xmm15, xmm15, xmm14
  vcvtss2si r15d, xmm15
  and r15d, 0000FFFF
  mov ax, r15w

  pop r15


code:
  add [rbx+08],ax
  mov rbx,[rsp+30]
  jmp return
align 10 cc
  vf_confi_pt_multi:
  dd (float)1.75
  i_base_confi_pt_multi_addr:
  dq 0

INJECT_CONFIDANT_PT_MULTI:
  jmp newmem
  nop 4
return:
registersymbol(INJECT_CONFIDANT_PT_MULTI)
registersymbol(vf_confi_pt_multi)
registersymbol(i_base_confi_pt_multi_addr)

[DISABLE]

INJECT_CONFIDANT_PT_MULTI:
  db 66 01 43 08 48 8B 5C 24 30

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: P5R.exe+D8CEDE

P5R.exe+D8CEBD: 74 33           - je P5R.exe+D8CEF2
P5R.exe+D8CEBF: E8 4C 00 00 00  - call P5R.exe+D8CF10
P5R.exe+D8CEC4: 0F 57 C9        - xorps xmm1,xmm1
P5R.exe+D8CEC7: 0F 2F C1        - comiss xmm0,xmm1
P5R.exe+D8CECA: 76 26           - jna P5R.exe+D8CEF2
P5R.exe+D8CECC: 0F B7 C6        - movzx eax,si
P5R.exe+D8CECF: 66 0F 6E C8     - movd xmm1,eax
P5R.exe+D8CED3: 0F 5B C9        - cvtdq2ps xmm1,xmm1
P5R.exe+D8CED6: F3 0F 59 C8     - mulss xmm1,xmm0
P5R.exe+D8CEDA: F3 0F 2C C1     - cvttss2si eax,xmm1
// ---------- INJECTING HERE ----------
P5R.exe+D8CEDE: 66 01 43 08     - add [rbx+08],ax
// ---------- DONE INJECTING  ----------
P5R.exe+D8CEE2: 48 8B 5C 24 30  - mov rbx,[rsp+30]
P5R.exe+D8CEE7: 48 8B 74 24 38  - mov rsi,[rsp+38]
P5R.exe+D8CEEC: 48 83 C4 20     - add rsp,20
P5R.exe+D8CEF0: 5F              - pop rdi
P5R.exe+D8CEF1: C3              - ret 
P5R.exe+D8CEF2: 48 8B 5C 24 30  - mov rbx,[rsp+30]
P5R.exe+D8CEF7: 0F B7 C7        - movzx eax,di
P5R.exe+D8CEFA: 48 8B 74 24 38  - mov rsi,[rsp+38]
P5R.exe+D8CEFF: 48 83 C4 20     - add rsp,20
P5R.exe+D8CF03: 5F              - pop rdi
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>403</ID>
              <Description>"Multiplier"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>C08000</Color>
              <VariableType>Float</VariableType>
              <Address>vf_confi_pt_multi</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>404</ID>
              <Description>"Last ID"</Description>
              <DropDownListLink>L-コープID</DropDownListLink>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF8080</Color>
              <VariableType>2 Bytes</VariableType>
              <Address>i_base_confi_pt_multi_addr</Address>
              <Offsets>
                <Offset>4</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>405</ID>
              <Description>"Last Rank"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF8080</Color>
              <VariableType>2 Bytes</VariableType>
              <Address>i_base_confi_pt_multi_addr</Address>
              <Offsets>
                <Offset>6</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>406</ID>
              <Description>"Last pt"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF8080</Color>
              <VariableType>2 Bytes</VariableType>
              <Address>i_base_confi_pt_multi_addr</Address>
              <Offsets>
                <Offset>8</Offset>
              </Offsets>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>407</ID>
          <Description>"Set existing Confidants (コープ) Rank &amp; Pt / edit all confidants "</Description>
          <Options moHideChildren="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : P5R.exe
  Version: 
  Date   : 2022-10-23
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_EXISTING_Confidant,$process,44 0F B7 40 06 33) // should be unique
alloc(newmem,$1000,INJECT_EXISTING_Confidant)

label(code)
label(return)
label(i_min_conf_pt)
label(i_min_conf_lv)
label(is_conf_set_on)
label(i_min_conf_addr)

newmem:
  cmp qword ptr [i_min_conf_addr], 0
  jne do_next1
  mov [i_min_conf_addr], rax

do_next1:
  cmp qword ptr [i_min_conf_addr], rax
  jbe do_next2
  mov [i_min_conf_addr], rax

do_next2:
  cmp dword ptr [is_conf_set_on], 1
  jne code

  push r15
  xor r15, r15

  mov r15w, word ptr [rax+06]
  cmp r15w, word ptr [i_min_conf_lv]
  jae chk_next
  mov r15w, word ptr [i_min_conf_lv]
  mov word ptr [rax+06], r15w

chk_next:
  mov r15w, word ptr [rax+08]
  cmp r15w, word ptr [i_min_conf_pt]
  jae endp
  mov r15w, word ptr [i_min_conf_pt]
  mov word ptr [rax+08], r15w

endp:
  pop r15


code:
  movzx r8d,word ptr [rax+06]
  jmp return
align 10 cc
  is_conf_set_on:
  dd 0
  i_min_conf_pt:
  dw 0
  i_min_conf_lv:
  dw 1
  i_min_conf_addr:
  dq 0

INJECT_EXISTING_Confidant:
  jmp newmem
return:
registersymbol(INJECT_EXISTING_Confidant)
registersymbol(i_min_conf_pt)
registersymbol(i_min_conf_lv)
registersymbol(is_conf_set_on)
registersymbol(i_min_conf_addr)

[DISABLE]

INJECT_EXISTING_Confidant:
  db 44 0F B7 40 06

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: P5R.exe+C533A1

P5R.exe+C53385: 33 D2                       - xor edx,edx
P5R.exe+C53387: 66 44 39 48 04              - cmp [rax+04],r9w
P5R.exe+C5338C: 74 13                       - je P5R.exe+C533A1
P5R.exe+C5338E: 48 83 C0 10                 - add rax,10
P5R.exe+C53392: FF C2                       - inc edx
P5R.exe+C53394: 83 FA 18                    - cmp edx,18
P5R.exe+C53397: 7C EE                       - jl P5R.exe+C53387
P5R.exe+C53399: 33 D2                       - xor edx,edx
P5R.exe+C5339B: 44 0F B7 C2                 - movzx r8d,dx
P5R.exe+C5339F: EB 07                       - jmp P5R.exe+C533A8
// ---------- INJECTING HERE ----------
P5R.exe+C533A1: 44 0F B7 40 06              - movzx r8d,word ptr [rax+06]
// ---------- DONE INJECTING  ----------
P5R.exe+C533A6: 33 D2                       - xor edx,edx
P5R.exe+C533A8: 66 46 89 84 DE 0C 07 00 00  - mov [rsi+r11*8+0000070C],r8w
P5R.exe+C533B1: 66 41 83 F8 0A              - cmp r8w,0A
P5R.exe+C533B6: 75 15                       - jne P5R.exe+C533CD
P5R.exe+C533B8: 49 8D 42 4B                 - lea rax,[r10+4B]
P5R.exe+C533BC: 48 8D 04 40                 - lea rax,[rax+rax*2]
P5R.exe+C533C0: C7 44 C6 08 01 00 00 00     - mov [rsi+rax*8+08],00000001
P5R.exe+C533C8: E9 B0 00 00 00              - jmp P5R.exe+C5347D
P5R.exe+C533CD: 48 8B C1                    - mov rax,rcx
P5R.exe+C533D0: 66 44 39 48 04              - cmp [rax+04],r9w
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>408</ID>
              <Description>"To active: Menu -&gt;Cooperation"</Description>
              <Color>8000FF</Color>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
            <CheatEntry>
              <ID>409</ID>
              <Description>"is set value ON?"</Description>
              <DropDownList DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>is_conf_set_on</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>410</ID>
              <Description>"Min. Rank (1-9)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF8080</Color>
              <VariableType>2 Bytes</VariableType>
              <Address>i_min_conf_lv</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>411</ID>
              <Description>"Min. pt"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF8080</Color>
              <VariableType>2 Bytes</VariableType>
              <Address>i_min_conf_pt</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>412</ID>
              <Description>"+Confidants - Use with caution"</Description>
              <Options moHideChildren="1" moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>413</ID>
                  <Description>"Slot 1"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>414</ID>
                      <Description>"ID"</Description>
                      <DropDownListLink>L-コープID</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>415</ID>
                      <Description>"Rank"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>6</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>416</ID>
                      <Description>"Pt"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>8</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>417</ID>
                  <Description>"Slot 2"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>418</ID>
                      <Description>"ID"</Description>
                      <DropDownListLink>L-コープID</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>14</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>419</ID>
                      <Description>"Rank"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>16</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>420</ID>
                      <Description>"Pt"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>18</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>421</ID>
                  <Description>"Slot 3"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>422</ID>
                      <Description>"ID"</Description>
                      <DropDownListLink>L-コープID</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>24</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>423</ID>
                      <Description>"Rank"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>26</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>424</ID>
                      <Description>"Pt"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>28</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>425</ID>
                  <Description>"Slot 4"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>426</ID>
                      <Description>"ID"</Description>
                      <DropDownListLink>L-コープID</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>34</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>427</ID>
                      <Description>"Rank"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>36</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>428</ID>
                      <Description>"Pt"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>38</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>429</ID>
                  <Description>"Slot 4"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>430</ID>
                      <Description>"ID"</Description>
                      <DropDownListLink>L-コープID</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>44</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>431</ID>
                      <Description>"Rank"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>46</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>432</ID>
                      <Description>"Pt"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>48</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>433</ID>
                  <Description>"Slot 5"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>434</ID>
                      <Description>"ID"</Description>
                      <DropDownListLink>L-コープID</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>54</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>435</ID>
                      <Description>"Rank"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>56</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>436</ID>
                      <Description>"Pt"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>58</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>437</ID>
                  <Description>"Slot 6"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>438</ID>
                      <Description>"ID"</Description>
                      <DropDownListLink>L-コープID</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>64</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>439</ID>
                      <Description>"Rank"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>66</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>440</ID>
                      <Description>"Pt"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>68</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>441</ID>
                  <Description>"Slot 7"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>442</ID>
                      <Description>"ID"</Description>
                      <DropDownListLink>L-コープID</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>74</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>443</ID>
                      <Description>"Rank"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>76</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>444</ID>
                      <Description>"Pt"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>78</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>445</ID>
                  <Description>"Slot 8"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>446</ID>
                      <Description>"ID"</Description>
                      <DropDownListLink>L-コープID</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>84</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>447</ID>
                      <Description>"Rank"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>86</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>448</ID>
                      <Description>"Pt"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>88</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>449</ID>
                  <Description>"Slot 9"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>450</ID>
                      <Description>"ID"</Description>
                      <DropDownListLink>L-コープID</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>94</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>451</ID>
                      <Description>"Rank"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>96</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>452</ID>
                      <Description>"Pt"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>98</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>453</ID>
                  <Description>"Slot 10"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>454</ID>
                      <Description>"ID"</Description>
                      <DropDownListLink>L-コープID</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>A4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>455</ID>
                      <Description>"Rank"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>A6</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>456</ID>
                      <Description>"Pt"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>A8</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>457</ID>
                  <Description>"Slot 11"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>458</ID>
                      <Description>"ID"</Description>
                      <DropDownListLink>L-コープID</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>B4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>459</ID>
                      <Description>"Rank"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>B6</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>460</ID>
                      <Description>"Pt"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>B8</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>461</ID>
                  <Description>"Slot 12"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>462</ID>
                      <Description>"ID"</Description>
                      <DropDownListLink>L-コープID</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>C4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>463</ID>
                      <Description>"Rank"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>C6</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>464</ID>
                      <Description>"Pt"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>C8</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>465</ID>
                  <Description>"Slot 13"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>466</ID>
                      <Description>"ID"</Description>
                      <DropDownListLink>L-コープID</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>D4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>467</ID>
                      <Description>"Rank"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>D6</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>468</ID>
                      <Description>"Pt"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>D8</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>469</ID>
                  <Description>"Slot 14"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>470</ID>
                      <Description>"ID"</Description>
                      <DropDownListLink>L-コープID</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>E4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>471</ID>
                      <Description>"Rank"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>E6</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>472</ID>
                      <Description>"Pt"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>E8</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>473</ID>
                  <Description>"Slot 15"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>474</ID>
                      <Description>"ID"</Description>
                      <DropDownListLink>L-コープID</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>F4</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>475</ID>
                      <Description>"Rank"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>F6</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>476</ID>
                      <Description>"Pt"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>F8</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>477</ID>
                  <Description>"Slot 16"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>478</ID>
                      <Description>"ID"</Description>
                      <DropDownListLink>L-コープID</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>104</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>479</ID>
                      <Description>"Rank"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>106</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>480</ID>
                      <Description>"Pt"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>108</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>481</ID>
                  <Description>"Slot 17"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>482</ID>
                      <Description>"ID"</Description>
                      <DropDownListLink>L-コープID</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>114</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>483</ID>
                      <Description>"Rank"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>116</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>484</ID>
                      <Description>"Pt"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>118</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>485</ID>
                  <Description>"Slot 18"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>486</ID>
                      <Description>"ID"</Description>
                      <DropDownListLink>L-コープID</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>124</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>487</ID>
                      <Description>"Rank"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>126</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>488</ID>
                      <Description>"Pt"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>128</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>489</ID>
                  <Description>"Slot 19"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>490</ID>
                      <Description>"ID"</Description>
                      <DropDownListLink>L-コープID</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>134</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>491</ID>
                      <Description>"Rank"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>136</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>492</ID>
                      <Description>"Pt"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>138</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>493</ID>
                  <Description>"Slot 20"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>494</ID>
                      <Description>"ID"</Description>
                      <DropDownListLink>L-コープID</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>144</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>495</ID>
                      <Description>"Rank"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>146</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>496</ID>
                      <Description>"Pt"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>148</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>497</ID>
                  <Description>"Slot 21"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>498</ID>
                      <Description>"ID"</Description>
                      <DropDownListLink>L-コープID</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>154</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>499</ID>
                      <Description>"Rank"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>156</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>500</ID>
                      <Description>"Pt"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>158</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>501</ID>
                  <Description>"Slot 22"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>502</ID>
                      <Description>"ID"</Description>
                      <DropDownListLink>L-コープID</DropDownListLink>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>164</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>503</ID>
                      <Description>"Rank"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>166</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>504</ID>
                      <Description>"Pt"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>2 Bytes</VariableType>
                      <Address>i_min_conf_addr</Address>
                      <Offsets>
                        <Offset>168</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>505</ID>
          <Description>"Darts game - one shot"</Description>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : P5R.exe
  Version: 
  Date   : 2022-10-30
  Author :
}

[ENABLE]

aobscanmodule(INJECT_SET_DARTS_SCORE,$process,89 8F AC 02 00 00) // should be unique
alloc(newmem,$1000,INJECT_SET_DARTS_SCORE)

label(code)
label(return)

newmem:
  xor ecx, ecx

code:
  mov [rdi+000002AC],ecx
  jmp return

INJECT_SET_DARTS_SCORE:
  jmp newmem
  nop
return:
registersymbol(INJECT_SET_DARTS_SCORE)

[DISABLE]

INJECT_SET_DARTS_SCORE:
  db 89 8F AC 02 00 00

unregistersymbol(INJECT_SET_DARTS_SCORE)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: P5R.exe+14D81B0

P5R.exe+14D817A: 44 38 AC 08 B8 0E 00 00  - cmp [rax+rcx+00000EB8],r13l
P5R.exe+14D8182: 74 12                    - je P5R.exe+14D8196
P5R.exe+14D8184: BA 02 00 00 00           - mov edx,00000002
P5R.exe+14D8189: E8 F2 45 01 00           - call P5R.exe+14EC780
P5R.exe+14D818E: 84 C0                    - test al,al
P5R.exe+14D8190: 0F 84 B4 07 00 00        - je P5R.exe+14D894A
P5R.exe+14D8196: 8B 8F AC 02 00 00        - mov ecx,[rdi+000002AC]
P5R.exe+14D819C: 48 63 97 EC 0E 00 00     - movsxd  rdx,dword ptr [rdi+00000EEC]
P5R.exe+14D81A3: 89 8F B0 02 00 00        - mov [rdi+000002B0],ecx
P5R.exe+14D81A9: 2B 8C 97 B8 02 00 00     - sub ecx,[rdi+rdx*4+000002B8]
// ---------- INJECTING HERE ----------
P5R.exe+14D81B0: 89 8F AC 02 00 00        - mov [rdi+000002AC],ecx
// ---------- DONE INJECTING  ----------
P5R.exe+14D81B6: EB 24                    - jmp P5R.exe+14D81DC
P5R.exe+14D81B8: BA 03 00 00 00           - mov edx,00000003
P5R.exe+14D81BD: E8 BE 45 01 00           - call P5R.exe+14EC780
P5R.exe+14D81C2: 84 C0                    - test al,al
P5R.exe+14D81C4: 0F 84 80 07 00 00        - je P5R.exe+14D894A
P5R.exe+14D81CA: 8B 87 CC 1C 00 00        - mov eax,[rdi+00001CCC]
P5R.exe+14D81D0: 8B 97 EC 0E 00 00        - mov edx,[rdi+00000EEC]
P5R.exe+14D81D6: 89 87 AC 02 00 00        - mov [rdi+000002AC],eax
P5R.exe+14D81DC: 48 63 C2                 - movsxd  rax,edx
P5R.exe+14D81DF: 48 8D 0C 80              - lea rcx,[rax+rax*4]
}
</AssemblerScript>
        </CheatEntry>
        <CheatEntry>
          <ID>506</ID>
          <Description>"Special battle score multiplier"</Description>
          <Options moHideChildren="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : P5R.exe
  Version: 
  Date   : 2022-10-30
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_GET_SBATTLE_SCORE,$process,8D 14 38 49 8B C0) // should be unique
alloc(newmem,$1000,INJECT_GET_SBATTLE_SCORE)

label(code)
label(return)
label(vf_sbattle_score_multi)

newmem:
  vmovss xmm14, [vf_sbattle_score_multi]
  cvtsi2ss xmm15, rdi
  vmulss xmm15, xmm15, xmm14
  cvtss2si rdi, xmm15

code:
  lea edx,[rax+rdi]
  mov rax,r8
  jmp return
align 10 cc
  vf_sbattle_score_multi:
  dd (float)5.4321

INJECT_GET_SBATTLE_SCORE:
  jmp newmem
  nop
return:
registersymbol(INJECT_GET_SBATTLE_SCORE)
registersymbol(vf_sbattle_score_multi)

[DISABLE]

INJECT_GET_SBATTLE_SCORE:
  db 8D 14 38 49 8B C0

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: P5R.exe+DC8311

P5R.exe+DC82E8: 4C 8D 05 C1 4E BD 00        - lea r8,[P5R.exe+199D1B0]
P5R.exe+DC82EF: 8B C3                       - mov eax,ebx
P5R.exe+DC82F1: 49 8B C8                    - mov rcx,r8
P5R.exe+DC82F4: 81 39 38 01 00 00           - cmp [rcx],00000138
P5R.exe+DC82FA: 0F 84 15 01 00 00           - je P5R.exe+DC8415
P5R.exe+DC8300: FF C0                       - inc eax
P5R.exe+DC8302: 48 83 C1 08                 - add rcx,08
P5R.exe+DC8306: 83 F8 02                    - cmp eax,02
P5R.exe+DC8309: 72 E9                       - jb P5R.exe+DC82F4
P5R.exe+DC830B: 8B 05 EF 70 BB 01           - mov eax,[P5R.exe+297F400]
// ---------- INJECTING HERE ----------
P5R.exe+DC8311: 8D 14 38                    - lea edx,[rax+rdi]
// ---------- DONE INJECTING  ----------
P5R.exe+DC8314: 49 8B C0                    - mov rax,r8
P5R.exe+DC8317: 66 0F 1F 84 00 00 00 00 00  - nop word ptr [rax+rax+00000000]
P5R.exe+DC8320: 81 38 38 01 00 00           - cmp [rax],00000138
P5R.exe+DC8326: 0F 84 05 01 00 00           - je P5R.exe+DC8431
P5R.exe+DC832C: FF C3                       - inc ebx
P5R.exe+DC832E: 48 83 C0 08                 - add rax,08
P5R.exe+DC8332: 83 FB 02                    - cmp ebx,02
P5R.exe+DC8335: 72 E9                       - jb P5R.exe+DC8320
P5R.exe+DC8337: 89 15 C3 70 BB 01           - mov [P5R.exe+297F400],edx
P5R.exe+DC833D: 4D 85 F6                    - test r14,r14
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>507</ID>
              <Description>"Multiplier"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>C08000</Color>
              <VariableType>Float</VariableType>
              <Address>vf_sbattle_score_multi</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>508</ID>
          <Description>"Get Date/Time"</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : P5R.exe
  Version: 
  Date   : 2022-10-26
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_GET_DATETIME,$process,41 0F BF 00 3B C1 75 75) // should be unique
alloc(newmem,$1000,INJECT_GET_DATETIME)

label(code)
label(return)
label(i_base_datetime_addr)


newmem:
  mov [i_base_datetime_addr], r8

code:
  movsx eax,word ptr [r8]
  cmp eax,ecx
  jmp return
align 10 cc
  i_base_datetime_addr:
  dq 0

INJECT_GET_DATETIME:
  jmp newmem
  nop
return:
registersymbol(INJECT_GET_DATETIME)
registersymbol(i_base_datetime_addr)

[DISABLE]

INJECT_GET_DATETIME:
  db 41 0F BF 00 3B C1

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: P5R.exe+BAE565

P5R.exe+BAE54C: CC                    - int 3 
P5R.exe+BAE54D: CC                    - int 3 
P5R.exe+BAE54E: CC                    - int 3 
P5R.exe+BAE54F: CC                    - int 3 
P5R.exe+BAE550: 48 89 5C 24 08        - mov [rsp+08],rbx
P5R.exe+BAE555: 57                    - push rdi
P5R.exe+BAE556: 48 83 EC 20           - sub rsp,20
P5R.exe+BAE55A: 4C 8B 05 AF FD DE 01  - mov r8,[P5R.exe+299E310]
P5R.exe+BAE561: 8B DA                 - mov ebx,edx
P5R.exe+BAE563: 8B F9                 - mov edi,ecx
// ---------- INJECTING HERE ----------
P5R.exe+BAE565: 41 0F BF 00           - movsx eax,word ptr [r8]
// ---------- DONE INJECTING  ----------
P5R.exe+BAE569: 3B C1                 - cmp eax,ecx
P5R.exe+BAE56B: 75 75                 - jne P5R.exe+BAE5E2
P5R.exe+BAE56D: 41 0F B6 40 02        - movzx eax,byte ptr [r8+02]
P5R.exe+BAE572: 3B C2                 - cmp eax,edx
P5R.exe+BAE574: 75 6C                 - jne P5R.exe+BAE5E2
P5R.exe+BAE576: B9 10 00 00 40        - mov ecx,40000010
P5R.exe+BAE57B: E8 40 82 22 00        - call P5R.exe+DD67C0
P5R.exe+BAE580: 84 C0                 - test al,al
P5R.exe+BAE582: 74 0D                 - je P5R.exe+BAE591
P5R.exe+BAE584: 32 C0                 - xor al,al
}
</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>509</ID>
              <Description>"Day"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF8080</Color>
              <VariableType>2 Bytes</VariableType>
              <Address>i_base_datetime_addr</Address>
              <Offsets>
                <Offset>0</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>510</ID>
              <Description>"Time"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF8080</Color>
              <VariableType>Byte</VariableType>
              <Address>i_base_datetime_addr</Address>
              <Offsets>
                <Offset>2</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>511</ID>
              <Description>"??"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF8080</Color>
              <VariableType>Byte</VariableType>
              <Address>i_base_datetime_addr</Address>
              <Offsets>
                <Offset>3</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>512</ID>
              <Description>"Next Day"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF8080</Color>
              <VariableType>2 Bytes</VariableType>
              <Address>i_base_datetime_addr</Address>
              <Offsets>
                <Offset>4</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>513</ID>
              <Description>"Next Time"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF8080</Color>
              <VariableType>Byte</VariableType>
              <Address>i_base_datetime_addr</Address>
              <Offsets>
                <Offset>6</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>514</ID>
              <Description>"??"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF8080</Color>
              <VariableType>Byte</VariableType>
              <Address>i_base_datetime_addr</Address>
              <Offsets>
                <Offset>7</Offset>
              </Offsets>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>515</ID>
      <Description>"Persona 5 Royal 1.04 /  https://opencheattables.com  /  CE 7.5+"</Description>
      <Options moHideChildren="1"/>
      <Color>00A200</Color>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>516</ID>
          <Description>"Dummy"</Description>
          <Options moHideChildren="1"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>517</ID>
              <Description>"."</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>518</ID>
                  <Description>"Lists"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>519</ID>
                      <Description>"L-Persona IDs"</Description>
                      <DropDownList DisplayValueAsItem="1">0:None
1:Metatron
2:Beelzebub
3:Cu Chulainn
4:Jack-o'-Lantern
5:Jack Frost
6:Pixie
7:Cerberus
8:Lilim
9:Eligor
10:Odin
11:Hua Po
12:Decarabia
13:Mara
14:Ose
15:Thor
16:Unicorn
17:Uriel
18:Sarasvati
19:Valkyrie
20:Yaksini
21:Ganesha
22:Anubis
23:Mot
24:Raphael
25:Scathach
26:High Pixie
27:Barong
28:Girimehkala
29:King Frost
30:Narcissus
31:Isis
32:Lamia
33:Legion
34:Rakshasa
35:Mokoi
36:Forneus
37:Setanta
38:Titania
39:Incubus
40:Oni
41:Lilith
42:Rangda
43:Makami
44:Parvati
45:Gabriel
46:Zaou-Gongen
47:Alice
48:Kali
49:Kurama Tengu
50:Oberon
51:Shiki-Ouji
52:Yamata-no-Orochi
53:Orobas
54:Hanuman
55:Archangel
56:Obariyon
57:Queen Mab
58:Sandalphon
59:Abaddon
60:Shiisaa
61:Sandman
62:Belial
63:Leanan Sidhe
64:Cybele
65:Chernobog
66:Flauros
67:Ippon-Datara
68:Orthrus
69:Succubus
70:Mothman
72:Dominion
73:Nekomata
74:Black Frost
75:Arahabaki
76:Angel
77:Skadi
78:Kikuri-Hime
79:Chi You
80:Power
81:Inugami
82:Nebiros
84:Slime
85:Anzu
86:Yatagarasu
87:Yoshitsune
88:Take-Minakata
89:Ame-no-Uzume
90:Kushinada
91:Kumbhanda
92:Ongyo-Ki
93:Kin-Ki
94:Sui-Ki
95:Fuu-Ki
96:Jatayu
97:Kaiwan
98:Kelpie
99:Thoth
100:Dionysus
101:Apsaras
102:Andras
104:Koropokguru
105:Koppa Tengu
106:Regent
107:Queen's Necklace
108:Stone of Scone
109:Koh-i-Noor
110:Orlov
111:Emperor's Amulet
112:Hope Diamond
113:Crystal Skull
121:Mandrake
122:Baal
123:Dakini
124:Silky
125:Bugs
126:Black Ooze
127:Bicorn
128:Mithras
129:Sudama
130:Kodama
131:Agathion
132:Onmoraki
133:Nue
134:Pisaca
135:Melchizedek
136:Baphomet
137:Raja Naga
138:Naga
139:Garuda
140:Moloch
141:Norn
142:Belphegor
143:Berith
144:Choronzon
151:Nigi Mitama
152:Kushi Mitama
153:Ara Mitama
154:Saki Mitama
156:Shiva
157:Michael
158:Asura
159:Mada
160:Mother Harlot
161:Clotho
162:Lachesis
163:Atropos
164:Ardha
166:Vishnu
167:Hariti
168:Yurlungur
169:Hecatoncheires
170:Satanael
181:Orpheus
182:Thanatos
183:Izanagi
184:Magatsu-Izanagi
185:Kaguya
186:Ariadne
187:Asterius
188:Tsukiyomi
189:Messiah
190:Messiah Picaro
191:Orpheus Picaro
192:Thanatos Picaro
193:Izanagi Picaro
194:M. Izanagi Picaro
195:Kaguya Picaro
196:Ariadne Picaro
197:Asterius Picaro
198:Tsukiyomi Picaro
199:Satanael
200:Arsene (Intro)
201:Arsene
202:Captain Kidd
203:Zorro
204:Carmen
205:Goemon
206:Johanna
207:Milady
208:Necronomicon
209:Robin Hood
210:Loki
211:Satanael
212:Seiten Taisei
213:Mercurius
214:Hecate
215:Kamu Susano-o
216:Anat
217:Astarte
218:Prometheus
219:Loki
220:Arsene
221:Captain Kidd
222:Zorro
223:Carmen
224:Goemon
225:Johanna
226:Milady
227:Necronomicon
228:Robin Hood
229:Cendrillon (Intro)
230:Lucifer
231:Seiten Taisei
232:Mercurius
233:Hecate
234:Kamu Susano-o
235:Anat
236:Astarte
237:Prometheus
238:Loki
239:Loki
240:Cendrillon
241:Vanadis
242:William
243:Diego
244:Celestine
245:Gorokichi
246:Agnes
247:Lucy
248:Al Azif
249:Hereward
250:Ella
252:Satan
253:Lucifer
254:Kohryu
255:Okuninushi
256:Norn
259:Futsunushi
261:Seth
262:Ishtar
264:Surt
265:Siegfried
266:Lakshmi
269:Ex-Belphegor
271:Garuda
272:Fortuna
273:Suzaku
274:Seiryu
275:Genbu
276:Byakko
277:Bishamonten
278:Koumokuten
279:Jikokuten
280:Zouchouten
281:Hell Biker
282:Daisoujou
283:Trumpeter
284:White Rider
285:Matador
286:Pale Rider
287:Horus
289:Attis
292:Sraosha
293:Berith
295:Mitra
296:Phoenix
297:Principality
298:Neko Shogun
299:Vasuki
300:Ananta
301:Throne
303:Quetzalcoatl
304:Red Rider
305:Black Rider
307:Ex-Moloch
308:Pazuzu
309:1v1 Cendrillon
310:Slime
311:Jack-o'-Lantern
312:Agathion
313:Mandrake
314:Shiisaa
315:Jack Frost
316:Sudama
317:Onmoraki
318:Bugs
319:Pixie
320:Pixie
321:Ardha
323:Asmodeus (no model)
324:Azazel (no model)
325:Bael (no model)
326:Titoes (no model)
327:Mamon (no model)
328:Leviathan (no model)
329:Samael (no model)
330:Maria
331:Vohu Manah
332:Caith Sith (no model)
333:Mishaguji
334:Challenge Frost (no model)
335:Challenge Angel (no model)
360:Izanagi no Okami
361:Psyche (no model)
362:Athena
363:Raoul
364:Orpheus Telos (no model)
365:Orpheus (F)
366:Izanagi no Okami Picaro
367:Psyche Picaro (no model)
368:Athena Picaro
369:Neo Arsene Picaro (no model)
370:Orpheus Telos Picaro (no model)
371:Orpheus (F) Picaro
424:Macabre
425:Alilat
426:Thunderbird
427:Fafnir
428:Byarky
429:Hastur
430:Tam Lin
431:Throne
432:Surt
433:Loa
434:Chimera
435:Atavaka
436:Caith Sith
437:Siegfried
440:Lab Kelpie
441:Lab Berith
442:Lab Inugami
443:Lab Nue
444:Lab Oni
445:Lab Anubis
446:Lab Mithras
447:Lab Ose
448:Lab Atavaka
449:Lab Thor
450:Lab Lucifer
451:P3 Orpheus
452:P4 Izanagi
453:P3 Thanatos
454:P3 Messiah
455:P3 Attis
456:P4 Siegfried
457:P4 Kohryu
458:P4 Kaguya
459:P4 Sraosha
460:P4 Yoshitsune
461:P4 Izanagi no Okami
</DropDownList>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>0000</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>520</ID>
                      <Description>"L-Char IDs"</Description>
                      <DropDownList DisplayValueAsItem="1">1:Main character / 主人公
2:Ryuji Sakamoto / 阪本竜司
3:Morgana / モルガナ
4:Ann Takamaki / 高巻杏
5:Yusuke Kitagawa / 喜多川祐介
6:Makoto Niijima / 新島真
7:Haru Okumura / 奥村春
8:Futaba Sakura / 佐倉双葉
9:Goro Akechi / 明智吾郎
10:Violet  / 芳澤かすみ / 芳澤すみれ
</DropDownList>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>0000</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>521</ID>
                      <Description>"L-コープID"</Description>
                      <DropDownList DisplayValueAsItem="1">0:N/A
1:イゴール（愚者）/ Igor [Fool]
2:モルガナ（魔術師）/ Morgana [Magician]
3:新島真（女教皇）/ Makoto Nijiima [Priestess]
4:奧村春（女帝）/ Haru Okumura [Empress]
5:喜多川祐介（皇帝）/ Yusuke Kitagawa [Emperor]
6:佐倉惣治郎（法王）/ Sojiro Sakura [Hierophant]
7:高巻杏（恋愛）/ Ann Takamaki [Lovers]
8:阪本竜司（戦車）/ Ryuji Sakamoto [Chariot]
9:明智吾郎（正義）/ Goro Akechi [Justice]
10:佐倉双葉（隠者）/ Futaba Sakura [Hermit]
11:御船千早（運命）/ Chihaya Mifune [Fortune]
12:双子の看守（剛毅）/ Justine and Caroline [Strength]
13:岩井宗久（刑死者）/ Iwai [Hanged Man]
14:武見妙（死神）/ Tae Takemi [Death]
15:川上貞代（節制）/ Sadayo Kawakami [Temperance]
16:大宅一子（悪魔）/ Ichiko Ohya [Devil]
17:織田信也（塔）/ Shinya Oda [Tower]
18:東郷一二三（星）/ Hifumi Togo [Star]
19:三島由輝（月）/ Mishima [Moon]
20:吉田寅之助（太陽）/ Yoshida Toranosuke [Sun]
21:新島冴（審判）/ Sae Nijiima [Judgement]
23:新島真（女教皇）恋人╳ / Makoto Nijiima [Priestess]X
24:奧村春（女帝）恋人╳ / Haru Okumura [Empress]X
25:高巻杏（恋愛）恋人╳ / Ann Takamaki [Lovers]X
26:佐倉双葉（隠者）恋人╳ / Futaba Sakura [Hermit]X
27:御船千早（運命）恋人╳ / Chihaya Mifune [Fortune]X
28:武見妙（死神）恋人╳ / Tae Takemi [Death]X
29:川上貞代（節制）恋人╳ / Sadayo Kawakami [Temperance]X
30:大宅一子（悪魔）恋人╳ / Ichiko Ohya [Devil]X
31:東郷一二三（星）恋人╳ / Hifumi Togo [Star]X
33:芳澤かすみ（信念）/ Kasumi Yoshizawa [Faith]
34:芳澤かすみ（信念）恋人╳ / Kasumi Yoshizawa [Faith]X
35:丸喜拓人（顧問官）/ Takuto Maruki [Councillor]
36:芳澤すみれ（信念）/ Sumire Yoshizawa [Faith]
37:芳澤すみれ（信念）恋人╳ / Sumire Yoshizawa [Faith]X
</DropDownList>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>0000</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>522</ID>
                      <Description>"L-Enemy"</Description>
                      <DropDownList DisplayValueAsItem="1">0:Not Used
1:Shadow of God
2:Fly of the Dead
3:Spear-Wielding General
4:Crypt-dwelling Pyromaniac
5:Mocking Snowman
6:Beguiling Girl
7:Guard Dog of Hades
8:Woman Who Brings Ruin
9:War-Hungry Horseman
10:Hero-Gathering Tyrant
11:Girl of the Hanging Tree
12:Vicious Pentagram
13:Throbbing King of Desire
14:Cruel Leopard
15:Thunder Emperor
16:Expressionless Beast
17:Herald of Death
18:Strumming Veena Player
19:Funerary Warrior
20:Human-eating Lady
21:Auspicious Pachyderm
22:Bearer of the Scales
23:Coffin-borne God
24:Cleanser of Heaven
25:The Shadowed One
26:Prankster Leader
27:Dancing Lion
28:Rebellious Elephant
29:Monarch of Snow
30:Self-Infatuated Star
31:She of Life and Death
32:Slithering Snakewoman
33:Fused Ghost
34:Battle Fiend
35:Night-Walking Warrior
36:Rhetorician of the Sea
37:Vicious Young Warrior
38:Scandalous Queen
39:Bedside Brute
40:Chivalrous Fiend
41:Harlot of Desire
42:Dancing Witch
43:Hunting Wolf Spirit
44:Destructive Beauty
45:Declarer of Anguish
46:Angry Warrior
47:Mysterious Little Girl
48:The Blackened Fury
49:Monk of the Valley
50:Unfaithful Dream-King
51:Bringer of Misfortune
52:Drunken Serpents
53:Equine Sage
54:Nimble Monkey King
55:Heavenly Punisher
56:Piggyback Demon
57:Midnight Queen
58:Prison Master
59:Abyssal King of Avarice
60:Rooftop Lion
61:Envoy of Slumber
62:Missionary of Depravity
63:Jealous Lover
64:Bloody Goddess
65:The Black Avenger
67:Embittered Blacksmith
68:Twin-headed Guardian
69:Twilight Prostitute
70:Vampire Moth
72:Merciless Inquisitor
73:Ascended Feline
74:Evil Snowman
75:Awakened God
76:Zealous Messenger
77:Quaking Lady of Shadow
78:Mountain Girl
80:Divine Warrior
81:Possessing Dog Ghost
82:Wandering Reviver
84:Viscid Rotting Meat
85:Thief of Tablets
87:Grudging Warrior Arisen
88:Defeated Avenger
89:Captivating Dancer
90:Lamenting Sacrifice
91:Life-Draining Spirit
92:Shadowy Ninja
93:Samurai Killer
94:Raging Water Demon
95:Tornado Devil
96:Arrogant Vulture
97:Wishless Star
98:Mad Marsh Horse
99:Chanting Baboon
100:Hedonistic Braggart
101:Waterside Nymph
102:Menacing Owlman
103:Torn King of Desire
104:Leafy Old Man
105:Foolish Monk
106:Regent
107:Queen's Necklace
108:Stone of Scone
109:Koh-i-Noor
110:Orlov
111:Emperor's Amulet
112:Hope Diamond
113:Crystal Skull
114:Orichalcum
121:Gallows-Flower
122:Reviled Dictator
123:Bloodthirsty Demoness
124:Troublesome Housemaid
125:Killer Teddy Bear
126:Pulsing Mud
127:Dirty Two-horned Beast
128:Dark Sun
129:Noisy Mountain Spirit
130:Wavering Tree Spirit
131:Apprentice in a Jug
132:Corpse Bird
133:Night Chimera
134:Corpse-eating Corpse
135:Pagan Savior
136:Heretic Goat
137:Snake King
138:Cavern Snakeman
139:Raging Bird God
140:Sacrificial Pyrekeeper
141:Final Assessor
142:Ambassador of Filth
143:Brutal Cavalryman
144:Gathering Devil
157:Apocalyptic Guide
170:Execurobo MDL-ED
171:Corporobo MDL-?
172:Corporobo MDL-?
173:Corporobo MDL-?
174:Corporobo MDL-CH
175:Corporobo MDL-WKR
176:Samurai Killer
177:Raging Water Demon
178:Tornado Devil
179:Raging Bird God
180:Viscid Rotting Meat
181:Troublesome Housemaid
182:Dancing Witch
183:Shadow Takanashi
184:Shadow Nakanohara
185:Defeated Avenger
186:Raging Bird God
187:Torn King of Desire
190:The Reaper
194:Incubus
195:Justine
196:Caroline
197:Holy Grail Tentacle A
198:Holy Grail Tentacle B
199:Holy Grail Tentacle C
201:Suguru Asmodeus Kamoshida
202:Trophy of Obsession
203:Teacher Boss Post Aff Change
204:Weak Tomb of Human Sacrifice
205:Holy Grail
206:Painter's Right Eye
207:Painter's Left Eye
208:Painter's Nose
209:Painter's Mouth
210:Ichiryusai Azazel Madarame
211:Museum Boss All Weakness
212:Treasure of Mementos?
213:Junya Bael Kaneshiro
214:Piggytron
215:Beast That Rules the Palace
216:Piggytron
217:Goro Akechi
218:Cognitive Wakaba Isshiki
219:Guard Dog of Hades
220:Spear-Wielding General
221:Kunikazu Mammon Okumura
222:Execurobo MDL-ED
223:Corporobo MDL-GM
224:Corporobo MDL-DM
225:Corporobo MDL-AM
226:Corporobo MDL-CH
227:Corporobo MDL-WKR
228:Shadow Sae
229:Sae Leviathan Niijima
230:Holy Grail
231:Goro Akechi
232:Goro Akechi
233:Beast of Human Sacrifice
234:Wings of Human Sacrifice
235:Tomb of Human Sacrifice
236:Masayoshi Samael Shido
237:True Masayoshi Samael Shido
238:Holy Grail
239:God of Control Yaldabaoth
240:Sword of Conviction
241:Gun of Execution
242:Bell of Declaration
243:Book of Commandments
244:Justine
245:Caroline
246:Haru's Fianc姻
247:Museum Boss, Right Eye
248:Museum Boss, Left Eye
249:Museum Boss, Nose
250:Museum Boss, Mouth
251:Shadow TV President
252:Shadow Cleaner
253:Crypt-dwelling Pyromaniac
254:Final Assessor
255:Snake King
256:Guard Captain
257:Guard Captain
258:Sacrificial Pyrekeeper
259:Gallows-Flower
260:Cruel Leopard
261:Dirty Two-horned Beast
262:Shadow Mr. Takase
263:Viscid Rotting Meat
264:Shadow Mrs. Magario
265:Beguiling Girl
266:Shadow Oyamada
267:Rhetorician of the Sea
268:Shadow Mr. Magario
269:Shadow Nejima
270:Funerary Warrior
271:The Black Avenger
272:Auspicious Pachyderm
273:Shadow Uchimura
274:Heretic Goat
275:Shadow Akitsu
277:Security Shadow
278:Shadow Wakasa
279:Life-Draining Spirit
280:Guard Dog of Hades
281:Wandering Reviver
282:Shadow Politician
283:Shadow Shimizu
284:Shadow IT President
285:Embittered Blacksmith
286:Shadow Honjo
287:Hunting Wolf Spirit
288:Shadow Jochi
289:Zealous Messenger
290:Sacrificial Pyrekeeper
291:Coffin-borne God
292:Shadow Fukurai
293:Shadow Takanashi
294:Tornado Devil
295:Shadow Oda
297:Shadow Sakoda
298:Shadow Mrs. Takase
299:Shadow Mogami
300:Shadow Togo
301:Chivalrous Fiend
302:Cavern Snakeman
303:Heretic Goat
304:Shadow Tsuda
305:Shadow Isazuka
306:Midnight Queen
307:Shadow Hashisato
308:Shadow Isshiki
309:Shadow Asakura
310:Shadow Arita
311:Shadow Shimomi
312:Shadow Kishi
314:Shadow Takena
315:Shadow Naguri
316:Shadow Akitsu
317:Shadow Oda
318:Shadow Yoshioka
319:Wandering Reviver
320:Shadow Odo
321:Shadow Asakura
322:Bearer of the Scales
323:Shadow Mrs. Togo
324:Shadow Tsuboi
325:Shadow Former Noble
326:Thief of Tablets
327:Shadow Kiritani
328:Thunder Emperor
329:Missionary of Depravity
330:Heavenly Punisher
331:Dark Sun
333:She of Life and Death
335:Scandalous Queen
336:Spear-Wielding General
337:Pagan Savior
338:Bringer of Misfortune
339:Raging Bird God
340:Thunder Emperor
341:Spear-Wielding General
342:Harlot of Desire
343:Bedside Brute
344:Monk of the Valley
345:Battle Fiend
346:Awakened God
347:Shadow Makigami
348:Chivalrous Fiend
349:Corpse Bird
424:Dancer of Death
425:Decadent False God
426:Storm-Invoking Ptarmigan
427:Evil Voracious Dragon
428:Evil Synthetic Organism
429:Warped Abyss
430:Trembling Fairy Knight
431:Fire Assassin
432:Burning Giant
433:Dream-Dwelling Skull
434:Deformed Lion God
435:Infuriated Wisdom King
436:Hunting Puss in Boots
437:Dragon-slaying Genius
438:Guard Dog of Hades
439:Decadent False God
440:ラヴェ専用ケルピー
441:ラヴェ専用ベリス
442:ラヴェ専用イヌガミ
443:ラヴェ専用ヌエ
444:ラヴェ専用オニ
445:ラヴェ専用アヌビス
446:ラヴェ専用ミトラス
447:ラヴェ専用オセ
448:ラヴェ専用アタバク
449:ラヴェ専用トール
450:ラヴェ専用ルシファー
451:P3 Orpheus
452:P4 Izanagi
453:P3 Thanatos
454:P3 Messiah
455:P3 Attis
456:P3 Siegfried
457:P4 Kohryu
458:P4 Kaguya
459:P4 Sraosha
460:P4 Yoshitsune
461:P4 Izanagi-no-Okami
462:Pagan Savior
464:Lavenza
465:Suguru Asmodeus Kamoshida
466:Trophy of Obsession
467:Teacher Boss Post Aff Change
468:Painter's Right Eye
469:Painter's Left Eye
470:Painter's Nose
471:Painter's Mouth
472:Ichiryusai Azazel Madarame
473:Museum Boss All Weakness
474:Junya Bael Kaneshiro
475:Piggytron
476:Cognitive Wakaba Isshiki
477:Beast That Rules the Palace
478:Execurobo MDL-ED
479:Corporobo MDL-GM
480:Corporobo MDL-DM
481:Corporobo MDL-AM
482:Corporobo MDL-CH
483:Corporobo MDL-WKR
484:Kunikazu Mammon Okumura
485:Shadow Sae
486:Sae Leviathan Niijima
487:Masayoshi Samael Shido
488:True Masayoshi Samael Shido
489:Maruki
490:Cendrillon
491:Kasumi
492:Ersatz Sorrow
493:Ersatz Fury
494:Ersatz Mirth
495:Ersatz Joy
496:Sumire
497:Azathoth
498:Adam Kadmon
499:Maruki
500:Maruki
501:Additional Employee
502:Maruki
503:Maruki
504:Azathoth
505:Azathoth 2
506:EX Kamoshida Color Change
507:Cognitive Yuuki Mishima
508:Cognitive Shiho Suzui
510:Evil Synthetic Organism
511:Pisaca
512:Evil Synthetic Organism
513:Bedside Brute
514:Troublesome Housemaid
515:Dirty Two-horned Beast
516:Dirty Two-horned Beast
517:Dirty Two-horned Beast
518:War-Hungry Horseman
519:Heavenly Punisher
520:Evil Synthetic Organism
521:Warped Abyss
522:Hitman-For-Hire
523:Bodyguard-For-Hire
524:EXカネシロ攻略用踏み台
525:Evil Synthetic Organism
526:Chivalrous Fiend
527:Decadent False God
528:Awakened God
529:Monk of the Valley
530:Foolish Monk
531:Twin-headed Guardian
532:Battle Fiend
533:Funerary Warrior
534:Trembling Fairy Knight
535:Prankster Leader
536:Prankster Leader
537:Gallows-Flower
538:Killer Teddy Bear
539:Shadow Nagata
540:Cognitive Kyoto Nagata
541:Dancer of Death
542:Reviled Dictator
543:Spear-Wielding General
544:The Shadowed One
545:Evil Snowman
546:Fly of the Dead
547:Adam Target 1
548:Adam Target 2
549:Quaking Lady of Shadow
550:Dirty Two-Horned Beast
551:Tentacle of Assistance
552:Tentacle of Protection
553:Tentacle of Healing
554:Decadent False God
555:Monarch of Snow
556:Mocking Snowman
557:Mocking Snowman
558:Sae Leviathan Niijima
559:Sae Leviathan Niijima
560:Sae Leviathan Niijima
561:Sae Leviathan Niijima
562:Sae Leviathan Niijima
563:Possessing Dog Ghost
564:Adam Kadmon
565:Adam Kadmon
566:Adam Kadmon
567:Adam Kadmon
569:Adam Kadmon
574:Hedonistic Braggart
575:The Black Avenger
576:Harlot of Desire
577:Lilith's Eldest Daughter
578:Lilith's Second Daughter
579:Lilith's Third Daughter
580:Lilith's Fourth Daughter
581:Corporobo MDL-?
582:Corporobo MDL-WKR
583:Merciless Inquisitor
584:Fire Assassin
585:The Blackened Fury
586:Bloodthirsty Demoness
587:Azatoth Tendril Second Half 1
588:Azatoth Tendril Second Half 2
589:Azatoth Tendril Second Half 3
590:Azatoth Tendril Second Half 4
591:Azatoth Tendril Second Half 5
592:Azatoth Tendril Second Half 6
593:Missionary of Depravity
594:Dream-Dwelling Skull
595:Goro Akechi
596:Blazing Giant
597:Maruki Second Half
598:Adam Kadmon Second Half
599:Brutal Cavalryman
600:Oni
601:Samurai Killer
602:Defeated Avenger
603:Bringer of Misfortune
604:Possessing Dog Ghost
605:Samurai Killer
606:Raging Water Demon
607:Tornado Devil
608:Life-Draining Spirit
609:Cognitive Haru Okumura
610:Cognitive Haru Okumura
611:Jose
612:Cruel Leopard
613:Arrogant Vulture
614:Cruel Leopard
615:Arrogant Vulture
616:Arrogant Vulture
617:Girl Enthralled by a Dream
618:Hallucinating Captain
619:Daydreaming Queen
620:Laughing Snow King
621:Pleasant Snowman
622:Snowman Living an Evil Life
623:Joyful Snake King
624:Snakeman in an Ominous Place
625:Militant Elephant
626:Wealth-Cultivating Pachyderm
627:Insolent Cavalryman
628:Night Guard Horseman
629:Delusive Leopard
630:Omniscient Fish of the Sea
631:Shadowless Pentagram
632:Light Guardian
633:Guard Dog of Paradise
634:Immortal Feline
635:Playful Puss in Boots
636:Endless Pulsing Mud
637:Bloated Rotting Meal
638:Satiated Bird God
639:Ecstatic Vulture
640:Light-Indulgent Messenger
641:Shining Punisher
642:Sacred Warrior
643:Entranced Dancer
644:Raptured Mountain Girl
645:Jade Comb Wielder
646:Blood-Thirsty Ogress
647:Debaucherous Demoness
648:The Blackened Bloom
649:Inviting Pyromaniac
650:Pleasant Snowman
651:Sae Leviathan Niijima
652:Sae Leviathan Niijima
653:Sae Leviathan Niijima
654:Sae Leviathan Niijima
655:Bearer of the Scales
656:Slithering Snakewoman
657:Rebellious Elephant
658:Vicious Pentagram
659:Quaking Lady of Shadow
660:Dancing Witch
661:Evil Voracious Dragon
662:Dancer of Death
663:Missionary of Depravity
664:会話クエ1相性変更用
665:会話クエ2相性変更用
666:会話クエ3相性変更用
667:会話クエ4相性変更用
668:会話クエ6相性変更用
669:会話クエ7相性変更用
670:会話クエ8相性変更用
671:会話クエ9相性変更用
672:会話クエ10相性変更用
673:Cait Sith
674:Archangel
675:Succubus
676:Kelpie
677:High Pixie
678:Berith
679:Yaksini
680:Eligor
681:Ippon-Datara
682:Shiki-Ouji
683:Nekomata
684:Shiisaa
685:Rakshasa
686:S.E.E.S. Boy
687:Investigation Team Boy
688:Hedonistic Braggart
689:Deformed Lion God
690:Shadow Kaneshiro
700:Shadow Aino
701:Shadow Yatagai
702:Shadow Arihara
703:Shadow Ono
704:Shadow Ono
705:Shadow Amasaki
706:Fused Ghost
707:Shadow Saeki
708:Shadow Amai
709:Shadow Kagami
710:Shadow Oi
711:Shadow Chiyo
712:Shadow Ushiwata
713:Shadow Saburi
714:Shadow Fuwa
715:Shadow Minamoto
716:Shadow Kagami
717:会話クエ12パラ変更
718:Shadow Nagata
719:Cognitive Kyoto Nagata
725:Reviled Dictator
726:Bearer of the Scales
727:The Blackened Fury
728:Final Assessor
729:Coffin-borne God
730:Pixie
731:Shadow of God
732:Fly of the Dead
733:Hero-Gathering Tyrant
734:Thunder Emperor
735:Funerary Warrior
736:Arahabaki
737:Evil Snowman
738:Mocking Snowman
739:Herald of Death
740:Jack Frost
741:Cleanser of Heaven
742:Koppa Tengu
743:Jack-o'-Lantern
744:S.E.E.S. Boy
745:Investigation Team Boy
746:Bicorn
747:Decarabia
748:Kaiwan
749:Fused Ghost
750:High Pixie
751:Mini Mara
752:Pulsing Mud
753:Dakini
754:Pisaca
755:Thoth
756:Scathach
757:Cu Chulainn
758:Setanta
759:Koropokguru
760:Ongyo-Ki
761:Raja Naga
762:Rakshasa
763:Missionary of Depravity
764:Wandering Reviver
765:Mysterious Little Girl
766:Prison Master
767:Bloody Goddess
768:Thunder Emperor
769:Angry Warrior
770:Grudging Warrior Arisen
771:Angry Wisdom King
772:Skadi
773:Loa
774:Dionysus
775:Mini Mara
776:Yamata-no-Orochi
777:Destructive Beauty
778:Beguiling Girl
779:Awakened God
780:Spear-Wielding General
781:Titania
</DropDownList>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>0000</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>523</ID>
                      <Description>"L-Skill Cards"</Description>
                      <DropDownList DisplayValueAsItem="1">1:Agi
2:Agilao
3:Agidyne
4:Maragi
5:Maragion
6:Maragidyne
7:Bufu
8:Bufula
9:Bufudyne
10:Mabufu
11:Mabufula
12:Mabufudyne
13:Garu
14:Garula
15:Garudyne
16:Magaru
17:Magarula
18:Magarudyne
19:Zio
20:Zionga
21:Ziodyne
22:Mazio
23:Mazionga
24:Maziodyne
25:Hama
26:Hamaon
27:Mahama
28:Mahamaon
29:Kouha
30:Kouga
31:Kougaon
32:Makouha
33:Makouga
34:Makougaon
35:Mudo
36:Mudoon
37:Mamudo
38:Mamudoon
39:Eiha
40:Eiga
41:Eigaon
42:Maeiha
43:Maeiga
44:Maeigaon
45:Megido
46:Megidola
47:Megidolaon
48:Frei
49:Freila
50:Freidyne
51:Mafrei
52:Mafreila
53:Mafreidyne
54:Dazzler
55:Nocturnal Flash
56:Pulinpa
57:Tentarafoo
58:Evil Touch
59:Evil Smile
60:Makajama
61:Makajamaon
62:Famine's Breath
63:Famine's Scream
64:Dormina
65:Lullaby
66:Taunt
67:Wage War
68:Ominous Words
69:Abysmal Surge
70:Marin Karin
71:Brain Jack
72:Trapped Rat
73:Self-destruct
74:Self-destruct
75:Self-destruct
76:Life Drain
77:Spirit Drain
78:Life Leech
79:Spirit Leech
80:Foul Breath
81:Stagnant Air
82:Ghastly Wail
83:Inferno
84:Blazing Hell
85:Diamond Dust
86:Ice Age
87:Panta Rhei
88:Vacuum Wave
89:Thunder Reign
90:Wild Thunder
91:Divine Judgment
92:Samsara
93:Demonic Decree
94:Die For Me!
95:Atomic Flare
96:Cosmic Flare
97:Black Viper
98:Morning Star
99:Psi
100:Psio
101:Psiodyne
102:Mapsi
103:Mapsio
104:Mapsiodyne
105:Psycho Force
106:Psycho Blast
107:Lunge
108:Assault Dive
109:Megaton Raid
110:God's Hand
111:Lucky Punch
112:Miracle Punch
113:Cleave
114:Giant Slice
115:Brave Blade
116:Sword Dance
117:Hassou Tobi
118:Ayamur
119:Cornered Fang
120:Rising Slash
121:Deadly Fury
122:Snap
123:Triple Down
124:One-shot Kill
125:Riot Gun
126:Vajra Blast
127:Vorpal Blade
128:Vicious Strike
129:Heat Wave
130:Gigantomachia
131:Rampage
132:Swift Strike
133:Deathbound
134:Agneyastra
135:Double Fangs
136:Tempest Slash
137:Myriad Slashes
138:Sledgehammer
139:Skull Cracker
140:Terror Claw
141:Headbutt
142:Stomach Blow
143:Dream Needle
144:Hysterical Slap
145:Negative Pile
146:Brain Shake
147:Flash Bomb
148:Mind Slice
149:Bloodbath
150:Memory Blow
151:Insatiable Strike
152:Dormin Rush
153:Oni-Kagura
154:Bad Beat
155:Brain Buster
156:Dia
157:Diarama
158:Diarahan
159:Media
160:Mediarama
161:Mediarahan
162:Recarm
163:Samarecarm
164:Recarmdra
165:Amrita Drop
166:Amrita Shower
167:Mabaisudi
168:Salvation
169:Patra
170:Energy Shower
171:Energy Drop
172:Baisudi
173:Me Patra
174:Tarukaja
175:Rakukaja
176:Sukukaja
177:Heat Riser
178:Matarukaja
179:Marakukaja
180:Masukukaja
181:Thermopylae
182:Tarunda
183:Rakunda
184:Sukunda
185:Debilitate
186:Matarunda
187:Marakunda
188:Masukunda
189:Dekunda
190:Dekaja
191:Charge
192:Concentrate
193:Rebellion
194:Revolution
195:Tetrakarn
196:Makarakarn
197:Tetraja
198:Tetra Break
199:Makara Break
200:Fire Wall
201:Ice Wall
202:Elec Wall
203:Wind Wall
204:Fire Break
205:Ice Break
206:Wind Break
207:Elec Break
210:Nuke Wall
211:Psy Wall
212:Nuke Break
213:Psy Break
214:Counter
215:Counterstrike
216:High Counter
217:Endure
218:Enduring Soul
219:Dodge Bless
220:Dodge Curse
221:Survival Trick
222:Dodge Fire
223:Evade Fire
224:Dodge Ice
225:Evade Ice
226:Dodge Wind
227:Evade Wind
228:Dodge Elec
229:Evade Elec
230:Dodge Phys
231:Evade Phys
232:Fire Boost
233:Fire Amp
234:Ice Boost
235:Ice Amp
236:Wind Boost
237:Wind Amp
238:Elec Boost
239:Elec Amp
240:Angelic Grace
241:Divine Grace
242:Regenerate 1
243:Regenerate 2
244:Regenerate 3
245:Invigorate 1
246:Invigorate 2
247:Invigorate 3
248:Attack Master
249:Auto-Mataru
250:Defense Master
251:Auto-Maraku
252:Speed Master
253:Auto-Masuku
254:Fast Heal
255:Insta-Heal
256:Arms Master
257:Spell Master
258:Sharp Student
259:Apt Pupil
260:Ali Dance
261:Firm Stance
262:Life Aid
263:Victory Cry
264:Growth 1
265:Growth 2
266:Growth 3
267:Unshaken Will
268:Evade Bless
269:Evade Curse
271:Resist Fire
272:Null Fire
273:Repel Fire
274:Drain Fire
275:Resist Ice
276:Null Ice
277:Repel Ice
278:Drain Ice
279:Resist Wind
280:Null Wind
281:Repel Wind
282:Drain Wind
283:Resist Elec
284:Null Elec
285:Repel Elec
286:Drain Elec
287:Resist Bless
288:Null Bless
289:Repel Bless
290:Drain Bless
291:Resist Curse
292:Null Curse
293:Repel Curse
294:Drain Curse
295:Resist Phys
296:Null Phys
297:Repel Phys
298:Drain Phys
299:Ailment Boost
300:Hama Boost
301:Mudo Boost
302:Dizzy Boost
303:Confuse Boost
304:Fear Boost
305:Forget Boost
306:Sleep Boost
307:Rage Boost
308:Despair Boost
310:Brainwash Boost
311:Resist Dizzy
312:Resist Confuse
313:Resist Fear
314:Resist Forget
315:Resist Sleep
316:Resist Rage
317:Resist Despair
319:Resist Brainwash
320:Null Dizzy
321:Null Confuse
322:Null Fear
323:Null Forget
324:Null Sleep
325:Null Rage
326:Null Despair
327:Null Brainwash
328:Burn Boost
329:Freeze Boost
330:Shock Boost
331:Fortified Moxy
332:Adverse Resolve
333:Last Stand
334:Heat Up
336:Touch n' Go
337:Climate Decorum
338:Ambient Aid
339:Snipe
340:Cripple
341:Trigger Happy
342:Resist Nuke
343:Null Nuke
344:Repel Nuke
345:Drain Nuke
346:Resist Psy
347:Null Psy
348:Repel Psy
349:Drain Psy
350:Nuke Boost
351:Nuke Amp
352:Psy Boost
353:Psy Amp
354:Dodge Nuke
355:Evade Nuke
356:Dodge Psy
357:Evade Psy
358:Bless Boost
359:Bless Amp
360:Curse Boost
361:Curse Amp
362:Magic Ability
363:Fortify Spirit
364:Almighty Boost
365:Almighty Amp
366:Zenith Defense
367:Soul Chain
369:Kill Rush
370:Gatling Blow
371:Double Shot
373:Death Scythe
376:Taunting Aura
377:Concealment
386:Blank Card
387:BLANK (Critical Atk Up)
388:BLANK (Ailment Dmg Up+)
389:BLANK (Insta-kill SP (low)
390:BLANK (Insta-kill SP (med)
391:BLANK (Insta-kill SP (high)
392:BLANK (Technical Up)
393:BLANK (Technical Up+)
394:BLANK (Low HP Atk Up)
395:BLANK (Low HP Atk Up+)
396:BLANK (WEAK Hit Up)
397:BLANK (WEAK Hit Up+)
398:BLANK (Null Insta-kill)
399:BLANK (HP Cost -10%)
400:BLANK (HP Cost -25%)
</DropDownList>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>0000</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>524</ID>
                      <Description>"L-Skills"</Description>
                      <DropDownList DisplayValueAsItem="1">0:N/A
10:Agi [Light Fire dmg to one foe. Chance of inflicting Burn.]
11:Agilao [Medium Fire dmg to one foe. Chance of inflicting Burn.]
12:Agidyne [Heavy Fire dmg to one foe. Chance of inflicting Burn.]
13:Maragi [Light Fire dmg to all foes. Chance of inflicting Burn.]
14:Maragion [Medium Fire dmg to all foes. Chance of inflicting Burn.]
15:Maragidyne [Heavy Fire dmg to all foes. Chance of inflicting Burn.]
16:Agi
17:Maragi
18:Fire Ball
19:Raging Flames
20:Bufu [Light Ice dmg to one foe. Chance of inflicting Freeze.]
21:Bufula [Medium Ice dmg to one foe. Chance of inflicting Freeze.]
22:Bufudyne [Heavy Ice dmg to one foe. Chance of inflicting Freeze.]
23:Mabufu [Light Ice dmg to all foes. Chance of inflicting Freeze.]
24:Mabufula [Medium Ice dmg to all foes. Chance of inflicting Freeze.]
25:Mabufudyne [Heavy Ice dmg to all foes. Chance of inflicting Freeze.]
26:Bufu
27:Mabufu
28:Snow Ball
29:Megidolaon
30:Garu [Light Wind dmg to one foe.]
31:Garula [Medium Wind dmg to one foe.]
32:Garudyne [Heavy Wind dmg to one foe.]
33:Magaru [Light Wind dmg to all foes.]
34:Magarula [Medium Wind dmg to all foes.]
35:Magarudyne [Heavy Wind dmg to all foes.]
36:Garu
37:Gale Ball
38:Bless Ball
39:Curse Ball
40:Zio [Light Elec dmg to one foe. Chance of inflicting Shock.]
41:Zionga [Medium Elec dmg to one foe. Chance of inflicting Shock.]
42:Ziodyne [Heavy Elec dmg to one foe. Chance of inflicting Shock.]
43:Mazio [Light Elec dmg to all foes. Chance of inflicting Shock.]
44:Mazionga [Medium Elec dmg to all foes. Chance of inflicting Shock.]
45:Maziodyne [Heavy Elec dmg to all foes. Chance of inflicting Shock.]
46:Zio
47:Mazio
48:Volt Ball
49:Make it Rain
50:Hama [Low chance of Bless insta-kill to one foe.]
51:Hamaon [Medium chance of Bless insta-kill to one foe.]
52:Mahama [Low chance of Bless insta-kill to all foes.]
53:Mahamaon [Medium chance of Bless insta-kill to all foes.]
54:Kouha [Light Bless dmg to one foe.]
55:Kouga [Medium Bless dmg to one foe.]
56:Kougaon [Heavy Bless dmg to one foe.]
57:Makouha [Light Bless dmg to all foes.]
58:Makouga [Medium Bless dmg to all foes.]
59:Makougaon [Heavy Bless dmg to all foes.]
60:Mudo [Low chance of Curse insta-kill to one foe.]
61:Mudoon [Medium chance of Curse insta-kill to one foe.]
62:Mamudo [Low chance of Curse insta-kill to all foes.]
63:Mamudoon [Medium chance of Curse insta-kill to all foes.]
64:Eiha [Light Curse dmg to one foe.]
65:Eiga [Medium Curse dmg to one foe.]
66:Eigaon [Heavy Curse dmg to one foe.]
67:Maeiha [Light Curse dmg to all foes.]
68:Maeiga [Medium Curse dmg to all foes.]
69:Maeigaon [Heavy Curse dmg to all foes.]
70:Megido [Medium Almighty dmg to all foes.]
71:Megidola [Heavy Almighty dmg to all foes.]
72:Megidolaon [Severe Almighty dmg to all foes.]
73:Frei [Light Nuke dmg to one foe.]
74:Freila [Medium Nuke dmg to one foe.]
75:Freidyne [Heavy Nuke dmg to one foe.]
76:Mafrei [Light Nuke dmg to all foes.]
77:Mafreila [Medium Nuke dmg to all foes.]
78:Mafreidyne [Heavy Nuke dmg to all foes.]
79:Nuke Ball
80:Dazzler [High chance of Dizzy to one foe.]
81:Nocturnal Flash [Medium chance of Dizzy to all foes.]
82:Pulinpa [High chance of Confuse to one foe.]
83:Tentarafoo [Medium chance of Confuse to all foes.]
84:Evil Touch [High chance of Fear to one foe.]
85:Evil Smile [Medium chance of Fear to all foes.]
86:Makajama [High chance of Forget to one foe.]
87:Makajamaon [Medium chance of Forget to all foes.]
88:Famine's Breath [High chance of Hunger to one foe.]
89:Famine's Scream [Medium chance of Hunger to all foes.]
90:Dormina [High chance of Sleep to one foe.]
91:Lullaby [Medium chance of Sleep to all foes.]
92:Taunt [High chance of Rage to one foe.]
93:Wage War [Medium chance of Rage to all foes.]
94:Ominous Words [High chance of Despair to one foe.]
95:Abysmal Surge [Medium chance of Despair to all foes.]
96:Marin Karin [High chance of Brainwash to one foe.]
97:Brain Jack [Medium chance of Brainwash to all foes.]
98:Trapped Rat [High chance of Mouse to one foe.]
99:Psy Ball
100:Self-destruct [Medium Almighty dmg to all.]
101:Self-destruct [Medium Almighty dmg to all.]
102:Self-destruct [Heavy Almighty dmg to all.]
103:Life Drain [Drains HP from one foe.]
104:Spirit Drain [Drains SP from one foe.]
105:Life Leech [Drains high amount of HP from one foe.]
106:Spirit Leech [Drains high amount of SP from one foe.]
107:Spirit Drain
108:NOT USED
110:Foul Breath [Increases chance of inflicting ailments to one foe.]
111:Stagnant Air [Increases chance of inflicting ailments to all.]
112:Reverse Rub [High chance of Rage to one foe.]
113:Ghastly Wail [Insta-kills foes inflicted with Fear.]
114:NOT USED
115:Drain
116:Megidola
117:Launch
118:Special Fireworks
119:Drift
120:Inferno [Severe Fire dmg to one foe. Chance of inflicting Burn.]
121:Blazing Hell [Severe Fire dmg to all foes. Chance of inflicting Burn.]
122:Low Burn
123:Mid Burn
124:High Burn
125:Low Freeze
126:Mid Freeze
127:High Freeze
128:Low Shock
129:Mid Shock
130:Diamond Dust [Severe Ice dmg to one foe. Chance of inflicting Freeze.]
131:Ice Age [Severe Ice dmg to all foes. Chance of inflicting Freeze.]
132:High Shock
133:Low Dizzy
134:Mid Dizzy
135:High Dizzy
136:Low Confuse
137:Mid Confuse
138:High Confuse
139:Low Fear
140:Panta Rhei [Severe Wind dmg to one foe.]
141:Vacuum Wave [Severe Wind dmg to all foes.]
142:Mid Fear
143:High Fear
144:Low Forget
145:Mid Forget
146:High Forget
147:Low Brainwash
148:Mid Brainwash
149:High Brainwash
150:Thunder Reign [Severe Elec dmg to one foe. Chance of inflicting Shock.]
151:Wild Thunder [Severe Elec dmg to all foes. Chance of inflicting Shock.]
152:Low Sleep
153:Mid Sleep
154:High Sleep
155:Low Rage
156:Mid Rage
157:High Rage
158:Low Despair
159:Mid Despair
160:Divine Judgment [Bless attack that reduces HP of one foe by 50%.]
161:Samsara [High chance of Bless insta-kill to all foes.]
162:High Despair
163:Low All Ail
164:Mid All Ail
165:High All Ail
166:Adam Skill 1
167:Revitalize Soul
168:Grand Palm
169:Full Force
170:Demonic Decree [Curse attack that reduces HP of one foe by 50%.]
171:Die For Me! [High chance of Curse insta-kill to all foes.]
172:Support Plus 3 [Activates Masukunda, Marakunda, and Matarunda.]
173:Support Plus 2 [Activates Masukunda and Marakunda.]
174:Support Plus 1 [Activates Masukunda.]
175:Support Rate Up [Increases activation of Moral Support.]
176:Atomic Flare [Severe Nuke dmg to one foe.]
177:Cosmic Flare [Severe Nuke dmg to all foes.]
178:Mindfulness
179:Wakefulness
180:Black Viper [Severe Almighty dmg to one foe.]
181:Morning Star [Severe Almighty dmg to all foes.]
182:Abyssal Eye [Severe Almighty dmg to all foes.]
183:Champion's Cup [Restores med amount of HP and increases Attack for one ally for 3 turns.]
184:Bleeding Dry Brush [Forms a barrier that can absorb one attack (except Almighty).]
185:Vault Guardian [Increases Defense for all allies for 3 turns.]
186:Wings of Wisdom [Cures all non-special ailments for all allies.]
187:President's Insight [Next magical attack deals over double the damage for one ally.]
188:Gambler's Foresight [Increases Agility for all allies for 3 turns.]
189:Tyrant's Will [Next physical attack deals over double the damage for one ally.]
190:Psi [Light Psy dmg to one foe.]
191:Psio [Medium Psy dmg to one foe.]
192:Psiodyne [Heavy Psy dmg to one foe.]
193:Mapsi [Light Psy dmg to all foes.]
194:Mapsio [Medium Psy dmg to all foes.]
195:Mapsiodyne [Heavy Psy dmg to all foes.]
196:Attack Position
197:Psycho Force [Severe Psy dmg to one foe.]
198:Psycho Blast [Severe Psy dmg to all foes.]
200:Lunge [Light Phys dmg to one foe.]
201:Assault Dive [Heavy Phys dmg to one foe.]
202:Megaton Raid [Severe Phys dmg to one foe.]
203:God's Hand [Colossal Phys dmg to one foe.]
204:Lunge
205:Lucky Punch [Miniscule Phys dmg to one foe with high chance of Critical.]
206:Miracle Punch [Medium Phys dmg to one foe with high chance of Critical.]
207:Kill Rush [Light Phys dmg to one foe 1-3 times.]
208:Gatling Blow [Light Phys dmg to one foe 3-4 times.]
209:Piercing Strike
210:Cleave [Light Phys dmg to one foe.]
211:Giant Slice [Medium Phys dmg to one foe. Powers up after a Baton Pass.]
212:Brave Blade [Colossal Phys dmg to one foe.]
213:Sword Dance [Colossal Phys dmg to one foe with high chance of Critical.]
214:Holy Benevolence [Revives all fallen allies to full HP.]
215:Hassou Tobi [Light Phys dmg to all foes 8 times.]
216:Ayamur [Medium Phys dmg to one foe 3 times with high Accuracy.]
217:Death Scythe [Severe Phys dmg to one foe. Medium chance of Fear.]
218:UNUSED
219:NOT USED
220:Cornered Fang [Medium Phys dmg to one foe. Powers up when surrounded.]
221:Rising Slash [Heavy Phys dmg to one foe. Powers up after a Baton Pass.]
222:Deadly Fury [Severe Phys dmg to one foe. Powers up after a Baton Pass.]
223:Nuclear Crush
224:Snap [Medium Gun dmg to one foe.]
225:Triple Down [Light Gun dmg to all foes 3 times.]
226:One-shot Kill [Severe Gun dmg to one foe with high chance of Critical.]
227:Riot Gun [Severe Gun dmg to all foes.]
228:Double Shot [Light Gun dmg to one foe 2 times.]
229:Origin Light
230:Vajra Blast [Medium Phys dmg to all foes.]
231:Vorpal Blade [Severe Phys dmg to all foes.]
232:NOT USED
233:NOT USED
234:NOT USED
235:Vicious Strike [Medium Phys dmg to all foes.]
236:Heat Wave [Heavy Phys dmg to all foes.]
237:Gigantomachia [Colossal Phys dmg to all foes.]
238:Swirling Psychokinesis
239:Tyrant's Purge
240:Mass Ball
241:Rampage [Light Phys dmg to all foes 1-3 times.]
242:Swift Strike [Miniscule Phys dmg to all foes 2-4 times.]
243:Deathbound [Medium Phys dmg to all foes 1-2 times.]
244:Agneyastra [Medium Phys dmg to all foes 1-3 times.]
245:NOT USED
246:Regeneration
247:Rising Slash [Enemy-only Skill]
248:Deadly Fury [Enemy-only Skill]
249:Tyrant's Judgement
250:Double Fangs [Light Phys dmg to one foe 2 times.]
251:Power Slash [Medium Phys dmg to one foe.]
252:Shapeless Guard
253:Tempest Slash [Miniscule Phys dmg to one foe 3-5 times.]
254:Myriad Slashes [Medium Phys dmg to one foe 2-3 times.]
255:Amplify Force
256:Amplify Magic
257:Raining Seeds
258:Energy Stream
259:Flow
260:Sledgehammer [Medium Phys dmg to one foe. Medium chance of Dizzy.]
261:Skull Cracker [Medium Phys dmg to one foe. Medium chance of Confuse.]
262:Terror Claw [Light Phys dmg to one foe. Medium chance of Fear.]
263:Headbutt [Medium Phys dmg to one foe. Medium chance of Forget.]
264:Stomach Blow [Heavy Phys dmg to one foe. Medium chance of Hunger.]
265:Dream Needle [Light Gun dmg to one foe. Medium chance of Sleep.]
266:Hysterical Slap [Medium Phys dmg to one foe. Medium chance of Rage.]
267:Negative Pile [Heavy Phys dmg to one foe. Medium chance of Despair.]
268:Brain Shake [Medium Phys dmg to one foe. Medium chance of Brainwash.]
269:Attack
270:Flash Bomb [Medium Phys dmg to all foes. Low chance of Dizzy.]
271:Mind Slice [Medium Phys dmg to all foes. Low chance of Confuse.]
272:Bloodbath [Heavy Phys dmg to all foes. Low chance of Fear.]
273:Memory Blow [Light Phys dmg to all foes. Low chance of Forget.]
274:Insatiable Strike [Heavy Phys dmg to all foes. Low chance of Hunger.]
275:Dormin Rush [Medium Phys dmg to all foes. Low chance of Sleep.]
276:Oni-Kagura [Medium Phys dmg to all foes. Low chance of Rage.]
277:Bad Beat [Medium Phys dmg to all foes. Low chance of Despair.]
278:Brain Buster [Heavy Phys dmg to all foes. Low chance of Brainwash.]
279:BLANK [Colossal Phys dmg to one foe.]
280:Handgun
281:Shotgun
282:Slingshot
283:Machine Gun
284:Assault Rifle
285:Revolver
286:Grenade Launcher
287:Laser Gun
288:Antique Rifle
289:Tyrant Stance
290:Fighting Spirit [Next Phys attack will deal more than double the damage for all allies.]
291:Miracle Rush [Medium Phys dmg to all foes with high chance of Critical.]
292:Checkmate [Decreases ATK/DEF/Accuracy/Evasion for all foes.]
293:Hyakka Ryouran [Increases ATK/DEF/Accuracy/Evasion for all allies.]
294:High Energy [Next magic attack will deal more than double the damage for all allies.]
295:Ultimate Healing Support [Ultimate support effect of strengthening/healing all allies may activate in battle.]
296:Life Wall [Erects a wall that repels Phys and Magic attacks for all allies.]
297:Rebellion Blade [Colossal Almighty dmg to one enemy. Highly effective if enemy is downed.]
298:Masquerade [Severe Phys dmg to one foe 2 times.]
299:Guiding Tendril [Knockdown attack on all enemies (only usable when attacking first).]
300:Dia [Restores low amount of HP to one ally.]
301:Diarama [Restores medium amount of HP to one ally.]
302:Diarahan [Fully restores HP to one ally.]
303:Brave Step [Increases chance of Critical for all allies for 3 turns.]
304:Maruki Punch
305:Media [Restores low amount of HP to all allies.]
306:Mediarama [Restores medium amount of HP to all allies.]
307:Mediarahan [Fully restores HP to all allies.]
308:Brutal Impact
309:Cursed Strike
310:Recarm [Revives one fallen ally to 50% HP.]
311:Samarecarm [Revives one fallen ally to full HP.]
312:Recarmdra [Fully restores HP of all allies. Reduces HP of caster to 1.]
313:Sleuthing Instinct
314:Sleuthing Mastery
315:Amrita Drop [Cures all non-special ailments for one ally.]
316:Amrita Shower [Cures all non-special ailments for all allies.]
317:Holy Strike
318:Salvation [Fully restores HP and cures non-special ailments for all allies.]
319:Nuclear Strike
320:Psychokinesis Strike
321:Taunting Aura [Raises own chances of being targeted by foes.]
322:Storm Punishment
323:Concealment [Decreases chance of being targeted by foes.]
324:Lightning Punishment
325:Patra [Cures Dizzy/Forget/Sleep/Hunger for one ally.]
326:Punishing Hail
327:Energy Shower [Cures Confuse/Fear/Despair/Brainwash/Rage for all allies.]
328:Energy Drop [Cures Confuse/Fear/Despair/Brainwash/Rage for one ally.]
329:Baisudi [Cures Burn/Freeze/Shock for one ally.]
330:Me Patra [Cures Dizzy/Forget/Sleep/Hunger for all allies.]
331:Mabaisudi [Cures Burn/Freeze/Shock for all allies.]
332:Charge Ball
333:Concentrated Ball
334:Inferno Punishment
335:Tarukaja [Increases Attack for one ally for 3 turns.]
336:Rakukaja [Increases Defense for one ally for 3 turns.]
337:Sukukaja [Increases Accuracy/Evasion for one ally for 3 turns.]
338:Heat Riser [Increases ATK/DEF/Accuracy/Evasion for one ally.]
339:Gunfire Punishment
340:Matarukaja [Increases Attack for all allies for 3 turns.]
341:Marakukaja [Increases Defense for all allies for 3 turns.]
342:Masukukaja [Increases Accuracy/Evasion for all allies for 3 turns.]
343:Thermopylae [Increases ATK/DEF/Accuracy/Evasion for all allies when surrounded.]
344:Guillotine Punishment
345:Tarunda [Decreases Attack for one foe for 3 turns.]
346:Rakunda [Decreases Defense for one foe for 3 turns.]
347:Sukunda [Decreases Accuracy/Evasion for one foe for 3 turns.]
348:Debilitate [Decreases ATK/DEF/Accuracy/Evasion for one foe.]
349:Quadruple Summon
350:Matarunda [Decreases Attack for all foes for 3 turns.]
351:Marakunda [Decreases Defense for all foes for 3 turns.]
352:Masukunda [Decreases Accuracy/Evasion for all foes for 3 turns.]
353:Analysis
354:Analysis
355:Dekunda [Removes all stat debuffs for all allies.]
356:Dekaja [Removes all stat buffs for all foes.]
357:Explosion!
358:Explosion!
359:Sphinx Swipe
360:Charge [Next physical attack deals over double the damage.]
361:Concentrate [Next magical attack deals over double the damage.]
362:Nose Dive
363:Kill Reward Up
364:Guard Reward Up
365:Rebellion [Increases chance of Critical for one ally for 3 turns.]
366:Revolution [Increases chance of Critical for all for 3 turns.]
367:Make it Rain
368:Special Guards
369:Fake Artist's Grace
370:Tetrakarn [A barrier that reflects physical attacks for one ally one time.]
371:Makarakarn [A barrier that reflects magical attacks for one ally one time.]
372:Tetraja [A barrier that nullifies an insta-kill for all allies one time.]
373:Taste of Wrath
374:True Fake
375:Tetra Break [Negates Tetrakarn on all foes.]
376:Makara Break [Negates Makarakarn on all foes.]
377:Killshot of Love
378:NOT USED
379:NOT USED
380:Fire Wall [Adds Fire resistance to one ally for 3 turns.]
381:Ice Wall [Adds Ice resistance to one ally for 3 turns.]
382:Elec Wall [Adds Elec resistance to one ally for 3 turns.]
383:Wind Wall [Adds Wind resistance to one ally for 3 turns.]
385:Fire Break [Negates Fire resistance of all foes. Cannot negate Fire Wall.]
386:Ice Break [Negates Ice resistance of all foes. Cannot negate Ice Wall.]
387:Wind Break [Negates Wind resistance of all foes. Cannot negate Wind Wall.]
388:Elec Break [Negates Elec resistance of all foes. Cannot negate Elec Wall.]
390:Trafuri [Guarantees escape from battle. Not all battles apply.]
391:Traesto [Return to the entrance of the Metaverse.]
392:Active Barrier
393:Nuke Wall [Adds Nuke resistance to one ally for 3 turns.]
394:Psy Wall [Adds Psy resistance to one ally for 3 turns.]
395:Nuke Break [Negates Nuke resistance of all foes. Cannot negate Nuke Wall.]
396:Psy Break [Negates Psy resistance of all foes. Cannot negate Psy Wall.]
399:Flow
400:All-out Lv 1
401:All-out Lv 2
402:All-out Lv 3
403:Emergency Escape
404:Attack
405:Down Shot
406:Summon [Summon one unit.]
407:Call for Backup
408:Outlaw Attack
409:Barrage
410:Follow Crush
411:Follow Claw
412:Follow Whip
413:Follow Blade
414:Follow Knuckle
415:Follow Axe
416:Follow Saber
417:Dispose Item
418:Heal Enemy
419:Death (Despair)
420:Ally1 Follow-Up
421:Ally2 Follow-Up
422:Ally3 Follow-Up
423:Ally4 Follow-Up
424:Ally5 Follow-Up
425:Ally6 Follow-Up
426:Ally7 Follow-Up
427:Power Up Enemy
428:Power Up Enemy
429:Power Up Enemy
430:Steal Info [Gives ability to view the attribute affinities of one foe.]
431:Sup Matarukaja [Increases Attack for all allies for 3 turns.]
432:Sup Marakukaja [Increases Defense for all allies for 3 turns.]
433:Sup Masukukaja [Increases Accuracy/Evasion for all allies for 3 turns.]
434:Sup All Kaja [Increases ATK/DEF/Accuracy/Evasion for all allies.]
435:Sup Charge [Next attack deals over double the damage for all allies.]
436:Sup HP +30% [Restores 50% HP to all allies.]
437:Sup SP +10% [Restores 10% SP to all allies.]
438:Sup Escape Route [Escape 100% successfully from all battles except for bosses.]
439:Sup Third Eye [View how effective an attack will be when targeting a foe.]
440:Subrecover HP [Restores 10% HP to backup members after battle.]
441:Subrecover SP [Restores 1% SP to backup members after battle.]
442:Analysis [Confirm affinities of enemies you have previously attacked.]
443:Deep Analysis [Confirm affinities and skills of enemies you have previously attacked .]
444:Full Analysis [Confirm enemy skills and all affinities, including those not yet attacked.]
445:All-Out Attack
446:Dust Flurry [Miniscule Wind dmg to all foes.]
447:Tongue Whip
448:Whip Strike
449:Lustful Slurp
450:Libido Boost
451:Golden Knife
452:Lick
453:Gold Medal Spike
454:Volleyball Assault [Miniscule Phys dmg to one foe 2-5 times.]
455:Maelstrom
456:Flame Dance
457:Silent Snowscape
458:Thunderclap
459:Maeiga
460:Hunger All
461:Ocular Vulcan
462:Missile Party
463:Fear Gas
464:Super VIP Form
465:March of the Piggy
466:Sphinx Swipe
467:Wing Blast
468:Rapid Ascent
469:Sphinx Dive
470:Dreadful Scream
471:Bite
472:Restore
473:The Artist's Grace
474:Work Order
475:Sacrifice Order
476:Selfless Devotion
477:Penalty
478:Coin Attack
479:Severing Slash
480:Gatling Gun
481:Berserker Dance
482:Roulette: HP
483:Roulette: SP
484:Roulette: Money
485:Roulette: Aid 1
486:Roulette: Aid 2
487:Roulette: Aid 3
488:Beast King's Wrath
489:Hunting Stance
490:Arm of Destruction
491:Gryphon's Breath
492:Royal Wing Beam
493:Cannon Fire
494:Cannon Barrage
495:Unholy Convergence
496:Pyramid Blast
497:Tyrant's Fist
498:Tyrant's Glare
499:Tyrant's Wave
500:Fig Seed [Item: Recovers 20 HP]
501:Medicine [Item: Recovers 100 HP]
502:Ointment [Item: Recovers 200 HP]
503:Antibiotic Gel [Item: Recovers 400 HP]
504:Life Stone [Item: Recovers 30% HP]
505:Bead [Item: Fully recovers HP]
506:Value Medicine [Item: All recover 100 HP]
507:Medical Kit [Item: All recover 200 HP]
508:Maka Leaf [Item: All recover 400 HP]
509:Bead Chain [Item: Fully recovers HP]
510:Soul Drop [Item: Recovers 10 SP]
511:Snuff Soul [Item: Recovers 50 SP]
512:Chewing Soul [Item: Recovers 100 SP]
513:Soul Food [Item: Fully Recovers SP]
514:Revival Bead [Item: Revive]
515:Balm of Life [Item: Revives with full HP]
516:Royel Jelly [Item: Cures Mouse]
517:Organic Herb [Unused Item]
518:Disclose [Item: Cures Forget/Dizzy/Sleep]
519:Tranquilizer [Item: Cures Confuse/Fear/Rage/Despair/Brainwash]
520:Kopi Luwak [Unused Item]
521:Goho-M [Item: Return to Metaverse entrance]
522:Vanish Ball [Item: Escape from battle]
523:Soma [Item: Fully recovers HP and SP]
524:Amrita Soda [Item: Cures all ailments except Down and KO]
525:Hiranya [Item: Cures all ailments except Down and KO]
526:Muscle Drink [Item: Recovers 30% HP for 1 ally, inflicts Rakunda and Tarukaja]
527:Odd Morsel [Item: Recovers 30% HP for 1 ally, inflicts Sukunda and Tarukaja]
528:Rancid Gravy [Item: Recovers 30% HP for 1 ally, inflicts Taranda and Sukukaja]
529:Plume of Dusk [Item: When Joker is KO'd, fully recovers all allies]
530:Magic Mirror [Item: A barrier that reflects all but Phys/Almighty]
531:Physical Mirror [Item: A barrier that reflects Phys skills]
532:Universe Ring [Item: Attack up for all allies]
533:Sleipnir [Item: Evasion up for all allies]
534:Obsidian Mirror [Item: Defense up for all allies]
535:Purifying Water [Item: Attack up for all allies]
536:Purifying Salt [Item: Negates stat debuffs for all allies]
537:Firecracker [Item: 50 Fire damage]
538:San-zun Tama [Item: 50 Fire damage]
539:Ice Cube [Item: 50 Ice damage]
540:Dry Ice [Item: 50 Ice damage]
541:Pinwheel [Item: 50 Wind damage]
542:Yashichi [Item: 50 Wind damage]
543:Ball Lightning [Item: 50 Elec damage]
544:Tesla Coil [Item: 50 Elec damage]
545:Smart Bomb [Item: 100 Almighty damage]
546:Segami Rice [Item: Bless insta-kill]
547:Curse Paper [Item: Curse insta-kill]
548:Flame Magatama [Item: 150 Fire damage]
549:Wind Magatama [Item: 150 Wind damage]
550:Freeze Magatama [Item: 150 Ice damage]
551:Bolt Magatama [Item: 150 Elec damage]
552:Homunculus [Item: Blocks an insta-kill attack]
553:Removal Potion
554:Kouga Ball [Item: 50 Bless damage]
555:Makouha Ball [Item: 50 Bless damage]
556:Eiga Ball [Item: 50 Curse damage]
557:Maeiga Ball [Item: 50 Curse damage]
558:Psio Ball [Item: 50 Psy damage]
559:Mapsi Ball [Item: 50 Psy damage]
560:Freila Ball [Item: 50 Nuke damage]
561:Mafrei Ball [Item: 50 Nuke damage]
562:Nuke Magatama [Item: 150 Nuke damage]
563:Psy Magatama [Item: 150 Psy damage]
564:Bless Magatama [Item: 150 Bless damage]
565:Curse Magatama [Item: 150 Curse damage]
566:Cooking [Item: Cures Hunger. Moderate HP recovery.]
567:Snack [Item: Cures Hunger. Slight HP recovery.]
568:Shoes 1 [Item: Recovers 10 HP for 1 ally]
569:Shoes 2 [Item: Recovers 30 HP for 1 ally]
570:Shoes 3 [Item: Recovers 5 SP for 1 ally]
571:Juice Bar 1 [Item: Recovers 50 HP for 1 ally. Cures ailments.]
572:Juice Bar 2 [Item: Recovers 30 HP for 1 ally. Cures Rage/Despair/Brainwash/Confuse.]
573:Juice Bar 3 [Item: Recovers 30 HP for 1 ally. Cures Burn/Freeze/Shock.]
574:Juice Bar 4 [Item: Recovers 30 HP for 1 ally. Cures Dizzy/Forget/Sleep.]
575:Energy Drink 1 [Item: Recovers 30 HP for 1 ally. Sukunda to self.]
576:Energy Drink 2 [Item: Recovers 100 HP for 1 ally. Tarunda to self.]
577:Energy Drink 3 [Item: Recovers 200 HP for 1 ally. Rakunda to self.]
578:Soda 1 [Item: Recovers 100 HP for 1 ally. Rakunda/Sukunda to self.]
579:Soda 2 [Item: Recovers 100 HP for 1 ally. Sukunda/Tarunda to self.]
580:Soda 3 [Item: Recovers 100 HP for 1 ally. Tarunda/Rakunda to self.]
581:Soda 4 [Item: Recovers 30% HP for 1 ally. Debilitate to self.]
582:Ration 1 [Item: Recovers 10% SP for 1 ally. Rakunda to self.]
583:Ration 2 [Item: Recover 10% SP for 1 ally. Sukunda to self.]
584:Ration 3 [Item: Recover 10% SP for 1 ally. Tarunda to self.]
585:Drug Store 1
586:Drug Store 2
587:Drug Store 3
588:Drug Store 4
589:Drug Store 5
590:Drug Store 6 [Item: Recovers 10 HP]
591:Drug Store 7 [Item: Recovers 25 HP]
592:Drug Store 8 [Item: Recovers 50 HP]
593:Drug Store 9 [Item: Recovers 5 SP]
594:Drug Store 10 [Item: Recovers 25 SP]
595:Drug Store 11
596:Drug Store 12
597:Special Coffee 1
598:Special Coffee 2
599:Double Fangs
600:Twins Down Attack
601:Caro Rod
602:Caro Attack
603:Megidolaon
604:Rays of Control
605:Rays of Control
606:Rays of Control
607:Rays of Control
608:Arrow of Light
609:Diffraction Arrow
610:Light Edge
611:Gathering Light
612:Eternal Light
613:Holy Change
614:Distortion Wave
615:Tough Law
616:Frail Law
617:New Creation
618:Distortion Surge
619:Arrow of Light
620:Manifest Sword
621:Manifest Gun
622:Manifest Bell
623:Sword of Judgment
624:Capital Punishment
625:Manifest Book
626:Distorted Lust
627:Gospel
628:Distorted Wrath
629:Distorted Vanity
630:Song of Salvation
631:Wrath of God
632:Distorted Gluttony
633:Distorted Envy
634:Song of Placation
635:Divine Apex
636:Rays of Control
637:Distorted Avarice
638:Will of the People
639:Rays of Control
640:Moral Support [Casts various buffs on allies.]
641:Active Support [Casts even more buffs on allies.]
642:Mental Hack [Recognize the most effective choice in Demon Negotiations.]
643:Emergency Shift [Swaps fallen ally with a backup member.]
644:Final Guard [Chance of nullifying attacks directed at entire party.]
645:Position Hack [Low chance of Hold Up at the start of battle except when ambushed.]
646:High Analyze [View attribute affinities and skills when Analyzing.]
647:Treasure Skimmer [Find out if a foe is carrying a rare item ahead of time.]
648:Subrecover HP EX [Restores 20% HP to backup members after battle.]
649:Subrecover SP EX [Restores 3% SP to backup members after battle.]
650:Big Bang Treat
651:Explosion!
652:Explosion!
653:Explosion!
654:Big Bang Order
655:Roulette Time
656:Trip-Upper [Downs one foe.]
657:Lust Sphere [Medium Almighty dmg to all foes.]
658:Down Shot 2
659:Down Shot 3
660:Down Shot 4
661:Electro Attack [Heavy dmg to one foe, ignoring affinities.]
662:Sinful Shell [A bullet made from the Seven Deadly Sins. Can pierce even a god.]
663:Follow Black
665:Madara-Megido
666:Curry Raku
667:Enemy Benefit
668:Diarahan
669:Curry Suku
670:Decoy Ball
671:Super Decoy Ball
672:Metabolic Wave
673:Laevateinn [Colossal Phys dmg to one foe.]
674:Desperation
675:Call of Chaos
676:Big Bang Challenge
677:Grail Light 2
678:Megidola
679:Rage Transmission
680:Hundred Slaps
681:Distorted Pride
682:Divine Punishment
683:Will of the People
684:Wind Cutter
685:Shoot Up
686:Executive Punch
687:Megidolaon
688:Vorpal Blade
689:Megidolaon
690:Big Bang Burger
691:Earth Burger
692:Mars Burger
693:Moon Burger
694:Saturn Burger
695:Justine Attack
696:Caroline Attack
697:Curry Makara
698:Curry Tetra
699:Curry Endure
700:Curry Charge
701:Curry Concentrate
702:Curry Heat Riser
703:BLANK [Nullifies all magical attacks except Almighty for one ally.]
704:Cadenza [Restores 50% HP and increases Accuracy/Evasion for all allies.]
705:Cross Slash [Heavy Phys dmg to one foe 2 times. High Accuracy.]
706:Door of Hades [Heavy Almighty dmg to all foes. Medium chance of insta-kill.]
707:Magatsu Mandala [Heavy Curse dmg to all foes. Chance of Confuse/Fear/Despair.]
708:Shining Arrows [Light Bless dmg to all foes 4-8 times.]
709:Beast Weaver [Colossal Phys dmg to one foe. Decreases Attack.]
710:Titanomachia [Severe Fire dmg to all foes, with high chance of Fear.]
711:Abyssal Wings [Severe Curse dmg to all foes.]
712:Oratario [Fully restores HP and removes all stat debuffs for all allies.]
713:Myriad Truths [Heavy Almighty dmg to all foes 3 times.]
714:Neo Cadenza [Restores 50% HP and increases ATK/DEF/ACC/EV for allies.]
715:Akashic Arts [Severe Phys dmg to all foes with high chance of Critical 1-2 times.]
716:Phantom Show [High chance of inflicting Sleep to all foes.]
717:Confuse Ball
718:Baptism Ball
719:Exorcism Ball
720:Megido
721:Megidola
722:Megidolaon
723:Slam
724:Megaton Raid
725:One-shot Kill
726:Inferno
727:Diamond Dust
728:Eternal Radiance
729:Tyrant Chaos
730:New Curry 1
731:New Curry 2
732:Reviv-All
733:Reviv-All Z
734:Dark Akechi-For pursuing
735:Dark Akechi-For Gun pursuing
736:Wild Talk
737:Baton Pass
738:Punk Talk
739:Pickpocket
740:Harisen Recovery
741:Protect
742:Girl Talk
743:Crocodile Tears
744:Sexy Technique
745:Detective Talk
746:Artist Talk
747:Negotiating
748:Fundraising
749:Manipulation
750:Mind Control
751:Charisma Speech
752:Brainiac Talk
753:Sabaki
754:Kakoi Kuzushi
755:Touryou
756:Togo System
757:Bullet Hail
758:Warning Shot
759:Celeb Talk
760:Kitty Talk
761:Marin Karin
762:Womanizing
763:Indignant Revenge
764:Healing Power
765:Healing Power
766:Taunt
767:Iridescent Change
768:Brave Blade
769:Assault Dive
770:Terror Claw
771:Bufudyne
772:Psiodyne
773:Mazionga
774:Maziodyne
775:Maeiga
776:Maeigaon
777:Adam Skill 5
778:Adam SKill 6
779:Vorpal Blade
780:Mona/Ryuji Unison Attack
781:Mona/Ann Unison Attack
782:Mona/Haru Unison Attack
783:Yusuke/Ann Unison Attack
784:Ryuji/Yusuke Unison Attack
785:Ryuji/Makoto Unison Attack
786:Protag/Akechi Unison Attack
787:Makoto/Haru Unison Attack
788:UNUSED: Akechi Unison Attack
789:Protag/Kasumi Unison Attack
790:Mona/Ryuji Unison Attack [Severe Curse dmg to one foe.]
791:Mona/Ann Unison Attack [Severe Elec dmg to one foe.]
792:Mona/Haru Unison Attack [Severe Wind dmg to one foe. Effective vs Burn.]
793:Yusuke/Ann Unison Attack [Severe Fire dmg to one foe.]
794:Ryuji/Yusuke Unison Attack [Severe Ice dmg to one foe.]
795:Ryuji/Makoto Unison Attack [Severe Nuke dmg to one foe.]
796:Protag/Akechi Unison Attack [Severe Psy dmg to one foe.]
797:Makoto/Haru Unison Attack
798:UNUSED: Akechi Unison Attack [Severe Bless dmg to one foe.]
799:Protag/Kasumi Unison Attack [Severe Almighty dmg to one foe.]
800:Counter [10% chance of reflecting physical attacks.]
801:Counterstrike [15% chance of reflecting physical attacks. Does not stack.]
802:High Counter [20% chance of reflecting physical attacks. Does not stack.]
803:Resist Burn [Decreases chances of being inflicted with Burn.]
804:Null Burn [Prevents infliction of Burn.]
805:Endure [Revives with 1 HP when KO'd. Usable once per battle.]
806:Enduring Soul [Revives with full HP when KO'd. Usable once per battle.]
807:Resist Freeze [Decreases chances of being inflicted with Freeze.]
808:Null Freeze [Prevents infliction of Freeze.]
809:Survival Trick [Survive insta-kill skills with 1 HP.]
810:Dodge Fire [Increases Evasion from Fire skills.]
811:Evade Fire [Greatly increases Evasion from Fire skills. Does not stack.]
812:Dodge Ice [Increases Evasion from Ice skills.]
813:Evade Ice [Greatly increases Evasion from Ice skills. Does not stack.]
814:Dodge Wind [Increases Evasion from Wind skills.]
815:Evade Wind [Greatly increases Evasion from Wind skills. Does not stack.]
816:Dodge Elec [Increases Evasion from Elec skills.]
817:Evade Elec [Greatly increases Evasion from Elec skills. Does not stack.]
818:Dodge Phys [Increases Evasion from Phys skills.]
819:Evade Phys [Greatly increases Evasion from Phys skills. Does not stack.]
820:Fire Boost [Strengthens Fire skills by 25%.]
821:Fire Amp [Strengthens Fire skills by 50%. Can stack.]
822:Ice Boost [Strengthens Ice skills by 25%.]
823:Ice Amp [Strengthens Ice skills by 50%. Can stack.]
824:Wind Boost [Strengthens Wind skills by 25%.]
825:Wind Amp [Strengthens Wind skills by 50%. Can stack.]
826:Elec Boost [Strengthens Elec skills by 25%.]
827:Elec Amp [Strengthens Elec skills by 50%. Can stack.]
828:Angelic Grace [Increases Evasion from all magical attacks except Almighty.]
829:Divine Grace [Increases the effect of healing skills by 50%.]
830:Regenerate 1 [Restores 2% of max HP each turn in battle.]
831:Regenerate 2 [Restores 4% of max HP each turn in battle.]
832:Regenerate 3 [Restores 6% of max HP each turn in battle.]
833:Dodge Bless [Increases Evasion from non-Hama Bless skills.]
834:Dodge Curse [Increases Evasion from non-Mudo Curse skills.]
835:Invigorate 1 [Restores 3 SP each turn in battle.]
836:Invigorate 2 [Restores 5 SP each turn in battle.]
837:Invigorate 3 [Restores 7 SP each turn in battle.]
838:Evade Bless [Greatly increases Evasion from non-Hama Bless skills. Does not stack.]
839:Evade Curse [Greatly increases Evasion from non-Mudo Curse skills. Does not stack.]
840:Attack Master [Automatic Tarukaja at the start of battle.]
841:Auto-Mataru [Automatic Matarukaja at the start of battle.]
842:Resist Shock [Decreases chances of being inflicted with Shock.]
843:Defense Master [Automatic Rakukaja at the start of battle.]
844:Auto-Maraku [Automatic Marakukaja at the start of battle.]
845:Null Shock [Prevents infliction of Shock.]
846:Speed Master [Automatic Sukukaja at the start of battle.]
847:Auto-Masuku [Automatic Masukukaja at the start of battle.]
848:Resist Hunger [Decreases chances of being inflicted with Hunger.]
849:Null Hunger [Prevents infliction of Hunger.]
850:Fast Heal [Decreases recovery time from ailments by half.]
851:Insta-Heal [Decreases recovery time from ailments to 1 turn.]
852:Arms Master [Decreases HP cost of skills by half.]
853:Spell Master [Decreases SP cost of skills by half.]
854:Rage Atk Up [Increases Attack when inflicted by Rage.]
855:Sharp Student [Decreases chance of being hit by a Critical.]
856:Apt Pupil [Increases chance of Critical.]
857:Ali Dance [Greatly decreases Accuracy for one foe.]
858:Firm Stance [Take the blow, but decreases damage by half.]
859:Plus 50% EXP [EXP gained in battle increased by 1.5x.]
860:Life Aid [Restores 8% of max HP/SP after battle.]
861:Victory Cry [Fully restores HP/SP after battle.]
862:Growth 1 [Earn 25% EXP even when not participating in battle.]
863:Growth 2 [Earn 50% EXP even when not participating in battle.]
864:Growth 3 [Earn 100% EXP even when not participating in battle.]
865:Unshaken Will [Prevents infliction of Confuse/Fear/Rage/Despair.]
866:Null Bless Insta-kill [Nullifies Hama attacks.]
867:Baton Pass [Calm things down with humor. Usable when Sense is at "Sensitive."]
868:Soul Touch [Identify who has Treasure in Mementos. Usable when Instinct is at "Wild."]
869:Kakoi Kuzushi
870:Resist Fire [Increases resistance to Fire attacks. Nullifies weakness.]
871:Null Fire [Nullifies Fire attacks.]
872:Repel Fire [Reflects Fire attacks.]
873:Drain Fire [Absorbs damage from Fire attacks.]
874:Null Curse Insta-kill [Nullifies Mudo attacks.]
875:Resist Ice [Increases resistance to Ice attacks. Nullifies weakness.]
876:Null Ice [Nullifies Ice attacks.]
877:Repel Ice [Reflects Ice attacks.]
878:Drain Ice [Absorbs damage from Ice attacks.]
879:Plus 15% EXP [EXP gained in battle increased by 15%.]
880:Resist Wind [Increases resistance to Wind attacks. Nullifies weakness.]
881:Null Wind [Nullifies Wind attacks.]
882:Repel Wind [Reflects Wind attacks.]
883:Drain Wind [Absorbs damage from Wind attacks.]
884:All-Out Attack Boost [Increases strength of All-Out Attacks.]
885:Resist Elec [Increases resistance to Elec attacks. Nullifies weakness.]
886:Null Elec [Nullifies Elec attacks.]
887:Repel Elec [Reflects Elec attacks.]
888:Drain Elec [Absorbs damage from Elec attacks.]
889:Money Boost [Increases money gained by 15%.]
890:Resist Bless [Increases resistance to Bless attacks. Nullifies weakness.]
891:Null Bless [Nullifies Bless attacks.]
892:Repel Bless [Reflects Bless attacks.]
893:Drain Bless [Absorbs damage from Bless attacks.]
894:Hide [Decreases chance of being targeted by foes.]
895:Resist Curse [Increases resistance to Curse attacks. Nullifies weakness.]
896:Null Curse [Nullifies Curse attacks.]
897:Repel Curse [Reflects Curse attacks.]
898:Drain Curse [Absorbs damage from Curse attacks.]
899:Life Boost [Increases max SP by 20.]
900:Resist Phys [Increases resistance to Phys attacks. Nullifies weakness.]
901:Null Phys [Nullifies Phys attacks.]
902:Repel Phys [Reflects Phys attacks.]
903:Drain Phys [Absorbs damage from Phys attacks.]
904:Null Bless/Curse [Nullifies Bless/Curse skills.]
905:Ailment Boost [Increases chance of inflicting ailments.]
906:Hama Boost [Increases success rate of Hama skills.]
907:Mudo Boost [Increases success rate of Mudo skills.]
908:Gun Accuracy Plus 5% [Increases Accuracy of Gun attacks by 5%.]
909:Samurai Spirit [Increases Evasion from Criticals and magical attacks.]
910:Dizzy Boost [Increases chance of inflicting Dizzy.]
911:Confuse Boost [Increases chance of inflicting Confuse.]
912:Fear Boost [Increases chance of inflicting Fear.]
913:Forget Boost [Increases chance of inflicting Forget.]
914:Sleep Boost [Increases chance of inflicting Sleep.]
915:Rage Boost [Increases chance of inflicting Rage.]
916:Despair Boost [Increases chance of inflicting Despair.]
917:Kuzunoha Emblem [Decreases HP and SP cost of skills by 25%.]
918:Brainwash Boost [Increases chance of inflicting Brainwash.]
919:Critical Rate Up (High) [Greatly increases chance of Critical.]
920:Resist Dizzy [Decreases chances of being inflicted with Dizzy.]
921:Resist Confuse [Decreases chances of being inflicted with Confuse.]
922:Resist Fear [Decreases chances of being inflicted with Fear.]
923:Resist Forget [Decreases chances of being inflicted with Forget.]
924:Resist Sleep [Decreases chances of being inflicted with Sleep.]
925:Resist Rage [Decreases chances of being inflicted with Rage.]
926:Resist Despair [Decreases chances of being inflicted with Despair.]
927:Fusion Accident Up [Increases fusion accident rate.]
928:Resist Brainwash [Decreases chances of being inflicted with Brainwash.]
929:Tyrant's Mind [Strengthens all attacks. Can stack.]
930:Null Dizzy [Prevents infliction of Dizzy.]
931:Null Confuse [Prevents infliction of Confuse.]
932:Null Fear [Prevents infliction of Fear.]
933:Null Forget [Prevents infliction of Forget.]
934:Null Sleep [Prevents infliction of Sleep.]
935:Null Rage [Prevents infliction of Rage.]
936:Null Despair [Prevents infliction of Despair.]
937:Holy Whisper [Restores 15% HP and 15 SP each turn in battle.]
938:Null Brainwash [Prevents infliction of Brainwash.]
939:Holy Embrace [Restores 25% HP each turn in battle.]
940:Burn Boost [Increases chance of inflicting Burn.]
941:Freeze Boost [Increases chance of inflicting Freeze.]
942:Shock Boost [Increases chance of inflicting Shock.]
944:Fortified Moxy [Increases Critical rate during an Ambush.]
945:Adverse Resolve [Increases Critical rate when surrounded.]
946:Last Stand [Greatly decreases Accuracy of all foes' attacks except Almighty when surrounded.]
947:Heat Up [Restores 5% max HP and 10 SP each turn during an Ambush.]
949:Touch n' Go [Automatic Sukukaja after a Baton Pass.]
950:Climate Decorum [Greatly increases Evasion from all affinities during Rain/Snow.]
951:Ambient Aid [Increases chance of inflicting ailments during Rain/Snow.]
953:Snipe [Strengthens Gun skills by 25%.]
954:Cripple [Strengthens Gun skills by 50%. Can stack.]
955:Trigger Happy [Increases chance of Critical from Gun attacks.]
956:Resist Nuke [Increases resistance to Nuke attacks. Nullifies weakness.]
957:Null Nuke [Nullifies Nuke attacks.]
958:Repel Nuke [Reflects Nuke attacks.]
959:Drain Nuke [Absorbs damage from Nuke attacks.]
961:Resist Psy [Increases resistance to Psy attacks. Nullifies weakness.]
962:Null Psy [Nullifies Psy attacks.]
963:Repel Psy [Reflects Psy attacks.]
964:Drain Psy [Absorbs damage from Psy attacks.]
966:Nuke Boost [Strengthens Nuke skills by 25%.]
967:Nuke Amp [Strengthens Nuke skills by 50%. Can stack.]
969:Psy Boost [Strengthens Psy skills by 25%.]
970:Psy Amp [Strengthens Psy skills by 50%. Can stack.]
971:Sexy Technique
972:Dodge Nuke [Increases Evasion from Nuke skills.]
973:Evade Nuke [Greatly increases Evasion from Nuke skills. Does not stack.]
974:Detox
975:Dodge Psy [Increases Evasion from Psy skills.]
976:Evade Psy [Greatly increases Evasion from Psy skills. Does not stack.]
977:Detox
978:Bless Boost [Strengthens Bless skills by 25%.]
979:Bless Amp [Strengthens Bless skills by 50%. Can stack.]
981:Curse Boost [Strengthens Curse skills by 25%.]
982:Curse Amp [Strengthens Curse skills by 50%. Can stack.]
983:Not Found By Enemy [Prevents discovery by foes roaming the Metaverse.]
984:Magic Ability [Strengthens all magic skills by 25%.]
985:Fortify Spirit [Decreases chances of being inflicted with ailments.]
986:Almighty Boost [Strengthens Almighty skills by 25%.]
987:Almighty Amp [Strengthens Almighty skills by 50%. Can stack.]
988:Zenith Defense [Nullifies all magical attacks except Almighty.]
989:Soul Chain [Restores 20 SP after a Baton Pass.]
990:Vanity Copy [Enable Skill Card copying.]
991:Gluttonous Snuff [Defeats weak foes during an Ambush and provides a Persona.]
992:Sloth Defense [Restores low amount of HP when using Guard.]
993:Brush Of Vanity [Nullifies weaknesses.]
994:Life Rise [Increases max HP by 40%.]
995:Mana Rise [Increases max SP by 40%.]
996:Soul Touch [Restores 5 SP after a Baton Pass.]
997:Victory Cry [Victory Cry]
998:Trait DLC for Bitedown [RESERVE]
1000:Ailment Effect Up [Slightly increases dmg to enemies with ailments.]
1001:Ailment Effect Up + [Increases dmg to enemies with ailments.]
1002:Instakil SP Heal Low [Restores 3 SP after defeating a foe with Hama/Mudo attacks.]
1003:Instakil SP Heal Mid [Restores 5 SP after defeating a foe with Hama/Mudo attacks.]
1004:Instakil SP Heal High [Restores 7 SP after defeating a foe with Hama/Mudo attacks.]
1005:Technical Effect Up [Slightly increases Technical damage.]
1006:Technical Effect Up + [Increases Technical damage.]
1007:Low HP Attack Up [Slightly increases damage when low on HP.]
1008:Low HP Attack Up + [Increases damage when low on HP.]
1009:WEAK Hit Effect Up [Slightly increases damage from attacks that target foe's weaknesses.]
1010:WEAK Hit Effect Up + [Increases damage from attacks that target foe's weaknesses.]
1011:Null Insta-kill
1012:HP Cost Down 10% [Decreases HP cost of skills by 10%.]
1013:HP Cost Down 25% [Decreases HP cost of skills by 25%.]
1014:SP Cost Down 10% [Decreases SP cost of skills by 10%.]
1015:SP Cost Down 25% [Decreases SP cost of skills by 25%.]
1016:Heal Magic Up 10% [Increases the effect of healing skills by 10%.]
1017:Heal Magic Up 25% [Increases the effect of healing skills by 25%.]
1018:Chance of 0 HP cost [Decreases HP cost of skills to 0.]
1019:Chance of 0 SP cost [Decreases SP cost of skills to 0.]
1020:Target ATK up [Slightly increases damage of single target skills.]
1021:Target ATK up + [Increases damage of single target skills.]
1022:All Crits, No evasion [All attacks are Critical, but Evasion becomes impossible.]
1023:Heal Cost Down 25% [Reduce the SP cost of healing skills by 25%.]
1024:Heal Cost Down 10% [Reduce the SP cost of healing skills by 10%.]
1025:ATK Up, Aim Down [Decreases Accuracy by half, but Attack doubles.]
1026:Ailment Success Up [Slightly increases chance of inflicting ailments.]
1028:4-Affinity Boost [Strengthens magical attacks if possessing 4 or more affinity skills.]
1029:3-Affinity Light Boost [Slightly strengthens magical attacks if possessing 3 or more affinity skills.]
1030:Support Turn Extend [Increases effect period of support skills.]
1031:Insta-kill Up [Slightly increases success rate of Hama/Mudo skills.]
1032:Insta-kill Up + [Increases success rate of Hama/Mudo skills.]
1033:Life Bonus [Increases max HP by 10%.]
1034:Life Gain [Increases max HP by 20%.]
1035:Life Surge [Increases max HP by 30%.]
1036:Mana Bonus [Increases max SP by 10%.]
1037:Mana Gain [Increases max SP by 20%.]
1038:Mana Surge [Increases max SP by 30%.]
1039:Critical Effect Up [Slightly increases Critical damage.]
1040:Critical Effect Up + [Increases Critical damage.]
1041:Hit Damage Doubled [Deals double the damage.]
1042:All Target ATK up [Slightly increases damage with all enemy target skills.]
1043:All Target ATK up + [Increases damage with all enemy target skills.]
1044:Auto Barrier
1045:Backup Support [Provide backup support during battle.]
1046:Absolute Escape [100% chance of escape when running away on the 3rd turn of battle.]
1047:Shield of Loyalty
1048:All Amp [Strengthens all affinity skills by 50%.]
</DropDownList>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>0000</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>525</ID>
                      <Description>"L-Traits"</Description>
                      <DropDownList DisplayValueAsItem="1">0:None
6:Relentless [Increased damage by 50% when hitting an enemy weakness]
9:Saviour Bloodline [Decreases SP cost of healing skills by half]
10:Grace of Mother [Decreases SP cost of healing skills by 75%]
14:Relief Bloodline [Decreases SP cost of support skills by half]
15:Ave Maria [Decreases SP cost of support skills by 75%]
17:Foul Stench [Increases chance of inflicting ailments]
22:Static Electricity [Increases chance of inflicting Shock on Downed foes]
23:Ghost Nest [Increases chance of inflicting ailments to Downed foes]
24:Cold-Blooded [Increase freeze chance after Baton Pass]
30:Allure of Wisdom [Decreases SP cost of magic skills by 75%]
38:Frenzied Bull [Increases damage to foes when low on HP]
46:Intense Focus [Strenghthens magic skills targeting one foe by 20%]
54:Mighty Gaze [Strengthens magic skills targeting all foes by 20%]
57:Striking Weight
58:Undying Fury
62:Retaliating Body
63:Inviolable Beauty
65:Pagan Allure
70:Rare Antibody
71:Immunity
73:Skillful Combo
74:Linked Bloodline
78:Foul Odor
79:Thermal Conduct
86:Pinch Anchor
87:Vitality of the Tree
88:Gloomy Child
94:Sinful Technique
95:Universal Law
97:Ailment Hunter
98:Hollow Jester
102:Deathly Illness
103:Omen
129:Explosive Scheme
131:Infinite Scheme
132:Raging Temper
133:Eccentric Temper
135:Proud Presence
136:Majestic Presence
138:Mastery of Magic
139:Pinnacle of Magic
141:Scoundrel Eyes
142:Unparalleled Eyes
144:Gaia Pact
145:Gaia Blessing
147:Icy Glare
148:Cool Customer
150:Tactical Spirit
151:Ingenious Spirit
152:Flawless Spirit
153:Veil of Midnight
154:Veil of Sunrise
156:Heated Bloodline
157:Druken Passion
158:Frigid Bloodline
159:Cocytus
160:Electric Bloodline
161:Bargain Bolts
162:Wind Bloodline
163:Vahana's Wings
164:Psychic Bloodline
165:Chi You's Blessing
166:Atomic Bloodline
167:Atomic Hellscape
168:Bless Bloodline
169:Martyr's Gift
170:Cursed Bloodline
171:Mother's Lament
173:Gluttonmouth
174:Demon's Bite
175:Mouth of Savouring
176:Naranari
177:Hallowed Spirit
178:Potent Hypnosis
179:Wealth of Lotus
180:Internal Hypnosis
181:Positive Thoughts
182:Draining Mouth
184:Tag team
185:Iron Heart
186:Crisis Control
187:Bloodstained Eyes
188:Will of the Sword
190:Circle of Sadness
191:Bolstering Force
192:God Maker
193:Hazy Presence
194:Country Maker
195:Grace of Olive
196:Just Die
197:Bless Spirit
</DropDownList>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>0000</Address>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>526</ID>
                      <Description>"L-Consumables"</Description>
                      <DropDownList DisplayValueAsItem="1">1:Devil Fruit
2:Recov-R: 50 mg
3:Recov-R: 100 mg
4:Takemedic
5:Lifestone
6:Bead
7:Takemedic-All
8:Takemedic-All V
9:Takemedic-All Z
10:Bead Chain
11:Soul Drop
12:Snuff Soul
13:Chewing Soul
14:Soul Food
15:Revival Bead
16:Balm of Life
17:RESERVE
18:Nohar-M
19:Relax Gel
20:Alert Capsule
21:RESERVE
22:RESERVE
23:Vanish Ball
24:Soma
25:Amrita Soda
26:Hiranya
27:Muscle Drink
28:Odd Morsel
29:Rancid Gravy
30:RESERVE
31:Magic Ointment
32:Physical Ointment
33:Rasetsu Ofuda
34:Idaten Ofuda
35:Kongou Ofuda
36:Kajaclear-R
37:Kundaclear-R
38:Molotov Cocktail
39:Blowtorch
40:Freeze Spray
41:Dry Ice
42:Air Cannon
43:Vacuum Cutter
44:Stun Gun
45:Magneto Coil
46:Megido Bomb
47:Sacramental Bread
48:Straw Doll
49:Hell Magatama
50:Cyclone Magatama
51:Frost Magatama
52:Arc Magatama
53:Psycho Bomb
54:Psy-Wheel
55:Atom Match
56:Nuke Cracker
57:Happy Bomb
58:Segaki Rice
59:Curse Bomb
60:Five-Inch Nail
61:Revivadrin
62:Medicine
63:Life Ointment
64:Homunculus
65:RESERVE
66:Reviv-All
67:Renew-All
68:Recover Oil
69:RESERVE
70:DVD Player
71:Garden Energy
72:Bio Nutrients
73:Mega Fertilizer
74:Godly Magatama
75:Blast Magatama
76:Holy Magatama
77:Grudge Magatama
78:RESERVE
79:RESERVE
80:PC Tool Set
81:RESERVE
82:Glass Vase
83:Star Mirror
84:Snack Pack
85:Musty Pages
86:Homemaker Hero
87:Heart Ring
88:Heart Necklace
89:Designer Perfume
90:Luxury Aroma Set
91:Mini Cactus
92:Flower Basket
93:Bath of Roses
94:Black Mug
95:Sakura Fan
96:Fountain Pen
97:Robot Vacuum
98:Motorbike Figure
99:Local Mascot Set
100:Spotlight
101:Goho-M
102:RESERVE
103:Smokescreen
104:RESERVE
105:Hypno Mist
106:Calming Aroma
107:Covertizer
108:RESERVE
109:Silk Yarn
110:Thick Parchment
111:Tin Clasp
112:Plant Balm
113:Cork Bark
114:Iron Sand
115:Condenser Lens
116:Aluminum Sheet
117:Tanned Leather
118:Red Phosphorus
119:Liquid Mercury
120:RESERVE
121:Wise Men's Words
122:Ghost Encounters
123:Tidying the Heart
124:Buchiko's Story
125:RESERVE
126:RESERVE
127:Punch Ouch
128:Starvicks
129:Udagawa Water
130:CRT Television
131:RESERVE
132:RESERVE
133:Master Swordsman
134:Flowerpedia
135:RESERVE
136:RESERVE
137:RESERVE
138:Heroic Revelations
139:Call me Chief
140:The Art of Automata
141:Reckless Casanova
142:RESERVE
143:Rubbish
144:Money Distributer
145:Item Distributer
146:RESERVE
147:Jagariko
148:Broken Rock Salt
149:Movie Ticket
150:Movie 02 Ticket
151:Movie 03 Ticket
152:Movie 04 Ticket
153:RESERVE
154:RESERVE
155:Summer Lotto S
156:Autumn Bread
157:Element Set
158:Forces Set
159:Shitamachi Reborn
160:Star Forneus
161:Weekend Parks
162:Train of Life
163:Power Intuition
164:Bonehead
165:Crime Lab Squad
166:Not-so-hot Betsy
167:Bubbly Hills, 90210
168:ICU
169:RESERVE
170:Drizzled Natto
171:Squid Tri-Pack
172:Idol Pins
173:RESERVE
174:RESERVE
175:RESERVE
176:Tokyo Shrines
177:Fishpond Spotter
178:Yoncha Walker 04
179:Night Skies
180:Jack Frost Doll
181:Burger-kun Doll
182:Wanna-kun Doll
183:Lexy Doll
184:Uji Match Flan
185:Truffles
186:RESERVE
187:Limelight
188:Amateur Coffee
189:Harsh Coffee
190:Baptismal Water
191:Exorcism Water
192:Wine of Grace
193:Repentance Ashes
194:Dipped Katsu Sando
195:Book Cover
196:Castella
197:Crimson Lipstick
198:RESERVE
199:RESERVE
200:Tetra Hammer
201:Makara Hammer
202:RESERVE
203:RESERVE
204:RESERVE
205:RESERVE
206:RESERVE
207:RESERVE
208:RESERVE
209:RESERVE
210:Casual Rod
211:Powerful Rod
212:Miracle Rod
213:Arginade
214:Dr. Salt Neo
215:Joylent
216:MRE Ration
217:Oatmeal Ration
218:Torimeshi Ration
219:Fruit Ration
220:Seafood Aojiru
221:Beauty Aojiru
222:Vitality Aojiru
223:Nasty Aojiru
224:Onsen Aojiru
225:RESERVE
226:Fulfiller
227:Summer Lotto R
228:Happy Pop
229:Thaw Stone
230:Douse Orb
231:Dischard Crystal
232:Second Maid
233:RESERVE
234:Sandwich
235:Fruit Danish
236:RESERVE
237:Yakisoba Pan
238:Creature
239:Earl Green
240:Raw Punch
241:Muscle Tea
242:Manta
243:Nastea
244:1UP
245:Gambla Goemon
246:Golfer Sarutahiko
247:Calling Postcard
248:Refresh Aroma
249:Protein
250:Moist Protein
251:Fried Bread
252:RESERVE
253:RESERVE
254:RESERVE
255:RESERVE
256:RESERVE
257:RESERVE
258:RESERVE
259:RESERVE
260:RESERVE
261:RESERVE
262:RESERVE
263:RESERVE
264:RESERVE
265:RESERVE
266:Expert
267:Insane
268:Beginner
269:Intermediate
270:Advanced
271:Surprise Sando
272:Nostalgic Steak
273:Frui-Tea
274:Totem Pole
275:Relaxing Coffee
276:Oo-hot Tea
277:Love pancake
278:Sincere Omelette
279:RESERVE
280:RESERVE
281:RESERVE
282:RESERVE
283:RESERVE
284:RESERVE
285:RESERVE
286:RESERVE
287:RESERVE
288:RESERVE
289:RESERVE
290:RESERVE
291:RESERVE
292:RESERVE
293:RESERVE
294:RESERVE
295:RESERVE
296:RESERVE
297:RESERVE
298:RESERVE
299:RESERVE
300:RESERVE
301:RESERVE
302:RESERVE
303:RESERVE
304:RESERVE
305:RESERVE
306:RESERVE
307:Small Boilie
308:Medium Boilie
309:Large Boilie
310:Top-class Boilie
311:Guardian Boilie
312:Big Bang Burger
313:Saturn Fries
314:Earth Burger
315:RESERVE
316:Moon Burger
317:Supernova Burger
318:Karaage King
319:Spring Fruit Pack
320:Foreign Nikuman
321:Phantom Wafers
322:Soothing Soba
323:Agodashi Oden
324:Party in a Can
325:Digital Camera
326:Face Beautifier
327:Laptop (Repaired)
328:RESERVE
329:Mini Dominion
330:Die-soujou
331:Decked Decarabia
332:Gear Girimehkala
333:Kinky Kin-Ki
334:Mossy Mothman
335:Movie 16 Ticket
336:Lockpick
337:Perma-Pick
338:Reserve Ammo
339:RESERVE
340:Treasure Trap
341:RESERVE
342:Redfish
343:Rough Carp
344:Tokyo Bitterling
345:Seven-color Trout
346:White Carp
347:Treasure trout
348:Delish Bitterling
349:Peerless Carp
350:Ichigaya Guardian
351:Adhesive Bandage
352:RESERVE
353:Rejuvenating IV
354:Leblanc Coffee
355:RESERVE
356:RESERVE
357:Master Coffee
358:Decent Curry
359:Leblanc Curry
360:Master Curry
361:RESERVE
362:Shooting Card
363:Healing IV
364:Railroad Card
365:Fighting Card
366:RESERVE
367:Boxing Card
368:Gambling Card
369:Golf Card
370:Social Thought
371:RESERVE
372:RESERVE
373:RESERVE
374:Batting Science
375:Essence of Fishing
376:Speed Reading
377:The Craft of Cinema
378:RESERVE
379:Chinese Sweets
380:Theme Park Escort
381:The Great Thief
382:Pirate Legend
383:Zorro, the Outlaw
384:The Alluring Dancer
385:The Gallant Rogue
386:The Illusory Popess
387:Cry of Cthulhu
388:Woman in the Dark
389:The Hero with a Bow
390:Medjed Menace
391:The Art of Charm
392:Game Secrets
393:Lotto R
394:Lotto S
395:Scratch Lottery
396:Rakugo Collection
397:Classical Hits
398:Best of KGB49
399:Wraith
400:Jail Break
401:Guy McVer
402:The Running Dead
403:The X Folders
404:RESERVE
405:RESERVE
406:RESERVE
407:RESERVE
408:RESERVE
409:RESERVE
410:RESERVE
411:RESERVE
412:Vague
413:Nightlife Hotspots
414:Nofeever Sheet
415:Hand Warmalizer
416:Venus Salad
417:Sikkenine
418:Sikkenine A
419:Sikkenine EX
420:Wide Eye Drops
421:Donut-Worry
422:Mental Floss
423:Hot and Sour Tea
424:Balloons
425:Kommissbrot
426:Beef Patty Ration
427:D Ration
428:Veg. Stew Ration
429:RESERVE
430:RESERVE
431:Durian-au-Lait
432:Oh! Shiruko
433:Chunky Potage
434:Ultimate Amazake
435:Udagawa Soda
436:Water of Rebirth
437:RESERVE
438:RESERVE
439:RESERVE
440:RESERVE
441:Strawberry Curry
442:Mayo Locust
443:Miso Starfish
444:Mystery Stew
445:Bitter Coffee
446:Acidic Coffee
447:Fire Curry
448:Blaze Curry
449:Inferno Curry
450:Ramen Bowl
451:Night Pennant
452:Nude Statue
453:Swan Boat
454:Skytree Lamp
455:Giant Spatula
456:Idol Poster
457:Star Stickers
458:King Piece
459:Hero Figure
460:Hamaya
461:I &lt;3 Tokyo Shirt
462:Non-static Gum
463:RESERVE
464:RESERVE
465:RESERVE
466:Kawakami's Chocolate
467:Takemi's Chocolate
468:Chihaya's Chocolate
469:Ohya's Chocolate
470:Hifume's Chocolate
471:Makoto's Chocolate
472:Haru's Chocolate
473:Ann's Chocolate
474:Futaba's Chocolate
475:Ryuji's Chocolate
476:Sojiro's Chocolate
477:Kumade
478:Shumai Cushion
479:Gi-Nyant Doll
480:Sushi Mug
481:Choco Fountain
482:RESERVE
483:RESERVE
484:RESERVE
485:Famidrive
486:RESERVE
487:Sheep Man Doll
488:Jam Bread
489:Melon Pan
490:Angel Tart
491:Moon Dango
492:Mixed Nuts
493:Beni-Azuma
494:Legendary Yaki-Imo
495:RESERVE
496:RESERVE
497:RESERVE
498:RESERVE
499:Moonlight Carrot
500:Sun Tomato
501:Earth Beans
502:Star Onion
503:RESERVE
504:Ann Cream Puffs
505:Makoto Donuts
506:Sakura Amazaiku
507:Sadayo Taiyaki
508:Ryuji Dog
509:Amateur Curry
510:RESERVE
511:Broken Laptop
512:Imported Protein
513:RESERVE
514:RESERVE
515:RESERVE
516:Aquarium-a-Day
517:Nakano Walker
518:Incense ST
519:Incense MA
520:Incense EN
521:Incense AG
522:Incense LU
523:Ambergris ST
524:Ambergris MA
525:Ambergris EN
526:Ambergris AG
527:Ambergris LU
528:Nirvana ST
529:Nirvana MA
530:Nirvana EN
531:Nirvana AG
532:Nirvana LU
533:Chunky Katsu
534:Stronger Lift S
535:Harder Core S
536:Accu-Speed S
537:RESERVE
538:Sakura Mochi
539:Oil Painting Set
540:Water Color Postcard
541:Leather Pen Case
542:Cup Noodle Set
543:Omni-Vitamin
544:Silver Bangle
545:Wrist Weights
546:Sports Sunglasses
547:Kitchen Tools Set
548:48-Sided 3D Puzzle
549:RESERVE
550:RESERVE
551:RESERVE
552:RESERVE
553:RESERVE
554:RESERVE
555:RESERVE
556:RESERVE
557:RESERVE
558:Dizzy Vial S
559:Dizzy Vial L
560:Confuse Vial S
561:Confuse Vial L
562:Fear Vial S
563:Fear Vial L
564:Forget Vial S
565:Forget Vial L
566:Sleep Vial S
567:Sleep Vial L
568:Rage Vial S
569:Rage Vial L
570:Despair Vial S
571:Despair Vial L
572:Brainwash Vial S
573:Brainwash Vial L
574:Musk ST-MA
575:Musk ST-EN
576:Musk ST-AG
577:Musk ST-LU
578:Musk MA-EN
579:Musk MA-AG
580:Musk MA-LU
581:Musk EN-AG
582:Musk EN-LU
583:Rasta Sandalwood
584:Featherman Seeker
585:Feather Card
586:Batting Coupon
587:Salvation S
588:Ichigaya Kingpin
589:Black Frost Doll
590:Buchimaru Doll
591:Jagao Doll
592:Suspicious Boilie
593:Hi-Tech Rod
594:Sea Slug Rod
595:Feathermen Dolls
596:Sumire's Chocolate
597:Ann's Giri-Choco
598:Makoto's Giri-Choco
599:Haru's Giri-Choco
600:Futaba's Giri-Choco
601:Takemi's Giri-Choco
602:Chihaya's Giri-Choco
603:Kawakami's Giri-Choco
604:Ohya's Giri-Choco
605:Hifumi's Giri-Choco
606:Sumire's Giri-Choco
607:Sae's Giri-Choco
608:Makoto's Candy
609:Haru's Candy
610:Ann's Candy
611:Futaba's Candy
612:Chihaya's Candy
613:Takemi's Candy
614:Kawakami's Candy
615:Ohya's Candy
616:Hifumi's Candy
617:Sumire's Candy
618:Scarlet Rose
619:Yellow Gerbera
620:Blue Hyacinth
621:Stamina Kit S
622:Stamina Kit L
623:Dart Set
624:Jump Cue
625:Royal Jelly R
626:Strawberry Daifuku
627:Learn Pro Darts
628:Expert Billiards
629:D. Housewives
630:Mouse M.D.
631:31
632:Tee
633:Stamp Card
634:Photo of Clara
635:Bland Cheese
636:Sharp Cheese
637:Rich Cheese
638:Pumpkin Soup
639:RESERVE
640:Puzzle Rings
641:Mochi Cushion
642:Electric Toothbrush
643:Blaring Alarm Clock
644:Aroma Machine
645:Katana Keychain
646:Factorization Guide
647:Hustle S
648:Viennese Jelly
649:Weakener Spray
650:Cleaning Spray
651:Quick Spray
652:Ultimate Spray
653:Awake Incense
654:Awakening Incense
655:Unused
656:Unused
657:RESERVE
658:Dressed in Ashes
659:RESERVE
660:Hogyoku Apple
661:Band-Ace
662:Holy Shroud
663:Ouija Board
664:Empowering Ofuda
665:Debilitator Ofuda
666:Fire Magatama
667:Gale Magatama
668:Shock Magatama
669:Ice Magatama
670:Nuke Magatama
671:Psy Magatama
672:Bless Magatama
673:Curse Magatama
674:Invincible Ofuda
675:Strength Up Ofuda
676:Magic Up Ofuda
677:Seeker's Tools
678:ABCs of Crafting
679:Juicy Nikuman
680:Napolitan Nikuman
681:Peppery Nikuman
682:Corned Beef Special
683:Cereal Multi-Pack
684:Popcorn Bomb
685:Clothing Grab Bag
686:Osechi Ration
687:Mont Blanc Ration
688:Kebab Ration
689:Special Chimaki
690:Osechi Chocolate
691:Knowing the Heart
692:The Fader
693:Old Man's Elixier
694:Billiards Magician
695:Musk AG-LU
</DropDownList>
                      <ShowAsSigned>0</ShowAsSigned>
                      <VariableType>4 Bytes</VariableType>
                      <Address>0000</Address>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>527</ID>
                  <Description>"ペルソナ5R（P5R）攻略wiki"</Description>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>[ENABLE]
{$lua}
--NO_ACTIVATE
if syntaxcheck then return end
if memrec then print(memrec.Description) end

shellExecute('https://kamigame.jp/P5R/index.html')

getLuaEngine().MenuItem5.DoClick()
getLuaEngine().Close()

[DISABLE]
</AssemblerScript>
                </CheatEntry>
                <CheatEntry>
                  <ID>528</ID>
                  <Description>"Persona 5 Royal (Amicitia Wiki)"</Description>
                  <VariableType>Auto Assembler Script</VariableType>
                  <AssemblerScript>[ENABLE]
{$lua}
--NO_ACTIVATE
if syntaxcheck then return end
if memrec then print(memrec.Description) end
shellExecute('https://amicitia.miraheze.org/wiki/Persona_5_Royal')

getLuaEngine().MenuItem5.DoClick()
getLuaEngine().Close()

[DISABLE]
</AssemblerScript>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>529</ID>
          <Description>"_not working"</Description>
          <Options moHideChildren="1"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>530</ID>
              <Description>"Battle: damage multiplier"</Description>
              <Options moHideChildren="1"/>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>{ Game   : P5R.exe
  Version: 
  Date   : 2024-12-11
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_DAMAGE_MULTI3,$process,41 8B 45 0C 03 C8) // should be unique
alloc(newmem,$1000,INJECT_DAMAGE_MULTI3)

label(code)
label(return)
label(vf_damage_to_player vf_damage_to_enemy)

newmem:
  cmp ecx, 0
  jge code

  movaps xmm14, [vf_damage_to_player]
  vcvtsi2ss xmm15, xmm15, ecx
  vshufps xmm15, xmm15, xmm15, 0
  vmulps xmm15, xmm15, xmm14

  mov dword ptr [rcx+04], 1
  jne to_enemy
  jmp code

  vcvtss2si ecx, xmm15
  jmp code

to_enemy:
  vshufps xmm15, xmm15, xmm15, e5
  vcvtss2si ecx, xmm15

code:
  mov eax,[r13+0C]
  add ecx,eax
  jmp return
align 10 cc
  vf_damage_to_player:
  dd (float)0.9
  vf_damage_to_enemy:
  dd (float)1.1
  dd 0
  dd 0

INJECT_DAMAGE_MULTI3:
  jmp newmem
  nop
return:
registersymbol(INJECT_DAMAGE_MULTI3 vf_damage_to_player vf_damage_to_enemy)

[DISABLE]

INJECT_DAMAGE_MULTI3:
  db 41 8B 45 0C 03 C8

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: P5R.exe+D70A68

P5R.exe+D70A44: 44 8B 44 24 64              - mov r8d,[rsp+64]
P5R.exe+D70A49: 8B 4C 24 78                 - mov ecx,[rsp+78]
P5R.exe+D70A4D: 44 0F B7 8C 24 40 01 00 00  - movzx r9d,word ptr [rsp+00000140]
P5R.exe+D70A56: 41 8B 45 14                 - mov eax,[r13+14]
P5R.exe+D70A5A: C1 E8 13                    - shr eax,13
P5R.exe+D70A5D: 24 01                       - and al,01
P5R.exe+D70A5F: 49 3B F5                    - cmp rsi,r13
P5R.exe+D70A62: 74 0C                       - je P5R.exe+D70A70
P5R.exe+D70A64: 84 C0                       - test al,al
P5R.exe+D70A66: 75 1E                       - jne P5R.exe+D70A86
// ---------- INJECTING HERE ----------
P5R.exe+D70A68: 41 8B 45 0C                 - mov eax,[r13+0C]
// ---------- DONE INJECTING  ----------
P5R.exe+D70A6C: 03 C8                       - add ecx,eax
P5R.exe+D70A6E: EB 0C                       - jmp P5R.exe+D70A7C
P5R.exe+D70A70: 84 C0                       - test al,al
P5R.exe+D70A72: 75 12                       - jne P5R.exe+D70A86
P5R.exe+D70A74: 41 8B 45 0C                 - mov eax,[r13+0C]
P5R.exe+D70A78: 41 8D 0C 00                 - lea ecx,[r8+rax]
P5R.exe+D70A7C: 85 C9                       - test ecx,ecx
P5R.exe+D70A7E: 7E 06                       - jle P5R.exe+D70A86
P5R.exe+D70A80: 0F BA E7 13                 - bt edi,13
P5R.exe+D70A84: 73 0A                       - jae P5R.exe+D70A90
}
</AssemblerScript>
              <CheatEntries>
                <CheatEntry>
                  <ID>531</ID>
                  <Description>"Damage multiplier to player"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>C08000</Color>
                  <VariableType>Float</VariableType>
                  <Address>vf_damage_to_player</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>532</ID>
                  <Description>"Damage multiplier to enemy"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>C08000</Color>
                  <VariableType>Float</VariableType>
                  <Address>vf_damage_to_enemy</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
  <LuaScript>function onMemRecPostExecute(memoryrecord, newState, succeeded )
    if memoryrecord.Type == vtAutoAssembler and memoryrecord.Script:find("NO_ACTIVATE") and newState and succeeded then
        memoryrecord.disableWithoutExecute()
    end
end

AddressList.Header.OnSectionClick = nil
</LuaScript>
</CheatTable>
