This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # AGENTS.md - Game Boy Advance Development Guide | |
| This repository targets Nintendo Game Boy Advance homebrew in C/C++/ARM assembly, built with the official `devkitpro/devkitarm` Docker image and tested/debugged with mGBA. Treat this file as the standing instruction set for any AI coding agent, human contributor, or automation working in this project. | |
| Primary learning/reference source: TONC, "GBA Programming in rot13" by Jasper Vijn and the gbadev.net community. Use TONC for concepts, libtonc-style conventions, register explanations, and working examples. Use GBATEK for exact register-level reference when TONC is not specific enough. | |
| --- | |
| ## 1. Mission and Scope |