[snes, megamnx3u] Mega Man X3 cheats (and clones/parents)

This forum is for posting cheats for any non-arcade game in M.A.M.E. ( aka the M.E.S.S. games ) including any softwarelist game. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
User avatar
NotAGoodName
Posts: 331
Joined: Wed Feb 18, 2009 7:09 am
Location: MO, USA
Contact:

[snes, megamnx3u] Mega Man X3 cheats (and clones/parents)

Post by NotAGoodName »

I didn't test the ROM cheat on any version other than USA. There might be some other features of the game that I left out and/or forgot. Didn't this game have Shoryuken or something silly? Oh whatever. The Mega Man X series is pretty good up to this point.

Code: Select all

  <cheat desc="Can Always Switch to Zero">
    <script state="run">
      <action>maincpu.mb@CBF6=80</action>
      <action>maincpu.mb@CBF7=F1</action>
    </script>
  </cheat>

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>maincpu.pb@7E1FB4=09</action>
    </script>
  </cheat>

  <cheat desc="Infinite Energy"><comment>Disable if you fall down a pit</comment>
    <script state="run">
      <action>maincpu.pb@7E09FF=maincpu.pb@7E1FD2</action>
    </script>
  </cheat>

  <cheat desc="Infinite Energy in Robot">
    <script state="run">
      <action>maincpu.pb@7E0CEF=FF</action>
    </script>
  </cheat>

  <cheat desc="Invincible">
    <script state="run">
      <action>maincpu.pb@7E0A43=23</action>
    </script>
  </cheat>

  <cheat desc="Invincible in Robot">
    <script state="run">
      <action>maincpu.pb@7E0CEE=FF</action>
    </script>
  </cheat>

  <cheat desc="Max Health Bar">
    <script state="run">
      <action>maincpu.pb@7E1FD2=25</action>
      <action>maincpu.pb@7E09FF=25</action>
    </script>
  </cheat>

  <cheat desc="Jump Higher"><comment>Such as under water</comment>
    <script state="run">
      <action>maincpu.pb@7E09F6=08</action>
    </script>
  </cheat>

  <cheat desc="Move fast in air">
    <script state="run">
      <action>maincpu.pb@7E0A35=05</action>
    </script>
  </cheat>

  <cheat desc="Jump Higher in Robot"><comment>Such as under water</comment>
    <script state="run">
      <action>maincpu.pb@7E0CE6=08</action>
    </script>
  </cheat>

  <cheat desc="Have all armor upgrades">
    <script state="run">
      <action>maincpu.pb@7E1FD1=FF</action>
    </script>
  </cheat>

  <cheat desc="Have all module upgrades"><comment>N,K,H,F, and gold armor</comment>
    <script state="run">
      <action>maincpu.pb@7E1FD7=FF</action>
    </script>
  </cheat>

  <cheat desc="Have Zero's Sword">
    <script state="run">
      <action>maincpu.pb@7E1FB2=80</action>
    </script>
  </cheat>


  <cheat desc="Infinite E-Tanks">
    <script state="run">
      <action>maincpu.pb@7E1FBA=FF</action>
      <action>maincpu.pb@7E1FB7=FF</action>
      <action>maincpu.pb@7E1FB8=FF</action>
      <action>maincpu.pb@7E1FB9=FF</action>
    </script>
  </cheat>

  <cheat desc="Infinite Air Dash">
    <script state="run">
      <action>maincpu.pb@7E0FD0=FF</action>
    </script>
  </cheat>

  <cheat desc="Quick Charge">
    <script state="run">
      <action>maincpu.pb@7E0A2F=C9</action>
    </script>
  </cheat>

  <cheat desc="No shot limit">
    <script state="run">
      <action>maincpu.pb@7E0A0D=00</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power ACIB B."><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E1FBC=DC</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power P.BOMB"><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E1FBE=DC</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power TRIAD T."><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E1FC0=DC</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power S.BLADE"><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E1FC2=DC</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power RAY S."><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E1FC4=DC</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power G.WELL"><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E1FC6=DC</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power FROST S."><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E1FC8=DC</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power T.FANG"><comment>Also considers this boss cleared</comment>
    <script state="run">
      <action>maincpu.pb@7E1FCA=DC</action>
    </script>
  </cheat>

  <cheat desc="Infinite Power HYPER.C">
    <script state="run">
      <action>maincpu.pb@7E1FCC=DC</action>
    </script>
  </cheat>
Aww yeah. AMD A10-7850K givin' MAME and MESS systems what for.
Post Reply