Fork of pokemon-news for the pokecrystal-mobile
Go to file
2023-07-21 20:12:09 -04:00
macros Updates to 0.6.0 and international support for rankings 2023-07-21 20:04:50 -04:00
news Updates to 0.6.0 and international support for rankings 2023-07-21 20:04:50 -04:00
news_en Updates to 0.6.0 and international support for rankings 2023-07-21 20:04:50 -04:00
pokecrystal Updates to 0.6.0 and international support for rankings 2023-07-21 20:04:50 -04:00
ram Updates to 0.6.0 and international support for rankings 2023-07-21 20:04:50 -04:00
.gitattributes Initial commit 2021-08-24 21:39:26 +02:00
.gitignore Initial commit 2021-08-24 21:39:26 +02:00
fix.py Initial commit 2021-08-24 21:39:26 +02:00
header.asm Updates to 0.6.0 and international support for rankings 2023-07-21 20:04:50 -04:00
macros.asm Initial commit 2021-08-24 21:39:26 +02:00
Makefile Updates to 0.6.0 and international support for rankings 2023-07-21 20:04:50 -04:00
README.md Update README.md 2023-07-21 20:12:09 -04:00

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.

Information

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.

Screenshots

image image image

image image image

Credits

  • Matze : Code & Disassembly
  • Ryuzac : Translation
  • DS : Code & Localization