Results 1 to 3 of 3

Thread: Rom Sprite Editing?

  1. #1
    Cool Newbie Koden's Avatar
    Join Date
    Dec 2004
    Age
    37
    Posts
    44

    Default

    Anyone know of any programs that allows you to edit a game's sprites?

    I remember one NES emulator, probebly NEStickle, that let you do that but it was kind of tedious.

  2. #2
    Jet Set Willy
    Guest

    Default

    Not hard to do at all, but I can't name any particular editors. I'd personally hack away at the ROM to find the addresses of the sprite data, or write a quick program to render the entire ROM to the screen at different offsets until you can see the sprites and work out where they're stored. You could then mess with the data using a hex editor - if you're feeling extra special, you could edit the checksum so that remains valid.

    I've decided what I've said wasn't very helpful if you aren't into ROM hacking. Try looking on zophar.net to see if there are any suitable programs.

    A few unavoidable limitations of sprite editing - you can never replace a sprite with a bigger sprite. Also, the collision detection is likely to be a little messed up if you change the shape of a sprite.

  3. #3
    Senior Talker cloud4004's Avatar
    Join Date
    Dec 2004
    Location
    Daydream Nation
    Age
    32
    Posts
    596

    Default

    Ah, I love Zophars Domain. Great site. I might be able to help you with programs too if you can't find any there. What games are you wanting to edit?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •