[megadrij/rastan2j] Rastan Saga II

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
jman
Posts: 843
Joined: Tue Dec 01, 2020 1:24 pm

[megadrij/rastan2j] Rastan Saga II

Post by jman »

Code: Select all

<cheat desc="no hit (wip)">
	<script state="on">
		<action>mdslot:cart:rom.md@a928 = 70004e75</action>
	</script>
	<script state="off">
		<action>mdslot:cart:rom.md@a928 = 206f0004</action>
	</script>
</cheat>

<cheat desc="attack speed up (wip)">
	<script state="on">
		<action>mdslot:cart:rom.mq@0bcb6 = 4eb90007fc00302a</action>
		<action>mdslot:cart:rom.mq@7fc00 = 247c00ff0a927001</action>
		<action>mdslot:cart:rom.mq@7fc08 = 3540003235400036</action>
		<action>mdslot:cart:rom.mq@7fc10 = 4e75ffffffffffff</action>
		<!--
		0bcb6 | 4eb9 0007 fc00 : jsr     $7fc00.l
		7fc00 | 247c 00ff 0a92 : movea.l #$ff0a92,A2
		7fc06 | 7001           : moveq   #$1,D0
		7fc08 | 3540 0032      : move.w  D0,($32,A2)
		7fc0c | 3540 0036      : move.w  D0,($36,A2)
		7fc10 | 4e75           : rts
		-->
	</script>
	<script state="off">
		<action>mdslot:cart:rom.mq@0bcb6 = 247c00ff0a92302a</action>
		<action>mdslot:cart:rom.mq@7fc00 = ffffffffffffffff</action>
		<action>mdslot:cart:rom.mq@7fc08 = ffffffffffffffff</action>
		<action>mdslot:cart:rom.mq@7fc10 = ffffffffffffffff</action>
	</script>
</cheat>

<cheat desc="multiple jump (wip)">
	<script state="on">
		<action>mdslot:cart:rom.mw@b8f4 = 4e71</action>
	</script>
	<script state="off">
		<action>mdslot:cart:rom.mw@b8f4 = 6c06</action>
	</script>
</cheat>
Post Reply