Kiki Kaikai
<cheat desc="Infinite Lives">
<script state="run">
<action>
[email protected]=09</action>
</script>
</cheat>
<cheat desc="Invincibility (Enable with Skip RAM/ROM Check)"> <comment>ROM Code - you must enable this in conjuction with Skip RAM/ROM Check</comment>
<script state="on">
<action>temp0
[email protected]</action>
<action>temp1
[email protected]</action>
<action>temp2
[email protected]</action>
<action>temp3
[email protected]</action>
<action>temp4
[email protected]</action>
</script>
<script state="run">
<action>
[email protected]=DAB732AF</action>
<action>
[email protected]=00E1CB32|(
[email protected] BAND ~00FFFFFF)</action> <!-- 1st - 3rd = Clear the collision flag -->
<action>
[email protected]=C9E8A232</action> <!-- xor a - ld a,($DAB7)/($E1CB)/($E8A2) - ret -->
<action>
[email protected]=C9</action> <!-- Wisp, Bosses etc -->
<action>
[email protected]=18</action> <!-- Avoid the character freeze -->
</script>
<script state="off">
<action>
[email protected]=temp0 </action>
<action>
[email protected]=temp1 </action>
<action>
[email protected]=temp2 </action>
<action>
[email protected]=temp3 </action>
<action>
[email protected]=temp4 </action>
</script>
</cheat>
ThunderCross
<cheat desc="Infinite Credits">
<script state="run">
<action>
[email protected]=FF</action>
</script>
</cheat>
<cheat desc="Select Starting Stage"> <comment>Enable on the 'Press Start' screen after you've inserted a credit</comment>
<parameter min="1" max="7" step="1"/>
<script state="on">
<action>
[email protected]=FF</action>
</script>
<script state="change">
<action>
[email protected]=(param-1)</action>
</script>
</cheat>
<cheat desc="Invincibility">
<script state="on">
<action>temp0
[email protected]</action>
<action>temp1
[email protected]</action>
<action>temp2
[email protected]</action>
</script>
<script state="run">
<action>
[email protected]=60</action>
<action>
[email protected]=8F</action> <!-- 1st = Scenery, 2nd = Fire -->
<action>
[email protected]=8F</action> <!-- Enemy -->
</script>
<script state="off">
<action>
[email protected]=temp0 </action>
<action>
[email protected]=temp1 </action>
<action>
[email protected]=temp2 </action>
</script>
</cheat>