[tektagt] Select Player Type (aka Human/CPU control mode)
Posted: Wed Apr 06, 2022 5:42 am
Tekken Tag seems to have different code to the earlier games, can't find the camera mode (if it exists - attract demos doesn't look like they have the cinematic camera at all), and the CPU mode is seemingly different. Clones to follow once I have more time.
tektagt:
tektagt:
Code: Select all
<cheat desc="Select Player Type (both players)">
<parameter>
<item value="0x00">Human</item>
<item value="0x01">CPU</item>
</parameter>
<script state="run">
<action>maincpu.pb@00243C08=param</action>
</script>
</cheat>