Page 1 of 1

[a5200/aep] A.E.(Prototype)

Posted: Thu Dec 30, 2021 1:03 pm
by mezdap
[a5200] aep.xml

Code: Select all

  <cheat desc="Infinite Lives">
    <script state="run">
      <action>maincpu.pb@08BD=02</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Invincibility">
    <script state="run">
      <action>maincpu.pb@08A7=01</action>
      <action>maincpu.pb@08A8=1F</action>
    </script>
  </cheat>

Code: Select all

  <cheat desc="Finish This Stage Now!">
    <script state="on">
      <action>maincpu.pb@08CE=01</action>
    </script>
  </cheat>