Skip to content

ROM extraction guide for Hebereke Enjoy Edition on Steam.

Notifications You must be signed in to change notification settings

GuiMiTomo/HeberekeROMExtractionGuide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

This is a ROM Extraction Guide for Hebereke Enjoy Edition on Steam.

What you'll need?

  • Hebereke Enjoy Edition (obviously)
  • Task Manager
  • A hex editor (like HxD)
  • This patch file
  • A ROM patcher (like this one)
  • A NES emulator

Note

This guide was made on version 1.01.29.

Getting the ROM

First start Hebereke Enjoy Edition.

Make sure the game is running.

image

While Hebereke is running, open Task Manager, and head over FCHEBEREKE.exe

Right click on FCHEBEREKE.exe and select "Create capture file*" to get a memory dump.

*Translated from portuguese, my bad.

image

Wait for it, and once the memory is dumped, select "Open file location".

image

Now you'll get the FCHEBEREKE.DMP file. Move it to anywhere else into your computer.

image

Now open FCHEBEREKE.DMP into the Hex Editor of your choice. Now, search for for the following hex data:

00 02 02 02 02 02 00 00 00 00 00 8F 80 00 80 00

This is the beginning of the first half of the ROM.

Then delete everything before the data you just searched. This will reduce the size of the file.

After that, search the following hex data.

FF 00 F5 56 0A 08 00 00 00 FF FF FF FF BF BF 9E

This starts the other half of the ROM.

Delete the data between 0x00020000 (the first half ends at 0x0001FFFF) and the one before the offset you just searched.

After that, delete the data after 0x0003FFFF.

Add the following iNES header at the beginning of the file:

4E 45 53 1A 08 10 50 48 00 00 00 00 00 00 00 01

Save the file and you'll get a ROM file. If you see the title screen in the emulator, that means it worked.

image

If you see a black screen after starting the game, that's normal.

image

Making the ROM Playable

This is where the patch enters in action.

Open the ROM Patcher and insert the patch file I provided.

image

Apply it and run the new ROM on the Emulator. Start a new game.

image

The game now should be playable. You can now play it on an emulator, your NES mini or something.

Piracy

Don't share the ROM with anyone or anywhere else on the Internet, just because this is your own copy. Piracy is a serious crime.

Problems with the guide?

Please open an issue.

About

ROM extraction guide for Hebereke Enjoy Edition on Steam.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published