├── .gitignore ├── LICENSE ├── Makefile ├── README.md ├── friend-safari-generator ├── index.js └── mt.js └── main.s /.gitignore: -------------------------------------------------------------------------------- 1 | *.bin 2 | *.ips 3 | *.zip 4 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaksabeast/XY-All-Friend-Safaris-Patch/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaksabeast/XY-All-Friend-Safaris-Patch/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaksabeast/XY-All-Friend-Safaris-Patch/HEAD/README.md -------------------------------------------------------------------------------- /friend-safari-generator/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaksabeast/XY-All-Friend-Safaris-Patch/HEAD/friend-safari-generator/index.js -------------------------------------------------------------------------------- /friend-safari-generator/mt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaksabeast/XY-All-Friend-Safaris-Patch/HEAD/friend-safari-generator/mt.js -------------------------------------------------------------------------------- /main.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zaksabeast/XY-All-Friend-Safaris-Patch/HEAD/main.s --------------------------------------------------------------------------------