Code: Select all
<!-- Ninjakun Majou no Bouken -->
<mamecheat version="1">
<cheat desc="Infinite Credits">
<script state="run">
<action>maincpu.pb@E017 = 99</action>
</script>
</cheat>
<cheat desc="Always Have Scrolls">
<comment>Turn this cheat OFF at the end of each scene</comment>
<script state="run">
<action>maincpu.pb@E124 = 0E</action>
</script>
</cheat>
<cheat desc="Always Have Balls">
<comment>You can go to bonus stage after finish current scene</comment>
<script state="run">
<action>maincpu.pb@E125 = 03</action>
</script>
</cheat>
<cheat desc="Flame Enemy doesn't Appear">
<script state="run">
<action>maincpu.pw@D467 = 0002</action>
</script>
</cheat>
<cheat desc="Finish Current Scene Now">
<comment>This code doesn't work in bonus stage</comment>
<script state="on">
<action>maincpu.pb@E280 = 01</action>
</script>
</cheat>
<cheat desc="P1 Starting Scene">
<parameter min="01" max="99" step="01" />
<script state="run">
<action condition="maincpu.pb@E131 == 00">maincpu.pb@E130 = tobcd(param)</action> <!-- display -->
<action condition="maincpu.pb@E131 == 00">maincpu.pb@E131 = param - 1</action>
</script>
</cheat>
<cheat desc="P2 Starting Scene">
<parameter min="01" max="99" step="01" />
<script state="run">
<action condition="maincpu.pb@E161 == 00">maincpu.pb@E160 = tobcd(param)</action> <!-- display -->
<action condition="maincpu.pb@E161 == 00">maincpu.pb@E161 = param - 1</action>
</script>
</cheat>
</mamecheat>
- "Always Have Scrolls" : Turn this cheat OFF at the end of each scene.
- "Always Have Balls" : You can go to bonus stage after finish current scene.
- "Flame Enemy doesn't Appear" : Flame enemy appears soon when you turn this code OFF.
- "Finish Current Scene Now" : This code doesn't work in bonus stage.