<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="46">
  <CheatEntries>
    <CheatEntry>
      <ID>2454</ID>
      <Description>"Phantom Breaker: Omnia"</Description>
      <Options moHideChildren="1" moActivateChildrenAsWell="1" moDeactivateChildrenAsWell="1"/>
      <Color>C08000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanmodule(One,omnia.exe,8B B1 B4 00 00 00 49)
aobscanmodule(Two,omnia.exe,8B 88 A0 00 00 00 B8 C5)
aobscanmodule(Three,omnia.exe,44 0F BF 81 32 10 00 00)
aobscanmodule(Four,omnia.exe,44 0F BF 89 F2 1A 00 00)
aobscanmodule(Five,omnia.exe,41 0F BF 88 3C 05 00 00)

alloc(newmemOne,$1000,One)
alloc(newmemTwo,$1000,Two)
alloc(newmemThree,$1000,Three)
alloc(newmemFour,$1000,Four)
alloc(newmemFive,$1000,Five)
alloc(Six,8)
alloc(Seven,8)
alloc(Eight,1)
alloc(Nine,1)
alloc(Ten,1)
alloc(Eleven,1)
alloc(Twelve,1)
alloc(Thirteen,1)
alloc(Fourteen,1)
alloc(Fifteen,1)

registersymbol(One)
registersymbol(Two)
registersymbol(Three)
registersymbol(Four)
registersymbol(Five)
registersymbol(Six)
registersymbol(Seven)
registersymbol(Eight)
registersymbol(Nine)
registersymbol(Ten)
registersymbol(Eleven)
registersymbol(Twelve)
registersymbol(Thirteen)
registersymbol(Fourteen)
registersymbol(Fifteen)

label(codeOne)
label(codeTwo)
label(codeThree)
label(codeFour)
label(codeFive)
label(codeSix)
label(codeSeven)
label(codeEight)
label(codeNine)
label(codeTen)
label(codeEleven)
label(codeTwelve)
label(returnOne)
label(returnTwo)
label(returnThree)
label(returnFour)
label(returnFive)

Six:
  dq 0

Seven:
  dq 0

Eight:
  db 0

Nine:
  db 0

Ten:
  db 0

Eleven:
  db 0

Twelve:
  db 0

Thirteen:
  db 0

Fourteen:
  db 0

Fifteen:
  db 0

newmemOne:

codeOne:
  mov qword ptr [Six],rcx
  mov esi,[rcx+000000B4]
  jmp returnOne

One:
  jmp newmemOne
  nop

returnOne:

newmemTwo:
  cmp [rax+D8],0
  je codeTwo
  mov qword ptr [Seven],rax

codeTwo:
  mov ecx,[rax+000000A0]
  jmp returnTwo

Two:
  jmp newmemTwo
  nop

returnTwo:

newmemThree:
  cmp byte ptr [Eight],1
  je codeThree
  cmp byte ptr [Nine],1
  je codeFour
  jmp codeFive

codeThree:
  mov ax,word ptr [rcx+00001036]
  mov word ptr [rcx+00001034],ax
  mov word ptr [rcx+00001032],ax
  jmp returnThree

codeFour:
  cmp word ptr [rcx+00001034],0
  jle codeFive
  cmp word ptr [rcx+00001032],0
  jle codeFive
  mov word ptr [rcx+00001034],0
  mov word ptr [rcx+00001032],0
  jmp returnThree

codeFive:
  movsx r8d,word ptr [rcx+00001032]
  jmp returnThree

Three:
  jmp newmemThree
  nop 3

returnThree:

newmemFour:
  cmp byte ptr [Ten],1
  je codeSix
  cmp byte ptr [Eleven],1
  je codeSeven
  jmp returnFour

codeSix:
  mov ax,word ptr [rcx+00001AF6]
  mov word ptr [rcx+00001AF4],ax
  mov word ptr [rcx+00001AF2],ax
  jmp returnFour

