[pwrinst2] Power Instinct 2 (US, Ver. 94/04/08)

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
Abystus
Posts: 571
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 4 times
Been thanked: 47 times

[pwrinst2] Power Instinct 2 (US, Ver. 94/04/08)

Post by Abystus »

pwrinst2.xml

Code: Select all

<cheat desc="Hit Anywhere Both Players">
    <script state="run">
      <action>maincpu.ow@023ACE=6002</action>
      <action>maincpu.ow@023AD2=6002</action>
      <action>maincpu.ow@023ADA=6002</action>
      <action>maincpu.ow@023AE2=6002</action>
      <action>maincpu.ow@023AEA=6002</action>
    </script>
    <script state="off">
      <action>maincpu.ow@023ACE=6700</action>
      <action>maincpu.ow@023AD2=6A00</action>
      <action>maincpu.ow@023ADA=6E00</action>
      <action>maincpu.ow@023AE2=6D00</action>
      <action>maincpu.ow@023AEA=6E00</action>
    </script>
</cheat>
Bored? Watch some of my hacks here.
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 16 times
Contact:

Re: [pwrinst2] Power Instinct 2 (US, Ver. 94/04/08)

Post by Pugsy »

Thanks, added
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
User avatar
Abystus
Posts: 571
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 4 times
Been thanked: 47 times

Re: [pwrinst2] Power Instinct 2 (US, Ver. 94/04/08)

Post by Abystus »

pwrinst2.xml

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <script state="on">
      <action>temp0=maincpu.mw@01117A</action>
    </script>
    <script state="run">
      <action>maincpu.mw@01117A=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@01117A=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Through Opponent">
    <script state="on">
      <action>temp0=maincpu.mw@0230E2</action>
    </script>
    <script state="run">
      <action>maincpu.mw@0230E2=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@0230E2=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Through Stage Boundaries">
    <comment>Best used in Vs mode. May crash the game if you go too far out of bounds on certain levels.</comment>
    <script state="on">
      <action>temp0=maincpu.mw@00B448</action>
      <action>temp1=maincpu.mw@00B488</action>
      <action>temp2=maincpu.mw@00B556</action>
      <action>temp3=maincpu.mw@00B5C6</action>
      <action>temp4=maincpu.mw@021FBC</action>
      <action>temp5=maincpu.mw@021FE2</action>
    </script>
    <script state="run">
      <action>maincpu.mw@00B448=6002</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.mw@00B488=6002</action>
      <action>maincpu.mw@00B556=6000</action>
      <action>maincpu.mw@00B5C6=6000</action>
      <action>maincpu.mw@021FBC=6000</action>
      <action>maincpu.mw@021FE2=6000</action>
    </script>
    <script state="off">
      <action>maincpu.mw@00B448=temp0</action>
      <action>maincpu.mw@00B488=temp1</action>
      <action>maincpu.mw@00B556=temp2</action>
      <action>maincpu.mw@00B5C6=temp3</action>
      <action>maincpu.mw@021FBC=temp4</action>
      <action>maincpu.mw@021FE2=temp5</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 16 times
Contact:

Re: [pwrinst2] Power Instinct 2 (US, Ver. 94/04/08)

Post by Pugsy »

Thanks, added (and duped)
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
Post Reply