Page 1 of 1

[willow] Willow (USA)

Posted: Sat Feb 11, 2012 10:54 pm
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>

Re: [willow] Willow (USA)

Posted: Sun Feb 19, 2012 2:20 am
by Pugsy
Thanks, added to willow and willowo. Needs duping for willowj.

Re: [willow] Willow (USA)

Posted: Sun Oct 01, 2023 7:56 pm
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>

Re: [willow] Willow (USA)

Posted: Sun Oct 01, 2023 11:38 pm
by Pugsy
Thanks, added (+offset/dupe for clones)