├── .gitattributes ├── .gitignore ├── LICENSE.md ├── Makefile ├── comm.c └── gen1.h /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breadbored/Pokemon-Distribution-ROM/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breadbored/Pokemon-Distribution-ROM/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breadbored/Pokemon-Distribution-ROM/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breadbored/Pokemon-Distribution-ROM/HEAD/Makefile -------------------------------------------------------------------------------- /comm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breadbored/Pokemon-Distribution-ROM/HEAD/comm.c -------------------------------------------------------------------------------- /gen1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/breadbored/Pokemon-Distribution-ROM/HEAD/gen1.h --------------------------------------------------------------------------------