[zeroteam][zerotm2k]Enemy Change into Boss

This forum is for posting M.A.M.E. Work In Progress "Arcade"cheats that are not quite ready for the prime time. If the cheats are buggy or the cheat descriptions are non-standard then please post them here. Help maybe given but there are no guarantees and they will only be added to the cheat file when the cheat file maintainer is happy with them.
Post Reply
invincibility
Posts: 41
Joined: Fri Dec 28, 2001 1:00 am

[zeroteam][zerotm2k]Enemy Change into Boss

Post by invincibility »

zeroteam

Code: Select all

 <cheat desc="Enemy Change into Boss">
    <script state="on">
	  <action>:maincpu.ppw@010ce=3100</action>
	  <action>:maincpu.ppw@011ce=3100</action>
	  <action>:maincpu.ppw@010d0=b0ce</action>
	  <action>:maincpu.ppw@011d0=b0ce</action>
	  <action>:maincpu.ppw@010f4=0100</action>
	  <action>:maincpu.ppw@011f4=0100</action>
	  <action>:maincpu.ppb@010f6=02</action>
	  <action>:maincpu.ppb@011f6=02</action>
	  <action>:maincpu.ppb@01152=01</action>
	  <action>:maincpu.ppb@01252=01</action>
	 </script>
  </cheat>  	  

 <cheat desc="Unlimited Bosses">
    <script state="run">
      <action>:maincpu.ppb@091aa=00</action>
    </script>
  </cheat>

zerotm2k

Code: Select all

 <cheat desc="Enemy Change into Boss">
    <script state="on">
	  <action>:maincpu.ppw@010da=3100</action>
	  <action>:maincpu.ppw@011da=3100</action>
	  <action>:maincpu.ppw@010dc=adb2</action>
	  <action>:maincpu.ppw@011dc=adb2</action>
	  <action>:maincpu.ppw@01100=0100</action>
	  <action>:maincpu.ppw@01200=0100</action>
	  <action>:maincpu.ppb@01102=02</action>
	  <action>:maincpu.ppb@01202=02</action>
	  <action>:maincpu.ppb@0115e=01</action>
	  <action>:maincpu.ppb@0125e=01</action>
    </script>
  </cheat>  	  

  <cheat desc="Unlimited Bosses">
    <script state="run">
      <action>:maincpu.ppb@091B6=00</action>
    </script>
  </cheat>

The unlimited bosses cheat must be enabled, or you can't kill more than 2 bosses at a stage.

Attention: This is a wip cheat, it hangs the game sometimes.
Last edited by invincibility on Wed Oct 08, 2014 12:56 pm, edited 1 time in total.
invincibility
Posts: 41
Joined: Fri Dec 28, 2001 1:00 am

Re: [zeroteam][zerotm2k]Enemy Change into Boss

Post by invincibility »

update, modified a bit...
invincibility
Posts: 41
Joined: Fri Dec 28, 2001 1:00 am

Re: [zeroteam][zerotm2k]Enemy Change into Boss

Post by invincibility »

update, hope the codes get more stable.
Post Reply