A faithful adaptation of Katawa Shoujo for the GBA, powered by the Butano framework. Includes Python tools to convert assets and scripts from the Katawa Shoujo: Re-Engineered project.
- Visual Novel Gameplay optimized for GBA.
- Tools for converting assets and scripts.
- DevkitARM (Setup Guide)
- Windows: Use DevkitPro Installer.
- macOS/Linux: Install via
devkitpro-pacman
.sudo dkp-pacman -S devkitARM
- Verify:
arm-none-eabi-gcc --version
- Python 3.12 for tools.
- Butano afska's fork
- Fork the repository.
- Clone the forked repository.
- Create a branch for your feature.
- Test your changes on emulators and hardware.
- Submit a pull request.
- Four Leaf Studios for creating Katawa Shoujo.
- Butano Framework by GValiente for the GBA development framework.
- afska for GSM Player integration for Butano
- GSM Player by Damian Yerrick for the GBA audio player.
- libagmv by RyandracusCodesGames for the video player.
- Katawa Shoujo: Re-Engineered by Fleeting Heartbeat Studios for the great adaptation Katawa Shoujo to the modern Ren'Py engine.
This project is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. See the LICENSE file for details.