Page 1 of 1

[aof] [aof2] Select Winner

Posted: Tue May 06, 2014 5:40 pm
by zakria
You can see game like TV,Cpu beat you and still winner is your player.Whole game complete auto.Sorry for old format.

; [ Art of Fighting / Ryuuko no Ken ]
:aof:62000000:000000:00000000:00000000:Select Winner
:aof:00010000:10840A:00000090:FFFFFFFF:player1 win
:aof:00010000:10840A:00000091:FFFFFFFF:player2 win

; [ Art of Fighting 2 / Ryuuko no Ken 2 (set 1) ]
:aof2:62000000:000000:00000000:00000000:Select Winner
:aof2:00010000:10840A:00000090:FFFFFFFF:player1 win
:aof2:00010000:10840A:00000091:FFFFFFFF:player2 win

Re: [aof] [aof2] Select Winner

Posted: Tue May 06, 2014 6:42 pm
by Bortus
Converted to the new format.

Code: Select all

  <cheat desc="Select Winner">
    <parameter>
      <item value="0x90">PL1 Win</item>
      <item value="0x91">PL2 Win</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@10840A=param</action>
    </script>
  </cheat>

Re: [aof] [aof2] Select Winner

Posted: Wed May 07, 2014 6:21 am
by zakria
Thanks Bortus for convert.
Bortus wrote:Converted to the new format.

Code: Select all

  <cheat desc="Select Winner">
    <parameter>
      <item value="0x90">PL1 Win</item>
      <item value="0x91">PL2 Win</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@10840A=param</action>
    </script>
  </cheat>

Re: [aof] [aof2] Select Winner

Posted: Thu Jul 31, 2014 11:50 pm
by Pugsy
added, thanks