Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Veslyquix committed Apr 18, 2024
1 parent d86611a commit 6d224b3
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .FE8_FebuilderSkillsys2020ish.event
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
#define IconOrrValue 0x0 // if using a skillsys version past may 2020, make this 0x100
//#define STRMAG_INSTALLED
#include ".FE8_Installer.event"
PROTECT $B66Ad0 $b66b80
PROTECT $B6635c $b66b80
// B66af8 - B66AfC
//prConGetter:
//prAidGetter:
Expand Down
2 changes: 1 addition & 1 deletion C_code.c
Original file line number Diff line number Diff line change
Expand Up @@ -3217,7 +3217,7 @@ int DrawStatByID(int barID, int x, int y, int disp, struct Unit* unit, int id) {
DrawIcon(gUiTmScratchA + TILEMAP_INDEX(x-4 + (i*3), y), skillID[i], 0x4000); }
skillID++;
}
return 0; break;
return 0; break;
}
case 10: { // skills row 2
u8* skillID = CallSkill_Getter(unit);
Expand Down
52 changes: 52 additions & 0 deletions ZFE8_FebuilderSkillsysSGW.event
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
#define SKILLSYS_INSTALLED
#define IconOrrValue 0x0 // if using a skillsys version past may 2020, make this 0x100
#define STRMAG_INSTALLED
#include ".FE8_Installer.event"
// skill icons don't appear in SGW when installed *shrugs*
/* only for specific version of skillsys
PUSH
ORG $some address
prMaxHPGetter:
POP
*/
prConGetter:
prAidGetter:
prMovGetter:
Growth_Getter_Table:
Skill_Getter:
Get_Hp_Growth:
Get_Str_Growth:
Get_Skl_Growth:
Get_Spd_Growth:
Get_Luk_Growth:
Get_Def_Growth:
Get_Res_Growth:
prMaxHPGetter:
prMagGetter:
Get_Mag_Growth:
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


0 comments on commit 6d224b3

Please sign in to comment.