[gamsharaj] Gamshara
Posted: Sat Apr 01, 2023 12:42 pm
gamsharaj will work on 0.254. Basic codes are the following.
"invincibility" uses "flicker timer" so that it may cause a side effect.
Code: Select all
<cheat desc="infinite credits">
<script state="run">
<action>maincpu.pb@80112050 = 09</action>
</script>
</cheat>
<cheat desc="P1 infinite lives">
<script state="run">
<action>maincpu.pb@800ffa3c = 09</action>
</script>
</cheat>
<cheat desc="P1 infinite bombs">
<script state="run">
<action>maincpu.pb@800ffa3d = 04</action>
</script>
</cheat>
<cheat desc="P1 invincibility">
<script state="run">
<action>maincpu.pb@800ff9e6 = 02</action>
</script>
</cheat>
<cheat desc="P2 infinite lives">
<script state="run">
<action>maincpu.pb@800ffaec = 09</action>
</script>
</cheat>
<cheat desc="P2 infinite bombs">
<script state="run">
<action>maincpu.pb@800ffaed = 04</action>
</script>
</cheat>
<cheat desc="P2 invincibility">
<script state="run">
<action>maincpu.pb@800ffa96 = 02</action>
</script>
</cheat>