Go to file
2024-12-29 15:57:22 -07:00
.github/workflows ci: Build using prebuilt and verify hashes (#7) 2024-12-29 15:57:22 -07:00
battle-e ci: Build using prebuilt and verify hashes (#7) 2024-12-29 15:57:22 -07:00
bin/rgbds/v0.2.0 ci: Add precompiled linux version of rgbds v0.2.0 (#6) 2024-12-29 14:45:46 -07:00
common Initial commit 2014-11-21 10:46:12 +00:00
constants add additem 2022-12-07 18:29:53 +08:00
decoration Localization Changes / Additional Card Support 2023-07-09 20:43:08 -04:00
eonticket Localization Changes / Additional Card Support 2023-07-09 20:43:08 -04:00
giftpokemon Change text from emerald to ruby and sapphire 2021-07-22 16:24:24 +08:00
ribbons Change text from emerald to ruby and sapphire 2021-07-22 16:24:24 +08:00
scripts cleanup: Very small refactor for stripgbc (#5) 2024-12-29 13:11:46 -07:00
tests/scripts/stripgbc test: Add basic tests and CI infrastructure (#4) 2024-12-29 12:57:08 -07:00
.gitignore gitignore 2021-07-20 23:19:04 +08:00
macros.asm Update scripts 2022-09-09 22:04:33 +08: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.