Page 1 of 1

[redearth] Red Earth (Euro 961121)

Posted: Wed Jan 29, 2014 7:58 am
by Abystus
redearth.xml

Code: Select all

<cheat desc="Hit Anywhere Both Players">
    <comment>Enable before match or it will not work. Does not work in bonus areas.</comment>
    <script state="run">
      <action>maincpu.ow@06030E28=0009</action>
      <action>maincpu.ow@06030ECC=0009</action>
      <action>maincpu.ow@06030ED8=0009</action>
      <action>maincpu.ow@06047A42=0009</action>
      <action>maincpu.ow@06047A62=0009</action>
    </script>
    <script state="off">
      <action>maincpu.ow@06030E28=A0B4</action>
      <action>maincpu.ow@06030ECC=890C</action>
      <action>maincpu.ow@06030ED8=8B06</action>
      <action>maincpu.ow@06047A42=8925</action>
      <action>maincpu.ow@06047A62=8915</action>
    </script>
</cheat>

Re: [redearth] Red Earth (Euro 961121)

Posted: Sun Apr 20, 2014 5:01 pm
by Pugsy
Thanks, added

Re: [redearth] Red Earth (Euro 961121)

Posted: Tue Sep 19, 2023 1:56 am
by Abystus
redearth.xml

Code: Select all

  <cheat desc="Walk Through Opponent">
    <comment>Enable before the character select screen, or it will not work.</comment>
    <script state="on">
      <action>temp0=maincpu.ow@06047162</action>
    </script>
    <script state="run">
      <action>maincpu.ow@06047162=0009</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.ow@06047162=temp0</action>
    </script>
  </cheat>

Re: [redearth] Red Earth (Euro 961121)

Posted: Tue Sep 19, 2023 11:49 pm
by Pugsy
Thanks, added