Go to file
2025-04-19 15:47:53 -06:00
.github/workflows [build] Fix bad deps and optimize make build (#16) 2025-04-19 14:50:06 -06:00
battle-e [build] Simplify build (#19) 2025-04-19 15:47:53 -06:00
bin rgbds 0.9.1 (#15) 2025-02-09 00:15:33 -07:00
common Initial commit 2014-11-21 10:46:12 +00:00
constants rgbds 0.7 (#13) 2025-02-08 23:46:24 -07:00
decoration rgbds 0.9.1 (#15) 2025-02-09 00:15:33 -07:00
eonticket [build] Fix bad deps and optimize make build (#16) 2025-04-19 14:50:06 -06:00
giftpokemon rgbds 0.9.1 (#15) 2025-02-09 00:15:33 -07:00
ribbons rgbds 0.9.1 (#15) 2025-02-09 00:15:33 -07:00
scripts rgbds 0.7 (#13) 2025-02-08 23:46:24 -07:00
tests/scripts/stripgbc test: Add basic tests and CI infrastructure (#4) 2024-12-29 12:57:08 -07:00
.gitignore [build] Simplify build (#19) 2025-04-19 15:47:53 -06:00
macros.asm rgbds 0.7 (#13) 2025-02-08 23:46:24 -07: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.