Go to file
2014-11-21 10:46:12 +00:00
battle-e Initial commit 2014-11-21 10:46:12 +00:00
common Initial commit 2014-11-21 10:46:12 +00:00
constants Initial commit 2014-11-21 10:46:12 +00:00
eonticket Initial commit 2014-11-21 10:46:12 +00:00
scripts Initial commit 2014-11-21 10:46:12 +00:00
.gitignore Initial commit 2014-11-21 10:46:12 +00:00
macros.asm Initial commit 2014-11-21 10:46:12 +00:00
README.md Initial commit 2014-11-21 10:46:12 +00:00

Pokémon Card e

This is a disassembly of the e-Reader cards released for Pokémon Ruby and Sapphire. Currently, it includes the English release of the Pokémon Battle e series, and the Eon Ticket.

RGBDS is needed to compile the Z80 binary for each card. To build a working e-Reader card, you will need to compress the binary with nevpk and add the card metadata with nedcenc—both tools are from the nedclib package, which is unfortunately Windows-only.