-
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 #97 from AnonymousRandomPerson/main
Decomped AbilityIsActive
- Loading branch information
Showing
8 changed files
with
1,150 additions
and
1,130 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,64 +1,18 @@ | ||
#pragma once | ||
.public AllocateTemp1024ByteBufferFromPool | ||
.public CanLearnIqSkill | ||
.public CanSeeTarget | ||
.public CanThrowItems | ||
.public DUNGEON_PTR | ||
.public DisableIqSkill | ||
.public DungeonGetSpriteIndex | ||
.public DungeonRandInt | ||
.public EXCLUSIVE_ITEM_EXP_BOOST | ||
.public AbilityIsActive | ||
.public CanSeeInvisibleMonsters | ||
.public EXCL_ITEM_EFFECTS_WEATHER_NO_STATUS | ||
.public EXP_ELITE_EXP_BOOST | ||
.public EnableIqSkill | ||
.public EntityIsValid__023000E4 | ||
.public EntityIsValid__02302A38 | ||
.public EvolveMonster | ||
.public ExclusiveItemEffectFlagTest | ||
.public ExclusiveItemEffectIsActive__022FFF28 | ||
.public GetApparentWeather | ||
.public GetEntityNaturalGiftInfo | ||
.public GetEntityWeatherBallType | ||
.public GetEvolutions | ||
.public GetExclusiveItemWithEffectFromBag | ||
.public GetForcedLossReason | ||
.public GetMoveBasePower | ||
.public GetMoveType | ||
.public GetPerformanceFlagWithChecks | ||
.public GetSpeciesIqSkill | ||
.public GetUnlockedTacticFlags | ||
.public GravityIsActive | ||
.public HasHeldItem | ||
.public IqSkillFlagTest | ||
.public IsBlinded | ||
.public IsExpEnabledInDungeon | ||
.public IsExperienceLocked | ||
.public IsOnMonsterSpawnList | ||
.public IsRegularAttackOrProjectile | ||
.public ItemIsActive__022FF898 | ||
.public LevelUp | ||
.public LogMessageByIdWithPopup | ||
.public LogMessageByIdWithPopupCheckUserTarget | ||
.public MIN_IQ_EXCLUSIVE_MOVE_USER | ||
.public MIN_IQ_ITEM_MASTER | ||
.public MIRACLE_CHEST_EXP_BOOST | ||
.public MistIsActive | ||
.public MultiplyByFixedPoint | ||
.public ShouldMonsterRunAway | ||
.public SubstitutePlaceholderStringTags | ||
.public WONDER_CHEST_EXP_BOOST | ||
.public _s32_div_f | ||
.public ov29_022E2470 | ||
.public UpdateStateFlags | ||
.public ov29_022E62A8 | ||
.public ov29_022FAFD4 | ||
.public ov29_022FBDE0 | ||
.public ov29_0230040C | ||
.public ov29_02302C04 | ||
.public ov29_02302CC8 | ||
.public ov29_02314DC4 | ||
.public ov29_02324BE8 | ||
.public ov29_02344B44 | ||
.public ov29_0234B034 | ||
.public ov29_0234B09C | ||
.public ov29_023527A0 | ||
.public ov29_023527F8 |
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,60 @@ | ||
#pragma once | ||
.public AbilityIsActive | ||
.public AllocateTemp1024ByteBufferFromPool | ||
.public CanLearnIqSkill | ||
.public CanSeeTarget | ||
.public CanThrowItems | ||
.public DUNGEON_PTR | ||
.public DefenderAbilityIsActive__02301A0C | ||
.public DisableIqSkill | ||
.public DungeonGetSpriteIndex | ||
.public DungeonRandInt | ||
.public EXCLUSIVE_ITEM_EXP_BOOST | ||
.public EXP_ELITE_EXP_BOOST | ||
.public EnableIqSkill | ||
.public EntityIsValid__023000E4 | ||
.public EntityIsValid__02302A38 | ||
.public EvolveMonster | ||
.public ExclusiveItemEffectFlagTest | ||
.public ExclusiveItemEffectIsActive__022FFF28 | ||
.public GetEntityNaturalGiftInfo | ||
.public GetEntityWeatherBallType | ||
.public GetEvolutions | ||
.public GetExclusiveItemWithEffectFromBag | ||
.public GetForcedLossReason | ||
.public GetMoveBasePower | ||
.public GetMoveType | ||
.public GetPerformanceFlagWithChecks | ||
.public GetSpeciesIqSkill | ||
.public GetUnlockedTacticFlags | ||
.public GravityIsActive | ||
.public HasHeldItem | ||
.public IqSkillFlagTest | ||
.public IsBlinded | ||
.public IsExpEnabledInDungeon | ||
.public IsExperienceLocked | ||
.public IsOnMonsterSpawnList | ||
.public IsRegularAttackOrProjectile | ||
.public ItemIsActive__022FF898 | ||
.public LeafGuardIsActive | ||
.public LevelUp | ||
.public LogMessageByIdWithPopup | ||
.public LogMessageByIdWithPopupCheckUserTarget | ||
.public MIN_IQ_EXCLUSIVE_MOVE_USER | ||
.public MIN_IQ_ITEM_MASTER | ||
.public MIRACLE_CHEST_EXP_BOOST | ||
.public MultiplyByFixedPoint | ||
.public SubstitutePlaceholderStringTags | ||
.public WONDER_CHEST_EXP_BOOST | ||
.public _s32_div_f | ||
.public ov29_022E2470 | ||
.public ov29_022FAFD4 | ||
.public ov29_022FBDE0 | ||
.public ov29_0230040C | ||
.public ov29_02301A84 | ||
.public ov29_02302C04 | ||
.public ov29_02302CC8 | ||
.public ov29_02344B44 | ||
.public ov29_0234B034 | ||
.public ov29_0234B09C | ||
.public ov29_023527F8 |
Oops, something went wrong.