forked from FEBuilderGBA/FEBuilderGBA
-
Notifications
You must be signed in to change notification settings - Fork 8
Home
laqieer edited this page Jul 22, 2026
·
14 revisions
Welcome to the FEBuilderGBA wiki — the comprehensive ROM hacking suite for the Fire Emblem GBA trilogy.
- Getting Started — How to download, install, and open your first ROM
-
Patch Database Setup — Fetch the patch database (
config/patch2) on first run, and how to update it - Editors Reference — Overview of all editor categories
- Skill Systems (FE8) — Add the community skills engine to unlock the Skill/Spell editors
- Command-Line Interface — CLI usage for automation and scripting
- Decomp Project Mode — Use a decompilation source tree as the source of truth
- Native Android — Experimental native Android (Avalonia) port
- Native iOS — Experimental native iOS / iPadOS (Avalonia) port
- Native Web — Run in the browser via WebAssembly (live)
- Release vs Nightly Build — Which build to use
- Finding More Resources Online — Community graphics, music, and animation resources
- Reporting Bugs — Use the in-app Report a Bug tool (auto-fills version/ROM + screenshot)
- GUI Validation Methods — MCP Computer Use vs PowerShell UI Automation comparison
- Avalonia GUI — Cross-platform Avalonia frontend details
- Development Notes — Notes for contributors
| Game | Region | ROM ID |
|---|---|---|
| Fire Emblem: The Binding Blade (FE6) | Japan | FE6 |
| Fire Emblem: The Blazing Blade (FE7) | Japan | FE7J |
| Fire Emblem: The Blazing Blade (FE7) | US/International | FE7U |
| Fire Emblem: The Sacred Stones (FE8) | Japan | FE8J |
| Fire Emblem: The Sacred Stones (FE8) | US/International | FE8U |
- Windows — Full-featured WinForms GUI (.NET 10.0) — stable; bug fixes only
- Cross-platform desktop — Avalonia GUI (Linux, macOS, Windows) — broad WinForms parity (~93%), still maturing — preview; receives all new GUI features
-
Mobile — native Android (
.apk) and iOS / iPadOS (.ipa) builds of the Avalonia GUI — experimental preview (build-validated; on-device runtime maturing) - Web — browser build via WebAssembly, live at https://laqieer.github.io/FEBuilderGBA/ — experimental preview
- CLI — Command-line tools for all desktop platforms
GUI strategy: the WinForms GUI is stable (bug fixes only); all new GUI features ship to the cross-platform Avalonia GUI. See GUI Strategy.
- GitHub Discussions — Ask questions and share projects
- GitHub Issues — Report bugs (the WinForms GUI is stable — bug fixes only)
- Ideas Discussions — Request new features (they ship to the cross-platform Avalonia GUI — see GUI Strategy)