Page 1 of 1

[bstars] Baseball Stars Professional

Posted: Sat Aug 13, 2011 10:53 pm
by ReyVGM
Bah, forget it. They're fake. It changes your displayed score, but it doesn't really do anything. You can still lose.

Code: Select all

 <cheat desc="Team 1 9 Points">
    <script state="run">
      <action>maincpu.ppb@1010AB=09</action>
    </script>
  </cheat>

  <cheat desc="Team 1 0 Points">
    <script state="run">
      <action>maincpu.ppb@1010AB=00</action>
    </script>
  </cheat>

  <cheat desc="Team 2 9 Points">
    <script state="run">
      <action>maincpu.ppb@101098=09</action>
    </script>
  </cheat>

   <cheat desc="Team 2 0 Points">
    <script state="run">
      <action>maincpu.ppb@101098=00</action>
    </script>
  </cheat>