[momoko] Momoko 120% - Set Weapon Level
Posted: Tue May 24, 2011 6:48 am
Hey all. Just registered to post this.
I was working on a video review for this game and wanted to show off the different weapon levels but surviving that long proved to be ridiculously hard. So I debugged and worked out this cheat:
This works for both player 1 and player 2.
I was working on a video review for this game and wanted to show off the different weapon levels but surviving that long proved to be ridiculously hard. So I debugged and worked out this cheat:
Code: Select all
<cheat desc="Set Weapon Level">
<parameter>
<item value="0x00">Level 1</item>
<item value="0x01">Level 2</item>
<item value="0x02">Level 3</item>
<item value="0x03">Level 4</item>
<item value="0x04">Level 5</item>
<item value="0x05">Level 6</item>
<item value="0x06">Level 7</item>
<item value="0x07">Level 8</item>
</parameter>
<script state="run">
<action>maincpu.ppb@C0F7=param</action>
</script>
</cheat>