[srmp5] Get winning hand Now! & more cheats

This forum is the archive of arcade cheats that have already been added to the current or the next release of the cheat file.
Post Reply
User avatar
walterh78
Posts: 54
Joined: Tue Jun 10, 2008 1:51 am
Location: Bahia Blanca, Argentina
Contact:

[srmp5] Get winning hand Now! & more cheats

Post by walterh78 »

Code: Select all

<mamecheat version="1">

  <cheat desc="Infinite Credits">
    <script state="run">
      <action>sub.pb@29F0=09</action>
    </script>
  </cheat>

  <cheat desc="Select Girl Now!">
    <parameter>
      <item value="0x00">Mizuki Tohno</item>
      <item value="0x01">Aya Fujiwara</item>
      <item value="0x02">Akira Hayasaka</item>
    </parameter>
    <script state="change">
      <action>sub.pb@2A78=param</action>
    </script>
  </cheat>

  <cheat desc="Select Round Now!">
    <parameter min="1" max="5" step="1"/>
    <script state="change">
      <action>sub.pb@2A70=(param-1)</action>
    </script>
  </cheat>

  <cheat desc=" "/>
  <cheat desc="The winning hand cheat must be activated when there are 14 tiles in your"/>
  <cheat desc="hand, then press the RON key ('Z' by default). The tiles do not visually"/>
  <cheat desc="change until you make a move."/>
  <cheat desc=" "/>

  <cheat desc="Get winning hand Now!">
    <script state="on">
      <action>sub.pb@2F50=33</action>
      <action>sub.pb@2F54=33</action>
      <action>sub.pb@2F58=34</action>
      <action>sub.pb@2F5C=34</action>
      <action>sub.pb@2F60=34</action>
      <action>sub.pb@2F64=35</action>
      <action>sub.pb@2F68=35</action>
      <action>sub.pb@2F6C=35</action>
      <action>sub.pb@2F70=36</action>
      <action>sub.pb@2F74=36</action>
      <action>sub.pb@2F78=36</action>
      <action>sub.pb@2F7C=37</action>
      <action>sub.pb@2F80=37</action>
      <action>sub.pb@2F84=37</action>
    </script>
  </cheat>

  <cheat desc="Always winning hand">
    <script state="run">
      <action>sub.pb@2F50=33</action>
      <action>sub.pb@2F54=33</action>
      <action>sub.pb@2F58=34</action>
      <action>sub.pb@2F5C=34</action>
      <action>sub.pb@2F60=34</action>
      <action>sub.pb@2F64=35</action>
      <action>sub.pb@2F68=35</action>
      <action>sub.pb@2F6C=35</action>
      <action>sub.pb@2F70=36</action>
      <action>sub.pb@2F74=36</action>
      <action>sub.pb@2F78=36</action>
      <action>sub.pb@2F7C=37</action>
      <action>sub.pb@2F80=37</action>
      <action>sub.pb@2F84=37</action>
    </script>
  </cheat>

  <cheat desc="Watch ALL 14 tiles - Player">
    <script state="run">
      <output format="%02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X">
        <argument count="14">sub.pb@(2F50 + 0x04*argindex)</argument>
      </output>
    </script>
  </cheat>

  <cheat desc="Watch ALL 14 tiles - C.P.U.">
    <script state="run">
      <output format="%02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X">
        <argument count="14">sub.pb@(2F88 + 0x04*argindex)</argument>
      </output>
    </script>
  </cheat>

  <cheat desc=" "/>
  <cheat desc="Here is the look-up list for the above watches."/>
  <cheat desc="value     common name    chinese"/>
  <cheat desc="00h       - no tile -"/>  
  <cheat desc="01h-09h   1-9 'chars'    1-9 'wan'"/>
  <cheat desc="11h-19h   1-9 'dots'     1-9 'tung'"/>
  <cheat desc="21h-29h   1-9 'bamboo'   1-9 'tiao'"/>
  <cheat desc="31h-34h   East,South,West+North 'wind'"/>
  <cheat desc="35h-37h   White,Green+Red 'dragon'"/>

</mamecheat>
"The new XML format is like the high-level language (human-readable) and the old format is like machine language (human-unreadable)"Image
User avatar
Pugsy
Posts: 3675
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 15 times
Contact:

Re: [srmp5] Get winning hand Now! & more cheats

Post by Pugsy »

Thanks, added
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
Post Reply