Skip to content

Instantly share code, notes, and snippets.

View liamlangli's full-sized avatar
generating tokens...

Liam liamlangli

generating tokens...
View GitHub Profile
# 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