[aodk] Aggressors of Dark Kombat

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
mezdap
Posts: 163
Joined: Sun Feb 04, 2018 5:16 am
Has thanked: 3 times
Been thanked: 4 times

[aodk] Aggressors of Dark Kombat

Post by mezdap »

aodk.xml


P1 Select Character:

Code: Select all

  <cheat desc="P1 Select Character">
    <parameter>
      <item value="0x01">Kisarah Westfield</item>
      <item value="0x02">Fuuma Kotaro</item>
      <item value="0x03">Goh Kidokoro</item>
      <item value="0x04">Leonhalt Domador</item>
      <item value="0x05">Sheen Genus</item>
      <item value="0x06">Joe Kusanagi</item>
      <item value="0x07">Lee Hae Gwon</item>
      <item value="0x08">Bobby Nelson</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@10B089=param</action>
    </script>
  </cheat>
P2 Select Character:

Code: Select all

  <cheat desc="P2 Select Character">
    <parameter>
      <item value="0x01">Kisarah Westfield</item>
      <item value="0x02">Fuuma Kotaro</item>
      <item value="0x03">Goh Kidokoro</item>
      <item value="0x04">Leonhalt Domador</item>
      <item value="0x05">Sheen Genus</item>
      <item value="0x06">Joe Kusanagi</item>
      <item value="0x07">Lee Hae Gwon</item>
      <item value="0x08">Bobby Nelson</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@10B0C9=param</action>
    </script>
  </cheat>
P1 Alternate Outfit:

Code: Select all

  <cheat desc="P1 Alternate Outfit">
    <script state="run">
      <action>maincpu.pb@10B087=01</action>
    </script>
    <script state="off">
      <action>maincpu.pb@10B087=00</action>
    </script>
  </cheat>

P2 Alternate Outfit:

Code: Select all

  <cheat desc="P2 Alternate Outfit">
    <script state="run">
      <action>maincpu.pb@10B0C7=01</action>
    </script>
    <script state="off">
      <action>maincpu.pb@10B0C7=00</action>
    </script>
  </cheat>

Go to Final Stage Now:

Code: Select all

  <cheat desc="Go to Final Stage Now!">
    <script state="on">
      <action>maincpu.pb@10B03D=40</action>
    </script>
  </cheat>

Change Background:

Code: Select all

  <cheat desc="Change Background">
    <parameter>
      <item value="0x0C">City Streets</item>
      <item value="0x0D">Basketball Court</item>
      <item value="0x0E">Wastelands</item>
      <item value="0x0F">No Background</item>
      <item value="0x10">Dojo</item>
      <item value="0x11">No Background</item>
      <item value="0x12">Parking Lot</item>
      <item value="0x13">Wrestling Ring</item>
      <item value="0x14">Subway</item>
    </parameter>
    <script state="change">
      <action condition="(maincpu.pb@10B009 == 4)">maincpu.pb@10B008=param, maincpu.pb@10B009=00</action>
    </script>
  </cheat>

Finish Round Now:

Code: Select all

  <cheat desc="Finish Round Now!"> <comment>To Activate this before, Infinite Time cheat must turn off.</comment>
    <script state="on">
      <action>maincpu.pb@10B649=00</action>
    </script>
  </cheat>
mezdap
Posts: 163
Joined: Sun Feb 04, 2018 5:16 am
Has thanked: 3 times
Been thanked: 4 times

[aodk] Aggressors of Dark Kombat

Post by mezdap »

Change Background:Update

Code: Select all

  <cheat desc="Change Background">
    <parameter>
      <item value="0x0B">Forest</item>
      <item value="0x0C">City Streets</item>
      <item value="0x0D">Basketball Court</item>
      <item value="0x0E">Wastelands</item>
      <item value="0x0F">No Background</item>
      <item value="0x10">Dojo</item>
      <item value="0x11">No Background</item>
      <item value="0x12">Parking Lot</item>
      <item value="0x13">Wrestling Ring</item>
      <item value="0x14">Subway</item>
    </parameter>
    <script state="change">
      <action condition="(maincpu.pb@10B009 == 4)">maincpu.pb@10B008=param, maincpu.pb@10B009=00</action>
    </script>
  </cheat>
Missed one stage (Forest)
Post Reply