Page 1 of 1

[dakkochn] DakkoChan House

Posted: Mon Feb 13, 2017 5:54 am
by einstein95

Code: Select all

  <cheat desc="Watch 14 tiles - Player">
    <comment>00=none 10-18=characters 20-28=plates 40-48=bamboo 80=east 81=south 82=west 83=north 84=white 85=green 86=red</comment>
    <script state="run">
      <output format="%02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X">
        <argument count="14">maincpu.pb@($C21B + argindex)</argument>
      </output>
    </script>
  </cheat>
 
  <cheat desc="Watch 14 tiles - C.P.U.">
    <comment>00=none 10-18=characters 20-28=plates 40-48=bamboo 80=east 81=south 82=west 83=north 84=white 85=green 86=red</comment>
    <script state="run">
      <output format="%02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X %02X">
        <argument count="14">maincpu.pb@($C258 + argindex)</argument>
      </output>
    </script>
  </cheat>
All credit goes to cuavas (Vas Crabb)

Re: [dakkochn] DakkoChan House

Posted: Sun Mar 19, 2017 6:57 pm
by Pugsy
Thanks for posting them (added), should be easy to convert into a winning hand cheat (like so) but doesn't work that well :(

Code: Select all

  <cheat desc="Get winning hand Now!">
    <script state="on">
      <action>maincpu.pq@C21B=8282818181808080</action>
      <action>maincpu.pd@C223=83838382</action>
      <action>maincpu.pw@C22B=8484</action>
    </script>
  </cheat>