Page 1 of 1

[sgemf] Super Gem Fighter Mini Mix (USA 970904)

Posted: Thu Feb 29, 2024 7:25 am
by Abystus
sgemf.xml

Code: Select all

  <cheat desc="Disable Blocking (Both Players)">
    <script state="on">
      <action>temp0=maincpu.ow@0156EE</action>
    </script>
    <script state="run">
      <action>maincpu.ow@0156EE=6000</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.ow@0156EE=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Through Opponent">
    <script state="on">
      <action>temp0=maincpu.ow@01623E</action>
    </script>
    <script state="run">
      <action>maincpu.ow@01623E=6066</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.ow@01623E=temp0</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Walk Through Stage Boundaries">
    <script state="on">
      <action>temp0=maincpu.ow@01FACE</action>
    </script>
    <script state="run">
      <action>maincpu.ow@01FACE=6002</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.ow@01FACE=temp0</action>
    </script>
  </cheat>

Re: [sgemf] Super Gem Fighter Mini Mix (USA 970904)

Posted: Sun Mar 10, 2024 12:59 am
by Pugsy
Thanks, added

Re: [sgemf] Super Gem Fighter Mini Mix (USA 970904)

Posted: Tue Apr 02, 2024 8:39 pm
by Abystus
sgemf.xml

Code: Select all

  <cheat desc="View Character Ending After Match Victory">
    <comment>Works exclusively in single-player mode.</comment>
    <script state="on">
      <action>temp0=maincpu.ow@0085A4</action>
    </script>
    <script state="run">
      <action>maincpu.ow@0085A4=4E71</action> <!-- This Program Code cheat was made by Abystus -->
    </script>
    <script state="off">
      <action>maincpu.ow@0085A4=temp0</action>
    </script>
  </cheat>

Re: [sgemf] Super Gem Fighter Mini Mix (USA 970904)

Posted: Wed Apr 03, 2024 7:23 pm
by Pugsy
Thanks added, it got in before the release cut off.