Skip to content

xU77654x/SkillSystem_FE8

 
 

Repository files navigation

FE8 Skill System

Main discussion on Fire Emblem Universe

What is this?

This is a fully-functional system for implementing modern FE skills into Fire Emblem 8.

This repository is intended to be installed via Event Assembler. Other methods of installation, such as FEBuilderGBA, are not officially supported.

Installation

  1. Get the latest version of Event Assembler (v11.0.1 as of this release) and put it in the extracted folder.
  2. Get a clean FE8U ROM, name it "FE8_clean.gba" and put it in the extracted folder.
  3. Run MAKE HACK_full when you make text or table changes. If you aren't inserting new text or tables, you can use MAKE HACK_quick instead.

Basic Usage Notes

  • Only 254 skills can be used at a time. To configure which skills are in use, use Engine Hacks\Skill System\skill_definitions.event. This also doubles as a list of all skills and their effects.
  • Several optional toggles for other assembly hacks (such as the STR/MAG split, save expansion, etc) as well as the configuration of the effects of various skills can be found in Engine Hacks\Config.event.
  • To customize skill learnsets (what skills learned, at what level), see Engine Hacks\Skill System\Skill_lists.event.
  • To customize things like personal skills, class skills, and other miscellaneous things, see the CSVs in Tables\FE8 Nightmare modules.

I found a bug! What can I do about it?

Check out our issue tracker on Github.

Credits

See CREDITS.md for a more detailed list.

Special thanks go to:

  • Circleseverywhere, for creating and releasing the original system.
  • Crazycolorz5, for debuffs, freeze and Dragon's Veins.
  • Primefusion, for the test map.
  • Kirb, for implementing the Str/Mag split into FE8 based off Tequila's original FE7 version.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Assembly 79.3%
  • C 8.3%
  • Batchfile 6.0%
  • HTML 3.7%
  • Python 1.8%
  • C++ 0.6%
  • Other 0.3%