Page 1 of 1

[3wonders] Invincibility Fixes

Posted: Sat Dec 25, 2010 6:31 am
by VisitntX
The invincibility for those games make the character constantly flicker. I made some ROM cheats that will fix that making you invincible without any flicker.

Midnight Wanderers

Code: Select all

<cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.mw@00DF34</action>
    </script>
    <script state="run">
      <action>maincpu.mw@00DF34=6700</action>
    </script>
    <script state="off">
      <action>maincpu.mw@00DF34=temp0 </action>
    </script>
  </cheat>
Chariot

Code: Select all

<cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.mw@02C34C</action>
    </script>
    <script state="run">
      <action>maincpu.mw@02C34C=6700</action>
    </script>
    <script state="off">
      <action>maincpu.mw@02C34C=temp0 </action>
    </script>
  </cheat>

Re: [3wonders] Invincibility Fixes

Posted: Sun Dec 26, 2010 9:55 am
by Pugsy
Thanks, added.

Re: [3wonders] Invincibility Fixes

Posted: Mon Dec 27, 2010 3:47 am
by VisitntX
You're welcome. It feels really good being useful again.