[tekken3]+ Select Player Type (aka Human/CPU control mode) + Camera View Mode

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
User avatar
Heihachi_73
Posts: 267
Joined: Thu Jan 26, 2006 8:10 am
Location: Melbourne, Australia
Contact:

[tekken3]+ Select Player Type (aka Human/CPU control mode) + Camera View Mode

Post by Heihachi_73 »

tekken3, tekken3je1:

Code: Select all

  <cheat desc="P1 Select Player Type">
    <parameter>
      <item value="0x00">Human</item>
      <item value="0x01">CPU</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@0021FB58=param</action>
    </script>
  </cheat>

  <cheat desc="P2 Select Player Type">
    <parameter>
      <item value="0x00">Human</item>
      <item value="0x01">CPU</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@0021FB5A=param</action>
    </script>
  </cheat>

  <cheat desc="Select Camera View">
    <parameter>
      <item value="0x00">Normal</item>
      <item value="0x01">Cinematic</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@0021FC64=param</action>
    </script>
  </cheat>
Clones will be done shortly...
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: [tekken3]+ Select Player Type (aka Human/CPU control mode) + Camera View Mode

Post by Pugsy »

Thanks, added.

Cant seem to find the clones....
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
Post Reply