Page 1 of 1

Fighting Bujutsu (bujutsu.zip) - infinite health

Posted: Wed Aug 14, 2024 8:51 am
by daninthemix
Requesting infinite health for bujutsu.zip.

Thanks!

Re: Fighting Bujutsu (bujutsu.zip) - infinite health

Posted: Wed Aug 14, 2024 6:42 pm
by orescify

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Health P1">
    <script state="run">
      <action>maincpu.pb@1A50B1=98</action>
    </script>
  </cheat>
  
  <cheat desc="Infinite Health P2">
    <script state="run">
      <action>maincpu.pb@1AAA45=98</action>
    </script>
  </cheat>
  
  <cheat desc="KO Now P1">
    <script state="on">
      <action>maincpu.pb@1A50B1=00</action>
    </script>
  </cheat>
  
  <cheat desc="KO Now P2">
    <script state="on">
      <action>maincpu.pb@1AAA45=00</action>
    </script>
  </cheat>
  
</mamecheat>

Re: Fighting Bujutsu (bujutsu.zip) - infinite health

Posted: Wed Aug 14, 2024 6:55 pm
by daninthemix
thankyou!!