[megadrij/raiden] Raiden Trad/Raiden Densetsu

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/raiden] Raiden Trad/Raiden Densetsu

Post by jman »

Code: Select all

<cheat desc="no hit (wip)">
	<script state="on">
		<action>mdslot:cart:rom.mb@4e76 = 60</action> <!-- enemy -->
		<action>mdslot:cart:rom.mb@4f4a = 60</action> <!-- bullet -->
	</script>
	<script state="off">
		<action>mdslot:cart:rom.mb@4e76 = 6f</action>
		<action>mdslot:cart:rom.mb@4f4a = 6f</action>
	</script>
</cheat>

<cheat desc="fire speed up (wip)">
	<script state="on">
		<action>mdslot:cart:rom.mb@6661 = 00</action>
	</script>
	<script state="off">
		<action>mdslot:cart:rom.mb@6661 = 1e</action>
	</script>
</cheat>

<cheat desc="player speed (wip)">
	<parameter min="0x01" max="0x05" step="0x01" />
	<script state="on">
		<action>mdslot:cart:rom.md@6696 = 323c0000</action>
		<action>mdslot:cart:rom.md@66d2 = 323c0000</action>
	</script>
	<script state="change">
		<action>mdslot:cart:rom.mb@6699 = 10 * param</action>
		<action>mdslot:cart:rom.mb@66d5 = 0c * param</action>
	</script>
	<script state="off">
		<action>mdslot:cart:rom.md@6696 = 322b0052</action>
		<action>mdslot:cart:rom.md@66d2 = 322b0054</action>
	</script>
</cheat>

<cheat desc="bullet speed - red (wip)">
	<parameter min="0x01" max="0x04" step="0x01" />
	<script state="change">
		<action>mdslot:cart:rom.mb@32403 = 38 * param</action>
		<action>mdslot:cart:rom.mb@32407 = 36 * param</action>
		<action>mdslot:cart:rom.mb@3247f = 36 * param</action>
		<action>mdslot:cart:rom.mb@3240b = 33 * param</action>
		<action>mdslot:cart:rom.mb@3247b = 33 * param</action>
		<action>mdslot:cart:rom.mb@32413 = 27 * param</action>
		<action>mdslot:cart:rom.mb@32473 = 27 * param</action>
	</script>
	<script state="off">
		<action>mdslot:cart:rom.mb@32403 = 70</action>
		<action>mdslot:cart:rom.mb@32407 = 6d</action>
		<action>mdslot:cart:rom.mb@3247f = 6d</action>
		<action>mdslot:cart:rom.mb@3240b = 67</action>
		<action>mdslot:cart:rom.mb@3247b = 67</action>
		<action>mdslot:cart:rom.mb@32413 = 4f</action>
		<action>mdslot:cart:rom.mb@32473 = 4f</action>
	</script>
</cheat>
Post Reply