├── README.md ├── asm68k.exe ├── build.bat ├── s2k.asm ├── s2k.idb └── sks2.bin /README.md: -------------------------------------------------------------------------------- 1 | ktes2_git 2 | ========= 3 | KTE in Sonic 2 Disassembly 4 | 5 | DISCLAIMER: 6 | Any and all content presented in this repository is presented for informational and educational purposes only. 7 | Commercial usage is expressly prohibited. Sonic Retro claims no ownership of any code in these repositories. 8 | You assume any and all responsibility for using this content responsibly. Sonic Retro claims no responsibiliy or warranty. 9 | -------------------------------------------------------------------------------- /asm68k.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonicretro/ktes2/f7c0e72554c5ac0f9c592c71f95166dbd9b72873/asm68k.exe -------------------------------------------------------------------------------- /build.bat: -------------------------------------------------------------------------------- 1 | asm68k /p s2k.asm,s2kbuilt.bin 2 | -------------------------------------------------------------------------------- /s2k.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonicretro/ktes2/f7c0e72554c5ac0f9c592c71f95166dbd9b72873/s2k.asm -------------------------------------------------------------------------------- /s2k.idb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonicretro/ktes2/f7c0e72554c5ac0f9c592c71f95166dbd9b72873/s2k.idb -------------------------------------------------------------------------------- /sks2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonicretro/ktes2/f7c0e72554c5ac0f9c592c71f95166dbd9b72873/sks2.bin --------------------------------------------------------------------------------