This repository contains my personal template repository projects for Butano. It is set up to include Butano as a submodule and build ROMs with Docker. It also includes a basic CI/CD set-up with GitHub Actions.
- Install the devkitARM toolchain for
gba-devfrom devkitPro: https://devkitpro.org/wiki/Getting_Started - Clone this repository with submodules
git clone --recurse-submodules https://github.com/cameronbroe/butano-template.git
- Build the ROM file with
make:make -j 4
- Run the file
butano-template.gbain mGBA to verify the build works correct.
- Ensure you have installed Docker Desktop.
- Clone the repository with submodules
git clone --recurse-submodules https://github.com/cameronbroe/butano-template.git
- Build the ROM file in Docker with
make:make docker-build
- Run the file
butano-template.gbain mGBA to verify the build works correct.
This file is licensed under the MIT License and can be found in LICENSE.md