[3wonders] Invincibility Fixes
Posted: Sat Dec 25, 2010 6:31 am
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
Chariot
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>
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>