Page 1 of 1
[rabbit] Rabbit (Asia 3/6)
Posted: Wed Apr 03, 2013 5:55 am
by Abystus
rabbit.xml
Code: Select all
<cheat desc="Hit Anywhere Both Players">
<script state="run">
<action>maincpu.ow@03274E=6002</action>
<action>maincpu.ow@032766=6002</action>
<action>maincpu.ow@032772=6002</action>
<action>maincpu.ow@03277E=6002</action>
<action>maincpu.ow@03278A=6002</action>
<action>maincpu.ow@032796=6002</action>
</script>
<script state="off">
<action>maincpu.ow@03274E=6600</action>
<action>maincpu.ow@032766=6700</action>
<action>maincpu.ow@032772=6D00</action>
<action>maincpu.ow@03277E=6E00</action>
<action>maincpu.ow@03278A=6D00</action>
<action>maincpu.ow@032796=6E00</action>
</script>
</cheat>
Re: [rabbit] Rabbit (Asia 3/6)
Posted: Mon May 27, 2013 8:26 pm
by Pugsy
Thanks, added
Re: [rabbit] Rabbit (Asia 3/6)
Posted: Sun Feb 18, 2024 7:17 am
by Abystus
This game's name has changed in MAME. Would you mind updating the title of this thread to be Rabbit (Asia 3/6)?
rabbit.xml
Code: Select all
<cheat desc="Disable Blocking (Both Players)">
<script state="on">
<action>temp0=maincpu.mw@022F98</action>
</script>
<script state="run">
<action>maincpu.mw@022F98=607C</action> <!-- This Program Code cheat was made by Abystus -->
</script>
<script state="off">
<action>maincpu.mw@022F98=temp0</action>
</script>
</cheat>
Code: Select all
<cheat desc="Disable Maximum Damage Dizzy">
<script state="on">
<action>temp0=maincpu.mw@022AEA</action>
</script>
<script state="run">
<action>maincpu.mw@022AEA=606A</action> <!-- This Program Code cheat was made by Abystus -->
</script>
<script state="off">
<action>maincpu.mw@022AEA=temp0</action>
</script>
</cheat>
Code: Select all
<cheat desc="Walk Through Opponent">
<script state="on">
<action>temp0=maincpu.mw@03226A</action>
</script>
<script state="run">
<action>maincpu.mw@03226A=6000</action> <!-- This Program Code cheat was made by Abystus -->
</script>
<script state="off">
<action>maincpu.mw@03226A=temp0</action>
</script>
</cheat>
Code: Select all
<cheat desc="Walk Through Stage Boundaries">
<script state="on">
<action>temp0=maincpu.mw@0260B6</action>
<action>temp1=maincpu.mw@0260C6</action>
<action>temp2=maincpu.mw@0317F4</action>
<action>temp3=maincpu.mw@031876</action>
<action>temp4=maincpu.mw@031932</action>
<action>temp5=maincpu.mw@0319B4</action>
</script>
<script state="run">
<action>maincpu.mw@0260B6=6002</action> <!-- This Program Code cheat was made by Abystus -->
<action>maincpu.mw@0260C6=600A</action>
<action>maincpu.mw@0317F4=606E</action>
<action>maincpu.mw@031876=606E</action>
<action>maincpu.mw@031932=606E</action>
<action>maincpu.mw@0319B4=606E</action>
</script>
<script state="off">
<action>maincpu.mw@0260B6=temp0</action>
<action>maincpu.mw@0260C6=temp1</action>
<action>maincpu.mw@0317F4=temp2</action>
<action>maincpu.mw@031876=temp3</action>
<action>maincpu.mw@031932=temp4</action>
<action>maincpu.mw@0319B4=temp5</action>
</script>
</cheat>
Re: [rabbit] Rabbit (Asia 3/6)
Posted: Sun Mar 10, 2024 12:56 am
by Pugsy
Thanks, added
Re: [rabbit] Rabbit (Asia 3/6)
Posted: Tue May 21, 2024 7:17 pm
by Abystus
rabbit.xml
Code: Select all
<cheat desc="Allow Fighting Before Round Starts">
<script state="on">
<action>temp0=maincpu.mw@02E630</action>
</script>
<script state="run">
<action>maincpu.mw@02E630=6002</action> <!-- This Program Code cheat was made by Abystus -->
</script>
<script state="off">
<action>maincpu.mw@02E630=temp0</action>
</script>
</cheat>