<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="46">
  <CheatEntries>
    <CheatEntry>
      <ID>326</ID>
      <Description>"Compact mode"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
{$lua}
if syntaxcheck then return end

if not toggleCompactView then
    function toggleCompactView(sender, forceEnable)
        local isCompactMode = not (compactViewMenuItem.Caption == 'Compact View Mode')
        if forceEnable ~= nil then
            isCompactMode = not forceEnable
        end

    synchronize(function()
        compactViewMenuItem.Caption = isCompactMode and 'Compact View Mode' or 'Full View Mode'
        getMainForm().Splitter1.Visible = isCompactMode
        getMainForm().Panel4.Visible    = isCompactMode
        getMainForm().Panel5.Visible    = isCompactMode
    end)
end
end

if not createCompactViewMenu then
    function createCompactViewMenu()
        if isCompactMenuCreated then return end

    synchronize(function()
        local mainMenu = getMainForm().Menu.Items
        compactViewMenuItem = createMenuItem(mainMenu)
        mainMenu.add(compactViewMenuItem)
        compactViewMenuItem.Caption = 'Compact View Mode'
        compactViewMenuItem.OnClick = toggleCompactView
    end)

    isCompactMenuCreated = true
end
end

createCompactViewMenu()
toggleCompactView(nil, true)

[DISABLE]
{$lua}
if toggleCompactView then
    toggleCompactView(nil, false)
end

</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>735</ID>
      <Description>"Get Mira &amp; Sepith (dynamic mode)"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : ed8jp.exe
  Version: 
  Date   : 2024-01-30
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

//aobscanmodule(INJECT_GET_MIRA_ADDR,$process,8B 91 E0 85 12 00 52) // should be unique
aobscanmodule(INJECT_GET_MIRA_ADDR,$process,8B 91 ?? ?? ?? ?? 52 68) // should be unique
alloc(newmem,$1000)

alloc(INJECT_GET_MIRA_ADDRo,6)

label(code)
label(return)
label(i_base_mira_addr)

INJECT_GET_MIRA_ADDRo:
  readmem(INJECT_GET_MIRA_ADDR, 6)

newmem:
  push ebx
  push eax
  mov ebx, [INJECT_GET_MIRA_ADDRo+2]
  lea eax, [ebx+ecx]
  mov [i_base_mira_addr], eax

  pop eax
  pop ebx

code:
  //mov edx,[ecx+001285E0]
  reassemble(INJECT_GET_MIRA_ADDR)
  jmp return
align 10 cc
  i_base_mira_addr:
  dd 0
  db EB 3B 54
  db 68 69 73 20 74 61 62 6C 65
  db 20 63 6F 6D
  db 65 73 20 66 72 6F 6D 20
  db 68 74 74 70
  db 73 3A 2F 2F 6F 70 65 6E 63 68 65 61
  db 74 74 61 62
  db 6C 65
  db 73 2E
  db 63 6F 6D 20
  db 2F
  db 20
  db 43 45 20 37
  db 2E 34 2B
INJECT_GET_MIRA_ADDR:
  jmp newmem
  nop
return:
registersymbol(INJECT_GET_MIRA_ADDR)
registersymbol(INJECT_GET_MIRA_ADDRo)
registersymbol(i_base_mira_addr)

[DISABLE]

INJECT_GET_MIRA_ADDR:
  db 8B 91 E0 85 12 00

unregistersymbol(INJECT_GET_MIRA_ADDR)
unregistersymbol(i_base_mira_addr)
unregistersymbol(i_base_mira_addr)

