Skip to content

Pokeglitch/pokeredjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pokeredjs

A Javascript based Pokemon Red disassembly


Notes

This repository is based on the pret pokered disassembly. It is not using any reference to official Pokemon source codes.

This disassembly is a WIP, and is being built hand in hand with my js2gb assembler: https://github.com/Pokeglitch/js2gb

It still relies on using the Pokemon Red base rom for build confirmation. That is not delivered with this package, and must be acquired separately.

It can be built through the pret pokered disassembly project: https://github.com/pret/pokered


Instructions

  1. Inside your local version of this repository, copy the Pokemon Red rom file and rename it to

baserom.gb

  1. Install the latest js2gb module, running this in the command line:

npm install js2gb

  1. Run the 'make.js' file

node .\make.js

  1. You should see the build log in the console, and afterwards, the pokered.gb rom will be built in the directory

About

Javascript based Pokemon Red Disassembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published