Page 1 of 1

[misc]+ Quick ROM Invincibility Cheats

Posted: Mon May 04, 2009 4:26 pm
by Pugsy
My own dedicated thread for some quick ROM Invincibility cheats...they will be posted in the old format and they will be in the next XML cheat collection so I'm not posting them here as XML cheats. If anybody spots any bugs with any of them - please post them here.

The following code has some gfx glitches but nothing major.

Code: Select all

:beezer:00900000:9957:0000011B:FFFFFFFF:Invincibility::Collisions ( NOTE - All 3 Parts modify the Program Code)
:beezer:00810000:9B23:00000020:FFFFFFFF:Invincibility (2/3):Teleport out of shaded cell on first movement
:beezer:20810000:DD7E:00000039:FFFFFFFF:Invincibility (3/3):Cell shading

:beezer1:20900000:DBBE:0000010D:FFFFFFFF:Invincibility::Collisions
:beezer1:20800000:DE63:00000039:FFFFFFFF:Invincibility (2/2):Cell shading + Teleport out of shaded cell on first movement

Re: [misc]+ Quick ROM Invincibility Cheats

Posted: Tue May 05, 2009 5:38 pm
by Pugsy
Posted goldnaxe last night in another thread, here it is again with cheats for the working clones which were actually a lot trickier.

Code: Select all

:goldnaxe:20800000:00ADCA:00000060:FFFFFFFF:Invincibility:You can still be hurt by other players or by falling down holes
:goldnaxu:A0880000:00AEFA:00000060:00000066:Invincibility:You can still be hurt by other players or by falling down holes
:goldnaxj:A0880000:00AE62:00000060:00000066:Invincibility:You can still be hurt by other players or by falling down holes
:goldnax3:A0880000:00AE62:00000060:00000066:Invincibility:You can still be hurt by other players or by falling down holes
:goldnax2:A0880000:00ADA4:00000060:00000066:Invincibility:You can still be hurt by other players or by falling down holes
:goldnax1:A0880000:00AEFA:00000060:00000066:Invincibility:You can still be hurt by other players or by falling down holes

[shikigam] Program Code Invincibility cheat

Posted: Tue May 05, 2009 10:53 pm
by Pugsy
Two quickies off the reason list, new type cheats for obvious reasons:-

shikigam.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.pd@80030378</action>
    </script>
    <script state="run">
      <action>maincpu.pd@80030378=0800C14D</action> <!-- Program Code -->
    </script>
    <script state="off">
      <action>maincpu.pd@80030378=temp0 </action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->
raycris.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.pd@8003235C</action>
      <action>temp1 =maincpu.pd@80086E38</action>
    </script>
    <script state="run">
      <action>maincpu.pd@8003235C=0800C8E2</action> <!-- Program Code - Ships -->
      <action>maincpu.pd@80086E38=08021C05</action> <!-- Ammo -->
    </script>
    <script state="off">
      <action>maincpu.pd@8003235C=temp0 </action>
      <action>maincpu.pd@80086E38=temp1 </action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->

Re: [misc]+ Quick ROM Invincibility Cheats

Posted: Wed May 06, 2009 11:59 pm
by Pugsy

Code: Select all

:cavelon:20800000:20A2:000000C9:FFFFFFFF:Invincibility

Re: [misc]+ Quick ROM Invincibility Cheats

Posted: Thu May 07, 2009 10:12 pm
by Pugsy

Code: Select all

:goldbug:20800000:212C:0000001F:FFFFFFFF:Invincibility::Beasties
:goldbug:20810000:49C8:0000001B:FFFFFFFF:Invincibility (2/2):Bugs

Re: [misc]+ Quick ROM Invincibility Cheats

Posted: Fri May 08, 2009 3:49 pm
by Pugsy

Code: Select all

:schaser:20800000:1180:000000C9:FFFFFFFF:Invincibility:Note when you go through the enemy you will leave gfx clutter which will count towards your pill total
:schasrcv:20800000:1161:000000C9:FFFFFFFF:Invincibility:Note when you go through the enemy you will leave gfx clutter which will count towards your pill total

mt_shado

Posted: Fri May 08, 2009 4:38 pm
by Pugsy
Shadow Dancer (Mega-Tech) added in 0.131u1, game seems to work ok. Added my cheats from the hazemd cheat file (easy peasy).

mt_shado.xml

Code: Select all