dealloc(newmem)
dealloc(INJECT_GET_MIRA_ADDRo)
unregistersymbol(INJECT_GET_MIRA_ADDRo)
{
// ORIGINAL CODE - INJECTION POINT: ed8jp.exe+13F6D0

ed8jp.exe+13F6A9: 68 D4 0B B4 00     - push ed8jp.exe+740BD4
ed8jp.exe+13F6AE: 50                 - push eax
ed8jp.exe+13F6AF: E8 E5 25 EC FF     - call ed8jp.exe+1C99
ed8jp.exe+13F6B4: 83 C4 0C           - add esp,0C
ed8jp.exe+13F6B7: 8B 56 08           - mov edx,[esi+08]
ed8jp.exe+13F6BA: 8B 82 C0 01 00 00  - mov eax,[edx+000001C0]
ed8jp.exe+13F6C0: 8B 80 84 00 00 00  - mov eax,[eax+00000084]
ed8jp.exe+13F6C6: 85 C0              - test eax,eax
ed8jp.exe+13F6C8: 74 1B              - je ed8jp.exe+13F6E5
ed8jp.exe+13F6CA: 8B 0D A0 A5 C7 00  - mov ecx,[ed8jp.exe+87A5A0]
// ---------- INJECTING HERE ----------
ed8jp.exe+13F6D0: 8B 91 E0 85 12 00  - mov edx,[ecx+001285E0]
// ---------- DONE INJECTING  ----------
ed8jp.exe+13F6D6: 52                 - push edx
ed8jp.exe+13F6D7: 68 D8 0B B4 00     - push ed8jp.exe+740BD8
ed8jp.exe+13F6DC: 50                 - push eax
ed8jp.exe+13F6DD: E8 B7 25 EC FF     - call ed8jp.exe+1C99
ed8jp.exe+13F6E2: 83 C4 0C           - add esp,0C
ed8jp.exe+13F6E5: 8D 45 FC           - lea eax,[ebp-04]
ed8jp.exe+13F6E8: 50                 - push eax
ed8jp.exe+13F6E9: 8D 4D F8           - lea ecx,[ebp-08]
ed8jp.exe+13F6EC: 51                 - push ecx
ed8jp.exe+13F6ED: 8B 0D A0 A5 C7 00  - mov ecx,[ed8jp.exe+87A5A0]
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>745</ID>
          <Description>"Usage: Menu"</Description>
          <Color>8000FF</Color>
          <GroupHeader>1</GroupHeader>
        </CheatEntry>
        <CheatEntry>
          <ID>736</ID>
          <Description>"Mira"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_base_mira_addr</Address>
          <Offsets>
            <Offset>0</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>737</ID>
          <Description>"セピス(Yellow)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_base_mira_addr</Address>
          <Offsets>
            <Offset>-40</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>744</ID>
          <Description>"セピス(Blue)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_base_mira_addr</Address>
          <Offsets>
            <Offset>-3C</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>743</ID>
          <Description>"セピス(Red)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_base_mira_addr</Address>
          <Offsets>
            <Offset>-38</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>742</ID>
          <Description>"セピス(Green)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_base_mira_addr</Address>
          <Offsets>
            <Offset>-34</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>741</ID>
          <Description>"セピス(Gray)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_base_mira_addr</Address>
          <Offsets>
            <Offset>-30</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>740</ID>
          <Description>"セピス(Golden)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_base_mira_addr</Address>
          <Offsets>
            <Offset>-2C</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>739</ID>
          <Description>"セピス(Silver)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_base_mira_addr</Address>
          <Offsets>
            <Offset>-28</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>738</ID>
          <Description>"セピス塊 (piece)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_base_mira_addr</Address>
          <Offsets>
            <Offset>-24</Offset>
          </Offsets>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>731</ID>
      <Description>"***Purple = Japanese ver."</Description>
      <Color>FF0080</Color>
      <GroupHeader>1</GroupHeader>
    </CheatEntry>
    <CheatEntry>
      <ID>15</ID>
      <Description>"Mira / ミラ"</Description>
      <Color>FF0080</Color>
      <VariableType>4 Bytes</VariableType>
      <Address>ed8jp.exe+9A3B68</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>772</ID>
      <Description>"釣果ポイント"</Description>
      <ShowAsSigned>0</ShowAsSigned>
      <Color>FF0080</Color>
      <VariableType>2 Bytes</VariableType>
      <Address>ed8jp.exe+9A4804</Address>
    </CheatEntry>
    <CheatEntry>
      <ID>730</ID>
      <Description>"セピス"</Description>
      <Options moHideChildren="1"/>
      <Color>FF0080</Color>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>723</ID>
          <Description>"セピス(Yellow)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>ed8jp.exe+9A3B28</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>724</ID>
          <Description>"セピス(Blue)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>ed8jp.exe+9A3B2C</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>725</ID>
          <Description>"セピス(Red)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>ed8jp.exe+9A3B30</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>726</ID>
          <Description>"セピス(Green)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>ed8jp.exe+9A3B34</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>727</ID>
          <Description>"セピス(Gray)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>ed8jp.exe+9A3B38</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>728</ID>
          <Description>"セピス(Golden)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>ed8jp.exe+9A3B3C</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>729</ID>
          <Description>"セピス(Silver)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>ed8jp.exe+9A3B40</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>722</ID>
          <Description>"セピス塊"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>ed8jp.exe+9A3B44</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>800</ID>
      <Description>"戦歴"</Description>
      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
      <Color>FF0080</Color>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>809</ID>
          <Description>"戦績"</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <Color>FF0080</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>798</ID>
              <Description>"総戦闘回数 (螢幕表示)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+998B58</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>799</ID>
              <Description>"総戦闘回数 (総計)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A5F3C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>814</ID>
              <Description>"戦闘勝利回数 (螢幕表示)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+998B5C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>815</ID>
              <Description>"戦闘勝利回数 (総計)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A5F40</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>812</ID>
              <Description>"戦闘不能回数 (螢幕表示)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+998B60</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>813</ID>
              <Description>"戦闘不能回数 (総計)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A5F44</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>836</ID>
              <Description>"戰闘退却回数 (螢幕表示)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+998B64</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>837</ID>
              <Description>"戰闘退却回数 (総計)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A5F48</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>810</ID>
              <Description>"敵擊破回数 (螢幕表示)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+998B68</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>811</ID>
              <Description>"敵擊破回数 (総計)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A5F4C</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>801</ID>
          <Description>"戦況"</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <Color>FF0080</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>808</ID>
              <Description>"先制攻撃発動回数 (螢幕表示)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+998B6C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>807</ID>
              <Description>"先制攻撃発動回数 (総計)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A5F50</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>806</ID>
              <Description>"優勢攻撃発動回数 (螢幕表示)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+998B70</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>820</ID>
              <Description>"優勢攻撃発動回数 (総計)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A5F54</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>802</ID>
              <Description>"奇襲攻撃発動回数 (螢幕表示)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+998B74</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>803</ID>
              <Description>"奇襲攻撃発動回数 (総計)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A5F58</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>805</ID>
              <Description>"バックアタック発動回数 (螢幕表示)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+998B78</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>804</ID>
              <Description>"バックアタック発動回数 (総計)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A5F5C</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>787</ID>
          <Description>"戦術"</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <Color>FF0080</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>788</ID>
              <Description>"Sブレイク発動回数 (螢幕表示)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+998B80</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>793</ID>
              <Description>"Sブレイク発動回数 (総計)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A5F64</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>796</ID>
              <Description>"回避カウンター発動回数 (螢幕表示)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+998B84</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>797</ID>
              <Description>"回避カウンター発動回数 (総計)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A5F68</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>818</ID>
              <Description>"駆動解除発動回数 (螢幕表示)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2160</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>819</ID>
              <Description>"駆動解除発動回数 (総計)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9AE958</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>794</ID>
              <Description>"リンクアタック発動回数 (螢幕表示)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+998B88</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>795</ID>
              <Description>"リンクアタック発動回数 (総計)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A5F6C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>792</ID>
              <Description>"追撃発動回数 (螢幕表示)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+998B8C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>789</ID>
              <Description>"追撃発動回数 (総計)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A5F70</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>790</ID>
              <Description>"ラッシュ発動回数 (螢幕表示)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+998B90</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>791</ID>
              <Description>"ラッシュ発動回数 (総計)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A5F74</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>847</ID>
              <Description>"バースト発動回数 (螢幕表示)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+998B94</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>848</ID>
              <Description>"バースト発動回数 (総計)"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A5F78</Address>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>721</ID>
      <Description>"総合成績"</Description>
      <Options moHideChildren="1"/>
      <Color>FF0080</Color>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>786</ID>
          <Description>"ランク"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <VariableType>2 Bytes</VariableType>
          <Address>ed8jp.exe+87CBD8</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>778</ID>
          <Description>"総AP (now)"</Description>
          <Color>FF0080</Color>
          <VariableType>2 Bytes</VariableType>
          <Address>ed8jp.exe+87CBDC</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>784</ID>
          <Description>"課外活動達成数 (now)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <VariableType>2 Bytes</VariableType>
          <Address>ed8jp.exe+87CBE4</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>785</ID>
          <Description>"実習課題達成数 (now)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <VariableType>2 Bytes</VariableType>
          <Address>ed8jp.exe+87CBE0</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>718</ID>
          <Description>"総AP (chapter)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <VariableType>2 Bytes</VariableType>
          <Address>ed8jp.exe+999200</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>720</ID>
          <Description>"課外活動達成数 (chapter)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <VariableType>Byte</VariableType>
          <Address>ed8jp.exe+999208</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>719</ID>
          <Description>"実習課題達成数 (chapter)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <VariableType>Byte</VariableType>
          <Address>ed8jp.exe+999204</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>25</ID>
      <Description>"Chars+"</Description>
      <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
      <Color>FF0080</Color>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>24</ID>
          <Description>"リィン"</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <GroupHeader>1</GroupHeader>
          <Address>ed8jp.exe+9A2264</Address>
          <CheatEntries>
            <CheatEntry>
              <ID>38</ID>
              <Description>"Lv"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2288</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>13</ID>
              <Description>"XP"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A228C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>20</ID>
              <Description>"HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2264</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>21</ID>
              <Description>"Max HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2268</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>18</ID>
              <Description>"EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A226C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>19</ID>
              <Description>"Max EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A226E</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>22</ID>
              <Description>"CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2270</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>23</ID>
              <Description>"Max CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2272</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>39</ID>
              <Description>"+Attr."</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>26</ID>
                  <Description>"STR"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2274</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>27</ID>
                  <Description>"DEF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2276</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>28</ID>
                  <Description>"ATS"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2278</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>29</ID>
                  <Description>"ADF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A227A</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>30</ID>
                  <Description>"SPD"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2280</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>31</ID>
                  <Description>"DEX"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A227c</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>36</ID>
                  <Description>"Hit Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2290</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>32</ID>
                  <Description>"AGL"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A227E</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>37</ID>
                  <Description>"Avoid Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2292</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>33</ID>
                  <Description>"MOV"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2282</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>34</ID>
                  <Description>"RNG"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2284</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>35</ID>
                  <Description>"Unknown"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2286</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>356</ID>
          <Description>"アリサ"</Description>
          <Options moHideChildren="1"/>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <GroupHeader>1</GroupHeader>
          <Address>ed8jp.exe+9A22B4</Address>
          <CheatEntries>
            <CheatEntry>
              <ID>357</ID>
              <Description>"Lv"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A22D8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>358</ID>
              <Description>"XP"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A22DC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>359</ID>
              <Description>"HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A22B4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>360</ID>
              <Description>"Max HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A22B8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>361</ID>
              <Description>"EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A22BC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>362</ID>
              <Description>"Max EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A22BE</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>363</ID>
              <Description>"CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A22C0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>364</ID>
              <Description>"Max CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A22C2</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>365</ID>
              <Description>"+Attr."</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>366</ID>
                  <Description>"STR"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A22C4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>367</ID>
                  <Description>"DEF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A22C6</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>368</ID>
                  <Description>"ATS"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A22C8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>369</ID>
                  <Description>"ADF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A22CA</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>370</ID>
                  <Description>"SPD"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A22D0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>371</ID>
                  <Description>"DEX"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A22CC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>372</ID>
                  <Description>"Hit Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A22E0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>373</ID>
                  <Description>"AGL"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A22CE</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>374</ID>
                  <Description>"Avoid Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A22E2</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>375</ID>
                  <Description>"MOV"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A22D2</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>376</ID>
                  <Description>"RNG"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A22D4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>377</ID>
                  <Description>"Unknown"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A22D6</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>378</ID>
          <Description>"エリオット"</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <GroupHeader>1</GroupHeader>
          <Address>ed8jp.exe+9A2304</Address>
          <CheatEntries>
            <CheatEntry>
              <ID>379</ID>
              <Description>"Lv"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2328</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>380</ID>
              <Description>"XP"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A232C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>381</ID>
              <Description>"HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2304</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>382</ID>
              <Description>"Max HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2308</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>383</ID>
              <Description>"EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A230C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>384</ID>
              <Description>"Max EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A230E</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>385</ID>
              <Description>"CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2310</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>386</ID>
              <Description>"Max CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2312</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>387</ID>
              <Description>"+Attr."</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>388</ID>
                  <Description>"STR"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2314</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>389</ID>
                  <Description>"DEF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2316</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>390</ID>
                  <Description>"ATS"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2318</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>391</ID>
                  <Description>"ADF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A231A</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>392</ID>
                  <Description>"SPD"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2320</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>393</ID>
                  <Description>"DEX"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A231C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>394</ID>
                  <Description>"Hit Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2330</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>395</ID>
                  <Description>"AGL"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A231E</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>396</ID>
                  <Description>"Avoid Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2332</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>397</ID>
                  <Description>"MOV"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2322</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>398</ID>
                  <Description>"RNG"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2324</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>399</ID>
                  <Description>"Unknown"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2326</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>400</ID>
          <Description>"ラウラ"</Description>
          <Options moHideChildren="1"/>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <GroupHeader>1</GroupHeader>
          <Address>ed8jp.exe+9A2354</Address>
          <CheatEntries>
            <CheatEntry>
              <ID>401</ID>
              <Description>"Lv"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2378</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>402</ID>
              <Description>"XP"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A237C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>403</ID>
              <Description>"HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2354</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>404</ID>
              <Description>"Max HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2358</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>405</ID>
              <Description>"EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A235C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>406</ID>
              <Description>"Max EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A235E</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>407</ID>
              <Description>"CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2360</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>408</ID>
              <Description>"Max CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2362</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>409</ID>
              <Description>"+Attr."</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>410</ID>
                  <Description>"STR"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2364</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>411</ID>
                  <Description>"DEF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2366</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>412</ID>
                  <Description>"ATS"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2368</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>413</ID>
                  <Description>"ADF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A236A</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>414</ID>
                  <Description>"SPD"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2370</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>415</ID>
                  <Description>"DEX"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A236C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>416</ID>
                  <Description>"Hit Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2380</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>417</ID>
                  <Description>"AGL"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A236E</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>418</ID>
                  <Description>"Avoid Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2382</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>419</ID>
                  <Description>"MOV"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2372</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>420</ID>
                  <Description>"RNG"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2374</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>421</ID>
                  <Description>"Unknown"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2376</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>422</ID>
          <Description>"マキアス"</Description>
          <Options moHideChildren="1"/>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <GroupHeader>1</GroupHeader>
          <Address>ed8jp.exe+9A23A4</Address>
          <CheatEntries>
            <CheatEntry>
              <ID>423</ID>
              <Description>"Lv"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A23C8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>424</ID>
              <Description>"XP"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A23CC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>425</ID>
              <Description>"HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A23A4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>426</ID>
              <Description>"Max HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A23A8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>427</ID>
              <Description>"EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A23AC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>428</ID>
              <Description>"Max EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A23AE</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>429</ID>
              <Description>"CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A23B0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>430</ID>
              <Description>"Max CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A23B2</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>431</ID>
              <Description>"+Attr."</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>432</ID>
                  <Description>"STR"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A23B4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>433</ID>
                  <Description>"DEF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A23B6</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>434</ID>
                  <Description>"ATS"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A23B8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>435</ID>
                  <Description>"ADF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A23BA</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>436</ID>
                  <Description>"SPD"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A23C0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>437</ID>
                  <Description>"DEX"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A23BC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>438</ID>
                  <Description>"Hit Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A23D0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>439</ID>
                  <Description>"AGL"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A23BE</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>440</ID>
                  <Description>"Avoid Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A23D2</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>441</ID>
                  <Description>"MOV"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A23C2</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>442</ID>
                  <Description>"RNG"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A23C4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>443</ID>
                  <Description>"Unknown"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A23C6</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>444</ID>
          <Description>"エマ"</Description>
          <Options moHideChildren="1"/>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <GroupHeader>1</GroupHeader>
          <Address>ed8jp.exe+9A23F4</Address>
          <CheatEntries>
            <CheatEntry>
              <ID>445</ID>
              <Description>"Lv"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2418</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>446</ID>
              <Description>"XP"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A241C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>447</ID>
              <Description>"HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A23F4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>448</ID>
              <Description>"Max HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A23F8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>449</ID>
              <Description>"EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A23FC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>450</ID>
              <Description>"Max EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A23FE</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>451</ID>
              <Description>"CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2400</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>452</ID>
              <Description>"Max CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2402</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>453</ID>
              <Description>"+Attr."</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>454</ID>
                  <Description>"STR"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2404</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>455</ID>
                  <Description>"DEF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2406</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>456</ID>
                  <Description>"ATS"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2408</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>457</ID>
                  <Description>"ADF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A240A</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>458</ID>
                  <Description>"SPD"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2410</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>459</ID>
                  <Description>"DEX"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A240C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>460</ID>
                  <Description>"Hit Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2420</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>461</ID>
                  <Description>"AGL"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A240E</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>462</ID>
                  <Description>"Avoid Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2422</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>463</ID>
                  <Description>"MOV"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2412</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>464</ID>
                  <Description>"RNG"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2414</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>465</ID>
                  <Description>"Unknown"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2416</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>466</ID>
          <Description>"ユーシス"</Description>
          <Options moHideChildren="1"/>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <GroupHeader>1</GroupHeader>
          <Address>ed8jp.exe+9A2444</Address>
          <CheatEntries>
            <CheatEntry>
              <ID>467</ID>
              <Description>"Lv"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2468</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>468</ID>
              <Description>"XP"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A246C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>469</ID>
              <Description>"HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2444</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>470</ID>
              <Description>"Max HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2448</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>471</ID>
              <Description>"EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A244C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>472</ID>
              <Description>"Max EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A244E</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>473</ID>
              <Description>"CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2450</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>474</ID>
              <Description>"Max CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2452</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>475</ID>
              <Description>"+Attr."</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>476</ID>
                  <Description>"STR"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2454</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>477</ID>
                  <Description>"DEF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2456</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>478</ID>
                  <Description>"ATS"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2458</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>479</ID>
                  <Description>"ADF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A245A</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>480</ID>
                  <Description>"SPD"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2460</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>481</ID>
                  <Description>"DEX"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A245C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>482</ID>
                  <Description>"Hit Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2470</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>483</ID>
                  <Description>"AGL"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A245E</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>484</ID>
                  <Description>"Avoid Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2472</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>485</ID>
                  <Description>"MOV"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2462</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>486</ID>
                  <Description>"RNG"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2464</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>487</ID>
                  <Description>"Unknown"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2466</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>532</ID>
          <Description>"フィー"</Description>
          <Options moHideChildren="1"/>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <GroupHeader>1</GroupHeader>
          <Address>ed8jp.exe+9A2494</Address>
          <CheatEntries>
            <CheatEntry>
              <ID>533</ID>
              <Description>"Lv"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A24B8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>534</ID>
              <Description>"XP"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A24BC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>535</ID>
              <Description>"HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2494</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>536</ID>
              <Description>"Max HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2498</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>537</ID>
              <Description>"EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A249C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>538</ID>
              <Description>"Max EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A249E</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>539</ID>
              <Description>"CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A24A0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>540</ID>
              <Description>"Max CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A24A2</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>541</ID>
              <Description>"+Attr."</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>542</ID>
                  <Description>"STR"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A24A4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>543</ID>
                  <Description>"DEF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A24A6</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>544</ID>
                  <Description>"ATS"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A24A8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>545</ID>
                  <Description>"ADF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A24AA</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>546</ID>
                  <Description>"SPD"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A24B0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>547</ID>
                  <Description>"DEX"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A24AC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>548</ID>
                  <Description>"Hit Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A24C0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>549</ID>
                  <Description>"AGL"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A24AE</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>550</ID>
                  <Description>"Avoid Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A24C2</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>551</ID>
                  <Description>"MOV"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A24B2</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>552</ID>
                  <Description>"RNG"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A24B4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>553</ID>
                  <Description>"Unknown"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A24B6</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>554</ID>
          <Description>"ガイウス"</Description>
          <Options moHideChildren="1"/>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <GroupHeader>1</GroupHeader>
          <Address>ed8jp.exe+9A24E4</Address>
          <CheatEntries>
            <CheatEntry>
              <ID>555</ID>
              <Description>"Lv"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2508</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>556</ID>
              <Description>"XP"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A250C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>557</ID>
              <Description>"HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A24E4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>558</ID>
              <Description>"Max HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A24E8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>559</ID>
              <Description>"EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A24EC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>560</ID>
              <Description>"Max EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A24EE</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>561</ID>
              <Description>"CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A24F0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>562</ID>
              <Description>"Max CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A24F2</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>563</ID>
              <Description>"+Attr."</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>564</ID>
                  <Description>"STR"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A24F4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>565</ID>
                  <Description>"DEF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A24F6</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>566</ID>
                  <Description>"ATS"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A24F8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>567</ID>
                  <Description>"ADF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A24FA</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>568</ID>
                  <Description>"SPD"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2500</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>569</ID>
                  <Description>"DEX"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A24FC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>570</ID>
                  <Description>"Hit Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2510</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>571</ID>
                  <Description>"AGL"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A24FE</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>572</ID>
                  <Description>"Avoid Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2512</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>573</ID>
                  <Description>"MOV"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2502</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>574</ID>
                  <Description>"RNG"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2504</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>575</ID>
                  <Description>"Unknown"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2506</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>576</ID>
          <Description>"10th"</Description>
          <Options moHideChildren="1"/>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <GroupHeader>1</GroupHeader>
          <Address>ed8jp.exe+9A2534</Address>
          <CheatEntries>
            <CheatEntry>
              <ID>577</ID>
              <Description>"Lv"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2558</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>578</ID>
              <Description>"XP"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A255C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>579</ID>
              <Description>"HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2534</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>580</ID>
              <Description>"Max HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2538</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>581</ID>
              <Description>"EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A253C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>582</ID>
              <Description>"Max EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A253E</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>583</ID>
              <Description>"CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2540</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>584</ID>
              <Description>"Max CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2542</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>585</ID>
              <Description>"+Attr."</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>586</ID>
                  <Description>"STR"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2544</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>587</ID>
                  <Description>"DEF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2546</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>588</ID>
                  <Description>"ATS"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2548</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>589</ID>
                  <Description>"ADF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A254A</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>590</ID>
                  <Description>"SPD"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2550</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>591</ID>
                  <Description>"DEX"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A254C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>592</ID>
                  <Description>"Hit Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2560</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>593</ID>
                  <Description>"AGL"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A254E</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>594</ID>
                  <Description>"Avoid Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2562</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>595</ID>
                  <Description>"MOV"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2552</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>596</ID>
                  <Description>"RNG"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2554</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>597</ID>
                  <Description>"Unknown"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2556</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>598</ID>
          <Description>"11th"</Description>
          <Options moHideChildren="1"/>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <GroupHeader>1</GroupHeader>
          <Address>ed8jp.exe+9A2584</Address>
          <CheatEntries>
            <CheatEntry>
              <ID>599</ID>
              <Description>"Lv"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A25A8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>600</ID>
              <Description>"XP"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A25AC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>601</ID>
              <Description>"HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2584</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>602</ID>
              <Description>"Max HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2588</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>603</ID>
              <Description>"EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A258C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>604</ID>
              <Description>"Max EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A258E</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>605</ID>
              <Description>"CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2590</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>606</ID>
              <Description>"Max CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2592</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>607</ID>
              <Description>"+Attr."</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>608</ID>
                  <Description>"STR"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2594</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>609</ID>
                  <Description>"DEF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2596</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>610</ID>
                  <Description>"ATS"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2598</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>611</ID>
                  <Description>"ADF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A259A</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>612</ID>
                  <Description>"SPD"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A25A0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>613</ID>
                  <Description>"DEX"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A259C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>614</ID>
                  <Description>"Hit Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A25B0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>615</ID>
                  <Description>"AGL"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A259E</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>616</ID>
                  <Description>"Avoid Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A25B2</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>617</ID>
                  <Description>"MOV"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A25A2</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>618</ID>
                  <Description>"RNG"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A25A4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>619</ID>
                  <Description>"Unknown"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A25A6</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>620</ID>
          <Description>"12th"</Description>
          <Options moHideChildren="1"/>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <GroupHeader>1</GroupHeader>
          <Address>ed8jp.exe+9A25D4</Address>
          <CheatEntries>
            <CheatEntry>
              <ID>621</ID>
              <Description>"Lv"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A25F8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>622</ID>
              <Description>"XP"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A25FC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>623</ID>
              <Description>"HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A25D4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>624</ID>
              <Description>"Max HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A25D8</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>625</ID>
              <Description>"EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A25DC</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>626</ID>
              <Description>"Max EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A25DE</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>627</ID>
              <Description>"CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A25E0</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>628</ID>
              <Description>"Max CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A25E2</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>629</ID>
              <Description>"+Attr."</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>630</ID>
                  <Description>"STR"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A25E4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>631</ID>
                  <Description>"DEF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A25E6</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>632</ID>
                  <Description>"ATS"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A25E8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>633</ID>
                  <Description>"ADF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A25EA</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>634</ID>
                  <Description>"SPD"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A25F0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>635</ID>
                  <Description>"DEX"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A25EC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>636</ID>
                  <Description>"Hit Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2600</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>637</ID>
                  <Description>"AGL"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A25EE</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>638</ID>
                  <Description>"Avoid Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2602</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>639</ID>
                  <Description>"MOV"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A25F2</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>640</ID>
                  <Description>"RNG"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A25F4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>641</ID>
                  <Description>"Unknown"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A25F6</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>642</ID>
          <Description>"13th"</Description>
          <Options moHideChildren="1"/>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <GroupHeader>1</GroupHeader>
          <Address>ed8jp.exe+9A2624</Address>
          <CheatEntries>
            <CheatEntry>
              <ID>643</ID>
              <Description>"Lv"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2648</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>644</ID>
              <Description>"XP"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A264C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>645</ID>
              <Description>"HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2624</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>646</ID>
              <Description>"Max HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2628</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>647</ID>
              <Description>"EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A262C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>648</ID>
              <Description>"Max EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A262E</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>649</ID>
              <Description>"CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2630</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>650</ID>
              <Description>"Max CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2632</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>651</ID>
              <Description>"+Attr."</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>652</ID>
                  <Description>"STR"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2634</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>653</ID>
                  <Description>"DEF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2636</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>654</ID>
                  <Description>"ATS"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2638</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>655</ID>
                  <Description>"ADF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A263A</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>656</ID>
                  <Description>"SPD"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2640</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>657</ID>
                  <Description>"DEX"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A263C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>658</ID>
                  <Description>"Hit Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2650</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>659</ID>
                  <Description>"AGL"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A263E</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>660</ID>
                  <Description>"Avoid Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2652</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>661</ID>
                  <Description>"MOV"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2642</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>662</ID>
                  <Description>"RNG"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2644</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>663</ID>
                  <Description>"Unknown"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2646</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>664</ID>
          <Description>"14th"</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF0080</Color>
          <GroupHeader>1</GroupHeader>
          <Address>ed8jp.exe+9A2674</Address>
          <CheatEntries>
            <CheatEntry>
              <ID>665</ID>
              <Description>"Lv"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2698</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>666</ID>
              <Description>"XP"</Description>
              <VariableType>4 Bytes</VariableType>
              <Address>ed8jp.exe+9A269C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>667</ID>
              <Description>"HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2674</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>668</ID>
              <Description>"Max HP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2678</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>669</ID>
              <Description>"EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A267C</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>670</ID>
              <Description>"Max EP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A267E</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>671</ID>
              <Description>"CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2680</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>672</ID>
              <Description>"Max CP"</Description>
              <ShowAsSigned>0</ShowAsSigned>
              <VariableType>2 Bytes</VariableType>
              <Address>ed8jp.exe+9A2682</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>673</ID>
              <Description>"+Attr."</Description>
              <Options moHideChildren="1"/>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>674</ID>
                  <Description>"STR"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2684</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>675</ID>
                  <Description>"DEF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2686</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>676</ID>
                  <Description>"ATS"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2688</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>677</ID>
                  <Description>"ADF"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A268A</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>678</ID>
                  <Description>"SPD"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2690</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>679</ID>
                  <Description>"DEX"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A268C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>680</ID>
                  <Description>"Hit Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A26A0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>681</ID>
                  <Description>"AGL"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A268E</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>682</ID>
                  <Description>"Avoid Rate%"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A26A2</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>683</ID>
                  <Description>"MOV"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2692</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>684</ID>
                  <Description>"RNG"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2694</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>685</ID>
                  <Description>"Unknown"</Description>
                  <ShowAsSigned>0</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>ed8jp.exe+9A2696</Address>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>337</ID>
      <Description>"Set bravery pt"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : ed8jp.exe
  Version:
  Date   : 2024-03-10
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_BRAVERY_PTS,$process,8A 86 AC 01 00 00) // should be unique
alloc(newmem,$1000,INJECT_BRAVERY_PTS)