codeSeven:
  cmp word ptr [rcx+00001AF4],0
  jle codeEight
  cmp word ptr [rcx+00001AF2],0
  jle codeEight
  mov word ptr [rcx+00001AF4],0
  mov word ptr [rcx+00001AF2],0
  jmp returnFour

codeEight:
  movsx r9d,word ptr [rcx+00001AF2]
  jmp returnFour

Four:
  jmp newmemFour
  nop 3

returnFour:

newmemFive:
  cmp [rbx+A0],0
  jne codeNine
  cmp byte ptr [Twelve],1
  je codeTen
  cmp byte ptr [Thirteen],1
  je codeEleven
  jmp codeTwelve

codeNine:
  cmp byte ptr [Fourteen],1
  je codeTen
  cmp byte ptr [Fifteen],1
  je codeEleven
  jmp codeTwelve

codeTen:
  mov word ptr [r8+0000053C],7D0
  movsx ecx,word ptr [r8+0000053C]
  jmp returnFive

codeEleven:
  xor dx,dx
  mov word ptr [r8+0000053C],dx

codeTwelve:
  movsx ecx,word ptr [r8+0000053C]
  jmp returnFive

Five:
  jmp newmemFive
  nop 3

returnFive:

{$lua}
  if not clockTimer then
  clockTimer = createTimer(nil,false)
  clockTimer.Interval = 1000
  lastEdit1,lastEdit2,lastEdit3,lastEdit4 = "","","",""
  displayBuffer1 = allocateMemory(64)
  displayBuffer2 = allocateMemory(64)
  displayBuffer3 = allocateMemory(64)
  displayBuffer4 = allocateMemory(64)
  local function safeGetAddresses()
  timeValue1 = getAddressSafe("[Seven]+A0")
  timeValue2 = getAddressSafe("[Seven]-FC")
  timeValue3 = getAddressSafe("[Seven]+A8")
  timeValue4 = getAddressSafe("[Seven]+A4")
  return timeValue1 and timeValue2 and timeValue3 and timeValue4
  end
  safeGetAddresses()
  unregisterSymbol("Sixteen")
  unregisterSymbol("Seventeen")
  unregisterSymbol("Eighteen")
  unregisterSymbol("Nineteen")
  registerSymbol("Sixteen",displayBuffer1,true)
  registerSymbol("Seventeen",displayBuffer2,true)
  registerSymbol("Eighteen",displayBuffer3,true)
  registerSymbol("Nineteen",displayBuffer4,true)
  local function updateTimer(timeValue,timeBuffer,lastReference,currentValue)
  local display = "Waiting"
  if currentValue ~= "" and currentValue ~= lastReference and timeValue and timeValue ~= 0 then
  local parsedNumbers = {}
  for n in currentValue:gmatch("%d+") do table.insert(parsedNumbers,tonumber(n)) end
  local timeTotal
  if #parsedNumbers == 3 then
  local h,m,s = parsedNumbers[1],parsedNumbers[2],parsedNumbers[3]
  timeTotal = h*3600+m*60+s
  elseif #parsedNumbers == 2 then
  local m,s = parsedNumbers[1],parsedNumbers[2]
  timeTotal = m*60+s
  elseif #parsedNumbers == 1 then
  timeTotal = parsedNumbers[1]
  end
  if timeTotal then
  local maxSeconds = 9999*3600+59*60+59
  if timeTotal &gt; maxSeconds then timeTotal = maxSeconds end
  writeInteger(timeValue,timeTotal)
  end
  lastReference = currentValue
  end
  local stored = (timeValue and timeValue ~= 0) and readInteger(timeValue) or nil
  for i=0,63 do writeBytes(timeBuffer+i,0) end
  if stored then
  local maxSeconds = 9999*3600+59*60+59
  if stored &gt; maxSeconds then stored = maxSeconds end
  local hours = math.floor(stored/3600)
  local minutes = math.floor((stored%3600)/60)
  local seconds = stored % 60
  display = string.format("%d:%02d:%02d",hours,minutes,seconds)
  end
  writeString(timeBuffer,display,false)
  return lastReference
  end
  clockTimer.OnTimer = function()
  if not safeGetAddresses() then return end
  lastEdit1 = updateTimer(timeValue1,displayBuffer1,lastEdit1,readString(displayBuffer1) or "")
  lastEdit2 = updateTimer(timeValue2,displayBuffer2,lastEdit2,readString(displayBuffer2) or "")
  lastEdit3 = updateTimer(timeValue3,displayBuffer3,lastEdit3,readString(displayBuffer3) or "")
  lastEdit4 = updateTimer(timeValue4,displayBuffer4,lastEdit4,readString(displayBuffer4) or "")
  end
  clockTimer.Enabled = true
  end
{$asm}

[DISABLE]

One:
  db 8B B1 B4 00 00 00

Two:
  db 8B 88 A0 00 00 00

Three:
  db 44 0F BF 81 32 10 00 00

Four:
  db 44 0F BF 89 F2 1A 00 00

Five:
  db 41 0F BF 88 3C 05 00 00

unregistersymbol(One)
unregistersymbol(Two)
unregistersymbol(Three)
unregistersymbol(Four)
unregistersymbol(Five)
unregistersymbol(Six)
unregistersymbol(Seven)
unregistersymbol(Eight)
unregistersymbol(Nine)
unregistersymbol(Ten)
unregistersymbol(Eleven)
unregistersymbol(Twelve)
unregistersymbol(Thirteen)
unregistersymbol(Fourteen)
unregistersymbol(Fifteen)

dealloc(newmemOne)
dealloc(newmemTwo)
dealloc(newmemThree)
dealloc(newmemFour)
dealloc(newmemFive)
dealloc(Six)
dealloc(Seven)
dealloc(Eight)
dealloc(Nine)
dealloc(Ten)
dealloc(Eleven)
dealloc(Twelve)
dealloc(Thirteen)
dealloc(Fourteen)
dealloc(Fifteen)

{$lua}
  if displayBuffer1 then
  deAlloc(displayBuffer1)
  displayBuffer1 = nil
  end
  if displayBuffer2 then
  deAlloc(displayBuffer2)
  displayBuffer2 = nil
  end
  if displayBuffer3 then
  deAlloc(displayBuffer3)
  displayBuffer3 = nil
  end
  if displayBuffer4 then
  deAlloc(displayBuffer4)
  displayBuffer4 = nil
  end
  timeValue1 = nil
  timeValue2 = nil
  timeValue3 = nil
  timeValue4 = nil
  lastEdit1 = nil
  lastEdit2 = nil
  lastEdit3 = nil
  lastEdit4 = nil
  if clockTimer then
  clockTimer.Enabled = false
  clockTimer.destroy()
  clockTimer = nil
  end
  unregisterSymbol("Sixteen")
  unregisterSymbol("Seventeen")
  unregisterSymbol("Eighteen")
  unregisterSymbol("Nineteen")
{$asm}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>2455</ID>
          <Description>"==== Player 1 ===="</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <Color>C080FF</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>2456</ID>
              <Description>"Freeze Time"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

aobscanmodule(Time,omnia.exe,66 89 83 0C 01 00 00 0F)
registersymbol(Time)

omnia.exe+3D7C11:
  db 90 90 90 90 90 90 90

[DISABLE]

Time:
  db 66 89 83 0C 01 00 00

unregistersymbol(Time)
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>2457</ID>
              <Description>"Infinite Health"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

Eight:
  db 1

[DISABLE]

Eight:
  db 0
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>2458</ID>
              <Description>"Infinite Burst"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

Twelve:
  db 1

[DISABLE]

Twelve:
  db 0
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>2460</ID>
              <Description>"Instant Tension"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

