-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
36 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
// https://feuniverse.us/t/fe8-fire-emblem-fractured-powers-beta-11-chapters-out-now-big-update/26103 | ||
// 11 chapters | ||
|
||
#ifndef TextTable | ||
#define TextTable "0x1049D74" | ||
#else | ||
#define FEBUILDER_INSTALLATION | ||
#endif | ||
|
||
#define DoNotUseAutoGetters | ||
//#define NoWepLock | ||
|
||
#define MagCharTable 0x8B2A740 | ||
#define MagClassTable 0x8B2A940 | ||
#define Skill_Getter 0x8B606C8 | ||
|
||
//#define FreeSpace 0x15F2D38 | ||
//ORG FreeSpace | ||
|
||
//#include "../.FE8_Installer.event" | ||
// #include "../.FE8_FebuilderSkillsys2020ish.event" | ||
//#include "../.FE8_FebuilderSkillsys2020ishNoStrMag.event" | ||
#include "../.FE8_FebuilderSkillsys2021_or_later_Installer.event" | ||
|
||
//NeverChangeItem(0x1) // Iron Sword | ||
//NeverChangeClass(0x1) // EirikaLord | ||
//NeverChangeChar(0x1) // Eirika | ||
|
||
|
Oops, something went wrong.