label(code)
label(return)
label(i_bra_pt)

newmem:
  mov al, byte ptr [i_bra_pt]
  cmp cl, al
  ja next0
  mov cl, al
  mov [esi+000001B4],cl

next0:
  cmp [esi+000001AC],al
  ja next1
  mov [esi+000001AC],al
  //mov [esi+000001B4],cl
  mov [esi+000001B0],al
  jmp endp

next1:
  //mov cl, [esi+000001AC]

endp:

code:
  mov al,[esi+000001AC]
  jmp return
align 10 cc
  i_bra_pt:
  db 3

INJECT_BRAVERY_PTS:
  jmp newmem
  nop
return:
registersymbol(INJECT_BRAVERY_PTS)
registersymbol(i_bra_pt)

[DISABLE]

INJECT_BRAVERY_PTS:
  db 8A 86 AC 01 00 00

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: ed8jp.exe+282EAE

ed8jp.exe+282E74: FF D2                          - call edx
ed8jp.exe+282E76: C7 86 B0 01 00 00 02 00 00 00  - mov [esi+000001B0],00000002
ed8jp.exe+282E80: E9 60 01 00 00                 - jmp ed8jp.exe+282FE5
ed8jp.exe+282E85: 8B 8E B8 01 00 00              - mov ecx,[esi+000001B8]
ed8jp.exe+282E8B: E8 BB C2 D8 FF                 - call ed8jp.exe+F14B
ed8jp.exe+282E90: 84 C0                          - test al,al
ed8jp.exe+282E92: 0F 85 4D 01 00 00              - jne ed8jp.exe+282FE5
ed8jp.exe+282E98: C7 86 B0 01 00 00 03 00 00 00  - mov [esi+000001B0],00000003
ed8jp.exe+282EA2: E9 3E 01 00 00                 - jmp ed8jp.exe+282FE5
ed8jp.exe+282EA7: 0F B6 8E B4 01 00 00           - movzx ecx,byte ptr [esi+000001B4]
// ---------- INJECTING HERE ----------
ed8jp.exe+282EAE: 8A 86 AC 01 00 00              - mov al,[esi+000001AC]
// ---------- DONE INJECTING  ----------
ed8jp.exe+282EB4: 3A C8                          - cmp cl,al
ed8jp.exe+282EB6: 74 11                          - je ed8jp.exe+282EC9
ed8jp.exe+282EB8: 1B C9                          - sbb ecx,ecx
ed8jp.exe+282EBA: 83 C1 05                       - add ecx,05
ed8jp.exe+282EBD: 89 8E B0 01 00 00              - mov [esi+000001B0],ecx
ed8jp.exe+282EC3: 88 86 B4 01 00 00              - mov [esi+000001B4],al
ed8jp.exe+282EC9: 83 BE B0 01 00 00 03           - cmp dword ptr [esi+000001B0],03
ed8jp.exe+282ED0: 0F 84 0F 01 00 00              - je ed8jp.exe+282FE5
ed8jp.exe+282ED6: D9 EE                          - fldz 
ed8jp.exe+282ED8: 8B 8E B8 01 00 00              - mov ecx,[esi+000001B8]
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>734</ID>
          <Description>"Set to:"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>C08000</Color>
          <VariableType>Byte</VariableType>
          <Address>i_bra_pt</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>776</ID>
      <Description>"Set item count to 80, if &gt;=2"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : ed8jp.exe
  Version: 
  Date   : 2024-03-03
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_SET_ITEM_MIN,$process,66 83 39 00 74 08) // should be unique
alloc(newmem,$1000)

label(code)
label(return)

newmem:
  cmp word ptr [ecx], 1
  jbe code

  cmp word ptr [ecx], 50
  jae code

  mov word ptr [ecx], 50


code:
  cmp word ptr [ecx],00
  // je ed8jp.exe+13F67E
  reassemble(INJECT_SET_ITEM_MIN+4)
  jmp return

INJECT_SET_ITEM_MIN:
  jmp newmem
  nop
return:
registersymbol(INJECT_SET_ITEM_MIN)

[DISABLE]

INJECT_SET_ITEM_MIN:
  db 66 83 39 00 74 08

unregistersymbol(INJECT_SET_ITEM_MIN)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: ed8jp.exe+13F670

ed8jp.exe+13F64E: CC                 - int 3 
ed8jp.exe+13F64F: CC                 - int 3 
ed8jp.exe+13F650: 8B 0D A0 A5 C7 00  - mov ecx,[ed8jp.exe+87A5A0]
ed8jp.exe+13F656: 8B 91 F0 76 12 00  - mov edx,[ecx+001276F0]
ed8jp.exe+13F65C: 33 C0              - xor eax,eax
ed8jp.exe+13F65E: 81 E2 FF FF FF 7F  - and edx,7FFFFFFF
ed8jp.exe+13F664: 76 18              - jna ed8jp.exe+13F67E
ed8jp.exe+13F666: 8B 89 F4 76 12 00  - mov ecx,[ecx+001276F4]
ed8jp.exe+13F66C: 83 C1 02           - add ecx,02
ed8jp.exe+13F66F: 90                 - nop 
// ---------- INJECTING HERE ----------
ed8jp.exe+13F670: 66 83 39 00        - cmp word ptr [ecx],00
// ---------- DONE INJECTING  ----------
ed8jp.exe+13F674: 74 08              - je ed8jp.exe+13F67E
ed8jp.exe+13F676: 40                 - inc eax
ed8jp.exe+13F677: 83 C1 24           - add ecx,24
ed8jp.exe+13F67A: 3B C2              - cmp eax,edx
ed8jp.exe+13F67C: 72 F2              - jb ed8jp.exe+13F670
ed8jp.exe+13F67E: C3                 - ret 
ed8jp.exe+13F67F: CC                 - int 3 
ed8jp.exe+13F680: 55                 - push ebp
ed8jp.exe+13F681: 8B EC              - mov ebp,esp
ed8jp.exe+13F683: 83 EC 0C           - sub esp,0C
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>777</ID>
          <Description>"Usage: Menu-&gt;Item"</Description>
          <Color>8000FF</Color>
          <GroupHeader>1</GroupHeader>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>4</ID>
      <Description>"Drop item -&gt; 90"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(INJECT_ITEM_CNT,$process,4A 23 C2 66 89 01) // should be unique
