Merge pull request #1 from DanielSvoboda/main

initial files for testing
This commit is contained in:
georgemoralis 2024-08-26 16:57:06 +03:00 committed by GitHub
commit c95a49d322
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 137 additions and 0 deletions

View File

@ -0,0 +1,88 @@
{
"name": "Sonic Mania",
"id": "CUSA07023",
"version": "01.03",
"process": "eboot.bin",
"mods": [
{
"name": "Infinite Rings",
"hint": null,
"type": "checkbox",
"memory": [
{
"offset": "450759",
"on": "C683EC000000FF",
"off": "488983EC000000"
},
{
"offset": "4A5975",
"on": "66C783EC000000E703909090",
"off": "8B88B4030000018BEC000000"
}
]
},
{
"name": "Infinite Lives",
"hint": null,
"type": "checkbox",
"memory": [
{
"offset": "4AA374",
"on": "909090909090",
"off": "8983F8000000"
}
]
},
{
"name": "Enable Super Sonic",
"hint": null,
"type": "checkbox",
"memory": [
{
"offset": "A4415C",
"on": "01",
"off": "02"
}
]
},
{
"name": "Disable Super Sonic",
"hint": null,
"type": "button",
"memory": [
{
"offset": "A4415C",
"on": "03",
"off": "03"
}
]
},
{
"name": "Super Speed",
"hint": null,
"type": "button",
"memory": [
{
"offset": "A44180",
"on": "00000F0000400000",
"off": "00000F0000400000"
}
]
},
{
"name": "All Silver Medals",
"hint": null,
"type": "button",
"memory": [
{
"offset": "200036604",
"on": "20",
"off": "20"
}
]
}
],
"credits": [
"Talixme"
]
}

1
CHEATS_JSON.txt Normal file
View File

@ -0,0 +1 @@
CUSA07023_01.03_TEST.json=Sonic Mania

View File

@ -0,0 +1,48 @@
<?xml version="1.0"?>
<Patch>
<TitleID>
<ID>CUSA08804</ID>
<ID>CUSA08809</ID>
<ID>CUSA08034</ID>
</TitleID>
<Metadata Title="Shadow of the Colossus" Name="Debug Menu" Author="illusion" PatchVer="1.0" AppVer="01.00" AppElf="eboot.bin" isEnabled="false">
<PatchList>
<Line Type="bytes" Address="0x004244f8" Value="e9f0000000"/>
<Line Type="bytes" Address="0x004245ed" Value="488b03"/>
<Line Type="bytes" Address="0x004245f0" Value="483b4308"/>
<Line Type="bytes" Address="0x004245f4" Value="c6053589dd0200"/>
<Line Type="bytes" Address="0x004245fb" Value="e9fffeffff"/>
</PatchList>
</Metadata>
<Metadata Title="Shadow of the Colossus" Name="Skip Splash Logo + Demo Screens" Author="illusion" PatchVer="1.0" AppVer="01.00" AppElf="eboot.bin" isEnabled="true">
<PatchList>
<Line Type="bytes" Address="0x032fae20" Value="01"/>
<Line Type="bytes" Address="0x008c95bc" Value="c683c000000001"/>
</PatchList>
</Metadata>
<Metadata Title="Shadow of the Colossus" Name="60 FPS" Author="illusion" PatchVer="1.0" AppVer="01.00" AppElf="eboot.bin" isEnabled="false">
<PatchList>
<Line Type="bytes" Address="0x01390090" Value="31c0c3"/>
</PatchList>
</Metadata>
<Metadata Title="Shadow of the Colossus" Name="Debug Menu" Author="illusion" PatchVer="1.0" AppVer="01.01" AppElf="eboot.bin" isEnabled="false">
<PatchList>
<Line Type="bytes" Address="0x004244f8" Value="e9f0000000"/>
<Line Type="bytes" Address="0x004245ed" Value="488b03"/>
<Line Type="bytes" Address="0x004245f0" Value="483b4308"/>
<Line Type="bytes" Address="0x004245f4" Value="c6053589dd0200"/>
<Line Type="bytes" Address="0x004245fb" Value="e9fffeffff"/>
</PatchList>
</Metadata>
<Metadata Title="Shadow of the Colossus" Name="Skip Splash Logo + Demo Screens" Author="illusion" PatchVer="1.0" AppVer="01.01" AppElf="eboot.bin" isEnabled="true">
<PatchList>
<Line Type="bytes" Address="0x032fae20" Value="01"/>
<Line Type="bytes" Address="0x008c95bc" Value="c683c000000001"/>
</PatchList>
</Metadata>
<Metadata Title="Shadow of the Colossus" Name="60 FPS" Author="illusion" PatchVer="1.0" AppVer="01.01" AppElf="eboot.bin" isEnabled="false">
<PatchList>
<Line Type="bytes" Address="0x01390090" Value="31c0c3"/>
</PatchList>
</Metadata>
</Patch>