-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #149 from Eebit/bmusemind
Decompile bmusemind
- Loading branch information
Showing
12 changed files
with
1,162 additions
and
2,517 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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,44 @@ | ||
#ifndef GUARD_BM_USE_MIND_H | ||
#define GUARD_BM_USE_MIND_H | ||
|
||
// ??? ExecStandardHeal(???); | ||
// ??? ExecRestore(???); | ||
// ??? ExecBarrierStaff(???); | ||
// ??? GetRescueStaffeePosition(???); | ||
// ??? ExecRescueStaff(???); | ||
// ??? sub_802EF70(???); | ||
// ??? sub_802EF80(???); | ||
// ??? ExecWarpStaff(???); | ||
// ??? ExecStatusStaff(???); | ||
// ??? ExecFortify(???); | ||
// ??? ExecNightmare(???); | ||
// ??? ApplyNightmareEffect(???); | ||
// ??? ExecUnlockStaff(???); | ||
// ??? ExecHammerne(???); | ||
// ??? ExecLatona(???); | ||
// ??? ExecVulneraryItem(???); | ||
// ??? ExecElixirItem(???); | ||
// ??? ExecPureWaterItem(???); | ||
// ??? ExecTorchItem(???); | ||
// ??? ExecAntitoxinItem(???); | ||
// ??? sub_802F510(???); | ||
void sub_802F598(struct Unit* unit, int itemIdx, s8 unk); | ||
void sub_802F664(struct Unit* unit, u8 classId, int itemIdx, s8 unk); | ||
// ??? sub_802F73C(???); | ||
void sub_802F760(struct Unit* unit, int item); | ||
int ApplyStatBoostItem(struct Unit* unit, int itemIdx); | ||
// ??? ExecStatBoostItem(???); | ||
int sub_802F978(struct Unit* unit, int itemIdx); | ||
// ??? ExecJunaFruitItem(???); | ||
// ??? ExecMine(???); | ||
// ??? ExecLightRune(???); | ||
// ??? sub_802FAD0(???); | ||
// ??? ExecTorchStaff(???); | ||
// ??? ExecDanceRing(???); | ||
void ActionStaffDoorChestUseItem(ProcPtr proc); | ||
void ActionPick(ProcPtr proc); | ||
// ??? AfterItemUse_SetTargetStatus(???); | ||
// ??? sub_8030050(???); | ||
|
||
|
||
#endif // GUARD_BM_USE_MIND_H |
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
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
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
Oops, something went wrong.