Jump to content
IGNORED

My hack is dropping out, why ?


Old_Atarian

Recommended Posts

*** Moderators: Could you move this to hacks forum please ***

* Sorry About posting in the wrong place, it won't happen again *

 

in my learning how things work phase, i tried hacking Laser Volley nothing big just changeing sprites and stuff with hack-o-matic.

 

well after i changed the detonator sprite and saved the new bin under a diffrent name, i tried it out and when i got to the detonator (the first one) it just went to a black screen and stopped dead.

 

The Emulator i am using is PCAE win 2.5 (Does this matter ?)

 

now is there somthing i should do after making a change to a rom before saving it that would prevent this from happening ?

 

thanx for any help in this area

 

OA

Link to comment
Share on other sites

The thing is that the game might be sharing bitmap info for other things (when hacking games, this is an easy way of picking up spare memory...try to share as many byte values as possible). So if one (for example) ends with a string of 3 $24's...and another one begins with the same string...you can move them back-to-back and cut out 3 of them :) That's 3 bytes of free rom. Doesn't sound like much, until you add them all up later (the current hack I'm working on has over 250 bytes that are shared).

 

When in doubt, disassemble. Then you can see exactly what else is accessing those bytes. Distella will label everything that it detects, and you'll just need to search for the labels. If there are areas of the program that remain unlabelled, you'll need to create a .cfg file that it can use to help it.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...