Page 1 of 1

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

Posted: Wed Mar 20, 2013 6:34 am
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>

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

Posted: Wed Jun 12, 2013 10:47 pm
by Pugsy
Thanks, added

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

Posted: Tue Sep 26, 2023 2:44 am
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>

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

Posted: Fri Sep 29, 2023 4:26 pm
by Pugsy
Thanks, added (and duped)