[boxyboy][soukobdx] Walk trough walls
Posted: Thu Nov 08, 2012 12:45 pm
WARNING This cheat currently does not work, I think it's due to some missing memory regions or something.
I can swear it works, because I modified sbx_prg7.bin, that contains the program code inside the zip file itself
overwriting it and it really works fine!
I think it should be maincpu.mb but it's not really accepted.
Attached an image.
Uploaded at ImageFra.me

EDIT - It works using the program space poking mode:

Code: Select all
<cheat desc="Walk trough walls">
<script state="on">
<action>temp0 =maincpu.pb@BD16</action>
</script>
<script state="run">
<action>maincpu.pb@BD16=20</action> <!-- BRA $BD1D -->
</script>
<script state="off">
<action>maincpu.pb@BD16=temp0 </action>
</script>
</cheat>

I think it should be maincpu.mb but it's not really accepted.

Attached an image.


EDIT - It works using the program space poking mode:
Code: Select all
<cheat desc="Walk trough walls">
<script state="on">
<action>temp0 =maincpu.rb@BD16</action>
</script>
<script state="run">
<action>maincpu.rb@BD16=20</action> <!-- BRA $BD1D -->
</script>
<script state="off">
<action>maincpu.rb@BD16=temp0 </action>
</script>
</cheat>
