Disassembly of Pokemon Crystal's Pokemon News.
So far, only one of the four known news issues is disassembled. The pokecrystal directory contains some useful constants and macros sourced from pokecrystal.
To use this, install python and the tools required for assembling pokecrystal.
A disassembly of Pokémon Crystal's debug Pokemon News by Sudel-Matze.
The Pokémon News was distributed via the Mobile Adapter and obtained via the in-game news machine - a feature originally only available to the Japanese version of the game.
This repository can be used to build the news in both Japanese (original) and English (for the pokecrystal-mobile-en project).
To build a specific version, run one of these commands:
-
JP Version:
make
-
EN Version:
make news_en
More information about Pokémon Crystal's mobile features can be found here:
The pokecrystal directory contains some useful constants and macros sourced from pokecrystal.
Python and RGBDS 0.6.0 are required to build the news.
- Matze : Code & Disassembly
- Ryuzac : Translation
- DS : Code & Localization