[chaoshea] select starting stage & happy ending

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
syndromtr
Posts: 232
Joined: Wed Sep 25, 2013 8:18 am
Been thanked: 1 time

[chaoshea] select starting stage & happy ending

Post by syndromtr »

requested,

select starting stage: 1 to 5, including fail stages.
happy ending:
what i found is, normal (unhappy) ending is, player's head goes down during endsequence, and then appears with red eyes & screams heard inside ship.
happy ending is, probably, after i changed 2 parameters, player says : "i hope so" and then inside of ship gets brighter + "the chaos continues" message appears.
so, set this cheat while fighting VS final boss, at Stage 5. this also sets completion percentage to 100%.

Code: Select all

	<cheat desc="Select Starting Stage"> <comment>Stage 2-1 and 3-1 are fail stages of Stage 2 and 3 respectively.</comment>
		<parameter>
			<item value="0x00">Stage 1</item>
			<item value="0x01">Stage 2</item>
			<item value="0x02">Stage 2-1</item>
			<item value="0x03">Stage 3</item>
			<item value="0x04">Stage 3-1</item>
			<item value="0x05">Stage 4</item>
			<item value="0x06">Stage 5</item>
		</parameter>
		<script state="run">
			<action condition="(maincpu.pb@142084 == 00)">maincpu.pb@142084=param</action>
		</script>
	</cheat>
	
	<cheat desc="Enable Happy Ending with 100% Now!"> <comment>Set it at final boss screen of Stage 5.</comment>
		<script state="on">
			<action condition="(maincpu.pd@142084 == 00070006)">maincpu.pb@1428A8=64, maincpu.pb@14285C=00</action>
		</script>
	</cheat>
invincibility
Posts: 41
Joined: Fri Dec 28, 2001 1:00 am

Re: [chaoshea] select starting stage & happy ending

Post by invincibility »

Thanks for the hard work!
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: [chaoshea] select starting stage & happy ending

Post by Pugsy »

Thanks, added.
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
Post Reply