aobscanmodule(Tension,omnia.exe,66 01 91 E4 00 00 00)
alloc(newmem,$1000,Tension)

label(code)
label(return)

newmem:

code:
  add word ptr [rcx+000000E4],14
  jmp return

Tension:
  jmp newmem
  nop 2

return:
registersymbol(Tension)

[DISABLE]

Tension:
  db 66 01 91 E4 00 00 00

unregistersymbol(Tension)
dealloc(newmem)
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>2461</ID>
              <Description>"Opponent Zero Burst"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

Fifteen:
  db 1

[DISABLE]

Fifteen:
  db 0
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>2459</ID>
              <Description>"Quick Win"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

Eleven:
  db 1

[DISABLE]

Eleven:
  db 0
</AssemblerScript>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>2463</ID>
          <Description>"==== Player 2 ===="</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <Color>C080FF</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>2464</ID>
              <Description>"Infinite Health"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

Ten:
  db 1

[DISABLE]

Ten:
  db 0
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>2465</ID>
              <Description>"Infinite Burst"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

Fourteen:
  db 1

[DISABLE]

Fourteen:
  db 0
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>2467</ID>
              <Description>"Opponent Zero Burst"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

Thirteen:
  db 1

[DISABLE]

Thirteen:
  db 0
</AssemblerScript>
            </CheatEntry>
            <CheatEntry>
              <ID>2466</ID>
              <Description>"Quick Win"</Description>
              <Color>C08000</Color>
              <VariableType>Auto Assembler Script</VariableType>
              <AssemblerScript>[ENABLE]

Nine:
  db 1

[DISABLE]

Nine:
  db 0
</AssemblerScript>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>2468</ID>
          <Description>"==== Extras ====="</Description>
          <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
          <Color>C080FF</Color>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>2462</ID>
              <Description>"Score"</Description>
              <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">??:Waiting
</DropDownList>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>C08000</Color>
              <VariableType>4 Bytes</VariableType>
              <Address>[Six]+B4</Address>
            </CheatEntry>
            <CheatEntry>
              <ID>2469</ID>
              <Description>"Basic Info"</Description>
              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
              <Color>C08000</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>2421</ID>
                  <Description>"Total Play Time"</Description>
                  <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">??:Waiting
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>808080</Color>
                  <VariableType>String</VariableType>
                  <Length>10</Length>
                  <Unicode>0</Unicode>
                  <CodePage>0</CodePage>
                  <ZeroTerminate>1</ZeroTerminate>
                  <Address>Sixteen</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2506</ID>
                  <Description>"Story"</Description>
                  <Color>C08000</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>2505</ID>
                  <Description>"Play Count"</Description>
                  <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">??:Waiting