<mamecheat version="1">

  <cheat desc="Invincibility">
    <script state="on">
      <action>temp0 =maincpu.mw@00E2BC</action>
      <action>temp1 =maincpu.mw@00E4E6</action>
      <action>temp2 =maincpu.mw@00E580</action>
      <action>temp3 =maincpu.mw@00E5A0</action>
      <action>temp4 =maincpu.mw@00E622</action>
    </script>
    <script state="run">
      <action>maincpu.mw@00E2BC=4E71</action>
      <action>maincpu.mw@00E4E6=6000</action> <!-- ROM Codes -->
      <action>maincpu.mw@00E580=4E71</action>
      <action>maincpu.mw@00E5A0=4E71</action>
      <action>maincpu.mw@00E622=4E71</action>
    </script>
    <script state="off">
      <action>maincpu.mw@00E2BC=temp0 </action>
      <action>maincpu.mw@00E4E6=temp1 </action>
      <action>maincpu.mw@00E580=temp2 </action>
      <action>maincpu.mw@00E5A0=temp3 </action>
      <action>maincpu.mw@00E622=temp4 </action>
    </script>
  </cheat>

</mamecheat>
<!-- Cheat file downloaded from http://www.mamecheat.co.uk, see cheat.txt for list of contributors. -->

Re: [misc]+ Quick ROM Invincibility Cheats

Posted: Sat May 09, 2009 3:49 pm
by Pugsy

Code: Select all

:deltrace:20800000:227A:000000C9:FFFFFFFF:Invincibility::ROM Code
:omegrace:20800000:227A:000000C9:FFFFFFFF:Invincibility::ROM Code

Re: [misc]+ Quick ROM Invincibility Cheats

Posted: Sat May 09, 2009 4:46 pm
by Pugsy

Code: Select all

:lockon:A0800000:F5FD9:000000EB:FFFFFFFF:Invincibility::ROM Code
:lockonc:A0800000:F5FD3:000000EB:FFFFFFFF:Invincibility::ROM Code

Re: [misc]+ Quick ROM Invincibility Cheats

Posted: Sat May 09, 2009 5:45 pm
by Pugsy

Code: Select all

; [ Maze Invaders (prototype) ]
:mazeinv:00000000:00C1:00000006:FFFFFFFF:Infinite Lives
:mazeinv:00000000:00EE:00000009:00000009:Always have Maximum Bonus
:mazeinv:20900000:3103:000038EA:FFFFFFFF:Invincibility::ROM Code

Re: [misc]+ Quick ROM Invincibility Cheats

Posted: Sat May 09, 2009 7:22 pm
by Pugsy
Long time in my WIP section - cleaned them up a little. They are not bug free...not include the sqbert cheats as they still need work.

Note when the slinky suicides the enemies may pasue for a while...

Code: Select all

:myqbert:20800000:BA0E:000000EB:FFFFFFFF:No Sprite/Sprite Collision:You can still die if you jump off the board though:Pt 1 Stop Slinky making you Invisible on Suicide
:myqbert:20810000:BFBE:000000EB:FFFFFFFF:No Sprite/Sprite Collision (2/2):Pt 2 Collisions

:qbert:20800000:B78E:000000EB:FFFFFFFF:No Sprite/Sprite Collision:You can still die if you jump off the board though:Pt 1 Stop Slinky making you Invisible on Suicide
:qbert:20810000:BD39:000000EB:FFFFFFFF:No Sprite/Sprite Collision (2/2):Pt 2 Collisions

:qberta:20800000:B78E:000000EB:FFFFFFFF:No Sprite/Sprite Collision:You can still die if you jump off the board though:Pt 1 Stop Slinky making you Invisible on Suicide
:qberta:20810000:BD39:000000EB:FFFFFFFF:No Sprite/Sprite Collision (2/2):Pt 2 Collisions

:qbertjp:20800000:B9FE:000000EB:FFFFFFFF:No Sprite/Sprite Collision:You can still die if you jump off the board though:Pt 1 Stop Slinky making you Invisible on Suicide
:qbertjp:20810000:BFA9:000000EB:FFFFFFFF:No Sprite/Sprite Collision (2/2):Pt 2 Collisions

:qberttst:20800000:B7CE:000000EB:FFFFFFFF:No Sprite/Sprite Collision:You can still die if you jump off the board though:Pt 1 Stop Slinky making you Invisible on Suicide
:qberttst:20810000:BD79:000000EB:FFFFFFFF:No Sprite/Sprite Collision (2/2):Pt 2 Collisions

Re: [misc]+ Quick ROM Invincibility Cheats

