[aliencha]+[alienchac] cheats (0.138u2)

This forum is the archive of arcade cheats that have already been added to the current or the next release of the cheat file.
Post Reply
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:

[aliencha]+[alienchac] cheats (0.138u2)

Post by Pugsy »

Basic cheats for this fighter introduced/fixed in u2.

aliencha.xml:-

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pb@200F31=64</action>
    </script>
  </cheat>

  <cheat desc="Finish this Round Now!">
    <script state="on">
      <action>maincpu.pb@200F31=00</action>
    </script>
  </cheat>

  <cheat desc="Infinite Energy PL1"> <comment>Display may not be correct</comment>
    <script state="run">
      <action>maincpu.pb@200FC5=80</action>
      <action>maincpu.pd@208590=00318218</action> <!-- Fix the bar going off the screen -->
    </script>
  </cheat>

  <cheat desc="Drain all Energy Now! PL1"> <comment>Display won't be correct</comment>
    <script state="on">
      <action>maincpu.pb@200FC5=00</action>
    </script>
  </cheat>

  <cheat desc="Infinite Energy PL2"> <comment>Display may not be correct</comment>
    <script state="run">
      <action>maincpu.pb@2010A7=80</action>
      <action>maincpu.pd@2085C2=003182C4</action> <!-- Fix the bar going off the screen -->
    </script>
  </cheat>

  <cheat desc="Drain all Energy Now! PL2"> <comment>Display won't be correct</comment>
    <script state="on">
      <action>maincpu.pb@2010A7=00</action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->
alienchac.xml:-

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Time">
    <script state="run">
      <action>maincpu.pb@200F2F=64</action>
    </script>
  </cheat>

  <cheat desc="Finish this Round Now!">
    <script state="on">
      <action>maincpu.pb@200F2F=00</action>
    </script>
  </cheat>

  <cheat desc="Infinite Energy PL1"> <comment>Display may not be correct</comment>
    <script state="run">
      <action>maincpu.pb@200FC3=80</action>
      <action>maincpu.pd@20858E=00318218</action> <!-- Fix the bar going off the screen -->
    </script>
  </cheat>

  <cheat desc="Drain all Energy Now! PL1"> <comment>Display won't be correct</comment>
    <script state="on">
      <action>maincpu.pb@200FC3=00</action>
    </script>
  </cheat>

  <cheat desc="Infinite Energy PL2"> <comment>Display may not be correct</comment>
    <script state="run">
      <action>maincpu.pb@2010A5=80</action>
      <action>maincpu.pd@2085C0=003182C4</action> <!-- Fix the bar going off the screen -->
    </script>
  </cheat>

  <cheat desc="Drain all Energy Now! PL2"> <comment>Display won't be correct</comment>
    <script state="on">
      <action>maincpu.pb@2010A5=00</action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->
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)
User avatar
walterh78
Posts: 54
Joined: Tue Jun 10, 2008 1:51 am
Location: Bahia Blanca, Argentina
Contact:

Re: [aliencha]+[alienchac] cheats (0.138u2)

Post by walterh78 »

Add this cheats to aliencha.xml.. Character's names taken from http://fenixware.net/fab/fab_gameMain.asp?id=563

Code: Select all

  <cheat desc="Select Character PL1">
    <parameter>
      <item value="0x00">Nic-San a.k.a. Huang Fei Hong, Wong Fei Hung</item>
      <item value="0x01">Jean Paul (Ninja)</item>
      <item value="0x02">Stevareno (Gold Men)</item>
      <item value="0x03">Drew (Clown)</item>
      <item value="0x04">Dougster (American Quarterback)</item>
      <item value="0x05">Fang (English Werewolf)</item>
      <item value="0x06">Burnie (Fire)</item>
      <item value="0x07">Melanie a.k.a. Mulan</item>
      <item value="0x08">#Claus</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@200F60=param</action>
    </script>
  </cheat>

  <cheat desc="Select Character PL2">
    <parameter>
      <item value="0x00">Nic-San a.k.a. Huang Fei Hong, Wong Fei Hung</item>
      <item value="0x01">Jean Paul (Ninja)</item>
      <item value="0x02">Stevareno (Gold Men)</item>
      <item value="0x03">Drew (Clown)</item>
      <item value="0x04">Dougster (American Quarterback)</item>
      <item value="0x05">Fang (English Werewolf)</item>
      <item value="0x06">Burnie (Fire)</item>
      <item value="0x07">Melanie a.k.a. Mulan</item>
      <item value="0x08">#Claus</item>
    </parameter>
    <script state="run">
      <action>maincpu.pb@201042=param</action>
    </script>
  </cheat>
"The new XML format is like the high-level language (human-readable) and the old format is like machine language (human-unreadable)"Image
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: [aliencha]+[alienchac] cheats (0.138u2)

Post by Pugsy »

Thanks, added
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