├── LICENSE ├── README.md ├── bin └── TriHdrPatcher.exe ├── good_tex_gp2.h ├── main.c ├── sha1.c ├── sha1.h └── staticVals.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FIX94/triforce-header-patcher/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FIX94/triforce-header-patcher/HEAD/README.md -------------------------------------------------------------------------------- /bin/TriHdrPatcher.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FIX94/triforce-header-patcher/HEAD/bin/TriHdrPatcher.exe -------------------------------------------------------------------------------- /good_tex_gp2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FIX94/triforce-header-patcher/HEAD/good_tex_gp2.h -------------------------------------------------------------------------------- /main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FIX94/triforce-header-patcher/HEAD/main.c -------------------------------------------------------------------------------- /sha1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FIX94/triforce-header-patcher/HEAD/sha1.c -------------------------------------------------------------------------------- /sha1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FIX94/triforce-header-patcher/HEAD/sha1.h -------------------------------------------------------------------------------- /staticVals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FIX94/triforce-header-patcher/HEAD/staticVals.h --------------------------------------------------------------------------------