[megadriv, sailormn] Sailor Moon cheats (and clones/parents)

This forum is for posting cheats for any non-arcade game in M.A.M.E. ( aka the M.E.S.S. games ) including any softwarelist game. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
User avatar
NotAGoodName
Posts: 331
Joined: Wed Feb 18, 2009 7:09 am
Location: MO, USA
Contact:

[megadriv, sailormn] Sailor Moon cheats (and clones/parents)

Post by NotAGoodName »

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>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply