Skip to content

SalamanderSandwich/NES-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NES-Project

Program for modifying text in NES roms

How to help

//GENERIC SETUP
for(String s : new String[]{"HASH_THING"})//GAME NAME
{
    if(s.equals(hash))
    {
        return new ROMObject(new ROMIndex[]
        {
            new ROMIndex(0xHEX_ADDRESS, "TEXT"),
        },
        "TABLE");
    }
}

Reccomended programs are FCEUX and Oriton.

Get hash by opening the program in your terminal/cmd thing.

Get HEX_ADDRESS and "TEXT" like you normally would for hacking ROMS.

Get table by making it like normal in Oriton, but then replace empty blocks with some character that isn't used. Select all blocks and copy paste it into a text editor. Replace all of the previous characters with '\b' (yeah I know it's kinda hacky), that's the table string.

About

Program for modifying text in NES roms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages