[streetsm] Street Smart
Posted: Sun Apr 06, 2014 3:19 pm
Cheats to changing the opponent's body ( CPU Only )
Code: Select all
<cheat desc="Select Body/Move CPU 1">
<parameter>
<item value="0x02">Bobby Brown</item>
<item value="0x03">Slippery</item>
<item value="0x04">The Muscle</item>
<item value="0x05">Crybaby</item>
<item value="0x06">Tiptoes</item>
<item value="0x07">The Wrench</item>
<item value="0x08">Legbreaker</item>
</parameter>
<script state="run">
<action>:maincpu.ppb@040211=param</action>
</script>
</cheat>
<cheat desc="Select Body/Move CPU 2">
<parameter>
<item value="0x02">Bobby Brown</item>
<item value="0x03">Slippery</item>
<item value="0x04">The Muscle</item>
<item value="0x05">Crybaby</item>
<item value="0x06">Tiptoes</item>
<item value="0x07">The Wrench</item>
<item value="0x08">Legbreaker</item>
</parameter>
<script state="run">
<action>:maincpu.ppb@040311=param</action>
</script>
</cheat>