[burningf] Burning Fight (NGM-018)NGH-018)
Posted: Thu Apr 24, 2014 11:07 pm
burningf.xml
Code: Select all
<cheat desc="Infinite Time Player Select">
<script state="run">
<action>maincpu.ppb@103D72=99</action>
</script>
</cheat>
<cheat desc="Select Player PL1">
<parameter>
<item value="0x00">RYU</item>
<item value="0x01">DUKE</item>
<item value="0x02">BILLY</item>
</parameter>
<script state="run">
<action>maincpu.ppb@103D35=param</action>
</script>
</cheat>
<cheat desc="Select Player PL2">
<parameter>
<item value="0x00">RYU</item>
<item value="0x01">DUKE</item>
<item value="0x02">BILLY</item>
</parameter>
<script state="run">
<action>maincpu.ppb@103D55=param</action>
</script>
</cheat>
<cheat desc="Select Stage">
<comment>Use this cheat at stage 1.</comment>
<parameter>
<item value="0x00">Go to Stage 2-1</item>
<item value="0x01">Go to Stage 2-2</item>
<item value="0x02">Go to Stage 2-3</item>
<item value="0x03">Go to Stage 3-1</item>
<item value="0x04">Go to Stage 3-2</item>
<item value="0x05">Go to Stage 4</item>
<item value="0x06">Go to Stage 5-1</item>
<item value="0x07">Go to Stage 5-2</item>
<item value="0x08">Go to Stage 5-3</item>
<item value="0x09">Go to Stage 5-4</item>
<item value="0x0A">Go to Stage 5-5</item>
<item value="0x0B">Go to Final Boss</item>
</parameter>
<script state="change">
<action>maincpu.ppb@100091=param</action>
<action>maincpu.ppb@1001BE=05</action>
</script>
</cheat>
<cheat desc="Finish This Stage NOW">
<script state="on">
<action>maincpu.ppb@1001BE=05</action>
</script>
</cheat>
<cheat desc="See End Sequence Now!">
<comment>You can use this cheat in demo mode or any stage</comment>
<script state="on">
<action>maincpu.ppb@100051=04</action>
<action>maincpu.ppb@1001BE=05</action>
</script>
</cheat>
<cheat desc="Weapon does not falls automatically from your hand PL1">
<script state="run">
<action>maincpu.ppw@100277=0000</action>
</script>
</cheat>
<cheat desc="Weapon does not falls automatically from your hand PL2">
<script state="run">
<action>maincpu.ppw@1002F7=0000</action>
</script>
</cheat>
<cheat desc="Change Weapons PL1">
<parameter>
<item value="0x01">Knife</item>
<item value="0x02">Bottle</item>
<item value="0x03">Broken Bottle</item>
<item value="0x04">Dynamite</item>
<item value="0x05">Stick</item>
<item value="0x06">Gun</item>
</parameter>
<script state="run">
<action>maincpu.ppb@10022D=param</action>
<action>maincpu.ppb@100276=00</action>
</script>
</cheat>
<cheat desc="Change Weapons PL2">
<parameter>
<item value="0x01">Knife</item>
<item value="0x02">Bottle</item>
<item value="0x03">Broken Bottle</item>
<item value="0x04">Dynamite</item>
<item value="0x05">Stick</item>
<item value="0x06">Gun</item>
</parameter>
<script state="run">
<action>maincpu.ppb@1002AD=param</action>
<action>maincpu.ppb@1002F6=00</action>
</script>
</cheat>
<cheat desc="One Hit Kill">
<comment>To kill the Boss, you must hit him 2-3 times</comment>
<script state="run">
<action>maincpu.ppb@1004A1=00</action>
<action>maincpu.ppb@100521=00</action>
<action>maincpu.ppb@100621=00</action>
<action>maincpu.ppb@100321=00</action>
<action>maincpu.ppb@1003A1=00</action>
<action>maincpu.ppb@100421=00</action>
<action>maincpu.ppb@1005A1=00</action>
<action>maincpu.ppb@100921=00</action>
<action>maincpu.ppb@1008A1=00</action>
<action>maincpu.ppb@1009A1=00</action>
<action>maincpu.ppb@100821=00</action>
<action>maincpu.ppb@1006A1=00</action>
</script>
</cheat>