Fork of pokemon-news for the pokecrystal-mobile
Go to file
2024-01-21 13:31:50 +01: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_de Changed DATEN to NACHRICHTEN 2024-01-21 13:31:50 +01:00
news_en POKéBALL > POKé BALL 2023-11-27 11:35:13 -05:00
pokecrystal Added GER news build 2023-09-30 17:01:12 -04:00
ram Update sram_int.asm 2023-08-09 21:56:37 +02: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 Added GER news build 2023-09-30 17:01:12 -04:00
macros.asm Initial commit 2021-08-24 21:39:26 +02:00
Makefile Added GER news build 2023-09-30 17:01:12 -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