A python 3 script to patch the code.bin file of an extracted GBA VC title to restore color and remove ghosting.
Usage:
GBA_ColorGhost_Fix /path/to/code.bin
Also included is a compiled EXE version for Windows. Extract ZIP and run from Command Prompt.
You can also drag and drop the code.bin file onto either the Python script or EXE to patch it.
CREDITS:
Credit to SuperrSonic from GBATemp for the offsets and discovery of the ghosting and color values.