-
Notifications
You must be signed in to change notification settings - Fork 13
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 #90 from AnonymousRandomPerson/main
Decomped RunMonsterAi
- Loading branch information
Showing
144 changed files
with
1,527 additions
and
1,598 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,66 +1,5 @@ | ||
#pragma once | ||
.public abs | ||
.public AiDecideUseItem | ||
.public AiMovement | ||
.public ApplyDamage | ||
.public ApplyDamageAndEffectsWrapper | ||
.public ATK_STAT_IDX | ||
.public BoostOffensiveStat | ||
.public CanSeeTarget | ||
.public CanTargetEntity | ||
.public CategoryIsNotPhysical | ||
.public CheckVariousConditions | ||
.public ChooseAiMove | ||
.public ClearMonsterActionFields | ||
.public DefenderAbilityIsActive__0230A940 | ||
.public DoesTacticFollowLeader | ||
.public DUNGEON_PTR | ||
.public DungeonRandInt | ||
.public EndFrozenClassStatus | ||
.public EntityIsValid__02308FBC | ||
.public ExclusiveItemEffectIsActive__0230A9B8 | ||
.public GendersNotEqualNotGenderless | ||
.public GetCanMoveFlag | ||
.public GetLeader | ||
.public GetTreatmentBetweenMonsters | ||
.public GravityIsActive | ||
.public HasLowHealth | ||
.public HasStatusThatPreventsActing | ||
.public HasTypeAffectedByGravity | ||
.public IqSkillIsEnabled | ||
.public LevitateIsActive | ||
.public LogMessageByIdWithPopupCheckUser | ||
.public LogMessageByIdWithPopupCheckUserTarget | ||
.public MonsterIsType | ||
.public ov10_022C442C | ||
.public ov10_022C4460 | ||
.public ov10_022C4464 | ||
.public ov10_022C44C0 | ||
.public ov10_022C4524 | ||
.public ov10_022C4550 | ||
.public ov10_022C4564 | ||
.public ov10_022C45AC | ||
.public ov10_022C45B0 | ||
.public ov10_022C45B4 | ||
.public ov10_022C45C0 | ||
.public ov10_022C4638 | ||
.public ov10_022C467C | ||
.public ov10_022C468C | ||
.public ov29_022E3F24 | ||
.public ov29_022E40C0 | ||
.public ov29_022E45D0 | ||
.public ov29_022E57D4 | ||
.public ov29_022E5E84 | ||
.public ov29_02300D50 | ||
.public ov29_0230D654 | ||
.public ov29_0230F728 | ||
.public ov29_0231EDFC | ||
.public ov29_023380FC | ||
.public ov29_023535DC | ||
.public ov29_0237CA6D | ||
.public ResetDamageData | ||
.public SetActionPassTurnOrWalk | ||
.public SetDecoyAiTracker | ||
.public ShouldRunMonsterAi | ||
.public SubstitutePlaceholderStringTags | ||
.public UpdateAiTargetPos |
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,48 @@ | ||
#pragma once | ||
.public ATK_STAT_IDX | ||
.public ApplyDamage | ||
.public ApplyDamageAndEffectsWrapper | ||
.public BoostOffensiveStat | ||
.public CategoryIsNotPhysical | ||
.public DUNGEON_PTR | ||
.public DefenderAbilityIsActive__0230A940 | ||
.public DungeonRandInt | ||
.public EntityIsValid__02308FBC | ||
.public ExclusiveItemEffectIsActive__0230A9B8 | ||
.public GendersNotEqualNotGenderless | ||
.public GravityIsActive | ||
.public HasLowHealth | ||
.public HasTypeAffectedByGravity | ||
.public IqSkillIsEnabled | ||
.public LevitateIsActive | ||
.public LogMessageByIdWithPopupCheckUserTarget | ||
.public MonsterIsType | ||
.public ResetDamageData | ||
.public UpdateAiTargetPos | ||
.public abs | ||
.public ov10_022C442C | ||
.public ov10_022C4460 | ||
.public ov10_022C4464 | ||
.public ov10_022C44C0 | ||
.public ov10_022C4524 | ||
.public ov10_022C4550 | ||
.public ov10_022C4564 | ||
.public ov10_022C45AC | ||
.public ov10_022C45B0 | ||
.public ov10_022C45B4 | ||
.public ov10_022C45C0 | ||
.public ov10_022C4638 | ||
.public ov10_022C467C | ||
.public ov10_022C468C | ||
.public ov29_022E3F24 | ||
.public ov29_022E40C0 | ||
.public ov29_022E45D0 | ||
.public ov29_022E57D4 | ||
.public ov29_022E5E84 | ||
.public ov29_02300D50 | ||
.public ov29_0230D654 | ||
.public ov29_0230F728 | ||
.public ov29_0231EDFC | ||
.public ov29_023380FC | ||
.public ov29_023535DC | ||
.public ov29_0237CA6D |
Oops, something went wrong.