- Mike takes nunchaku
- Always have nunchaku
- Always have sickle
- Always have machine gun
- Always have flamethrower
- Always have bottle
- Always have stick
- One hit to beat Jaguar.
Gang Wars weapons
Re: Gang Wars weapons
Try these cheats.
P1 Select Character:
P2 Select Character:
P1 Select Weapon:
P2 Select Weapon:
P1 Select Character:
Code: Select all
<cheat desc="P1 Select Character">
<parameter>
<item value="0x00">Mike</item>
<item value="0x01">Jackie</item>
</parameter>
<script state="run">
<action>maincpu.pb@040622=param</action>
</script>
</cheat>
Code: Select all
<cheat desc="P2 Select Character">
<parameter>
<item value="0x00">Mike</item>
<item value="0x01">Jackie</item>
</parameter>
<script state="run">
<action>maincpu.pb@040662=param</action>
</script>
<script state="off">
<action>maincpu.pb@040662=01</action>
</script>
</cheat>
Code: Select all
<cheat desc="P1 Select Weapon"> <comment>Nunchaku can be used by Jackie.</comment>
<parameter>
<item value="0x01">Machine Gun</item>
<item value="0x02">Rebar</item>
<item value="0x03">Bottle</item>
<item value="0x04">Flame Thrower</item>
<item value="0x05">Nunchaku</item>
<item value="0x06">Rock</item>
<item value="0x07">Golf Club</item>
<item value="0x08">Naginata</item>
</parameter>
<script state="run">
<action>maincpu.pb@040628=param</action>
</script>
</cheat>
Code: Select all
<cheat desc="P2 Select Weapon"> <comment>Golf Club can be used by Mike.</comment>
<parameter>
<item value="0x01">Machine Gun</item>
<item value="0x02">Rebar</item>
<item value="0x03">Bottle</item>
<item value="0x04">Flame Thrower</item>
<item value="0x05">Nunchaku</item>
<item value="0x06">Rock</item>
<item value="0x07">Golf Club</item>
<item value="0x08">Naginata</item>
</parameter>
<script state="run">
<action>maincpu.pb@040668=param</action>
</script>
</cheat>