[megadriv, eternalcu] Eternal Champions cheats (and clones/p

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, eternalcu] Eternal Champions cheats (and clones/p

Post by NotAGoodName »

Well, it's not the Sega CD version, but it's not bad. The sprites are large enough that it's actually comparable to arcade fighting games! Too bad the special moves and such aren't quite up to that level. Eternal Champions might have tried too hard to not be a SF2 clone.

Code: Select all

	<cheat desc="Infinite Time">
		<script state="run">
			<action>maincpu.pb@FF9CB5=99</action>
		</script>
	</cheat>
	<cheat desc="Background Select">
		<parameter>
			<item value="0x0E">Holo-Trainer Room</item>
			<item value="0x0F">Tiny Training Room</item>
			<item value="0x10">Battle Room (w options)</item>
			<item value="0x11">Battle Room (wo options)</item>
			<item value="0x12">Eternal Champion Stage</item>
			<item value="0x13">Midnight Stage</item>
			<item value="0x14">Xavier Stage</item>
			<item value="0x15">Blade Stage</item>
			<item value="0x16">Jetta Stage</item>
			<item value="0x17">R.A.X. Stage</item>
			<item value="0x18">Trident Stage</item>
			<item value="0x19">Shadow Stage</item>
			<item value="0x1A">Slash Stage</item>
			<item value="0x1B">Larcen Stage</item>
		</parameter>
		<script state="run">
			<action condition="maincpu.pb@FF9CB7 GT 0D and maincpu.pb@FF9CB7 LT 1C">maincpu.pb@FF9CB7=param</action>
		</script>
	</cheat>
<cheat desc="-----"/>
	<cheat desc="Infinite Energy P1">
		<script state="run">
			<action>maincpu.pb@FFABEF=68</action>
		</script>
	</cheat>
	<cheat desc="Infinite Power P1">
		<script state="run">
			<action>maincpu.pb@FFACAB=34</action>
		</script>
	</cheat>
	<cheat desc="Character P1">
		<parameter>
			<item value="00">Shadow</item>
			<item value="01">R.A.X.</item>
			<item value="02">Blade</item>
			<item value="03">Jetta</item>
			<item value="04">Slash</item>
			<item value="05">Trident</item>
			<item value="06">Xavier</item>
			<item value="07">Midknight</item>
			<item value="08">Larcen</item>
			<item value="09">#Eternal Champion</item>
		</parameter>
		<script state="run">
			<action>maincpu.pb@FF9CBF=param</action>
			<action condition="param==09 and maincpu.pb@FFFD65==18">maincpu.pb@FFFD65=11</action>
		</script>
	</cheat>
	<cheat desc="Eternal Champion Movelist P1"><comment>Buggy and incomplete</comment>
		<parameter>
			<item value="00">Default</item>
			<item value="01">Fire</item>
			<item value="02">Wind</item>
			<item value="03">Water</item>
			<item value="04">Lightning</item>
		</parameter>
		<script state="run">
			<action>maincpu.pb@FFAC09=param</action>
		</script>
	</cheat>
<cheat desc="-----"/>
	<cheat desc="Infinite Energy P2">
		<script state="run">
			<action>maincpu.pb@FFAABB=68</action>
		</script>
	</cheat>
	<cheat desc="Infinite Power P2">
		<script state="run">
			<action>maincpu.pb@FFAB77=34</action>
		</script>
	</cheat>
	<cheat desc="Character P2">
		<parameter>
			<item value="00">Shadow</item>
			<item value="01">R.A.X.</item>
			<item value="02">Blade</item>
			<item value="03">Jetta</item>
			<item value="04">Slash</item>
			<item value="05">Trident</item>
			<item value="06">Xavier</item>
			<item value="07">Midknight</item>
			<item value="08">Larcen</item>
			<item value="09">#Eternal Champion</item>
		</parameter>
		<script state="run">
			<action>maincpu.pb@FF9CBD=param</action>
			<action condition="param==09 and maincpu.pb@FFFD65==18">maincpu.pb@FFFD65=11</action>
		</script>
	</cheat>
	<cheat desc="Eternal Champion Movelist P2"><comment>Buggy and incomplete</comment>
		<parameter>
			<item value="00">Default</item>
			<item value="01">Fire</item>
			<item value="02">Wind</item>
			<item value="03">Water</item>
			<item value="04">Lightning</item>
		</parameter>
		<script state="run">
			<action>maincpu.pb@FFAAD5=param</action>
		</script>
	</cheat>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply