Page 1 of 1

[powerins] Power Instinct (USA)

Posted: Wed Mar 20, 2013 5:38 am
by Abystus
powerins.xml

Code: Select all

<cheat desc="Hit Anywhere Both Players">
    <comment>Does not work on bonus stages.</comment>
    <script state="run">
      <action>maincpu.ow@016B00=6002</action>
      <action>maincpu.ow@016B18=6002</action>
      <action>maincpu.ow@016B20=6002</action>
      <action>maincpu.ow@016B28=6002</action>
      <action>maincpu.ow@016B30=6002</action>
      <action>maincpu.ow@016B38=6000</action>
    </script>
    <script state="off">
      <action>maincpu.ow@016B00=6600</action>
      <action>maincpu.ow@016B18=6700</action>
      <action>maincpu.ow@016B20=6E00</action>
      <action>maincpu.ow@016B28=6D00</action>
      <action>maincpu.ow@016B30=6E00</action>
      <action>maincpu.ow@016B38=6C00</action>
    </script>
</cheat>

Re: [powerins] Power Instinct (USA)

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

Re: [powerins] Power Instinct (USA)

Posted: Tue Sep 26, 2023 1:49 am
by Abystus
powerins.xml

Code: Select all

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

Code: Select all

  <cheat desc="Walk Through Opponent">
    <script state="on">
      <action>temp0=maincpu.mw@01628C</action>
    </script>
    <script state="run">
      <action>maincpu.mw@01628C=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@01628C=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@007E5A</action>
      <action>temp1=maincpu.mw@007E9A</action>
      <action>temp2=maincpu.mw@007F60</action>
      <action>temp3=maincpu.mw@007FC8</action>
      <action>temp4=maincpu.mw@0157FC</action>
      <action>temp5=maincpu.mw@015822</action>
    </script>
    <script state="run">
      <action>maincpu.mw@007E5A=6002</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.mw@007E9A=6002</action>
      <action>maincpu.mw@007F60=6000</action>
      <action>maincpu.mw@007FC8=6000</action>
      <action>maincpu.mw@0157FC=6000</action>
      <action>maincpu.mw@015822=6000</action>
    </script>
    <script state="off">
      <action>maincpu.mw@007E5A=temp0</action>
      <action>maincpu.mw@007E9A=temp1</action>
      <action>maincpu.mw@007F60=temp2</action>
      <action>maincpu.mw@007FC8=temp3</action>
      <action>maincpu.mw@0157FC=temp4</action>
      <action>maincpu.mw@015822=temp5</action>
    </script>
  </cheat>

Re: [powerins] Power Instinct (USA)

Posted: Fri Sep 29, 2023 4:21 pm
by Pugsy
Thanked, added - simply duped for most clones - but not powerinspj (time)