Jump to content
IGNORED

Wizard of Wor "un-hackable?"


dr. kwack

Recommended Posts

Well, here's my opportunity to show just how green I am. :)

 

I can tell you that I worked on the program thru Hack-O-Matic and that's about it. I scanned the BIN file looking for the graphics (as per usual) and made my changes.

 

I know I did not change any non-graphics stuff, if that's what you mean. I couldn't remember if W.O.W. was one of CBS's RAM Chip games or not.

Link to comment
Share on other sites

No, what I am saying is that it's not always possible to make sprites bigger or smaller. You'd have to disassemble the game to be sure. As long as you only change bytes that contain pixels to other non-zero values, it should work (though this could also fail if the game uses a particular value to determine where sprite "delimiters" exist...some programs just use the value of $00 - no pixels - to signify that line is the end of the sprite).

Link to comment
Share on other sites

Most programs don't use delimiters, though..but just read the sprite data from specific locations. So most sprites you can change to be smaller than the original...because the program itself has instructions like "gather the values from THIS rom location and put the data on the screen". It's usually only when you try to go larger that you run into problems.

Link to comment
Share on other sites

true, Nukey but it seems to me some programs read the data in sequence and if you shrink the sprite from the top down it may not show up at all because there is no data for the first address and it just skips the rest. Had that happen to me at least once.

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...