Page 1 of 1

[zerowing1] screen flash off rom<->ram conversion

Posted: Sat May 04, 2024 6:08 pm
by gigadeath
this is a ROM (region) type cheat, I need converted as RAM cheat

old format

:zerowing:20100001:000186:00006010:0000FFFF:FLASH OFF

:zerowing:20100001:000186:00000679:0000FFFF:FLASH RESTORE (need this when machine is reset)


new format

<cheat desc="Flash'"> <comment>Stops the whole screen flashing red when something is hit</comment>
<script state="on">
<action>temp0 =maincpu.mw@00186</action>
</script>
<script state="run">
<action>maincpu.mw@00186=6010</action>
</script>
<script state="off">
<action>maincpu.mw@00186=temp0 </action>
</script>
</cheat>


thank you very much ^_^