Go to file
Artrios 167e849041
Some checks failed
Test Python Scripts / BuildGift (push) Has been cancelled
Test Python Scripts / BuildRibbons (push) Has been cancelled
Test Python Scripts / BuildDecoration (push) Has been cancelled
Test Python Scripts / BuildEonTicket (push) Has been cancelled
Test Python Scripts / BuildBattleE (push) Has been cancelled
Test Python Scripts / Test (push) Has been cancelled
Update README
2026-02-09 20:50:33 +08:00
.github/workflows [build] Fix bad deps and optimize make build (#16) 2025-04-19 14:50:06 -06:00
battle-e Update md5 hashes 2026-02-09 20:50:12 +08:00
bin [build] Maintain trainers as pngs (#25) 2025-08-25 20:43:16 +08: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 Update hash 2025-10-30 05:07:40 +00:00
eonticket [build] Fix bad deps and optimize make build (#16) 2025-04-19 14:50:06 -06:00
giftpokemon [build] Fix incorrect region on some cards (#24) 2025-08-25 20:42:35 +08:00
ribbons [build] Fix incorrect region on some cards (#24) 2025-08-25 20:42:35 +08:00
scripts [build] Fix incorrect region on some cards (#24) 2025-08-25 20:42:35 +08:00
tests/scripts/stripgbc test: Add basic tests and CI infrastructure (#4) 2024-12-29 12:57:08 -07:00
.gitignore [build] Update remaining build files (#22) 2025-04-19 22:52:43 -06:00
macros.asm rgbds 0.7 (#13) 2025-02-08 23:46:24 -07:00
README.md Update README 2026-02-09 20:50:33 +08:00

Pokémon Card e

Ask DeepWiki

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.