alloc(newmem,$1000,INJECT_ITEM_CNT)

label(code)
label(return)
label(i_last_item_addr)

newmem:
  mov [i_last_item_addr], ecx

code:
  //dec edx
  and eax,edx

  cmp ax, #90
  jae @F
  mov ax, #90
next1:
  mov [ecx],ax
  jmp return

align 10 cc
  i_last_item_addr:
  dd 0

INJECT_ITEM_CNT:
  jmp newmem
  nop
return:

registersymbol(i_last_item_addr)
registersymbol(INJECT_ITEM_CNT)

[DISABLE]

INJECT_ITEM_CNT:
  db 4A 23 C2 66 89 01

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: ed8jp.exe+1FE8A8

ed8jp.exe+1FE88B: 72 F3           - jb ed8jp.exe+1FE880
ed8jp.exe+1FE88D: EB 1F           - jmp ed8jp.exe+1FE8AE
ed8jp.exe+1FE88F: 8D 14 C0        - lea edx,[eax+eax*8]
ed8jp.exe+1FE892: 0F B7 44 96 02  - movzx eax,word ptr [esi+edx*4+02]
ed8jp.exe+1FE897: 8D 4C 96 02     - lea ecx,[esi+edx*4+02]
ed8jp.exe+1FE89B: 0F B7 55 0C     - movzx edx,word ptr [ebp+0C]
ed8jp.exe+1FE89F: 2B C2           - sub eax,edx
ed8jp.exe+1FE8A1: 33 D2           - xor edx,edx
ed8jp.exe+1FE8A3: 85 C0           - test eax,eax
ed8jp.exe+1FE8A5: 0F 9E C2        - setle dl
// ---------- INJECTING HERE ----------
ed8jp.exe+1FE8A8: 4A              - dec edx
// ---------- DONE INJECTING  ----------
ed8jp.exe+1FE8A9: 23 C2           - and eax,edx
ed8jp.exe+1FE8AB: 66 89 01        - mov [ecx],ax
ed8jp.exe+1FE8AE: 5E              - pop esi
ed8jp.exe+1FE8AF: 80 7D 14 00     - cmp byte ptr [ebp+14],00
ed8jp.exe+1FE8B3: 74 09           - je ed8jp.exe+1FE8BE
ed8jp.exe+1FE8B5: 8B 4D FC        - mov ecx,[ebp-04]
ed8jp.exe+1FE8B8: 57              - push edi
ed8jp.exe+1FE8B9: E8 B7 70 E0 FF  - call ed8jp.exe+5975
ed8jp.exe+1FE8BE: 5F              - pop edi
ed8jp.exe+1FE8BF: 5B              - pop ebx
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>708</ID>
          <Description>"ID? (offset 0x24)"</Description>
          <ShowAsHex>1</ShowAsHex>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>808080</Color>
          <VariableType>2 Bytes</VariableType>
          <Address>i_last_item_addr</Address>
          <Offsets>
            <Offset>-2</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>688</ID>
          <Description>"Count"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>808080</Color>
          <VariableType>Byte</VariableType>
          <Address>i_last_item_addr</Address>
          <Offsets>
            <Offset>0</Offset>
          </Offsets>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>10</ID>
      <Description>"Set min. Sepith"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>// https://opencheattables.com
[ENABLE]

aobscanmodule(INJECT_COLOR_GEMS,$process,89 7A E0 8B 39) // should be unique
alloc(newmem,$1000,INJECT_COLOR_GEMS)

label(code)
label(return)
label(i_min_sepith)
newmem:
  cmp edi, [i_min_sepith]
  jae code
  mov edi, [i_min_sepith]

code:
  mov [edx-20],edi
  mov edi,[ecx]
  jmp return
align 10 cc
  i_min_sepith:
  dd #20000

INJECT_COLOR_GEMS:
  jmp newmem
return:
registersymbol(INJECT_COLOR_GEMS)
registersymbol(i_min_sepith)
[DISABLE]

INJECT_COLOR_GEMS:
  db 89 7A E0 8B 39

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: ed8jp.exe+1EACF3

ed8jp.exe+1EACCE: 89 96 60 04 00 00  - mov [esi+00000460],edx
ed8jp.exe+1EACD4: 83 C1 28           - add ecx,28
ed8jp.exe+1EACD7: 83 C6 28           - add esi,28
ed8jp.exe+1EACDA: 4F                 - dec edi
ed8jp.exe+1EACDB: 75 D3              - jne ed8jp.exe+1EACB0
ed8jp.exe+1EACDD: 8D 90 C0 85 12 00  - lea edx,[eax+001285C0]
ed8jp.exe+1EACE3: 8D 88 0C BC 11 00  - lea ecx,[eax+0011BC0C]
ed8jp.exe+1EACE9: 8D 77 08           - lea esi,[edi+08]
ed8jp.exe+1EACEC: 8D 64 24 00        - lea esp,[esp+00]
ed8jp.exe+1EACF0: 8B 79 E0           - mov edi,[ecx-20]
// ---------- INJECTING HERE ----------
ed8jp.exe+1EACF3: 89 7A E0           - mov [edx-20],edi
// ---------- DONE INJECTING  ----------
ed8jp.exe+1EACF6: 8B 39              - mov edi,[ecx]
ed8jp.exe+1EACF8: 89 3A              - mov [edx],edi
ed8jp.exe+1EACFA: 83 C1 04           - add ecx,04
ed8jp.exe+1EACFD: 83 C2 04           - add edx,04
ed8jp.exe+1EAD00: 4E                 - dec esi
ed8jp.exe+1EAD01: 75 ED              - jne ed8jp.exe+1EACF0
ed8jp.exe+1EAD03: 8B 88 2C BC 11 00  - mov ecx,[eax+0011BC2C]
ed8jp.exe+1EAD09: 89 88 E0 85 12 00  - mov [eax+001285E0],ecx
ed8jp.exe+1EAD0F: 8B 90 30 BC 11 00  - mov edx,[eax+0011BC30]
ed8jp.exe+1EAD15: 89 90 E4 85 12 00  - mov [eax+001285E4],edx
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>733</ID>
          <Description>"min. value"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>C08000</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_min_sepith</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>17</ID>
      <Description>"inf. char. event point / 絆イベントポイント(at least 1)"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(INJECT_KITSUNA,$process,8B 55 0C 89 94 81 0C 16 00 00) // should be unique
alloc(newmem,$1000,INJECT_KITSUNA)

label(code)
label(return)

newmem:

code:
  mov edx,[ebp+0C]

  push rbx
  lea, rbx, [ecx+eax*4+0000160C]
  cmp ebx, C7CBB8
  pop rbx
  jne @F

  cmp edx, 1
  jae @F
  mov edx, 1
@@:
  mov [ecx+eax*4+0000160C],edx
  jmp return

INJECT_KITSUNA:
  jmp newmem
  nop 5
return:
registersymbol(INJECT_KITSUNA)

[DISABLE]

INJECT_KITSUNA:
  db 8B 55 0C 89 94 81 0C 16 00 00

unregistersymbol(INJECT_KITSUNA)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: ed8jp.exe+1DE8CB

ed8jp.exe+1DE8BB: CC                    - int 3 
ed8jp.exe+1DE8BC: CC                    - int 3 
ed8jp.exe+1DE8BD: CC                    - int 3 
ed8jp.exe+1DE8BE: CC                    - int 3 
ed8jp.exe+1DE8BF: CC                    - int 3 
ed8jp.exe+1DE8C0: 55                    - push ebp
ed8jp.exe+1DE8C1: 8B EC                 - mov ebp,esp
ed8jp.exe+1DE8C3: 8B 45 08              - mov eax,[ebp+08]
ed8jp.exe+1DE8C6: 83 F8 40              - cmp eax,40
ed8jp.exe+1DE8C9: 73 0A                 - jae ed8jp.exe+1DE8D5
// ---------- INJECTING HERE ----------
ed8jp.exe+1DE8CB: 8B 55 0C              - mov edx,[ebp+0C]
// ---------- DONE INJECTING  ----------
ed8jp.exe+1DE8CE: 89 94 81 0C 16 00 00  - mov [ecx+eax*4+0000160C],edx
ed8jp.exe+1DE8D5: 5D                    - pop ebp
ed8jp.exe+1DE8D6: C2 08 00              - ret 0008
ed8jp.exe+1DE8D9: CC                    - int 3 
ed8jp.exe+1DE8DA: CC                    - int 3 
ed8jp.exe+1DE8DB: CC                    - int 3 
ed8jp.exe+1DE8DC: CC                    - int 3 
ed8jp.exe+1DE8DD: CC                    - int 3 
ed8jp.exe+1DE8DE: CC                    - int 3 
ed8jp.exe+1DE8DF: CC                    - int 3 
}

</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>327</ID>
      <Description>"Recover full EP with in one potion (MAP)"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(INJECT_EP_1_TIME_FULL,$process,66 89 43 08 8B 45 FC) // should be unique
alloc(newmem,$1000,INJECT_EP_1_TIME_FULL)

label(code)
label(return)

newmem:

code:
  //
  mov ax, [ebx+0A]
  //
  mov [ebx+08],ax
  mov eax,[ebp-04]
  jmp return

INJECT_EP_1_TIME_FULL:
  jmp newmem
  nop 2
return:
registersymbol(INJECT_EP_1_TIME_FULL)

[DISABLE]

INJECT_EP_1_TIME_FULL:
  db 66 89 43 08 8B 45 FC

unregistersymbol(INJECT_EP_1_TIME_FULL)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: ed8jp.exe+1E3A7A

ed8jp.exe+1E3A59: 80 7D 20 00        - cmp byte ptr [ebp+20],00
ed8jp.exe+1E3A5D: 0F 84 0F 04 00 00  - je ed8jp.exe+1E3E72
ed8jp.exe+1E3A63: 66 8B 4B 08        - mov cx,[ebx+08]
ed8jp.exe+1E3A67: 66 03 4D FC        - add cx,[ebp-04]
ed8jp.exe+1E3A6B: 0F B7 43 0A        - movzx eax,word ptr [ebx+0A]
ed8jp.exe+1E3A6F: 0F B7 C9           - movzx ecx,cx
ed8jp.exe+1E3A72: 66 3B C8           - cmp cx,ax
ed8jp.exe+1E3A75: 73 02              - jae ed8jp.exe+1E3A79
ed8jp.exe+1E3A77: 8B C1              - mov eax,ecx
ed8jp.exe+1E3A79: 5F                 - pop edi
// ---------- INJECTING HERE ----------
ed8jp.exe+1E3A7A: 66 89 43 08        - mov [ebx+08],ax
// ---------- DONE INJECTING  ----------
ed8jp.exe+1E3A7E: 8B 45 FC           - mov eax,[ebp-04]
ed8jp.exe+1E3A81: 5E                 - pop esi
ed8jp.exe+1E3A82: 5B                 - pop ebx
ed8jp.exe+1E3A83: 8B E5              - mov esp,ebp
ed8jp.exe+1E3A85: 5D                 - pop ebp
ed8jp.exe+1E3A86: C2 1C 00           - ret 001C
ed8jp.exe+1E3A89: 8B 55 0C           - mov edx,[ebp+0C]
ed8jp.exe+1E3A8C: 3C 66              - cmp al,66
ed8jp.exe+1E3A8E: 75 08              - jne ed8jp.exe+1E3A98
ed8jp.exe+1E3A90: 8B 45 14           - mov eax,[ebp+14]
}
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>771</ID>
      <Description>"Fast fishing"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : ed8jp.exe
  Version: 
  Date   : 2024-03-03
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_FAST_FISHING,$process,D9 96 DC 01 00 00 D8) // should be unique
alloc(newmem,$1000)

label(code)
label(return)

newmem:


code:
  fst dword ptr [esi+000001DC]
  // code start
  pushf
  movss xmm7, [esi+000001DC]
  xorps xmm6, xmm6
  comiss xmm7, xmm6
  jae endp
  //jmp endp
  movss xmm6, [vf_m01]
  mulss xmm7, xmm6
  movss xmm6, [esi+000001F0]
  movss xmm5, [vf_8]
  mulss xmm7, xmm5
  addss xmm6, xmm7
  movss [esi+000001F0], xmm6

endp:
  popf
  // code end

  jmp return
align 10 cc
  vf_095:
  dd (float)0.95
  vf_m01:
  dd (float)-1
  vf_8:
  dd (float)8

INJECT_FAST_FISHING:
  jmp newmem
  nop
return:
registersymbol(INJECT_FAST_FISHING)

[DISABLE]

INJECT_FAST_FISHING:
  db D9 96 DC 01 00 00

unregistersymbol(INJECT_FAST_FISHING)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: ed8jp.exe+20DE19

ed8jp.exe+20DDF3: DD D9              - fstp st(1)
ed8jp.exe+20DDF5: D9 86 DC 01 00 00  - fld dword ptr [esi+000001DC]
ed8jp.exe+20DDFB: D9 41 10           - fld dword ptr [ecx+10]
ed8jp.exe+20DDFE: D8 8E B0 01 00 00  - fmul dword ptr [esi+000001B0]
ed8jp.exe+20DE04: DE E9              - fsubp st(1),st(0)
ed8jp.exe+20DE06: D9 9E DC 01 00 00  - fstp dword ptr [esi+000001DC]
ed8jp.exe+20DE0C: E9 79 FE FF FF     - jmp ed8jp.exe+20DC8A
ed8jp.exe+20DE11: DD D8              - fstp st(0)
ed8jp.exe+20DE13: D9 5D 08           - fstp dword ptr [ebp+08]
ed8jp.exe+20DE16: D9 45 08           - fld dword ptr [ebp+08]
// ---------- INJECTING HERE ----------
ed8jp.exe+20DE19: D9 96 DC 01 00 00  - fst dword ptr [esi+000001DC]
// ---------- DONE INJECTING  ----------
ed8jp.exe+20DE1F: D8 86 F0 01 00 00  - fadd dword ptr [esi+000001F0]
ed8jp.exe+20DE25: D9 5D 08           - fstp dword ptr [ebp+08]
ed8jp.exe+20DE28: D9 45 08           - fld dword ptr [ebp+08]
ed8jp.exe+20DE2B: D9 96 F0 01 00 00  - fst dword ptr [esi+000001F0]
ed8jp.exe+20DE31: D8 D2              - fcom st(0),st(2)
ed8jp.exe+20DE33: DF E0              - fnstsw ax
ed8jp.exe+20DE35: F6 C4 41           - test ah,41
ed8jp.exe+20DE38: 75 04              - jne ed8jp.exe+20DE3E
ed8jp.exe+20DE3A: DD D8              - fstp st(0)
ed8jp.exe+20DE3C: EB 02              - jmp ed8jp.exe+20DE40
}
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>704</ID>
      <Description>"Inf. fishing count"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(INJECT_INF_FISHING_ATTEMPTS,$process,49 0F 98 C2 4A) // should be unique
alloc(newmem,$1000,INJECT_INF_FISHING_ATTEMPTS)

label(code)
label(return)

newmem:

code:
  //dec ecx
  sets dl
  dec edx
  jmp return

INJECT_INF_FISHING_ATTEMPTS:
  jmp newmem
return:
registersymbol(INJECT_INF_FISHING_ATTEMPTS)

[DISABLE]

INJECT_INF_FISHING_ATTEMPTS:
  db 49 0F 98 C2 4A

unregistersymbol(INJECT_INF_FISHING_ATTEMPTS)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: ed8jp.exe+20DFA9

ed8jp.exe+20DF88: 7A 0A                       - jp ed8jp.exe+20DF94
ed8jp.exe+20DF8A: DD D9                       - fstp st(1)
ed8jp.exe+20DF8C: D9 9E B0 01 00 00           - fstp dword ptr [esi+000001B0]
ed8jp.exe+20DF92: EB 1F                       - jmp ed8jp.exe+20DFB3
ed8jp.exe+20DF94: DD D8                       - fstp st(0)
ed8jp.exe+20DF96: D9 9E B0 01 00 00           - fstp dword ptr [esi+000001B0]
ed8jp.exe+20DF9C: EB 15                       - jmp ed8jp.exe+20DFB3
ed8jp.exe+20DF9E: 8B 86 98 01 00 00           - mov eax,[esi+00000198]
ed8jp.exe+20DFA4: 0F BF 08                    - movsx ecx,word ptr [eax]
ed8jp.exe+20DFA7: 33 D2                       - xor edx,edx
// ---------- INJECTING HERE ----------
ed8jp.exe+20DFA9: 49                          - dec ecx
// ---------- DONE INJECTING  ----------
ed8jp.exe+20DFAA: 0F 98 C2                    - sets dl
ed8jp.exe+20DFAD: 4A                          - dec edx
ed8jp.exe+20DFAE: 23 CA                       - and ecx,edx
ed8jp.exe+20DFB0: 66 89 08                    - mov [eax],cx
ed8jp.exe+20DFB3: 83 7D 08 01                 - cmp dword ptr [ebp+08],01
ed8jp.exe+20DFB7: 66 C7 86 AC 01 00 00 00 00  - mov word ptr [esi+000001AC],0000
ed8jp.exe+20DFC0: 0F 85 36 01 00 00           - jne ed8jp.exe+20E0FC
ed8jp.exe+20DFC6: 8B 86 98 01 00 00           - mov eax,[esi+00000198]
ed8jp.exe+20DFCC: 8B 48 04                    - mov ecx,[eax+04]
ed8jp.exe+20DFCF: 41                          - inc ecx
}
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>702</ID>
      <Description>"Faster link XP in battle (need to confirm)"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(INJECT_FAST_LINK_XP,$process,8B 5D 10 8B F9) // should be unique
alloc(newmem,$1000)

label(code)
label(return)
label(vf_mul_factor)
label(i_link_xp_before)

newmem:

code:
  mov ebx,[ebp+10]
  mov [i_link_xp_before], ebx
  //
  cvtsi2ss xmm7, edx
  movss xmm6, [vf_mul_factor]
  mulss xmm7, xmm6
  cvtss2si ebx, xmm7

  mov [ebp+10], ebx
  //

  mov edi,ecx
  jmp return

align 10 cc
  vf_mul_factor:
  dd (float)16
  i_link_xp_before:
  dd 0

INJECT_FAST_LINK_XP:
  jmp newmem

return:

registersymbol(i_link_xp_before)
registersymbol(vf_mul_factor)
registersymbol(INJECT_FAST_LINK_XP)

[DISABLE]

INJECT_FAST_LINK_XP:
  db 8B 5D 10 8B F9

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: ed8jp.exe+2833FB

ed8jp.exe+2833DD: 73 0C                             - jae ed8jp.exe+2833EB
ed8jp.exe+2833DF: FE C2                             - inc dl
ed8jp.exe+2833E1: 0F B6 D2                          - movzx edx,dl
ed8jp.exe+2833E4: 52                                - push edx
ed8jp.exe+2833E5: E8 17 6C D8 FF                    - call ed8jp.exe+A001
ed8jp.exe+2833EA: 48                                - dec eax
ed8jp.exe+2833EB: 80 7D 14 00                       - cmp byte ptr [ebp+14],00
ed8jp.exe+2833EF: 0F 84 05 01 00 00                 - je ed8jp.exe+2834FA
ed8jp.exe+2833F5: 0F B7 D7                          - movzx edx,di
ed8jp.exe+2833F8: 0F B7 CB                          - movzx ecx,bx
// ---------- INJECTING HERE ----------
ed8jp.exe+2833FB: 8B 5D 10                          - mov ebx,[ebp+10]
// ---------- DONE INJECTING  ----------
ed8jp.exe+2833FE: 8B F9                             - mov edi,ecx
ed8jp.exe+283400: C1 E7 04                          - shl edi,04
ed8jp.exe+283403: 03 FA                             - add edi,edx
ed8jp.exe+283405: 03 9C BE 04 05 00 00              - add ebx,[esi+edi*4+00000504]
ed8jp.exe+28340C: 8D BC BE 04 05 00 00              - lea edi,[esi+edi*4+00000504]
ed8jp.exe+283413: C7 07 00 00 00 00                 - mov [edi],00000000
ed8jp.exe+283419: 8B FA                             - mov edi,edx
ed8jp.exe+28341B: C1 E7 04                          - shl edi,04
ed8jp.exe+28341E: 03 F9                             - add edi,ecx
ed8jp.exe+283420: C7 84 BE 04 05 00 00 00 00 00 00  - mov [esi+edi*4+00000504],00000000
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>703</ID>
          <Description>"Multiplier"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>C08000</Color>
          <VariableType>Float</VariableType>
          <Address>vf_mul_factor</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>717</ID>
          <Description>"Link XP before"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <VariableType>4 Bytes</VariableType>
          <Address>i_link_xp_before</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>700</ID>
      <Description>"XP Multiplier"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(INJECT_FAST_XP_GAIN,$process,03 C7 3D 0F 27 00 00) // should be unique
alloc(newmem,$1000,INJECT_FAST_XP_GAIN)

label(code)
label(return)
label(vf_xp_multi)


newmem:
  cvtsi2ss xmm7, edi
  movss xmm6, [vf_xp_multi]
  mulss xmm7, xmm6
  cvtss2si edi, xmm7
code:
  add eax,edi
  cmp eax,0000270F
  jmp return

align 10 cc
  vf_xp_multi:
  dd (float)2

expMult:
dd #2

INJECT_FAST_XP_GAIN:
  jmp newmem
  nop 2
return:
registersymbol(vf_xp_multi)
registersymbol(INJECT_FAST_XP_GAIN)

[DISABLE]

INJECT_FAST_XP_GAIN:
  db 03 C7 3D 0F 27 00 00


unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: ed8jp.exe+E3ABC

ed8jp.exe+E3A9C: 0D 00 0C 00 00        - or eax,00000C00
ed8jp.exe+E3AA1: 89 45 F0              - mov [ebp-10],eax
ed8jp.exe+E3AA4: D9 6D F0              - fldcw [ebp-10]
ed8jp.exe+E3AA7: DF 7D EC              - fistp qword ptr [ebp-14]
ed8jp.exe+E3AAA: 8B 45 EC              - mov eax,[ebp-14]
ed8jp.exe+E3AAD: 03 F8                 - add edi,eax
ed8jp.exe+E3AAF: D9 6D FE              - fldcw [ebp-02]
ed8jp.exe+E3AB2: EB 02                 - jmp ed8jp.exe+E3AB6
ed8jp.exe+E3AB4: DD D8                 - fstp st(0)
ed8jp.exe+E3AB6: 8B 86 D4 01 00 00     - mov eax,[esi+000001D4]
// ---------- INJECTING HERE ----------
ed8jp.exe+E3ABC: 03 C7                 - add eax,edi
// ---------- DONE INJECTING  ----------
ed8jp.exe+E3ABE: 3D 0F 27 00 00        - cmp eax,0000270F
ed8jp.exe+E3AC3: 72 05                 - jb ed8jp.exe+E3ACA
ed8jp.exe+E3AC5: B8 0F 27 00 00        - mov eax,0000270F
ed8jp.exe+E3ACA: 89 86 D4 01 00 00     - mov [esi+000001D4],eax
ed8jp.exe+E3AD0: 8B 4B 08              - mov ecx,[ebx+08]
ed8jp.exe+E3AD3: 0F B7 81 84 03 00 00  - movzx eax,word ptr [ecx+00000384]
ed8jp.exe+E3ADA: 8B 0D A0 A5 C7 00     - mov ecx,[ed8jp.exe+87A5A0]
ed8jp.exe+E3AE0: 6A 00                 - push 00
ed8jp.exe+E3AE2: 6A 63                 - push 63
ed8jp.exe+E3AE4: 50                    - push eax
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>701</ID>
          <Description>"Multiplier"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>C08000</Color>
          <VariableType>Float</VariableType>
          <Address>vf_xp_multi</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>698</ID>
      <Description>"Min. Acc / Eva during battle"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(INJECT_EVADE_UP_IN_BATTLE,$process,B9 14 00 00 00 8B FB) // should be unique
alloc(newmem,$1000)

label(code)
label(return)
label(i_min_evade)

newmem:

code:
  mov ecx,00000014

  push eax
  push ebx
  mov bx, [i_min_evade]
  mov ax, word [esi+2C]
  cmp ax, bx
  jae @F
  mov word [esi+2C], bx
@@:
  mov ax, word [esi+2E]
  cmp ax, bx
  jae @F
  mov word [esi+2E], bx
@@:
  pop ebx
  pop eax

  jmp return

align 10 cc
  i_min_evade:
  dw #75


INJECT_EVADE_UP_IN_BATTLE:
  jmp newmem
return:

registersymbol(i_min_evade)
registersymbol(INJECT_EVADE_UP_IN_BATTLE)

[DISABLE]

INJECT_EVADE_UP_IN_BATTLE:
  db B9 14 00 00 00

unregistersymbol(*)
dealloc(newmem)