Posted: Sat May 16, 2009 4:19 pm
by Pugsy
yellowcj is also the same....but obviously they have to be xml format

Code: Select all

:kamikcab:20800000:C6BB:00000018:FFFFFFFF:Invincibility::Obstacles
:kamikcab:20810000:D9F8:00000000:FFFFFFFF:Invincibility (2/3):Train
:kamikcab:20810000:DB7F:00000060:FFFFFFFF:Invincibility (3/3):Road Vehicles

:yellowcb:20800000:C6BB:00000018:FFFFFFFF:Invincibility::Obstacles
:yellowcb:20810000:D9F8:00000000:FFFFFFFF:Invincibility (2/3):Train
:yellowcb:20810000:DB7F:00000060:FFFFFFFF:Invincibility (3/3):Road Vehicles

Re: [misc]+ Quick ROM Invincibility Cheats

Posted: Sun May 17, 2009 6:35 pm
by Pugsy

Code: Select all

:rollingc:20800000:4372:000000C3:FFFFFFFF:Invincibility
:rougien:20800000:25CB:00000018:FFFFFFFF:Invincibility

Re: [misc]+ Quick ROM Invincibility Cheats

Posted: Sun May 17, 2009 11:45 pm
by Pugsy

Code: Select all

:olibochu:20800000:3964:000000DA:FFFFFFFF:Invincibility::Rare Collision
:olibochu:20810000:3A59:000000C3:FFFFFFFF:Invincibility (2/2):Most Collisions

Re: [misc]+ Quick ROM Invincibility Cheats

Posted: Mon May 18, 2009 12:30 am
by Pugsy

Code: Select all

:samurai:A0800000:54B8:00000018:FFFFFFFF:Invincibility::Blue Samurai Pt 1
:samurai:A0810000:54D1:00000018:FFFFFFFF:Invincibility (2/6):Blue Samurai Pt 2
:samurai:A0810000:57A6:00000000:FFFFFFFF:Invincibility (3/6):Cyan Samurai Pt 1
:samurai:A0810000:580E:00000018:FFFFFFFF:Invincibility (4/6):Cyan Samurai Pt 2
:samurai:A0810000:6B36:00000018:FFFFFFFF:Invincibility (5/6):Shuriken
:samurai:A0910000:5522:00005471:FFFFFFFF:Invincibility (6/6):Blue Samurai Pt 3

Re: [misc]+ Quick ROM Invincibility Cheats

Posted: Tue May 19, 2009 12:04 am
by Pugsy

Code: Select all

:snakepit:A0800000:CB91:00000020:FFFFFFFF:Invincibility::Holes
:snakepit:A0810000:DAE8:00000020:FFFFFFFF:Invincibility (2/6):Floor Trap
:snakepit:A0810000:DC2B:00000000:FFFFFFFF:Invincibility (3/6):Time Monsters
:snakepit:A0810000:DC5C:00000020:FFFFFFFF:Invincibility (4/6):Scorpions
:snakepit:A0810000:DC90:00000039:FFFFFFFF:Invincibility (5/6):Laser Eyes
:snakepit:A0810000:DCD2:00000000:FFFFFFFF:Invincibility (6/6):Snakes

Re: [misc]+ Quick ROM Invincibility Cheats

Posted: Tue May 19, 2009 5:12 pm
by Pugsy

Code: Select all

:solarfox:20800000:4B56:00000018:FFFFFFFF:Invincibility::Fire Collisions
:solarfox:20810000:4B7C:00000018:FFFFFFFF:Invincibility (2/3):Black Hole Collisions (Don't Spin)
:solarfox:20810000:51E7:000000EA:FFFFFFFF:Invincibility (3/3):Ship Collisions

Re: [misc]+ Quick ROM Invincibility Cheats

Posted: Tue May 19, 2009 6:51 pm
by Pugsy

Code: Select all

:spacezap:20B00000:25CF:0035C300:FFFFFF00:Invincibility:Can cause graphical glitches

Re: [misc]+ Quick ROM Invincibility Cheats

Posted: Tue May 19, 2009 7:47 pm
by Pugsy

Code: Select all

:wacko:20800000:0FE5:000000C9:FFFFFFFF:Invincibility

Re: [misc]+ Quick ROM Invincibility Cheats

Posted: Tue May 19, 2009 8:20 pm
by Pugsy

Code: Select all

:sos:20800000:0679:000000C9:FFFFFFFF:Invincibility
:sos:00000000:4074:00000000:FFFFFFFF:Always Minimum Missed Planes