-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.FE8_FebuilderSkillsys2021_or_later_Installer.event
86 lines (77 loc) · 1.69 KB
/
.FE8_FebuilderSkillsys2021_or_later_Installer.event
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
//#define DoNotUseAutoGetters // Try uncommenting this if stat screen is crashing
#define SKILLSYS_INSTALLED
#define STRMAG_INSTALLED
#include ".FE8_Installer.event"
#ifdef DoNotUseAutoGetters
// B66af8 - B66AfC
prConGetter:
prAidGetter:
prMovGetter:
Get_Hp_Growth:
Get_Str_Growth:
Get_Skl_Growth:
Get_Spd_Growth:
Get_Luk_Growth:
Get_Def_Growth:
Get_Res_Growth:
prMagGetter:
Get_Mag_Growth:
WORD 0
#endif
// if you do a custom build you might need to put in these addresses
PUSH
//ORG $B7E9C0
//prConGetter:
//ORG $B7E9A4
//prAidGetter:
//ORG $B7EA00 // or B7E9DC prStatScreenMovGetter@Skill_SkillSystems_20220703
//prMovGetter:
//ORG $B7EADC
//prMagGetter:
//ORG $B80414
//Get_Hp_Growth:
//ORG $B80434
//Get_Str_Growth:
//ORG $B80454
//Get_Mag_Growth:
//ORG $B8048C
//Get_Skl_Growth:
//ORG $B804AC
//Get_Spd_Growth:
//ORG $B80514
//Get_Luk_Growth:
//ORG $B804CC
//Get_Def_Growth:
//ORG $B804F0
//Get_Res_Growth:
POP
/* only for 2022 07 03 specifically
PUSH
ORG $B7E8C4
prMaxHPGetter:
POP
*/
prMaxHPGetter:
WORD 0 // this also works
//#endif
// Skillsys conflicts - mostly strmag / leveling, loading, & stat screen related
//ORG $4bf0
//POIN PutNumberBonus // conflict
//ORG $17d3c
//POIN UnitInitFromDefinition // 17D7C conflict
//ORG $17fc4
//POIN UnitAutolevelCore // 1802C conflict
//ORG $181c8
//POIN UnitCheckStatCaps // 18280 conflict
//ORG $2ba28
//POIN CheckBattleUnitLevelUp // conflict
//ORG $2bf24
//POIN CheckBattleUnitStatCaps // 2C008 conflict
//ORG $3b994
//POIN AiGetChestUnlockItemSlot // 3b9d0 conflict
//ORG $87184
//POIN DisplayPage0 // conflict
//ORG $88384
//POIN PageNumCtrl_DisplayBlinkIcons // conflict
//ORG $17e34
//POIN UnitLoadStatsFromCharacter // 17e5c conflict