Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <CheatTable>
- <CheatEntries>
- <CheatEntry>
- <ID>387623</ID>
- <Description>"PCSX2 1.7+"</Description>
- <LastState/>
- <Color>FF8000</Color>
- <VariableType>Auto Assembler Script</VariableType>
- <AssemblerScript>{$lua}
- if syntaxcheck then return end
- [ENABLE]
- local basePointer = "EEMEM"
- local offset = ""
- function updateGroupHeaderPointer(groupDescription)
- local addressList = getAddressList()
- local memrec = addressList.getMemoryRecordByDescription(groupDescription)
- if memrec and memrec.IsAddressGroupHeader then
- memrec.Address = basePointer
- memrec.IsPointer = true
- memrec.OffsetCount = 1
- memrec.setOffset(0, offset)
- end
- end
- local groups = {
- "B License",
- "A License",
- "IB License",
- "IA License",
- "Super License",
- "Coffee Break",
- "Driving Mission"
- }
- for _, group in ipairs(groups) do
- updateGroupHeaderPointer(group)
- end
- [DISABLE]
- </AssemblerScript>
- <CheatEntries>
- <CheatEntry>
- <ID>387624</ID>
- <Description>"Assigning PS2mem & EEMem as a Symbol"</Description>
- <LastState/>
- <VariableType>Auto Assembler Script</VariableType>
- <AssemblerScript>{$lua}
- [ENABLE]
- -- Register PS2mem Symbol --
- local PS2mem = getAddress("pcsx2-qt.EEmem")
- PS2mem = readPointer(PS2mem)
- registerSymbol("PS2mem", PS2mem, true)
- -- Register EEmem Symbol --
- local EEmem = getAddress("pcsx2-qt.EEmem")
- registerSymbol("EEmem", PS2Mem, true)
- --NOT USED
- [DISABLE]
- </AssemblerScript>
- </CheatEntry>
- </CheatEntries>
- </CheatEntry>
- <CheatEntry>
- <ID>387622</ID>
- <Description>"PCSX2 1.6"</Description>
- <LastState/>
- <Color>FF8000</Color>
- <VariableType>Auto Assembler Script</VariableType>
- <AssemblerScript>{$lua}
- if syntaxcheck then return end
- [ENABLE]
- local basePointer = "pcsx2.exe+1185824"
- local offset = ""
- function updateGroupHeaderPointer(groupDescription)
- local addressList = getAddressList()
- local memrec = addressList.getMemoryRecordByDescription(groupDescription)
- if memrec and memrec.IsAddressGroupHeader then
- memrec.Address = basePointer
- memrec.IsPointer = true
- memrec.OffsetCount = 1
- memrec.setOffset(0, offset)
- end
- end
- local groups = {
- "B License",
- "A License",
- "IB License",
- "IA License",
- "Super License",
- "Coffee Break",
- "Driving Mission"
- }
- for _, group in ipairs(groups) do
- updateGroupHeaderPointer(group)
- end
- [DISABLE]
- </AssemblerScript>
- </CheatEntry>
- <CheatEntry>
- <ID>387633</ID>
- <Description>"B License"</Description>
- <Options moHideChildren="1" moRecursiveSetValue="1"/>
- <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0000FFF0:Not Done
- 0000FBB1:Bronze
- 0000FAA1:Silver
- 0000F991:Gold
- </DropDownList>
- <LastState Value="" RealAddress="20000000"/>
- <Color>09B300</Color>
- <GroupHeader>1</GroupHeader>
- <Address>pcsx2.exe+1185824</Address>
- <Offsets>
- <Offset>0</Offset>
- </Offsets>
- <CheatEntries>
- <CheatEntry>
- <ID>387640</ID>
- <Description>"Acceleration and Braking: 1"</Description>
- <DropDownListLink>B License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C88F4"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C88F4</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387641</ID>
- <Description>"Acceleration and Braking: 2"</Description>
- <DropDownListLink>B License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C88F8"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C88F8</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387642</ID>
- <Description>"Basiscs of Cornering: 1"</Description>
- <DropDownListLink>B License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C88FC"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C88FC</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387643</ID>
- <Description>"Basiscs of Cornering: 2"</Description>
- <DropDownListLink>B License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8900"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8900</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387644</ID>
- <Description>"1 Lap Guide Run (Tsukuba)"</Description>
- <DropDownListLink>B License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8904"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8904</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387645</ID>
- <Description>"Acceleration and Braking: 3"</Description>
- <DropDownListLink>B License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8908"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8908</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387646</ID>
- <Description>"Acceleration and Braking: 4"</Description>
- <DropDownListLink>B License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C890C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C890C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387647</ID>
- <Description>"Basiscs of Cornering: 3"</Description>
- <DropDownListLink>B License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8910"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8910</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387648</ID>
- <Description>"Basiscs of Cornering: 4"</Description>
- <DropDownListLink>B License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8914"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8914</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387649</ID>
- <Description>"1 Lap Guide Run (Laguna Seca)"</Description>
- <DropDownListLink>B License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8918"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8918</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387650</ID>
- <Description>"Basics of Dirt Driving: 1"</Description>
- <DropDownListLink>B License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C891C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C891C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387651</ID>
- <Description>"Basics of Dirt Driving: 2"</Description>
- <DropDownListLink>B License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8920"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8920</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387652</ID>
- <Description>"Basiscs of Cornering: 5"</Description>
- <DropDownListLink>B License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8924"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8924</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387653</ID>
- <Description>"Basiscs of Cornering: 6"</Description>
- <DropDownListLink>B License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8928"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8928</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387654</ID>
- <Description>"1 Lap Guide Run (Infineon Raceway)"</Description>
- <DropDownListLink>B License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C892C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C892C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387655</ID>
- <Description>"Graduation Test"</Description>
- <DropDownListLink>B License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8930"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8930</Address>
- </CheatEntry>
- </CheatEntries>
- </CheatEntry>
- <CheatEntry>
- <ID>387634</ID>
- <Description>"A License"</Description>
- <Options moHideChildren="1" moRecursiveSetValue="1"/>
- <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0000FFF0:Not Done
- 0000FBB1:Bronze
- 0000FAA1:Silver
- 0000F991:Gold
- </DropDownList>
- <LastState Value="" RealAddress="20000000"/>
- <Color>0080FF</Color>
- <GroupHeader>1</GroupHeader>
- <Address>pcsx2.exe+1185824</Address>
- <Offsets>
- <Offset>0</Offset>
- </Offsets>
- <CheatEntries>
- <CheatEntry>
- <ID>387656</ID>
- <Description>"Complex Corners: Beginner 1"</Description>
- <DropDownListLink>A License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8934"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8934</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387657</ID>
- <Description>"Complex Corners: Beginner 2"</Description>
- <DropDownListLink>A License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8938"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8938</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387658</ID>
- <Description>"Tackling High Speed Corners: 1"</Description>
- <DropDownListLink>A License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C893C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C893C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387659</ID>
- <Description>"Tackling High Speed Corners: 2"</Description>
- <DropDownListLink>A License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8940"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8940</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387660</ID>
- <Description>"1 Lap Guide Run (Grand Valley East)"</Description>
- <DropDownListLink>A License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8944"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8944</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387661</ID>
- <Description>"Complex Corners: Intermediate 1"</Description>
- <DropDownListLink>A License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8948"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8948</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387662</ID>
- <Description>"Complex Corners: Intermediate 2"</Description>
- <DropDownListLink>A License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C894C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C894C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387663</ID>
- <Description>"Applied Cornering: 1"</Description>
- <DropDownListLink>A License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8950"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8950</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387664</ID>
- <Description>"Applied Cornering: 2"</Description>
- <DropDownListLink>A License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8954"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8954</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387665</ID>
- <Description>"1 Lap Guide Run (Suzuka)"</Description>
- <DropDownListLink>A License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8958"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8958</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387666</ID>
- <Description>"Applied Dirt Driving: 1"</Description>
- <DropDownListLink>A License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C895C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C895C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387667</ID>
- <Description>"Applied Dirt Driving: 2"</Description>
- <DropDownListLink>A License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8960"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8960</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387668</ID>
- <Description>"Tackling Blind Corners: 1"</Description>
- <DropDownListLink>A License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8964"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8964</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387669</ID>
- <Description>"Tackling Blind Corners: 2"</Description>
- <DropDownListLink>A License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8968"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8968</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387670</ID>
- <Description>"1 Lap Guide Run (Trial Mountain)"</Description>
- <DropDownListLink>A License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C896C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C896C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387671</ID>
- <Description>"Graduation Test"</Description>
- <DropDownListLink>A License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8970"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8970</Address>
- </CheatEntry>
- </CheatEntries>
- </CheatEntry>
- <CheatEntry>
- <ID>387635</ID>
- <Description>"IB License"</Description>
- <Options moHideChildren="1" moRecursiveSetValue="1"/>
- <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0000FFF0:Not Done
- 0000FBB1:Bronze
- 0000FAA1:Silver
- 0000F991:Gold
- </DropDownList>
- <LastState Value="" RealAddress="20000000"/>
- <Color>FF8000</Color>
- <GroupHeader>1</GroupHeader>
- <Address>pcsx2.exe+1185824</Address>
- <Offsets>
- <Offset>0</Offset>
- </Offsets>
- <CheatEntries>
- <CheatEntry>
- <ID>387673</ID>
- <Description>"Braking During Turns: 1"</Description>
- <DropDownListLink>IB License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8974"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8974</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387674</ID>
- <Description>"Braking During Turns: 2"</Description>
- <DropDownListLink>IB License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8978"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8978</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387675</ID>
- <Description>"Advanced Level Complex Corners: 1"</Description>
- <DropDownListLink>IB License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C897C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C897C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387676</ID>
- <Description>"Advanced Level Complex Corners: 2"</Description>
- <DropDownListLink>IB License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8980"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8980</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387677</ID>
- <Description>"1 Lap Guide (Costa di Amalfi)"</Description>
- <DropDownListLink>IB License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8984"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8984</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387678</ID>
- <Description>"Cone Slalom 1"</Description>
- <DropDownListLink>IB License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8988"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8988</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387679</ID>
- <Description>"Cone Slalom 2"</Description>
- <DropDownListLink>IB License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C898C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C898C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387680</ID>
- <Description>"City Street Challenge: 1"</Description>
- <DropDownListLink>IB License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8990"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8990</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387681</ID>
- <Description>"City Street Challenge: 2"</Description>
- <DropDownListLink>IB License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8994"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8994</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387682</ID>
- <Description>"1 Lap Guide Run (Hong Kong)"</Description>
- <DropDownListLink>IB License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8998"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8998</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387683</ID>
- <Description>"Competition Dirt Racing: 1"</Description>
- <DropDownListLink>IB License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C899C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C899C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387684</ID>
- <Description>"Driving on Snow: 1"</Description>
- <DropDownListLink>IB License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C89A0"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C89A0</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387685</ID>
- <Description>"Tackling Undulating S-bends"</Description>
- <DropDownListLink>IB License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C89A4"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C89A4</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387686</ID>
- <Description>"Tackling Corner Sequences over Undulating Surfaces"</Description>
- <DropDownListLink>IB License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C89A8"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C89A8</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387687</ID>
- <Description>"1 Lap Guide Run (Citta di Aria)"</Description>
- <DropDownListLink>IB License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C89AC"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C89AC</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387688</ID>
- <Description>"Graduation Test"</Description>
- <DropDownListLink>IB License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C89B0"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C89B0</Address>
- </CheatEntry>
- </CheatEntries>
- </CheatEntry>
- <CheatEntry>
- <ID>387636</ID>
- <Description>"IA License"</Description>
- <Options moHideChildren="1" moRecursiveSetValue="1"/>
- <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0000FFF0:Not Done
- 0000FBB1:Bronze
- 0000FAA1:Silver
- 0000F991:Gold
- </DropDownList>
- <LastState Value="" RealAddress="20000000"/>
- <Color>0000DF</Color>
- <GroupHeader>1</GroupHeader>
- <Address>pcsx2.exe+1185824</Address>
- <Offsets>
- <Offset>0</Offset>
- </Offsets>
- <CheatEntries>
- <CheatEntry>
- <ID>387776</ID>
- <Description>"Tackling Complex Corner Sequences: 1"</Description>
- <DropDownListLink>IA License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C89B4"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C89B4</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387691</ID>
- <Description>"Tackling Complex Corner Sequences: 2"</Description>
- <DropDownListLink>IA License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C89B8"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C89B8</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387692</ID>
- <Description>"Guide to Chicanes: 1"</Description>
- <DropDownListLink>IA License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C89BC"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C89BC</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387693</ID>
- <Description>"Guide to Chicanes: 2"</Description>
- <DropDownListLink>IA License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C89C0"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C89C0</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387694</ID>
- <Description>"1 Lap Guide Run (El Capitan)"</Description>
- <DropDownListLink>IA License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C89C4"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C89C4</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387695</ID>
- <Description>"Tackling Complex Corner Sequences: 3"</Description>
- <DropDownListLink>IA License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C89C8"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C89C8</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387696</ID>
- <Description>"Tackling Complex Corner Sequences: 4"</Description>
- <DropDownListLink>IA License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C89CC"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C89CC</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387697</ID>
- <Description>"City Street Challenge: 3"</Description>
- <DropDownListLink>IA License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C89D0"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C89D0</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387698</ID>
- <Description>"City Street Challenge: 4"</Description>
- <DropDownListLink>IA License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C89D4"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C89D4</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387699</ID>
- <Description>"1 Lap Guide Run (Fuji Speedway 2005)"</Description>
- <DropDownListLink>IA License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C89D8"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C89D8</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387700</ID>
- <Description>"Competition Dirt Racing: 2"</Description>
- <DropDownListLink>IA License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C89DC"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C89DC</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387701</ID>
- <Description>"Driving on Snow: 2"</Description>
- <DropDownListLink>IA License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C89E0"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C89E0</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387702</ID>
- <Description>"Tackling Complex Corner Sequences: 5"</Description>
- <DropDownListLink>IA License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C89E4"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C89E4</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387703</ID>
- <Description>"Tackling Complex Corner Sequences: 6"</Description>
- <DropDownListLink>IA License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C89E8"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C89E8</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387704</ID>
- <Description>"1 Lap Guide Run (Nürburgring North Course)"</Description>
- <DropDownListLink>IA License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C89EC"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C89EC</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387705</ID>
- <Description>"Graduation Test"</Description>
- <DropDownListLink>IA License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C89F0"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C89F0</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387792</ID>
- <Description>"Graduation Test"</Description>
- <DropDownListLink>IA License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C89F0"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C89F0</Address>
- </CheatEntry>
- </CheatEntries>
- </CheatEntry>
- <CheatEntry>
- <ID>387637</ID>
- <Description>"Super License"</Description>
- <Options moHideChildren="1" moRecursiveSetValue="1"/>
- <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0000FFF0:Not Done
- 0000FBB1:Bronze
- 0000FAA1:Silver
- 0000F991:Gold
- </DropDownList>
- <LastState Value="" RealAddress="20000000"/>
- <Color>FF4AA5</Color>
- <GroupHeader>1</GroupHeader>
- <Address>pcsx2.exe+1185824</Address>
- <Offsets>
- <Offset>0</Offset>
- </Offsets>
- <CheatEntries>
- <CheatEntry>
- <ID>387774</ID>
- <Description>"1 Lap Time Trial (Twin Ring Motegi Road Course)"</Description>
- <DropDownListLink>Super License</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C89F4"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C89F4</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387708</ID>
- <Description>"1 Lap Time Trial (Citta di Aria)"</Description>
- <DropDownListLink>1 Lap Time Trial (Twin Ring Motegi Road Course)</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C89F8"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C89F8</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387709</ID>
- <Description>"1 Lap Time Trial (Special Stage Route 5)"</Description>
- <DropDownListLink>1 Lap Time Trial (Twin Ring Motegi Road Course)</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C89FC"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C89FC</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387710</ID>
- <Description>"1 Lap Time Trial (Costa di Amalfi)"</Description>
- <DropDownListLink>1 Lap Time Trial (Twin Ring Motegi Road Course)</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8A00"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A00</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387711</ID>
- <Description>"1 Lap Time Trial (Seattle)"</Description>
- <DropDownListLink>1 Lap Time Trial (Twin Ring Motegi Road Course)</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8A04"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A04</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387712</ID>
- <Description>"1 Lap Time Trial (Ice Arena)"</Description>
- <DropDownListLink>1 Lap Time Trial (Twin Ring Motegi Road Course)</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8A08"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A08</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387713</ID>
- <Description>"1 Lap Time Trial (Trial Mountain)"</Description>
- <DropDownListLink>1 Lap Time Trial (Twin Ring Motegi Road Course)</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8A0C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A0C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387714</ID>
- <Description>"1 Lap Time Trial (Tokyo Route 246)"</Description>
- <DropDownListLink>1 Lap Time Trial (Twin Ring Motegi Road Course)</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8A10"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A10</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387715</ID>
- <Description>"1 Lap Time Trial (El Capitan)"</Description>
- <DropDownListLink>1 Lap Time Trial (Twin Ring Motegi Road Course)</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8A14"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A14</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387716</ID>
- <Description>"1 Lap Time Trial (Grand Canyon)"</Description>
- <DropDownListLink>1 Lap Time Trial (Twin Ring Motegi Road Course)</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8A18"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A18</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387717</ID>
- <Description>"1 Lap Time Trial (Opera Paris)"</Description>
- <DropDownListLink>1 Lap Time Trial (Twin Ring Motegi Road Course)</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8A1C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A1C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387718</ID>
- <Description>"1 Lap Time Trial (Suzuka Circuit)"</Description>
- <DropDownListLink>1 Lap Time Trial (Twin Ring Motegi Road Course)</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8A20"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A20</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387719</ID>
- <Description>"1 Lap Time Trial (Infineon Raceway-Sports Car Course)"</Description>
- <DropDownListLink>1 Lap Time Trial (Twin Ring Motegi Road Course)</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8A24"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A24</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387720</ID>
- <Description>"1 Lap Time Trial (Chamonix)"</Description>
- <DropDownListLink>1 Lap Time Trial (Twin Ring Motegi Road Course)</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8A28"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A28</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387721</ID>
- <Description>"1 Lap Time Trial (Circuit de la Sarthe)"</Description>
- <DropDownListLink>1 Lap Time Trial (Twin Ring Motegi Road Course)</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8A2C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A2C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387722</ID>
- <Description>"1 Lap Time Trial (Nürburgring North Course)"</Description>
- <DropDownListLink>1 Lap Time Trial (Twin Ring Motegi Road Course)</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8A30"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A30</Address>
- </CheatEntry>
- </CheatEntries>
- </CheatEntry>
- <CheatEntry>
- <ID>387638</ID>
- <Description>"Coffee Break"</Description>
- <Options moHideChildren="1" moRecursiveSetValue="1"/>
- <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0000FFF0:Not Done
- 0000FBB1:Bronze
- 0000FAA1:Silver
- 0000F991:Gold
- </DropDownList>
- <LastState Value="" RealAddress="20000000"/>
- <GroupHeader>1</GroupHeader>
- <Address>pcsx2.exe+1185824</Address>
- <Offsets>
- <Offset>0</Offset>
- </Offsets>
- <CheatEntries>
- <CheatEntry>
- <ID>387729</ID>
- <Description>"Maneuver around the cones"</Description>
- <DropDownListLink>Coffee Break</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8A34"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A34</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387730</ID>
- <Description>"Knock over the cones laid out in a spiral"</Description>
- <DropDownListLink>Coffee Break</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8A38"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A38</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387731</ID>
- <Description>"Knock over the cones laid out in a spiral (2)"</Description>
- <DropDownListLink>Coffee Break</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8A3C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A3C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387732</ID>
- <Description>"Cones - Gymkhana"</Description>
- <DropDownListLink>Coffee Break</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8A40"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A40</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387733</ID>
- <Description>"Cone Maze Challenge"</Description>
- <DropDownListLink>Coffee Break</DropDownListLink>
- <LastState Value="0000F991" RealAddress="209C8A44"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A44</Address>
- </CheatEntry>
- </CheatEntries>
- </CheatEntry>
- <CheatEntry>
- <ID>387639</ID>
- <Description>"Driving Mission"</Description>
- <Options moHideChildren="1" moRecursiveSetValue="1"/>
- <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">0000FFF0:Not Done
- 00FAF003:MISSION CLEAR
- 0000F113:Silver
- 0000F003:MISSION CLEAR(2)
- </DropDownList>
- <LastState Value="" RealAddress="20000000"/>
- <Color>C0C0C0</Color>
- <GroupHeader>1</GroupHeader>
- <Address>pcsx2.exe+1185824</Address>
- <Offsets>
- <Offset>0</Offset>
- </Offsets>
- <CheatEntries>
- <CheatEntry>
- <ID>387734</ID>
- <Description>"The Pass: Deep Forest"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8A48"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A48</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387735</ID>
- <Description>"The Pass: Grand Valley"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8A4C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A4C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387736</ID>
- <Description>"The Pass: Côte d'Azur"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8A50"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A50</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387737</ID>
- <Description>"The Pass: Seattle"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8A54"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A54</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387738</ID>
- <Description>"The Pass: High-speed Ring"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8A58"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A58</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387739</ID>
- <Description>"The Pass: Tsukuba"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8A5C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A5C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387740</ID>
- <Description>"The Pass: Midfield Raceway"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8A60"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A60</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387741</ID>
- <Description>"The Pass: Trial Mountain"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8A64"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A64</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387742</ID>
- <Description>"The Pass: Motegi Oval"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8A68"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A68</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387743</ID>
- <Description>"The Pass: Sarthe I"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8A6C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A6C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387744</ID>
- <Description>"3 Lap Battle: New York"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8A70"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A70</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387745</ID>
- <Description>"3 Lap Battle: Laguna Seca"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8A74"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A74</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387746</ID>
- <Description>"3 Lap Battle: Opera Paris"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8A78"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A78</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387747</ID>
- <Description>"3 Lap Battle: Seattle"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8A7C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A7C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387748</ID>
- <Description>"3 Lap Battle: Côte d'Azur"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8A80"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A80</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387749</ID>
- <Description>"3 Lap Battle: Suzuka"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8A84"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A84</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387750</ID>
- <Description>"3 Lap Battle: Infineon"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8A88"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A88</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387751</ID>
- <Description>"3 Lap Battle: Sarthe II"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8A8C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A8C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387752</ID>
- <Description>"3 Lap Battle: Suzuka East"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8A90"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A90</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387753</ID>
- <Description>"3 Lap Battle: Tsukuba"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8A94"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A94</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387754</ID>
- <Description>"Slipstream Battle 1: Nissan Cube"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8A98"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A98</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387755</ID>
- <Description>"Slipstream Battle 1: Honda Odyssey"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8A9C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8A9C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387756</ID>
- <Description>"Slipstream Battle 1: Nissan Skyline GT-R"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8AA0"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8AA0</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387757</ID>
- <Description>"Slipstream Battle 1: Amuse S2000 GT1"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8AA4"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8AA4</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387758</ID>
- <Description>"1 Lap Magic: Z Showdown!"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8AA8"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8AA8</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387759</ID>
- <Description>"1 Lap Magic: Honda Showdown!"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8AAC"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8AAC</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387760</ID>
- <Description>"1 Lap Magic: Mazda Showdown!"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8AB0"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8AB0</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387761</ID>
- <Description>"1 Lap Magic: Celica Showdown!"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8AB4"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8AB4</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387762</ID>
- <Description>"1 Lap Magic: Chevrolet Showdown!"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8AB8"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8AB8</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387763</ID>
- <Description>"1 Lap Magic: Subaru Showdown!"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8ABC"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8ABC</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387764</ID>
- <Description>"1 Lap Magic: Lotus Showdown!"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8AC0"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8AC0</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387765</ID>
- <Description>"1 Lap Magic: Ford Showdown!"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8AC4"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8AC4</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387766</ID>
- <Description>"1 Lap Magic: GM Showdown!"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8AC8"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8AC8</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387767</ID>
- <Description>"1 Lap Magic: Mercedes Showdown!"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8ACC"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8ACC</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387768</ID>
- <Description>"Chase Battle: Lancia Rally Showdown!"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8AD0"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8AD0</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387769</ID>
- <Description>"Chase Battle: Lancer Evo Showdown!"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8AD4"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8AD4</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387770</ID>
- <Description>"Chase Battle: Peugeot Rally Showdown!"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8AD8"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8AD8</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387771</ID>
- <Description>"Chase Battle: Prototype Showdown!"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8ADC"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8ADC</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387772</ID>
- <Description>"Chase Battle: BMW 12-cyl Showdown!"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8AE0"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8AE0</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>387773</ID>
- <Description>"Chase Battle: Mercedes Showdown!"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="00FAF003" RealAddress="209C8AE4"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+09C8AE4</Address>
- </CheatEntry>
- </CheatEntries>
- </CheatEntry>
- </CheatEntries>
- </CheatTable>
Advertisement
Add Comment
Please, Sign In to add comment