Code: Select all
bp 470e,,{b@ff84b6=2;b@ff84b8=1;g}
If it is made as a regular "run" cheat.
Code: Select all
<cheat desc="P1 Infinite throw range"><comment>bp 470e,,{b@ff84b6=2;b@ff84b8=1;g}</comment>
<script state="run">
<action>maincpu.pb@FF84b6=2</action>
<action>maincpu.pb@FF84b8=1</action>
</script>
</cheat>
I know I can modify the code near 0x470E to achieve this. But are there any easier way to go?