[megadriv, sailormn] Sailor Moon cheats (and clones/parents)
Posted: Tue Mar 05, 2013 10:02 pm
Aww yeah. Another Sailor Moon beatemup. You'd think that not having 2P mode would be a serious problem, but then again, you have to think about how eager you'd be to want to play this with a friend.
Code: Select all
<cheat desc="Infinite Lives">
<script state="run">
<action>maincpu.pb@FFFE8A=09</action>
</script>
</cheat>
<cheat desc="Infinite Energy">
<script state="run">
<action>maincpu.pd@FFE050=00E000E0</action>
<action>maincpu.pb@FFFE85=E0</action>
</script>
</cheat>
<cheat desc="Invincibility"><comment>Can't use charge move when invincible.</comment>
<script state="run">
<action>maincpu.pb@FFE03F=F7</action>
</script>
</cheat>
<cheat desc="Always Have Paper Fan">
<script state="run">
<action>maincpu.pb@FFFE35=01</action>
</script>
</cheat>
<cheat desc="Always A Ranking">
<script state="run">
<action>maincpu.pb@FFE080=00</action>
</script>
</cheat>
<cheat desc="Character">
<parameter>
<item value="0x02">Sailor Moon</item>
<item value="0x04">Sailor Murcury</item>
<item value="0x06">Sailor Mars</item>
<item value="0x08">Sailor Jupiter</item>
<item value="0x0A">Sailor Venus</item>
</parameter>
<script state="run">
<action>maincpu.pb@FFE001=param</action>
</script>
</cheat>