[boxyboy][soukobdx] Walk trough walls

This forum is for posting M.A.M.E. arcade cheats. Requests will be fulfilled here....but please keep the requests to the requests forum.
Post Reply
User avatar
RedBeam
Posts: 191
Joined: Tue Oct 24, 2006 10:26 am
Location: Italy (Sardegna)

[boxyboy][soukobdx] Walk trough walls

Post by RedBeam »

WARNING This cheat currently does not work, I think it's due to some missing memory regions or something.

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 can swear it works, because I modified sbx_prg7.bin, that contains the program code inside the zip file itself :wink: overwriting it and it really works fine!
I think it should be maincpu.mb but it's not really accepted. :(

Attached an image.

ImageUploaded 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.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>
:D
Last edited by RedBeam on Thu Nov 08, 2012 4:52 pm, edited 1 time in total.
The CPS2 smasher

Image

My troopers are skilled, but I'm supreme!!!

(Modest, huh? ;) )
User avatar
RedBeam
Posts: 191
Joined: Tue Oct 24, 2006 10:26 am
Location: Italy (Sardegna)

Re: [boxyboy] Walk trough walls

Post by RedBeam »

Code for soukobdx - Japanese version of this game. 8)

Code: Select all

  <cheat desc="Walk trough walls">
    <script state="on">
      <action>temp0 =maincpu.rb@BD1C</action>
    </script>
    <script state="run">
      <action>maincpu.rb@BD1C=20</action> <!-- BRA $BD23 -->
    </script>
    <script state="off">
      <action>maincpu.rb@BD1C=temp0 </action>
    </script>
  </cheat>
The CPS2 smasher

Image

My troopers are skilled, but I'm supreme!!!

(Modest, huh? ;) )
User avatar
Pugsy
Posts: 3686
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 19 times
Contact:

Re: [boxyboy][soukobdx] Walk trough walls

Post by Pugsy »

Thanks, nice work added.
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
Post Reply