Skip to content

Web-based and CLI encoder/decoder for NES Game Genie and Pro Action Rocky

License

Notifications You must be signed in to change notification settings

satoshinm/nescode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nescode

Command-line and web-based Game Genie decoder/encoder for Nintendo Entertainment System (npmjs module), using nes-game-genie and famicom-pro-action-rocky modules.

Web-based interface

Web-based interface

Command-line interface (cli.js)

To install globally, use npm install -g nescode, then you can invoke this tool from the command-line as nescode. Passing a Game Genie or hex code will decode and re-encode:

nescode $ nescode SLXPLOVS
Input:       SLXPLOVS

Address:     1123
Key:         de
Wantskey:    true
Value:       bd

Raw code:    1123?de:bd
Rocky code:  15C93C0A
Game Genie:  SLXPLOVS
nescode $ nescode 1123?de:bd
Input:       1123?de:bd

Address:     1123
Key:         de
Wantskey:    true
Value:       bd

Raw code:    1123?de:bd
Rocky code:  15C93C0A
Game Genie:  SLXPLOVS

License

MIT

About

Web-based and CLI encoder/decoder for NES Game Genie and Pro Action Rocky

Resources

License

Stars

Watchers

Forks

Packages

No packages published