diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-11-15 11:02:26 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 11:02:26 -0800 |
commit | bfaa55f2fe3d557570260f6b4956e39c3b0f1218 (patch) | |
tree | 77611afc222d74c9a68a5577df3ce9916d9b3b97 /src/code_8086A3C.c | |
parent | 0ea22237c933523f66d7468a953c5a5057b3a899 (diff) |
Label and doc iq skills and tactics info (#75)
* label/doc iq skills/tactics info
* decomp a few more dungeon_util and label some funcs
* doc the IQSkills field
Diffstat (limited to 'src/code_8086A3C.c')
-rw-r--r-- | src/code_8086A3C.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code_8086A3C.c b/src/code_8086A3C.c index 63c2d44..67fd08d 100644 --- a/src/code_8086A3C.c +++ b/src/code_8086A3C.c @@ -7,7 +7,7 @@ extern struct DungeonGlobalData *gDungeonGlobalData; extern void sub_807191C(struct DungeonEntity *); extern struct DungeonEntity *sub_8085480(void); extern struct DungeonEntity *sub_8085680(u32); -extern void sub_808EC94(u8 *param_1, u8 param_2); +extern void SetDefaultIQSkills(u8 *param_1, u8 param_2); extern void sub_8097FF8(void); extern u8 sub_8044B28(void); extern u8 HasRecruitedMon(u32); @@ -56,7 +56,7 @@ void SetupBossFightHP(struct DungeonEntity *param_1, s32 newHP, u16 param_3) } gDungeonGlobalData->unk66A = param_3; - sub_808EC94(iVar2->IQSkillsSelected,iVar2->isBoss); + SetDefaultIQSkills(iVar2->IQSkillsSelected,iVar2->isBoss); sub_807191C(param_1); } |