e-Writer
https://github.com/The-Revvy/e-writer
An e-Reader based .ek3 injector for Pokemon Ruby/Sapphire
Replaces the first Pokemon in your party with a user-generated .ek3.
Usage
Generate a .ek3 file using PKHeX, rename it to "input.ek3", and run "inject.py".
This will generate "card.z80", which can then be built into a functioning dotcode.
The included "input.ek3" will inject the following Pokemon:
METAGROSS (shiny)
adamant
lvl 100
no item
31/31/31/7/31/31
128/252/0/0/0/128
meteor mash/earthquake/rock slide/explosion
all 32 ribbons
Revvy/57690/24422
How to build
Download nedcmake from caitsith2.com E-Reader Development Tools
To run in an emulator: generate RAW:
nedcmake.exe -i card.z80 -o us -type 1 -region 1 -raw
To run on real hardware: generate BMP:
nedcmake.exe -i card.z80 -o us -type 1 -region 1 -bmp
Video of the program in action