satoshinm / nescode

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

Home Page:https://satoshinm.github.io/nescode/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://satoshinm.github.io/nescode/

License:MIT License


Languages

Language:JavaScript 95.3%Language:HTML 4.7%