{
  //[esi] /Cur. HP
  //+8  Cur. EP
  //+C  Cur. CP
  //+10 STR
  //+12 DEF
  //+14 ATS
  //+16 ADF
  //+1C SPD
  //+18 DEX
  //+1A AGL
  //+2C ACC+
  //+2e EVA+
// ORIGINAL CODE - INJECTION POINT: ed8jp.exe+1E37A2

ed8jp.exe+1E3781: 8B CB                 - mov ecx,ebx
ed8jp.exe+1E3783: E8 9E 7A E2 FF        - call ed8jp.exe+B226
ed8jp.exe+1E3788: 66 8B 45 0C           - mov ax,[ebp+0C]
ed8jp.exe+1E378C: 66 83 F8 10           - cmp ax,10
ed8jp.exe+1E3790: 73 1A                 - jae ed8jp.exe+1E37AC
ed8jp.exe+1E3792: 0F B7 C0              - movzx eax,ax
ed8jp.exe+1E3795: 8D 04 80              - lea eax,[eax+eax*4]
ed8jp.exe+1E3798: 57                    - push edi
ed8jp.exe+1E3799: 03 C0                 - add eax,eax
ed8jp.exe+1E379B: 8D B4 C6 DC 6C 12 00  - lea esi,[esi+eax*8+00126CDC]
// ---------- INJECTING HERE ----------
ed8jp.exe+1E37A2: B9 14 00 00 00        - mov ecx,00000014
// ---------- DONE INJECTING  ----------
ed8jp.exe+1E37A7: 8B FB                 - mov edi,ebx
ed8jp.exe+1E37A9: F3 A5                 - repe movsd 
ed8jp.exe+1E37AB: 5F                    - pop edi
ed8jp.exe+1E37AC: 5E                    - pop esi
ed8jp.exe+1E37AD: 8B C3                 - mov eax,ebx
ed8jp.exe+1E37AF: 5B                    - pop ebx
ed8jp.exe+1E37B0: 5D                    - pop ebp
ed8jp.exe+1E37B1: C2 08 00              - ret 0008
ed8jp.exe+1E37B4: CC                    - int 3 
ed8jp.exe+1E37B5: CC                    - int 3 
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>699</ID>
          <Description>"Min. value"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>C08000</Color>
          <VariableType>2 Bytes</VariableType>
          <Address>i_min_evade</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>697</ID>
      <Description>"inf EP during battle"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(INJECT_INF_EP_BATTLE,$process,0F B7 86 D4 01 00 00 2B) // should be unique
alloc(newmem,1000,INJECT_INF_EP_BATTLE)

label(return)
label(code)

newmem:

code:
  movzx eax,word ptr [esi+000001D4]
  cmp byte ptr [esi+40],0
  jne go_enemy
  cmp [ebp+08],0
  jle @F
  mov [ebp+08],0
go_enemy:
  jmp return


INJECT_INF_EP_BATTLE:
  jmp newmem
  nop
  nop
return:
registersymbol(INJECT_INF_EP_BATTLE)
[DISABLE]

INJECT_INF_EP_BATTLE:
  db 0F B7 86 D4 01 00 00

unregistersymbol(INJECT_INF_EP_BATTLE)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: ed8jp.exe+A3D04

ed8jp.exe+A3CE0: 74 22                          - je ed8jp.exe+A3D04
ed8jp.exe+A3CE2: 0F B7 86 7E 02 00 00           - movzx eax,word ptr [esi+0000027E]
ed8jp.exe+A3CE9: 8B 4E 04                       - mov ecx,[esi+04]
ed8jp.exe+A3CEC: 50                             - push eax
ed8jp.exe+A3CED: E8 F1 4E F6 FF                 - call ed8jp.exe+8BE3
ed8jp.exe+A3CF2: 85 C0                          - test eax,eax
ed8jp.exe+A3CF4: 74 0E                          - je ed8jp.exe+A3D04
ed8jp.exe+A3CF6: F7 80 C8 01 00 00 00 00 20 00  - test [eax+000001C8],00200000
ed8jp.exe+A3D00: 8B F0                          - mov esi,eax
ed8jp.exe+A3D02: 75 DE                          - jne ed8jp.exe+A3CE2
// ---------- INJECTING HERE ----------
ed8jp.exe+A3D04: 0F B7 86 D4 01 00 00           - movzx eax,word ptr [esi+000001D4]
// ---------- DONE INJECTING  ----------
ed8jp.exe+A3D0B: 2B 45 08                       - sub eax,[ebp+08]
ed8jp.exe+A3D0E: 0F B7 8E D6 01 00 00           - movzx ecx,word ptr [esi+000001D6]
ed8jp.exe+A3D15: 33 D2                          - xor edx,edx
ed8jp.exe+A3D17: 85 C0                          - test eax,eax
ed8jp.exe+A3D19: 0F 9E C2                       - setle dl
ed8jp.exe+A3D1C: 4A                             - dec edx
ed8jp.exe+A3D1D: 23 C2                          - and eax,edx
ed8jp.exe+A3D1F: 3B C1                          - cmp eax,ecx
ed8jp.exe+A3D21: 7D 0C                          - jnl ed8jp.exe+A3D2F
ed8jp.exe+A3D23: 66 89 86 D4 01 00 00           - mov [esi+000001D4],ax
}
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>709</ID>
      <Description>"CP always full in battle"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(INJECT_BATTLE_CP,$process,0F B7 86 D8 01 00 00 2B 45 08) // should be unique
alloc(newmem,1000,INJECT_BATTLE_CP)

label(return)
label(code)
label(i_cur_target_addr)
label(i_cp_option)

newmem:

code:
  movzx eax,word ptr [esi+000001D8]


  cmp byte ptr [esi+1D6],0 // max EP
  je to_enemy


  cmp byte ptr [esi+46],0 // check 2
  jne to_enemy
  cmp byte ptr [esi+47],0 // check 3
  jne to_enemy

  cmp dword ptr [i_cp_option], 0
  je endp

  mov [ebp+08],#-200
  jmp endp

to_enemy:
  push ebx
  lea ebx, [esi+000001CC]
  mov [i_cur_target_addr], ebx
  pop ebx


endp:
  jmp return
align 10 cc
  i_cur_target_addr:
  dd 0
  i_cp_option: //0:Normal, 1: full
  dd 1


INJECT_BATTLE_CP:
  jmp newmem
  nop
  nop
return:

registersymbol(i_cur_target_addr)
registersymbol(i_cp_option)
registersymbol(INJECT_BATTLE_CP)
[DISABLE]
INJECT_BATTLE_CP:
  db 0F B7 86 D8 01 00 00

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: ed8jp.exe+A3D74

ed8jp.exe+A3D50: 74 22                          - je ed8jp.exe+A3D74
ed8jp.exe+A3D52: 0F B7 86 7E 02 00 00           - movzx eax,word ptr [esi+0000027E]
ed8jp.exe+A3D59: 8B 4E 04                       - mov ecx,[esi+04]
ed8jp.exe+A3D5C: 50                             - push eax
ed8jp.exe+A3D5D: E8 81 4E F6 FF                 - call ed8jp.exe+8BE3
ed8jp.exe+A3D62: 85 C0                          - test eax,eax
ed8jp.exe+A3D64: 74 0E                          - je ed8jp.exe+A3D74
ed8jp.exe+A3D66: F7 80 C8 01 00 00 00 00 20 00  - test [eax+000001C8],00200000
ed8jp.exe+A3D70: 8B F0                          - mov esi,eax
ed8jp.exe+A3D72: 75 DE                          - jne ed8jp.exe+A3D52
// ---------- INJECTING HERE ----------
ed8jp.exe+A3D74: 0F B7 86 D8 01 00 00           - movzx eax,word ptr [esi+000001D8]
// ---------- DONE INJECTING  ----------
ed8jp.exe+A3D7B: 2B 45 08                       - sub eax,[ebp+08]
ed8jp.exe+A3D7E: 0F B7 8E DA 01 00 00           - movzx ecx,word ptr [esi+000001DA]
ed8jp.exe+A3D85: 33 D2                          - xor edx,edx
ed8jp.exe+A3D87: 85 C0                          - test eax,eax
ed8jp.exe+A3D89: 0F 9E C2                       - setle dl
ed8jp.exe+A3D8C: 4A                             - dec edx
ed8jp.exe+A3D8D: 23 C2                          - and eax,edx
ed8jp.exe+A3D8F: 3B C1                          - cmp eax,ecx
ed8jp.exe+A3D91: 7D 0C                          - jnl ed8jp.exe+A3D9F
ed8jp.exe+A3D93: 66 89 86 D8 01 00 00           - mov [esi+000001D8],ax
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>710</ID>
          <Description>"CP Option"</Description>
          <DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:Off
1:On
</DropDownList>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>C08000</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_cp_option</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>713</ID>
          <Description>"Last target HP (valid in battle)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>808080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_cur_target_addr</Address>
          <Offsets>
            <Offset>0</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>715</ID>
          <Description>"Last target EP (valid in battle)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>808080</Color>
          <VariableType>2 Bytes</VariableType>
          <Address>i_cur_target_addr</Address>
          <Offsets>
            <Offset>8</Offset>
          </Offsets>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>761</ID>
      <Description>"Damage multiplier"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : ed8jp.exe
  Version: 
  Date   : 2024-03-01
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_DMG_MULTI,$process,8B 86 CC 01 00 00 2B) // should be unique
alloc(newmem,$1000)

label(code)
label(return)
label(vf_dmg_multi)
label(vf_dmg_orig)
label(vf_dmg_new)
label(i_last_hp_addr)
label(is_no_dmg)
label(vf_dmg_multi_2_player)

newmem:
  lea eax, [esi+000001CC]
  mov [i_last_hp_addr], eax

  cmp word ptr [esi+1DA], 0 // Max CP
  jne to_player

  mov eax, [ebp+08]
  cvtsi2ss xmm7, eax
  movss [vf_dmg_orig], xmm7
  movss xmm6, [vf_dmg_multi]
  mulss xmm7, xmm6
  movss [vf_dmg_new], xmm7
  cvtss2si eax, xmm7
  mov [ebp+08], eax


  jmp code

to_player:
  cmp dword ptr [is_no_dmg], 1
  jne to_player_multi

  xor eax, eax
  mov [ebp+08], eax
  mov eax, [esi+000001D0]
  mov [esi+000001CC], eax
  jmp code

to_player_multi:
  mov eax, [ebp+08]
  cvtsi2ss xmm7, eax
  movss [vf_dmg_orig], xmm7
  movss xmm6, [vf_dmg_multi_2_player]
  mulss xmm7, xmm6
  movss [vf_dmg_new], xmm7
  cvtss2si eax, xmm7
  mov [ebp+08], eax
  jmp code

code:
  mov eax,[esi+000001CC]
  jmp return
align 10 cc
  vf_dmg_multi:
  dd (float)1.25
  vf_dmg_orig:
  dd 0
  vf_dmg_new:
  dd 0
  i_last_hp_addr:
  dd 0
  is_no_dmg:
  dd 0
  vf_dmg_multi_2_player:
  dd (float)0.9

INJECT_DMG_MULTI:
  jmp newmem
  nop
return:
registersymbol(INJECT_DMG_MULTI)
registersymbol(vf_dmg_multi)
registersymbol(vf_dmg_orig)
registersymbol(vf_dmg_new)
registersymbol(i_last_hp_addr)
registersymbol(is_no_dmg)
registersymbol(vf_dmg_multi_2_player)

[DISABLE]

INJECT_DMG_MULTI:
  db 8B 86 CC 01 00 00

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: ed8jp.exe+A3C94

ed8jp.exe+A3C70: 74 22                          - je ed8jp.exe+A3C94
ed8jp.exe+A3C72: 0F B7 86 7E 02 00 00           - movzx eax,word ptr [esi+0000027E]
ed8jp.exe+A3C79: 8B 4E 04                       - mov ecx,[esi+04]
ed8jp.exe+A3C7C: 50                             - push eax
ed8jp.exe+A3C7D: E8 61 4F F6 FF                 - call ed8jp.exe+8BE3
ed8jp.exe+A3C82: 85 C0                          - test eax,eax
ed8jp.exe+A3C84: 74 0E                          - je ed8jp.exe+A3C94
ed8jp.exe+A3C86: F7 80 C8 01 00 00 00 00 20 00  - test [eax+000001C8],00200000
ed8jp.exe+A3C90: 8B F0                          - mov esi,eax
ed8jp.exe+A3C92: 75 DE                          - jne ed8jp.exe+A3C72
// ---------- INJECTING HERE ----------
ed8jp.exe+A3C94: 8B 86 CC 01 00 00              - mov eax,[esi+000001CC]
// ---------- DONE INJECTING  ----------
ed8jp.exe+A3C9A: 2B 45 08                       - sub eax,[ebp+08]
ed8jp.exe+A3C9D: 8B 8E D0 01 00 00              - mov ecx,[esi+000001D0]
ed8jp.exe+A3CA3: 33 D2                          - xor edx,edx
ed8jp.exe+A3CA5: 85 C0                          - test eax,eax
ed8jp.exe+A3CA7: 0F 9E C2                       - setle dl
ed8jp.exe+A3CAA: 4A                             - dec edx
ed8jp.exe+A3CAB: 23 C2                          - and eax,edx
ed8jp.exe+A3CAD: 3B C1                          - cmp eax,ecx
ed8jp.exe+A3CAF: 7D 0B                          - jnl ed8jp.exe+A3CBC
ed8jp.exe+A3CB1: 89 86 CC 01 00 00              - mov [esi+000001CC],eax
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>762</ID>
          <Description>"multiplier to enemy"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>C08000</Color>
          <VariableType>Float</VariableType>
          <Address>vf_dmg_multi</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>768</ID>
          <Description>"multiplier to player"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>C08000</Color>
          <VariableType>Float</VariableType>
          <Address>vf_dmg_multi_2_player</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>767</ID>
          <Description>"No dmg. to player?"</Description>
          <DropDownList DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>C08000</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>is_no_dmg</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>765</ID>
          <Description>"Latest target HP"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_last_hp_addr</Address>
          <Offsets>
            <Offset>0</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>766</ID>
          <Description>"Latest target max HP"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_last_hp_addr</Address>
          <Offsets>
            <Offset>4</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>763</ID>
          <Description>"Orig. dmg."</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>C0C0C0</Color>
          <VariableType>Float</VariableType>
          <Address>vf_dmg_orig</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>764</ID>
          <Description>"New dmg."</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>C0C0C0</Color>
          <VariableType>Float</VariableType>
          <Address>vf_dmg_new</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>706</ID>
      <Description>"Drop rate (at least equip one quartz)"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : ed8jp.exe
  Version: 
  Date   : 2022-03-29
  Author :
}

