[3wonders] Invincibility Fixes

This forum is the archive of arcade cheats that have already been added to the current or the next release of the cheat file.
Post Reply
User avatar
VisitntX
Posts: 28
Joined: Tue Apr 29, 2008 8:37 pm
Location: Buenos Aires, Argentina

[3wonders] Invincibility Fixes

Post 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>
Dizzy my future, silly my way.
Genesis XML Files
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

Re: [3wonders] Invincibility Fixes

Post by Pugsy »

Thanks, added.
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
User avatar
VisitntX
Posts: 28
Joined: Tue Apr 29, 2008 8:37 pm
Location: Buenos Aires, Argentina

Re: [3wonders] Invincibility Fixes

Post by VisitntX »

You're welcome. It feels really good being useful again.
Dizzy my future, silly my way.
Genesis XML Files
Post Reply