Go to file
2021-07-21 12:47:08 +08:00
battle-e Don't rename .raw in case multiple cards are needed 2021-07-21 12:47:08 +08:00
common Initial commit 2014-11-21 10:46:12 +00:00
constants Changed nature constants cause I can't math 2021-07-18 15:43:42 +08:00
eonticket Fix makefiles 2021-07-21 12:36:26 +08:00
giftpokemon Remove non-existing item 2021-07-19 19:03:39 +08:00
ribbons Add ribbon eCard 2021-07-17 10:24:19 +08:00
scripts Add gift pokemon card 2021-07-19 18:52:19 +08:00
.gitignore gitignore 2021-07-20 23:19:04 +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.