[ENABLE]

aobscanmodule(INJECT_DROP_RATE,$process,80 78 37 CF 75 03) // should be unique
alloc(newmem,$1000)

label(code)
label(return)
label(ib_drop_date)

newmem:
  mov bl, [ib_drop_date]
  mov [eax+32], bl
  mov bl, 0

  push eax
  mov ah, 1
  mov al, 1
  cmp ah, al
  pop eax

code:
  //skip: cmp byte ptr [eax+37],-31

  //jne ed8jp.exe+EF831
  reassemble(INJECT_DROP_RATE+4)
  jmp return

align 10 cc
  ib_drop_date:
  db #100

INJECT_DROP_RATE:
  jmp newmem
  nop
return:
registersymbol(ib_drop_date)
registersymbol(INJECT_DROP_RATE)

[DISABLE]

INJECT_DROP_RATE:
  db 80 78 37 CF 75 03

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: ed8jp.exe+EF828

ed8jp.exe+EF806: 0F B7 45 FC        - movzx eax,word ptr [ebp-04]
ed8jp.exe+EF80A: 0D 00 0C 00 00     - or eax,00000C00
ed8jp.exe+EF80F: 89 45 EC           - mov [ebp-14],eax
ed8jp.exe+EF812: D9 6D EC           - fldcw [ebp-14]
ed8jp.exe+EF815: DB 5D EC           - fistp dword ptr [ebp-14]
ed8jp.exe+EF818: 66 8B 4D EC        - mov cx,[ebp-14]
ed8jp.exe+EF81C: D9 6D FC           - fldcw [ebp-04]
ed8jp.exe+EF81F: 66 0F AF CF        - imul cx,di
ed8jp.exe+EF823: 0F B7 F9           - movzx edi,cx
ed8jp.exe+EF826: EB 09              - jmp ed8jp.exe+EF831
// ---------- INJECTING HERE ----------
ed8jp.exe+EF828: 80 78 37 CF        - cmp byte ptr [eax+37],-31
// ---------- DONE INJECTING  ----------
ed8jp.exe+EF82C: 75 03              - jne ed8jp.exe+EF831
ed8jp.exe+EF82E: 02 58 32           - add bl,[eax+32]
ed8jp.exe+EF831: 46                 - inc esi
ed8jp.exe+EF832: 66 83 FE 09        - cmp si,09
ed8jp.exe+EF836: 0F 82 2B FF FF FF  - jb ed8jp.exe+EF767
ed8jp.exe+EF83C: 8B 75 F4           - mov esi,[ebp-0C]
ed8jp.exe+EF83F: 80 FB 64           - cmp bl,64
ed8jp.exe+EF842: 76 02              - jna ed8jp.exe+EF846
ed8jp.exe+EF844: B3 64              - mov bl,64
ed8jp.exe+EF846: E8 71 A6 F1 FF     - call ed8jp.exe+9EBC
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>707</ID>
          <Description>"Drop rate (0-100)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>C08000</Color>
          <VariableType>Byte</VariableType>
          <Address>ib_drop_date</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>826</ID>
      <Description>"Get some battle stats"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : ed8jp.exe
  Version: 
  Date   : 2024-03-09
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_GET_BATTLE_STAT1,$process,8B 14 0B 52 68 ?? ?? ?? ?? 8D 45 BC) // should be unique
alloc(newmem,$1000)

alloc(INJECT_GET_BATTLE_STAT1o,9)

label(code)
label(return)
label(i_base_batt_stat_addr)

INJECT_GET_BATTLE_STAT1o:
  readmem(INJECT_GET_BATTLE_STAT1, 9)

newmem:
  lea edx, [ebx+ecx]
  cmp edx, [i_base_batt_stat_addr]
  jae code
  mov [i_base_batt_stat_addr], edx

code:
  mov edx,[ebx+ecx]
  push edx
  //push ed8jp.exe+7497E0
  reassemble(INJECT_GET_BATTLE_STAT1+4)
  jmp return
align 10 cc
  i_base_batt_stat_addr:
  dd 7FFFFFFF

INJECT_GET_BATTLE_STAT1:
  jmp newmem
  nop 4
return:
registersymbol(INJECT_GET_BATTLE_STAT1)
registersymbol(INJECT_GET_BATTLE_STAT1o)
registersymbol(i_base_batt_stat_addr)

[DISABLE]

INJECT_GET_BATTLE_STAT1:
  //db 8B 14 0B 52 68 E0 97 B4 00
  readmem(INJECT_GET_BATTLE_STAT1o,9)

unregistersymbol(INJECT_GET_BATTLE_STAT1)
unregistersymbol(i_base_batt_stat_addr)
dealloc(newmem)

dealloc(INJECT_GET_BATTLE_STAT1o)
unregistersymbol(INJECT_GET_BATTLE_STAT1o)


{
// ORIGINAL CODE - INJECTION POINT: ed8jp.exe+29C396

ed8jp.exe+29C36D: D9 5D B0              - fstp dword ptr [ebp-50]
ed8jp.exe+29C370: 66 3B D0              - cmp dx,ax
ed8jp.exe+29C373: 0F 8F 3D 02 00 00     - jg ed8jp.exe+29C5B6
ed8jp.exe+29C379: 83 C0 F5              - add eax,-0B
ed8jp.exe+29C37C: 0F B7 C0              - movzx eax,ax
ed8jp.exe+29C37F: BB E4 A9 12 00        - mov ebx,0012A9E4
ed8jp.exe+29C384: 89 45 B8              - mov [ebp-48],eax
ed8jp.exe+29C387: EB 07                 - jmp ed8jp.exe+29C390
ed8jp.exe+29C389: 8D A4 24 00 00 00 00  - lea esp,[esp+00000000]
ed8jp.exe+29C390: 8B 0D A0 A5 C7 00     - mov ecx,[ed8jp.exe+87A5A0]
// ---------- INJECTING HERE ----------
ed8jp.exe+29C396: 8B 14 0B              - mov edx,[ebx+ecx]
// ---------- DONE INJECTING  ----------
ed8jp.exe+29C399: 52                    - push edx
ed8jp.exe+29C39A: 68 E0 97 B4 00        - push ed8jp.exe+7497E0
ed8jp.exe+29C39F: 8D 45 BC              - lea eax,[ebp-44]
ed8jp.exe+29C3A2: 6A 40                 - push 40
ed8jp.exe+29C3A4: 50                    - push eax
ed8jp.exe+29C3A5: E8 53 1C D7 FF        - call ed8jp.exe+DFFD
ed8jp.exe+29C3AA: 8B 86 B0 01 00 00     - mov eax,[esi+000001B0]
ed8jp.exe+29C3B0: 8B 50 20              - mov edx,[eax+20]
ed8jp.exe+29C3B3: 0F BF CF              - movsx ecx,di
ed8jp.exe+29C3B6: 89 4D B4              - mov [ebp-4C],ecx
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>830</ID>
          <Description>"Usage: Battle note menu-&gt; battle"</Description>
          <Color>8000FF</Color>
          <GroupHeader>1</GroupHeader>
        </CheatEntry>
        <CheatEntry>
          <ID>827</ID>
          <Description>"Battle total / 総戦闘回数 (総計)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_base_batt_stat_addr</Address>
          <Offsets>
            <Offset>-30</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>835</ID>
          <Description>"Battle Win / 戦闘勝利回数 (総計)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_base_batt_stat_addr</Address>
          <Offsets>
            <Offset>-2C</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>834</ID>
          <Description>"Battle loss / 戦闘不能回数 (総計)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_base_batt_stat_addr</Address>
          <Offsets>
            <Offset>-28</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>838</ID>
          <Description>"Battle flee / 戰闘退却回数 (総計)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_base_batt_stat_addr</Address>
          <Offsets>
            <Offset>-24</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>839</ID>
          <Description>"Enemy killed / 敵擊破回数 (総計)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_base_batt_stat_addr</Address>
          <Offsets>
            <Offset>-20</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>833</ID>
          <Description>"Double advantage / 優勢攻撃発動回数 (総計)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_base_batt_stat_addr</Address>
          <Offsets>
            <Offset>-18</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>832</ID>
          <Description>"Triple advantage / 奇襲攻撃発動回数 (総計)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_base_batt_stat_addr</Address>
          <Offsets>
            <Offset>-14</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>831</ID>
          <Description>"Link attack / リンクアタック発動回数 (総計)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_base_batt_stat_addr</Address>
          <Offsets>
            <Offset>0</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>828</ID>
          <Description>"Follow-up attack / 追撃発動回数 (総計)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_base_batt_stat_addr</Address>
          <Offsets>
            <Offset>4</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>829</ID>
          <Description>"Rush # / ラッシュ発動回数 (総計)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_base_batt_stat_addr</Address>
          <Offsets>
            <Offset>8</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>849</ID>
          <Description>"Burst # / バースト発動回数 (総計)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_base_batt_stat_addr</Address>
          <Offsets>
            <Offset>C</Offset>
          </Offsets>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>821</ID>
      <Description>"Break casting count (駆動解除発動回数) multiplier"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : ed8jp.exe
  Version: 
  Date   : 2024-03-09
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_distrupt_cast_multi,$process,B9 08 00 00 00 F3 A5 8D) // should be unique
alloc(newmem,$1000)

label(code)
label(return)
label(vf_dist_cast_multi)
label(i_dist_cast_addr)

newmem:
  mov [i_dist_cast_addr], edi

  movss xmm7, [esi]
  movss xmm6, [edi]
  ucomiss xmm6, xmm7
  jae code

  subss xmm7, xmm6
  movss xmm5, xmm7
  movss xmm7, [vf_dist_cast_multi]
  mulss xmm5, xmm7
  addss xmm6, xmm5
  movss xmm7, [vf_100]
  ucomiss xmm6, xmm7
  jae code
  movss [esi], xmm6

code:
  mov ecx,00000008
  jmp return
align 10 cc
  vf_dist_cast_multi:
  dd (float)1.5
  i_dist_cast_addr:
  dd 0
  vf_100:
  dd (float)100


INJECT_distrupt_cast_multi:
  jmp newmem
return:
registersymbol(INJECT_distrupt_cast_multi)
registersymbol(vf_dist_cast_multi)
registersymbol(i_dist_cast_addr)

[DISABLE]

INJECT_distrupt_cast_multi:
  db B9 08 00 00 00

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: ed8jp.exe+1EB197

