[sf2ce] Maximum Score (Perfect Victory)

This forum is for posting M.A.M.E. Work In Progress "Arcade"cheats that are not quite ready for the prime time. If the cheats are buggy or the cheat descriptions are non-standard then please post them here. Help maybe given but there are no guarantees and they will only be added to the cheat file when the cheat file maintainer is happy with them.
Post Reply
User avatar
chunli_fm_hack
Posts: 22
Joined: Sun Dec 15, 2019 10:14 am
Location: Brazil
Contact:

[sf2ce] Maximum Score (Perfect Victory)

Post 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>
Post Reply