</DropDownList>
                  <Color>808080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>omnia.exe+A84D44</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2507</ID>
                  <Description>"Play Count"</Description>
                  <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">??:Waiting
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>808080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>omnia.exe+A84D48</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2472</ID>
                  <Description>"Score Attack"</Description>
                  <Color>C08000</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>2473</ID>
                  <Description>"Play Count"</Description>
                  <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">??:Waiting
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>808080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[Seven]+220</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2474</ID>
                  <Description>"Best Score"</Description>
                  <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">??:Waiting
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>808080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[Seven]-100</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2475</ID>
                  <Description>"Time Attack"</Description>
                  <Color>C08000</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>2476</ID>
                  <Description>"Play Count"</Description>
                  <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">??:Waiting
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>808080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[Seven]+224</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2477</ID>
                  <Description>"Best Time"</Description>
                  <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">??:Waiting
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>808080</Color>
                  <VariableType>String</VariableType>
                  <Length>10</Length>
                  <Unicode>0</Unicode>
                  <CodePage>0</CodePage>
                  <ZeroTerminate>1</ZeroTerminate>
                  <Address>Seventeen</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2479</ID>
                  <Description>"Endless Battle"</Description>
                  <Color>C08000</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>2480</ID>
                  <Description>"Play Count"</Description>
                  <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">??:Waiting
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>808080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[Seven]+228</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2481</ID>
                  <Description>"Win Count"</Description>
                  <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">??:Waiting
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>808080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[Seven]-F8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2482</ID>
                  <Description>"Arcade"</Description>
                  <Color>C08000</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>2483</ID>
                  <Description>"Play Count"</Description>
                  <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">??:Waiting
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>808080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[Seven]+22C</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2484</ID>
                  <Description>"Clear Count"</Description>
                  <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">??:Waiting
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>808080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[Seven]+230</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2485</ID>
                  <Description>"Training"</Description>
                  <Color>C08000</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>2486</ID>
                  <Description>"Play Time"</Description>
                  <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">??:Waiting
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>808080</Color>
                  <VariableType>String</VariableType>
                  <Length>10</Length>
                  <Unicode>0</Unicode>
                  <CodePage>0</CodePage>
                  <ZeroTerminate>1</ZeroTerminate>
                  <Address>Eighteen</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2508</ID>
                  <Description>"⬆To save any changes, enter and exit a match."</Description>
                  <Color>C0C0C0</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>2488</ID>
              <Description>"Combat Info"</Description>
              <Options moHideChildren="1" moDeactivateChildrenAsWell="1"/>
              <Color>C08000</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>2491</ID>
                  <Description>"Totals"</Description>
                  <Color>C08000</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>2489</ID>
                  <Description>"Total battle time"</Description>
                  <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">??:Waiting
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>808080</Color>
                  <VariableType>String</VariableType>
                  <Length>10</Length>
                  <Unicode>0</Unicode>
                  <CodePage>0</CodePage>
                  <ZeroTerminate>1</ZeroTerminate>
                  <Address>Nineteen</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2492</ID>
                  <Description>"Highest win streak"</Description>
                  <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">??:Waiting
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>808080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[Seven]+B8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2493</ID>
                  <Description>"Highest combo"</Description>
                  <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">??:Waiting
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>808080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[Seven]+BC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2494</ID>
                  <Description>"Highest damage"</Description>
                  <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">??:Waiting
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>808080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[Seven]+C0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2495</ID>
                  <Description>"Local Match"</Description>
                  <Color>C08000</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>2496</ID>
                  <Description>"Local Match battle count"</Description>
                  <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">??:Waiting
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>808080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[Seven]+5CC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2497</ID>
                  <Description>"Local Match win count"</Description>
                  <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">??:Waiting
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>808080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[Seven]+5D0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2498</ID>
                  <Description>"Player Match"</Description>
                  <Color>C08000</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>2499</ID>
                  <Description>"Player Match battle count"</Description>
                  <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">??:Waiting
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>808080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[Seven]+5D4</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2500</ID>
                  <Description>"Player Match win count"</Description>
                  <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">??:Waiting
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>808080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[Seven]+5D8</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2501</ID>
                  <Description>"Ranked Match"</Description>
                  <Color>C08000</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
                <CheatEntry>
                  <ID>2502</ID>
                  <Description>"Ranked Match battle count"</Description>
                  <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">??:Waiting
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>808080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[Seven]+5DC</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2503</ID>
                  <Description>"Ranked Match win count"</Description>
                  <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">??:Waiting
</DropDownList>
                  <ShowAsSigned>0</ShowAsSigned>
                  <Color>808080</Color>
                  <VariableType>4 Bytes</VariableType>
                  <Address>[Seven]+5E0</Address>
                </CheatEntry>
                <CheatEntry>
                  <ID>2504</ID>
                  <Description>"⬆To save any changes, enter and exit a match."</Description>
                  <Color>C0C0C0</Color>
                  <GroupHeader>1</GroupHeader>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
  <Comments>Created by: Outrun
https://opencheattables.com
</Comments>
</CheatTable>
