-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.FE8_FebuilderSkillsys2020ishNoStrMag.event
58 lines (51 loc) · 1.28 KB
/
.FE8_FebuilderSkillsys2020ishNoStrMag.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
//#define DoNotUseAutoGetters // Try uncommenting this if stat screen is crashing
#define SKILLSYS_INSTALLED
//#define STRMAG_INSTALLED
#define IconOrrValue 0x0 // if using a skillsys version past may 2020, make this 0x100
#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
/* only for specific version of skillsys
PUSH
ORG $some address
prMaxHPGetter:
POP
*/
prMaxHPGetter:
WORD 0 // this 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