Page 1 of 1

[plegends] Gogetsuji Legends (US, Ver. 95/06/20)

Posted: Wed Jul 04, 2012 5:51 pm
by Abystus
plegends.xml

Code: Select all

<cheat desc="Hit Anywhere Both Players">
    <script state="run">
      <action>maincpu.mw@02FD34=6000</action>
      <action>maincpu.mw@02FD36=001E</action>
    </script>
    <script state="off">
      <action>maincpu.mw@02FD34=6700</action>
      <action>maincpu.mw@02FD36=0026</action>
    </script>
</cheat>

Re: [plegends] Gogetsuji Legends (US, Ver. 95/06/20)

Posted: Sat Sep 22, 2012 3:44 pm
by Pugsy
Thanks, added. Duped for single identical clone.

Re: [plegends] Gogetsuji Legends (US, Ver. 95/06/20)

Posted: Mon Sep 25, 2023 11:20 pm
by Abystus
plegends.xml

Code: Select all

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

Code: Select all

  <cheat desc="Walk Through Opponent">
    <script state="on">
      <action>temp0=maincpu.mw@02F670</action>
    </script>
    <script state="run">
      <action>maincpu.mw@02F670=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@02F670=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@00B562</action>
      <action>temp1=maincpu.mw@00B5A2</action>
      <action>temp2=maincpu.mw@00B74C</action>
      <action>temp3=maincpu.mw@00B7BC</action>
      <action>temp4=maincpu.mw@02E96C</action>
      <action>temp5=maincpu.mw@02E992</action>
    </script>
    <script state="run">
      <action>maincpu.mw@00B562=6002</action> <!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.mw@00B5A2=6002</action>
      <action>maincpu.mw@00B74C=6000</action>
      <action>maincpu.mw@00B7BC=6000</action>
      <action>maincpu.mw@02E96C=6000</action>
      <action>maincpu.mw@02E992=6000</action>
    </script>
    <script state="off">
      <action>maincpu.mw@00B562=temp0</action>
      <action>maincpu.mw@00B5A2=temp1</action>
      <action>maincpu.mw@00B74C=temp2</action>
      <action>maincpu.mw@00B7BC=temp3</action>
      <action>maincpu.mw@02E96C=temp4</action>
      <action>maincpu.mw@02E992=temp5</action>
    </script>
  </cheat>

Some pretty interesting things to be found out of bounds in this game...

Re: [plegends] Gogetsuji Legends (US, Ver. 95/06/20)

Posted: Fri Sep 29, 2023 4:02 pm
by Pugsy
Thanks, added