[breakrev] Breakers Revenge
Posted: Wed Nov 15, 2023 4:43 am
breakrev.xml
Code: Select all
<cheat desc="Rila always turns into a lion" tempvariables="2">
<comment>May affect other characters' winpose selection when active</comment>
<script state="on">
<action>temp0=maincpu.rw@5D1BA</action>
<action>temp1=maincpu.rd@28E64</action>
</script>
<script state="run">
<action>maincpu.rw@5D1BA=0100</action>
<action>maincpu.rd@28E64=6000008A</action>
</script>
<script state="off">
<action>maincpu.rw@5D1BA=temp0</action>
<action>maincpu.rd@28E64=temp1</action>
</script>
</cheat>