Go to file
2021-07-13 15:41:24 +08:00
battle-e Add nevpk and nedcmake to Makefile 2021-07-13 15:41:24 +08:00
common Initial commit 2014-11-21 10:46:12 +00:00
constants Add nature constants 2021-07-13 15:17:02 +08:00
eonticket Code cleanup; preparation for Japanese Battle e 2014-11-27 07:15:45 +00:00
scripts Code cleanup; preparation for Japanese Battle e 2014-11-27 07:15:45 +00:00
.gitignore Add nature constants 2021-07-13 15:17:02 +08:00
macros.asm Code cleanup; preparation for Japanese Battle e 2014-11-27 07:15:45 +00:00
README.md Add German Eon Ticket script from debug version 2014-11-22 05:11:37 +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 and add the card metadata using nedcmake from the nedclib package, which is unfortunately Windows-only.