Page 1 of 1

[sf2ce] Maximum Score (Perfect Victory)

Posted: Thu Mar 21, 2024 1:36 am
by chunli_fm_hack
Here is a code for counting points, in the case of Perfect Victory, but it would be interesting to find some code to choose the score in the normal point count.

Code: Select all

<cheat desc="Maximum Score"> <comment>Perfect Victory</comment>
    <parameter>
      <item value="0x303C0800">80000</item>
      <item value="0x303C0999">99900</item>
    </parameter>
    <script state="run">
      <action>maincpu.md@2B58A=param</action>
    </script>
  </cheat>