[bldyror2] Bloody Roar 2 (World)

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
User avatar
Abystus
Posts: 521
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 22 times

[bldyror2] Bloody Roar 2 (World)

Post by Abystus »

bldyror2.xml

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <script state="run">
      <action>maincpu.pd@802E884C=00000000</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@802E884C=16A00248</action>
    </script>
  </cheat>

  <cheat desc="Walk Through Opponent">
    <script state="run">
      <action>maincpu.pd@802EA4AC=10000018</action><!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.pd@802EA4AC=10400018</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
User avatar
Abystus
Posts: 521
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 3 times
Been thanked: 22 times

Re: [bldyror2] Bloody Roar 2 (World)

Post by Abystus »

bldyror2.xml

Code: Select all

  <cheat desc="Hit Anywhere (Both Players)">
    <script state="run">
      <action>maincpu.pd@80328040=00000000</action><!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.pd@802E9B88=00000000</action>
      <action>maincpu.pd@802E9BB0=00000000</action>
      <action>maincpu.pd@802E9C14=00000000</action>
    </script>
    <script state="off">
      <action>maincpu.pd@80328040=12000015</action>
      <action>maincpu.pd@802E9B88=10400038</action>
      <action>maincpu.pd@802E9BB0=1040002E</action>
      <action>maincpu.pd@802E9C14=10400014</action>
    </script>
  </cheat>

  <cheat desc="Walk Through Stage Boundaries">
    <script state="run">
      <action>maincpu.pd@802EAD48=1000001B</action><!-- This Program Code cheat was made by Abystus -->
      <action>maincpu.pd@8033C97C=1000000C</action>
    </script>
    <script state="off">
      <action>maincpu.pd@802EAD48=0440000D</action>
      <action>maincpu.pd@8033C97C=1140000C</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
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: [bldyror2] Bloody Roar 2 (World)

Post by Pugsy »

Thanks added (identical for clones). Not added Hit Anywhere as there is already one in by nolberto82....is this any better or did you just get carried away?
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)
orescify
Posts: 26
Joined: Wed Jul 26, 2023 6:30 pm
Has thanked: 2 times

Re: [bldyror2] Bloody Roar 2 (World)

Post by orescify »

Better Enable Secret Characters --> saved in NVRAM:

Code: Select all

  <cheat desc="Unlock Secret Characters"> <comment>This adds ShenLong (Tiger) + Gado (Lion) to the character selection screen</comment>
    <script state="on">
      <action>maincpu.pb@1FAF038D=07</action>
    </script>
  </cheat>
Post Reply