ed8jp.exe+1EB16E: 8B FF                 - mov edi,edi
ed8jp.exe+1EB170: 56                    - push esi
ed8jp.exe+1EB171: 8D 8B 58 E3 12 00     - lea ecx,[ebx+0012E358]
ed8jp.exe+1EB177: E8 6C 7B E1 FF        - call ed8jp.exe+2CE8
ed8jp.exe+1EB17C: 83 C6 42              - add esi,42
ed8jp.exe+1EB17F: FF 4D 0C              - dec [ebp+0C]
ed8jp.exe+1EB182: 75 EC                 - jne ed8jp.exe+1EB170
ed8jp.exe+1EB184: 83 BB BC 07 00 00 00  - cmp dword ptr [ebx+000007BC],00
ed8jp.exe+1EB18B: 8D B3 D8 6B 12 00     - lea esi,[ebx+00126BD8]
ed8jp.exe+1EB191: 8D BB D0 33 13 00     - lea edi,[ebx+001333D0]
// ---------- INJECTING HERE ----------
ed8jp.exe+1EB197: B9 08 00 00 00        - mov ecx,00000008
// ---------- DONE INJECTING  ----------
ed8jp.exe+1EB19C: F3 A5                 - repe movsd 
ed8jp.exe+1EB19E: 8D B3 24 64 0B 00     - lea esi,[ebx+000B6424]
ed8jp.exe+1EB1A4: 8D BB F0 33 13 00     - lea edi,[ebx+001333F0]
ed8jp.exe+1EB1AA: B9 00 01 00 00        - mov ecx,00000100
ed8jp.exe+1EB1AF: F3 A5                 - repe movsd 
ed8jp.exe+1EB1B1: DD 83 60 1B 12 00     - fld qword ptr [ebx+00121B60]
ed8jp.exe+1EB1B7: DD 9B 80 1C 00 00     - fstp qword ptr [ebx+00001C80]
ed8jp.exe+1EB1BD: 8B 83 D4 16 00 00     - mov eax,[ebx+000016D4]
ed8jp.exe+1EB1C3: 0F 84 13 05 00 00     - je ed8jp.exe+1EB6DC
ed8jp.exe+1EB1C9: 8B CB                 - mov ecx,ebx
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>824</ID>
          <Description>"Only working before result &lt; 100"</Description>
          <Color>8000FF</Color>
          <GroupHeader>1</GroupHeader>
        </CheatEntry>
        <CheatEntry>
          <ID>822</ID>
          <Description>"multiplier"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>C08000</Color>
          <VariableType>Float</VariableType>
          <Address>vf_dist_cast_multi</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>823</ID>
          <Description>"Last value"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>2 Bytes</VariableType>
          <Address>i_dist_cast_addr</Address>
          <Offsets>
            <Offset>0</Offset>
          </Offsets>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>690</ID>
      <Description>"Master Quartz XP multiplier"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(INJECT_MASTERQ_EXP_MULTI,$process,8B 8E D8 01 00 00 03 C8) // should be unique
alloc(newmem,1000,INJECT_MASTERQ_EXP_MULTI)

label(return)
label(code)
label(vf_masterq_multi)

newmem:
  movss xmm7, [vf_masterq_multi]
  cvtsi2ss xmm6, eax
  mulss xmm7, xmm6
  cvtss2si eax, xmm7

code:
  mov ecx,[esi+00001D8]
  jmp return

align 10 cc
  vf_masterq_multi:
  dd (float)3.33333

INJECT_MASTERQ_EXP_MULTI:
  jmp newmem
  nop
return:
registersymbol(vf_masterq_multi)
registersymbol(INJECT_MASTERQ_EXP_MULTI)

[DISABLE]

INJECT_MASTERQ_EXP_MULTI:
  db 8B 8E D8 01 00 00

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: ed8jp.exe+E2AB8

ed8jp.exe+E2A94: E8 D5 A8 F2 FF        - call ed8jp.exe+D36E
ed8jp.exe+E2A99: 0F B6 48 4D           - movzx ecx,byte ptr [eax+4D]
ed8jp.exe+E2A9D: 0F B7 96 B4 01 00 00  - movzx edx,word ptr [esi+000001B4]
ed8jp.exe+E2AA4: 0F B7 40 44           - movzx eax,word ptr [eax+44]
ed8jp.exe+E2AA8: 6A 00                 - push 00
ed8jp.exe+E2AAA: 51                    - push ecx
ed8jp.exe+E2AAB: 8B 0D A0 A5 C7 00     - mov ecx,[ed8jp.exe+87A5A0]
ed8jp.exe+E2AB1: 52                    - push edx
ed8jp.exe+E2AB2: 50                    - push eax
ed8jp.exe+E2AB3: E8 C3 32 F2 FF        - call ed8jp.exe+5D7B
// ---------- INJECTING HERE ----------
ed8jp.exe+E2AB8: 8B 8E D8 01 00 00     - mov ecx,[esi+000001D8]
// ---------- DONE INJECTING  ----------
ed8jp.exe+E2ABE: 03 C8                 - add ecx,eax
ed8jp.exe+E2AC0: 81 F9 0F 27 00 00     - cmp ecx,0000270F
ed8jp.exe+E2AC6: 72 05                 - jb ed8jp.exe+E2ACD
ed8jp.exe+E2AC8: B9 0F 27 00 00        - mov ecx,0000270F
ed8jp.exe+E2ACD: 89 8E D8 01 00 00     - mov [esi+000001D8],ecx
ed8jp.exe+E2AD3: 8B 0D A0 A5 C7 00     - mov ecx,[ed8jp.exe+87A5A0]
ed8jp.exe+E2AD9: 6A 05                 - push 05
ed8jp.exe+E2ADB: E8 FF 0A F2 FF        - call ed8jp.exe+35DF
ed8jp.exe+E2AE0: 8B 8E D4 01 00 00     - mov ecx,[esi+000001D4]
ed8jp.exe+E2AE6: 8B 96 D8 01 00 00     - mov edx,[esi+000001D8]
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>691</ID>
          <Description>"Multiplier"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>C08000</Color>
          <VariableType>Float</VariableType>
          <Address>vf_masterq_multi</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>748</ID>
      <Description>"Card game "blade" score"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : ed8jp.exe
  Version: 
  Date   : 2024-01-31
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_GET_CARD_GAME_SCORE,$process,0F BF 8E 9C 02 00 00) // should be unique
alloc(newmem,$1000)

label(code)
label(return)
label(i_base_card_addr)
label(is_high_score)

newmem:
  mov [i_base_card_addr], esi

  cmp dword ptr [is_high_score], 1
  jne code

  mov cx, 64
  mov [esi+0000029C], cx

  mov cx, [esi+000002FC]
  cmp cx, 18
  jbe code
  mov cx, 18
  mov [esi+000002FC], cx


code:
  movsx ecx,word ptr [esi+0000029C]
  jmp return
align 10 cc
  i_base_card_addr:
  dd 0
  is_high_score:
  dd 0

INJECT_GET_CARD_GAME_SCORE:
  jmp newmem
  nop 2
return:
registersymbol(INJECT_GET_CARD_GAME_SCORE)
registersymbol(i_base_card_addr)
registersymbol(is_high_score)

[DISABLE]

INJECT_GET_CARD_GAME_SCORE:
  db 0F BF 8E 9C 02 00 00

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: ed8jp.exe+2136B8

ed8jp.exe+21369E: 6A 00                 - push 00
ed8jp.exe+2136A0: 8D 55 B8              - lea edx,[ebp-48]
ed8jp.exe+2136A3: 52                    - push edx
ed8jp.exe+2136A4: FF D0                 - call eax
ed8jp.exe+2136A6: D9 45 C4              - fld dword ptr [ebp-3C]
ed8jp.exe+2136A9: D9 EE                 - fldz 
ed8jp.exe+2136AB: DA E9                 - fucompp 
ed8jp.exe+2136AD: DF E0                 - fnstsw ax
ed8jp.exe+2136AF: F6 C4 44              - test ah,44
ed8jp.exe+2136B2: 0F 8B 87 01 00 00     - jnp ed8jp.exe+21383F
// ---------- INJECTING HERE ----------
ed8jp.exe+2136B8: 0F BF 8E 9C 02 00 00  - movsx ecx,word ptr [esi+0000029C]
// ---------- DONE INJECTING  ----------
ed8jp.exe+2136BF: D9 05 2C 6A B4 00     - fld dword ptr [ed8jp.exe+746A2C]
ed8jp.exe+2136C5: 51                    - push ecx
ed8jp.exe+2136C6: D9 5D D8              - fstp dword ptr [ebp-28]
ed8jp.exe+2136C9: 68 F8 69 B4 00        - push ed8jp.exe+7469F8
ed8jp.exe+2136CE: 8D 55 DC              - lea edx,[ebp-24]
ed8jp.exe+2136D1: 6A 20                 - push 20
ed8jp.exe+2136D3: 52                    - push edx
ed8jp.exe+2136D4: E8 24 A9 DF FF        - call ed8jp.exe+DFFD
ed8jp.exe+2136D9: 83 C4 10              - add esp,10
ed8jp.exe+2136DC: 83 F8 02              - cmp eax,02
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>751</ID>
          <Description>"Always high score?"</Description>
          <DropDownList DisplayValueAsItem="1">0:No
1:Yes
</DropDownList>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>C08000</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>is_high_score</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>749</ID>
          <Description>"You"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>2 Bytes</VariableType>
          <Address>i_base_card_addr</Address>
          <Offsets>
            <Offset>29C</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>750</ID>
          <Description>"opponent"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>2 Bytes</VariableType>
          <Address>i_base_card_addr</Address>
          <Offsets>
            <Offset>2FC</Offset>
          </Offsets>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>843</ID>
      <Description>"Get play time"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : ed8jp.exe
  Version: 
  Date   : 2024-03-09
  Author : bbfox@https://opencheattables.com
}

[ENABLE]

aobscanmodule(INJECT_GET_PLAY_TIME,$process,DC 86 80 1C 00 00) // should be unique
alloc(newmem,$1000)

label(code)
label(return)
label(i_base_play_time_addr)

newmem:
  mov [i_base_play_time_addr], esi

code:
  fadd qword ptr [esi+00001C80]
  jmp return
align 10 cc
  i_base_play_time_addr:
  dd 0

INJECT_GET_PLAY_TIME:
  jmp newmem
  nop
return:
registersymbol(INJECT_GET_PLAY_TIME)
registersymbol(i_base_play_time_addr)

[DISABLE]

INJECT_GET_PLAY_TIME:
  db DC 86 80 1C 00 00

unregistersymbol(*)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: ed8jp.exe+1E43CB

ed8jp.exe+1E43AA: 5B                 - pop ebx
ed8jp.exe+1E43AB: 8B E5              - mov esp,ebp
ed8jp.exe+1E43AD: 5D                 - pop ebp
ed8jp.exe+1E43AE: C2 04 00           - ret 0004
ed8jp.exe+1E43B1: E8 A1 D4 E1 FF     - call ed8jp.exe+1857
ed8jp.exe+1E43B6: 8B C8              - mov ecx,eax
ed8jp.exe+1E43B8: E8 EB 19 E2 FF     - call ed8jp.exe+5DA8
ed8jp.exe+1E43BD: 8D 8E 28 38 13 00  - lea ecx,[esi+00133828]
ed8jp.exe+1E43C3: E8 BF A8 E2 FF     - call ed8jp.exe+EC87
ed8jp.exe+1E43C8: D9 45 08           - fld dword ptr [ebp+08]
// ---------- INJECTING HERE ----------
ed8jp.exe+1E43CB: DC 86 80 1C 00 00  - fadd qword ptr [esi+00001C80]
// ---------- DONE INJECTING  ----------
ed8jp.exe+1E43D1: 8D 45 F4           - lea eax,[ebp-0C]
ed8jp.exe+1E43D4: 50                 - push eax
ed8jp.exe+1E43D5: 8D 4D EC           - lea ecx,[ebp-14]
ed8jp.exe+1E43D8: 51                 - push ecx
ed8jp.exe+1E43D9: DD 9E 80 1C 00 00  - fstp qword ptr [esi+00001C80]
ed8jp.exe+1E43DF: 8D 55 F0           - lea edx,[ebp-10]
ed8jp.exe+1E43E2: 52                 - push edx
ed8jp.exe+1E43E3: 8B CE              - mov ecx,esi
ed8jp.exe+1E43E5: 89 5D F0           - mov [ebp-10],ebx
ed8jp.exe+1E43E8: 89 5D F4           - mov [ebp-0C],ebx
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>844</ID>
          <Description>"Total seconds"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>FF8080</Color>
          <VariableType>Double</VariableType>
          <Address>i_base_play_time_addr</Address>
          <Offsets>
            <Offset>1C80</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>845</ID>
          <Description>"Seconds (display)"</Description>
          <ShowAsSigned>0</ShowAsSigned>
          <Color>C0C0C0</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>i_base_play_time_addr</Address>
          <Offsets>
            <Offset>1C88</Offset>
          </Offsets>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>354</ID>
      <Description>"_wip"</Description>
      <Options moHideChildren="1"/>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>16</ID>
          <Description>"Kitsuna (do not modify)"</Description>
          <Color>FF0080</Color>
          <VariableType>4 Bytes</VariableType>
          <Address>ed8jp.exe+87CBB8</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>328</ID>
          <Description>"Fish point"</Description>
          <Color>FF0080</Color>
          <VariableType>2 Bytes</VariableType>
          <Address>ed8jp.exe+9A4804</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>329</ID>
          <Description>"Fish point"</Description>
          <Color>FF0080</Color>
          <VariableType>2 Bytes</VariableType>
          <Address>ed8jp.exe+9A4808</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>846</ID>
      <Description>"英雄伝説 閃の軌跡  /  https://opencheattables.com  /  CE 7.6"</Description>
      <Color>00B000</Color>
      <GroupHeader>1</GroupHeader>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
  <Comments>bbfox @ https://opencheattables.com
</Comments>
  <LuaScript>--lua scripts that table checkbox will not be checked with "NO_ACTIVATE" in comment
function onMemRecPostExecute(memoryrecord, newState, succeeded )
    if memoryrecord.Type == vtAutoAssembler and memoryrecord.Script:find("NO_ACTIVATE") and newState and succeeded then
        memoryrecord.disableWithoutExecute()
    end
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')



synchronize(function() AddressList.Header.OnSectionClick = nil end)

</LuaScript>
</CheatTable>
