[megadriv, smb] Super Mario Bros. cheats (and clones/parents
Posted: Sun Mar 31, 2013 1:25 am
I forgot to do this! I thought these cheats would match Squirrel King, but that is not the case. Also, Squirrel King has cheats anyways. I also thought that this was a hack of some Rescue Rangers game, but apparently I'm dumb because there is no such game. Just Squirrel King.
Also applies to smba and smbb.
Also applies to smba and smbb.
Code: Select all
<cheat desc="Infinite Energy P1">
<script state="run">
<action>maincpu.pb@FF254E=05</action>
<action>maincpu.pb@FF254D=05</action>
<action>maincpu.pb@FF715A=05</action>
</script>
</cheat>
<cheat desc="Infinite Lives P1">
<script state="run">
<action>maincpu.pb@FF254F=09</action>
<action>maincpu.pb@FF715B=09</action>
</script>
</cheat>
<cheat desc="Infinite Fireballs P1">
<script state="run">
<action>maincpu.pb@FF250D=09</action>
</script>
</cheat>
<cheat desc="Invincibility P1"><comment>Flickers</comment>
<script state="run">
<action>maincpu.pb@FF715D=02</action>
</script>
</cheat>
<cheat desc="-----"/>
<cheat desc="Infinite Energy P2">
<script state="run">
<action>maincpu.pb@FF274E=05</action>
<action>maincpu.pb@FF274D=05</action>
<action>maincpu.pb@FF717A=05</action>
</script>
</cheat>
<cheat desc="Infinite Lives P2">
<script state="run">
<action>maincpu.pb@FF274F=09</action>
<action>maincpu.pb@FF717B=09</action>
</script>
</cheat>
<cheat desc="Infinite Fireballs P2">
<script state="run">
<action>maincpu.pb@FF2521=09</action>
</script>
</cheat>
<cheat desc="Invincibility P2"><comment>Flickers</comment>
<script state="run">
<action>maincpu.pb@FF717D=02</action>
</script>
</cheat>