[dbreed]+ Dragon Breed
Posted: Sun Mar 30, 2025 4:38 am
dbreed.xml
dbreedm72.xml and dbreedjm72.xml
Sometimes "shot power charge" sound breaks entire sound.
Code: Select all
<cheat desc="Always have Max Beam">
<script state="run">
<action condition="maincpu.pb@89028 ge 01">maincpu.pb@89028 = FF</action>
</script>
</cheat>
Code: Select all
<cheat desc="Always have Max Beam">
<script state="run">
<action condition="maincpu.pb@91028 ge 01">maincpu.pb@91028 = FF</action>
</script>
</cheat>