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 findMatchingMemoryRecord(groupDescription)
- local addressList = getAddressList()
- for i = 0, addressList.Count - 1 do
- local memrec = addressList[i]
- if memrec.Description:lower() == groupDescription:lower() then
- return memrec
- end
- end
- return nil
- end
- function updateGroupHeaderPointer(groupDescription)
- local memrec = findMatchingMemoryRecord(groupDescription)
- if memrec and memrec.IsAddressGroupHeader then
- memrec.Address = basePointer
- memrec.IsPointer = true
- memrec.OffsetCount = 1
- memrec.setOffset(0, offset)
- end
- end
- local groups = {
- 'National "B"',
- 'National "A"',
- 'International "B"',
- 'International "A"',
- "Special",
- "Coffee Break",
- "Driving Mission"
- }
- -- Apply updates to all specified groups
- 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 findMatchingMemoryRecord(groupDescription)
- local addressList = getAddressList()
- for i = 0, addressList.Count - 1 do
- local memrec = addressList[i]
- if memrec.Description:lower() == groupDescription:lower() then
- return memrec
- end
- end
- return nil
- end
- function updateGroupHeaderPointer(groupDescription)
- local memrec = findMatchingMemoryRecord(groupDescription)
- if memrec and memrec.IsAddressGroupHeader then
- memrec.Address = basePointer
- memrec.IsPointer = true
- memrec.OffsetCount = 1
- memrec.setOffset(0, offset)
- end
- end
- local groups = {
- 'National "B"',
- 'National "A"',
- 'International "B"',
- 'International "A"',
- "Special",
- "Coffee Break",
- "Driving Mission"
- }
- -- Apply updates to all specified groups
- for _, group in ipairs(groups) do
- updateGroupHeaderPointer(group)
- end
- [DISABLE]
- </AssemblerScript>
- </CheatEntry>
- <CheatEntry>
- <ID>387633</ID>
- <Description>"National "B""</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"/>
- <ShowAsSigned>0</ShowAsSigned>
- <Color>09B300</Color>
- <GroupHeader>1</GroupHeader>
- <Address>pcsx2.exe+1185824</Address>
- <Offsets>
- <Offset>0</Offset>
- </Offsets>
- <CheatEntries>
- <CheatEntry>
- <ID>9</ID>
- <Description>"Acceleration and Braking: 1"</Description>
- <DropDownListLink>National "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32268"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32268</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>13</ID>
- <Description>"Acceleration and Braking: 2"</Description>
- <DropDownListLink>National "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A3226C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A3226C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>14</ID>
- <Description>"Basiscs of Cornering: 1"</Description>
- <DropDownListLink>National "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32270"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32270</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>15</ID>
- <Description>"Basiscs of Cornering: 2"</Description>
- <DropDownListLink>National "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32274"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32274</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>10</ID>
- <Description>"1 Lap Guide Run (Tsukuba)"</Description>
- <DropDownListLink>National "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32278"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32278</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>16</ID>
- <Description>"Acceleration and Braking: 3"</Description>
- <DropDownListLink>National "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A3227C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A3227C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>17</ID>
- <Description>"Acceleration and Braking: 4"</Description>
- <DropDownListLink>National "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32280"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32280</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>18</ID>
- <Description>"Basiscs of Cornering: 3"</Description>
- <DropDownListLink>National "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32284"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32284</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>11</ID>
- <Description>"Basiscs of Cornering: 4"</Description>
- <DropDownListLink>National "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32288"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32288</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>12</ID>
- <Description>"1 Lap Guide Run (Laguna Seca)"</Description>
- <DropDownListLink>National "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A3228C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A3228C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>20</ID>
- <Description>"Basics of Dirt Driving: 1"</Description>
- <DropDownListLink>National "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32290"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32290</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>21</ID>
- <Description>"Basics of Dirt Driving: 2"</Description>
- <DropDownListLink>National "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32294"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32294</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>22</ID>
- <Description>"Basiscs of Cornering: 5"</Description>
- <DropDownListLink>National "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32298"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32298</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>23</ID>
- <Description>"Basiscs of Cornering: 6"</Description>
- <DropDownListLink>National "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A3229C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A3229C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>24</ID>
- <Description>"1 Lap Guide Run (Infineon Raceway)"</Description>
- <DropDownListLink>National "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A322A0"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A322A0</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>25</ID>
- <Description>"Graduation Test"</Description>
- <DropDownListLink>National "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A322A4"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A322A4</Address>
- </CheatEntry>
- </CheatEntries>
- </CheatEntry>
- <CheatEntry>
- <ID>387634</ID>
- <Description>"National "A""</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>28</ID>
- <Description>"Complex Corners: Beginner 1"</Description>
- <DropDownListLink>National "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A322A8"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A322A8</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>29</ID>
- <Description>"Complex Corners: Beginner 2"</Description>
- <DropDownListLink>National "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A322AC"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A322AC</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>30</ID>
- <Description>"Tackling High Speed Corners: 1"</Description>
- <DropDownListLink>National "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A322B0"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A322B0</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>31</ID>
- <Description>"Tackling High Speed Corners: 2"</Description>
- <DropDownListLink>National "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A322B4"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A322B4</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>32</ID>
- <Description>"1 Lap Guide Run (Grand Valley East)"</Description>
- <DropDownListLink>National "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A322B8"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A322B8</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>33</ID>
- <Description>"Complex Corners: Intermediate 1"</Description>
- <DropDownListLink>National "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A322BC"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A322BC</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>34</ID>
- <Description>"Complex Corners: Intermediate 2"</Description>
- <DropDownListLink>National "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A322C0"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A322C0</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>35</ID>
- <Description>"Applied Cornering: 1"</Description>
- <DropDownListLink>National "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A322C4"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A322C4</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>36</ID>
- <Description>"Applied Cornering: 2"</Description>
- <DropDownListLink>National "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A322C8"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A322C8</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>37</ID>
- <Description>"1 Lap Guide Run (Suzuka)"</Description>
- <DropDownListLink>National "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A322CC"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A322CC</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>38</ID>
- <Description>"Applied Dirt Driving: 1"</Description>
- <DropDownListLink>National "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A322D0"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A322D0</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>39</ID>
- <Description>"Applied Dirt Driving: 2"</Description>
- <DropDownListLink>National "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A322D4"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A322D4</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>40</ID>
- <Description>"Tackling Blind Corners: 1"</Description>
- <DropDownListLink>National "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A322D8"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A322D8</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>41</ID>
- <Description>"Tackling Blind Corners: 2"</Description>
- <DropDownListLink>National "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A322DC"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A322DC</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>42</ID>
- <Description>"1 Lap Guide Run (Trial Mountain)"</Description>
- <DropDownListLink>National "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A322E0"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A322E0</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>43</ID>
- <Description>"Graduation Test"</Description>
- <DropDownListLink>National "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A322E4"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A322E4</Address>
- </CheatEntry>
- </CheatEntries>
- </CheatEntry>
- <CheatEntry>
- <ID>387635</ID>
- <Description>"International "B""</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>44</ID>
- <Description>"Braking During Turns: 1"</Description>
- <DropDownListLink>International "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A322E8"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A322E8</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>46</ID>
- <Description>"Braking During Turns: 2"</Description>
- <DropDownListLink>International "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A322EC"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A322EC</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>47</ID>
- <Description>"Advanced Level Complex Corners: 1"</Description>
- <DropDownListLink>International "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A322F0"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A322F0</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>48</ID>
- <Description>"Advanced Level Complex Corners: 2"</Description>
- <DropDownListLink>International "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A322F4"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A322F4</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>49</ID>
- <Description>"1 Lap Guide (Costa di Amalfi)"</Description>
- <DropDownListLink>International "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A322F8"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A322F8</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>50</ID>
- <Description>"Cone Slalom 1"</Description>
- <DropDownListLink>International "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A322FC"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A322FC</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>51</ID>
- <Description>"Cone Slalom 2"</Description>
- <DropDownListLink>International "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32300"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32300</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>52</ID>
- <Description>"City Street Challenge: 1"</Description>
- <DropDownListLink>International "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32304"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32304</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>53</ID>
- <Description>"City Street Challenge: 2"</Description>
- <DropDownListLink>International "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32308"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32308</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>54</ID>
- <Description>"1 Lap Guide Run (Hong Kong)"</Description>
- <DropDownListLink>International "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A3230C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A3230C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>55</ID>
- <Description>"Competition Dirt Racing: 1"</Description>
- <DropDownListLink>International "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32310"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32310</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>56</ID>
- <Description>"Driving on Snow: 1"</Description>
- <DropDownListLink>International "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32314"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32314</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>57</ID>
- <Description>"Tackling Undulating S-bends"</Description>
- <DropDownListLink>International "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32318"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32318</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>58</ID>
- <Description>"Tackling Corner Sequences over Undulating Surfaces"</Description>
- <DropDownListLink>International "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A3231C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A3231C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>59</ID>
- <Description>"1 Lap Guide Run (Citta di Aria)"</Description>
- <DropDownListLink>International "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32320"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32320</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>60</ID>
- <Description>"Graduation Test"</Description>
- <DropDownListLink>International "B"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32324"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32324</Address>
- </CheatEntry>
- </CheatEntries>
- </CheatEntry>
- <CheatEntry>
- <ID>387636</ID>
- <Description>"International "A""</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>62</ID>
- <Description>"Tackling Complex Corner Sequences: 1"</Description>
- <DropDownListLink>International "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32328"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32328</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>64</ID>
- <Description>"Tackling Complex Corner Sequences: 2"</Description>
- <DropDownListLink>International "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A3232C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A3232C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>65</ID>
- <Description>"Guide to Chicanes: 1"</Description>
- <DropDownListLink>International "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32330"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32330</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>66</ID>
- <Description>"Guide to Chicanes: 2"</Description>
- <DropDownListLink>International "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32334"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32334</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>67</ID>
- <Description>"1 Lap Guide Run (El Capitan)"</Description>
- <DropDownListLink>International "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32338"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32338</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>68</ID>
- <Description>"Tackling Complex Corner Sequences: 3"</Description>
- <DropDownListLink>International "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A3233C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A3233C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>69</ID>
- <Description>"Tackling Complex Corner Sequences: 4"</Description>
- <DropDownListLink>International "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32340"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32340</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>70</ID>
- <Description>"City Street Challenge: 3"</Description>
- <DropDownListLink>International "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32344"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32344</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>71</ID>
- <Description>"City Street Challenge: 4"</Description>
- <DropDownListLink>International "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32348"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32348</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>72</ID>
- <Description>"1 Lap Guide Run (Fuji Speedway 2005)"</Description>
- <DropDownListLink>International "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A3234C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A3234C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>73</ID>
- <Description>"Competition Dirt Racing: 2"</Description>
- <DropDownListLink>International "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32350"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32350</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>74</ID>
- <Description>"Driving on Snow: 2"</Description>
- <DropDownListLink>International "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32354"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32354</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>75</ID>
- <Description>"Tackling Complex Corner Sequences: 5"</Description>
- <DropDownListLink>International "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32358"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32358</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>76</ID>
- <Description>"Tackling Complex Corner Sequences: 6"</Description>
- <DropDownListLink>International "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A3235C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A3235C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>77</ID>
- <Description>"1 Lap Guide Run (Nürburgring North Course)"</Description>
- <DropDownListLink>International "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32360"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32360</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>61</ID>
- <Description>"Graduation Test"</Description>
- <DropDownListLink>International "A"</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32364"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32364</Address>
- </CheatEntry>
- </CheatEntries>
- </CheatEntry>
- <CheatEntry>
- <ID>387637</ID>
- <Description>"Special"</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>78</ID>
- <Description>"1 Lap Time Trial (Twin Ring Motegi Road Course)"</Description>
- <DropDownListLink>Special</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32368"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32368</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>80</ID>
- <Description>"1 Lap Time Trial (Citta di Aria)"</Description>
- <DropDownListLink>Special</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A3236C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A3236C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>81</ID>
- <Description>"1 Lap Time Trial (Special Stage Route 5)"</Description>
- <DropDownListLink>Special</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32370"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32370</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>83</ID>
- <Description>"1 Lap Time Trial (Costa di Amalfi)"</Description>
- <DropDownListLink>Special</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32374"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32374</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>84</ID>
- <Description>"1 Lap Time Trial (Seattle)"</Description>
- <DropDownListLink>Special</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32378"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32378</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>85</ID>
- <Description>"1 Lap Time Trial (Ice Arena)"</Description>
- <DropDownListLink>Special</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A3237C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A3237C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>86</ID>
- <Description>"1 Lap Time Trial (Trial Mountain)"</Description>
- <DropDownListLink>Special</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32380"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32380</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>87</ID>
- <Description>"1 Lap Time Trial (Tokyo Route 246)"</Description>
- <DropDownListLink>Special</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32384"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32384</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>88</ID>
- <Description>"1 Lap Time Trial (El Capitan)"</Description>
- <DropDownListLink>Special</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32388"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32388</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>89</ID>
- <Description>"1 Lap Time Trial (Grand Canyon)"</Description>
- <DropDownListLink>Special</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A3238C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A3238C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>90</ID>
- <Description>"1 Lap Time Trial (Opera Paris)"</Description>
- <DropDownListLink>Special</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32390"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32390</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>91</ID>
- <Description>"1 Lap Time Trial (Suzuka Circuit)"</Description>
- <DropDownListLink>Special</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32394"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32394</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>92</ID>
- <Description>"1 Lap Time Trial (Infineon Raceway-Sports Car Course)"</Description>
- <DropDownListLink>Special</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32398"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32398</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>93</ID>
- <Description>"1 Lap Time Trial (Chamonix)"</Description>
- <DropDownListLink>Special</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A3239C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A3239C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>94</ID>
- <Description>"1 Lap Time Trial (Circuit de la Sarthe)"</Description>
- <DropDownListLink>Special</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A323A0"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A323A0</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>95</ID>
- <Description>"1 Lap Time Trial (Nürburgring North Course)"</Description>
- <DropDownListLink>Special</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A323A4"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A323A4</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>97</ID>
- <Description>"Maneuver around the cones"</Description>
- <DropDownListLink>Coffee Break</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A323A8"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A323A8</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>98</ID>
- <Description>"Knock over the cones laid out in a spiral"</Description>
- <DropDownListLink>Coffee Break</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A323AC"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A323AC</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>99</ID>
- <Description>"Knock over the cones laid out in a spiral (2)"</Description>
- <DropDownListLink>Coffee Break</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A323B0"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A323B0</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>100</ID>
- <Description>"Cones - Gymkhana"</Description>
- <DropDownListLink>Coffee Break</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A323B4"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A323B4</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>101</ID>
- <Description>"Cone Maze Challenge"</Description>
- <DropDownListLink>Coffee Break</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A323B8"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A323B8</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>102</ID>
- <Description>"The Pass: Deep Forest"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A323BC"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A323BC</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>103</ID>
- <Description>"The Pass: Grand Valley"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A323C0"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A323C0</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>104</ID>
- <Description>"The Pass: Côte d'Azur"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A323C4"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A323C4</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>105</ID>
- <Description>"The Pass: Seattle"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A323C8"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A323C8</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>106</ID>
- <Description>"The Pass: High-speed Ring"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A323CC"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A323CC</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>107</ID>
- <Description>"The Pass: Tsukuba"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A323D0"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A323D0</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>108</ID>
- <Description>"The Pass: Midfield Raceway"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A323D4"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A323D4</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>109</ID>
- <Description>"The Pass: Trial Mountain"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A323D8"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A323D8</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>110</ID>
- <Description>"The Pass: Motegi Oval"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A323DC"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A323DC</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>111</ID>
- <Description>"The Pass: Sarthe I"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A323E0"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A323E0</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>112</ID>
- <Description>"3 Lap Battle: New York"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A323E4"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A323E4</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>113</ID>
- <Description>"3 Lap Battle: Laguna Seca"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A323E8"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A323E8</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>114</ID>
- <Description>"3 Lap Battle: Opera Paris"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A323EC"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A323EC</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>115</ID>
- <Description>"3 Lap Battle: Seattle"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A323F0"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A323F0</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>116</ID>
- <Description>"3 Lap Battle: Côte d'Azur"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A323F4"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A323F4</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>117</ID>
- <Description>"3 Lap Battle: Suzuka"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A323F8"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A323F8</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>118</ID>
- <Description>"3 Lap Battle: Infineon"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A323FC"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A323FC</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>119</ID>
- <Description>"3 Lap Battle: Sarthe II"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32400"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32400</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>120</ID>
- <Description>"3 Lap Battle: Suzuka East"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32404"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32404</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>121</ID>
- <Description>"3 Lap Battle: Tsukuba"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32408"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32408</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>122</ID>
- <Description>"Slipstream Battle 1: Nissan Cube"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A3240C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A3240C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>123</ID>
- <Description>"Slipstream Battle 1: Honda Odyssey"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32410"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32410</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>124</ID>
- <Description>"Slipstream Battle 1: Nissan Skyline GT-R"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32414"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32414</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>125</ID>
- <Description>"Slipstream Battle 1: Amuse S2000 GT1"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32418"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32418</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>126</ID>
- <Description>"1 Lap Magic: Z Showdown!"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A3241C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A3241C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>127</ID>
- <Description>"1 Lap Magic: Honda Showdown!"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32420"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32420</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>128</ID>
- <Description>"1 Lap Magic: Mazda Showdown!"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32424"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32424</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>129</ID>
- <Description>"1 Lap Magic: Celica Showdown!"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32428"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32428</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>130</ID>
- <Description>"1 Lap Magic: Chevrolet Showdown!"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A3242C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A3242C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>132</ID>
- <Description>"1 Lap Magic: Subaru Showdown!"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32430"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32430</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>133</ID>
- <Description>"1 Lap Magic: Lotus Showdown!"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32434"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32434</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>134</ID>
- <Description>"1 Lap Magic: Ford Showdown!"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32438"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32438</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>135</ID>
- <Description>"1 Lap Magic: GM Showdown!"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A3243C"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A3243C</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>136</ID>
- <Description>"1 Lap Magic: Mercedes Showdown!"</Description>
- <DropDownListLink>Driving Mission</DropDownListLink>
- <LastState Value="0000FFF0" RealAddress="20A32440"/>
- <ShowAsHex>1</ShowAsHex>
- <ShowAsSigned>0</ShowAsSigned>
- <VariableType>4 Bytes</VariableType>
- <Address>+0A32440</Address>
- </CheatEntry>
- </CheatEntries>
- </CheatEntry>
- </CheatEntries>
- </CheatTable>
Advertisement
Add Comment
Please, Sign In to add comment