Page 1 of 1

[utoukond] quick full and infinite charge attack

Posted: Fri May 01, 2009 10:20 pm
by NotAGoodName
This gives you a full blast and infinitely chargeable charge attack (ie the attack you do when you hold button 1 and then release it). It's got a fancy loop in it so that you never get exhausted.

Code: Select all

  <cheat desc="Full Power PL1">
    <script state="run">
      <action condition="maincpu.pb@20367F > 01">maincpu.pb@20367E=01</action>
      <action condition="maincpu.pb@20367F > 03">maincpu.pb@20367F=01</action>
    </script>
  </cheat>

  <cheat desc="Full Power PL2">
    <script state="run">
      <action condition="maincpu.pb@203779 > 01">maincpu.pb@203778=01</action>
      <action condition="maincpu.pb@203779 > 03">maincpu.pb@203779=01</action>
    </script>
  </cheat>