forked from FEBuilderGBA/FEBuilderGBA
-
Notifications
You must be signed in to change notification settings - Fork 8
Skill Systems
laqieer edited this page Jun 19, 2026
·
2 revisions
The Skill System is a community engine hack that adds a full skills/abilities engine to Fire Emblem: The Sacred Stones (FE8) — character & class skills, skill scrolls, an expanded in‑battle/spell menu, effectiveness reworks, and many supporting features. It is distributed as an Event Assembler buildfile (ASM) or a C‑based kernel that you apply to a clean FE8 ROM.
Several FEBuilderGBA editors are Skill‑System‑gated — they only show data once a Skill System is installed. If one of these looks empty on a vanilla ROM, install a Skill System (below) first:
- FE8 Spell Menu Extends — the extended in‑battle magic/spell menu entries
- Skill editors (skill assignment, skill config, learn‑on‑level‑up)
- Item Effectiveness (SkillSystems Rework) — the reworked anti‑class effectiveness tables
| Region | Project | Type | Latest | Notes |
|---|---|---|---|---|
| FE8U (US / International) | FireEmblemUniverse/SkillSystem_FE8 | Event Assembler buildfile (ASM) | v1.2.2 | The canonical, widely‑used FE8U Skill System. |
| FE8U | MokhaLeee/fe8u-cskillsys-kernel | C kernel | v3.3.0‑LTS | A modern, C‑based reimplementation of the skill engine for FE8U. |
| FE8J (Japan) | ngmansion/FE8N | ROM‑hacking base (ASM) | 20240225 | 「聖魔改造のデファクトスタンダードを目指す物」 — the de‑facto‑standard FE8J hacking base, which bundles the Skill System alongside many other features. |
- Pick the project above that matches your ROM region (FE8U vs FE8J) and download its latest release.
- Follow that project's README to apply it to a clean FE8 ROM — typically by building the buildfile with Event Assembler, or by applying a provided UPS patch to a clean ROM.
- Open the resulting ROM in FEBuilderGBA. The Skill‑System‑dependent editors (FE8 Spell Menu Extends, the Skill editors, Item Effectiveness Rework, …) will now be populated and editable.
Copyright note: these projects distribute patches / source code, not the game itself. Apply them to a clean FE8 ROM that you dumped from your own cartridge.
- Editors Reference — full editor catalog (including the Skill‑System‑gated editors above)
- Patch Manager — browse, install, and uninstall community patches inside FEBuilderGBA
- Getting Started — download, install, and open your first ROM