[willow] Willow (USA)

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: 573
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 4 times
Been thanked: 47 times

[willow] Willow (USA)

Post by Abystus »

willow.xml

Code: Select all

<cheat desc="Hit Anywhere">
    <script state="run"><comment>Enemies that block frontal attacks need to be manually killed from behind.</comment>
      <action>maincpu.mw@03A182=4E71</action>
      <action>maincpu.mw@03A19E=4E71</action>
      <action>maincpu.mw@03A124=4E71</action>
      <action>maincpu.mw@03A140=4E71</action>
    </script>
</cheat>
Bored? Watch some of my hacks here.
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 16 times
Contact:

Re: [willow] Willow (USA)

Post by Pugsy »

Thanks, added to willow and willowo. Needs duping for willowj.
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
User avatar
Abystus
Posts: 573
Joined: Sun Jul 23, 2006 6:53 am
Has thanked: 4 times
Been thanked: 47 times

Re: [willow] Willow (USA)

Post by Abystus »

willow.xml

Code: Select all

  <cheat desc="Willow Can Shoot Projectiles Faster">
    <script state="on">
      <action>temp0=maincpu.mw@00CAB4</action>
    </script>
    <script state="run">
      <action>maincpu.mw@00CAB4=4E71</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@00CAB4=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Remove Willow Projectile Limit">
    <script state="on">
      <action>temp0=maincpu.mw@00CBA4</action>
    </script>
    <script state="run">
      <action>maincpu.mw@00CBA4=4E71</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@00CBA4=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Prevent Store Entry">
    <script state="on">
      <action>temp0=maincpu.mw@032C62</action>
    </script>
    <script state="run">
      <action>maincpu.mw@032C62=6028</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.mw@032C62=temp0</action>
    </script>
  </cheat>
Bored? Watch some of my hacks here.
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 16 times
Contact:

Re: [willow] Willow (USA)

Post by Pugsy »

Thanks, added (+offset/dupe for clones)
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
Post Reply