-
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 #98 from AnonymousRandomPerson/main
Decomped some status functions
- Loading branch information
Showing
134 changed files
with
19,636 additions
and
19,428 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
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,121 @@ | ||
#pragma once | ||
.public AbilityIsActiveVeneer | ||
.public AdvanceFrame | ||
.public AiMovement | ||
.public AnimationDelayOrSomething | ||
.public ApplyItemEffect | ||
.public BAG_ITEMS_PTR_MIRROR | ||
.public BELLY_DRAIN_IN_WALLS_INT | ||
.public CanMonsterSpawn | ||
.public CanMonsterUseItem | ||
.public CanSeeTarget | ||
.public CeilFixedPoint | ||
.public ChangeMonsterAnimation | ||
.public CheckTeamMemberIdx | ||
.public CheckVariousStatuses | ||
.public CheckVariousStatuses2 | ||
.public Conversion2IsActive | ||
.public DIRECTIONS_XY | ||
.public DUNGEON_PTR | ||
.public DefenderAbilityIsActive__022F96CC | ||
.public DiscoverMinimap | ||
.public DisplayAnimatedNumbers | ||
.public DungeonRandInt | ||
.public EnableIqSkill | ||
.public EndBurnClassStatus | ||
.public EndCringeClassStatus | ||
.public EndFrozenClassStatus | ||
.public EndReflectClassStatus | ||
.public EndSleepClassStatus | ||
.public EntityIsValid__022F7364 | ||
.public ExclusiveItemEffectFlagTest | ||
.public GetActiveTeamMember | ||
.public GetChebyshevDistance | ||
.public GetConversion2ConvertToType | ||
.public GetDirectionTowardsPosition | ||
.public GetExclusiveItemWithEffectFromBag | ||
.public GetFloorType | ||
.public GetIdleAnimationId | ||
.public GetLeader | ||
.public GetLearnableIqSkills | ||
.public GetMaxPp | ||
.public GetMaxPpWrapper | ||
.public GetMobilityType | ||
.public GetMonsterEvoStatus | ||
.public GetMoveBasePp | ||
.public GetMoveType | ||
.public GetMoveTypeForMonster | ||
.public GetNbItemsInBag | ||
.public GetScenarioBalance | ||
.public GetScenarioBalanceVeneer | ||
.public GetSpawnThreshold | ||
.public GetStairsRoom | ||
.public GetStairsSpawnPosition | ||
.public GetTile | ||
.public GetTileAtEntity | ||
.public GetTileSafe | ||
.public GetTreatmentBetweenMonsters | ||
.public GetTypeMatchupBothTypes | ||
.public HasHeldItem | ||
.public HasMaxGinsengBoost99 | ||
.public IqSkillIsEnabled | ||
.public IsCurrentFixedRoomBossFight | ||
.public IsFullFloorFixedRoom | ||
.public IsMonsterIdInNormalRange | ||
.public IsMonsterSleeping | ||
.public IsMonster__022F9720 | ||
.public IsOneHitKoMove | ||
.public IsSecretBazaarNpcBehavior | ||
.public ItemZInit | ||
.public LogMessageByIdWithPopup | ||
.public LogMessageByIdWithPopupCheckUser | ||
.public LogMessageByIdWithPopupCheckUserTarget | ||
.public PointCameraToMonster | ||
.public RandInt | ||
.public RemoveEquivItem | ||
.public RestoreAllMovePP | ||
.public SECONDARY_TERRAIN_TYPES | ||
.public SetActionPassTurnOrWalk | ||
.public ShouldDisplayEntityWrapper | ||
.public ShouldTryEatItem | ||
.public ShowPpRestoreEffect | ||
.public SubFixedPoint | ||
.public SubstitutePlaceholderStringTags | ||
.public TryIncreaseHp | ||
.public TryInflictBurnStatus | ||
.public TryInflictPausedStatus | ||
.public UpdateCamera | ||
.public UpdateMapSurveyorFlag | ||
.public UpdateMinimap | ||
.public UpdateStatusIconFlags | ||
.public _020A1870 | ||
.public ov29_022E0A04 | ||
.public ov29_022E4160 | ||
.public ov29_022E576C | ||
.public ov29_022E68BC | ||
.public ov29_022E68D8 | ||
.public ov29_022E6928 | ||
.public ov29_022E8104 | ||
.public ov29_022E81F8 | ||
.public ov29_022EA370 | ||
.public ov29_022EF938 | ||
.public ov29_022F87C0 | ||
.public ov29_0230040C | ||
.public ov29_023018AC | ||
.public ov29_023021F0 | ||
.public ov29_02304A48 | ||
.public ov29_02307CE0 | ||
.public ov29_02307DD0 | ||
.public ov29_0230F9A4 | ||
.public ov29_02344B44 | ||
.public ov29_02348100 | ||
.public ov29_0234B034 | ||
.public ov29_0234B084 | ||
.public ov29_0234B09C | ||
.public ov29_0235171E | ||
.public sub_0201405C | ||
.public sub_02017C50 | ||
.public sub_0204AEF0 | ||
.public sub_02050FF8 | ||
.public sub_02052E2C | ||
.public sub_02056228 |
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,6 @@ | ||
#pragma once | ||
.public CheckVariousStatuses2 | ||
.public IsBlinded | ||
.public IsChargingAnyTwoTurnMove | ||
.public ShouldMonsterRunAway | ||
.public ov29_02300D00 |
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,18 +1,12 @@ | ||
#pragma once | ||
.public AbilityIsActive | ||
.public CanSeeInvisibleMonsters | ||
.public EXCL_ITEM_EFFECTS_WEATHER_NO_STATUS | ||
.public ExclusiveItemEffectIsActive__022FFF28 | ||
.public GetApparentWeather | ||
.public GetExclusiveItemWithEffectFromBag | ||
.public IsExperienceLocked | ||
.public IsMonster__02301A60 | ||
.public LogMessageByIdWithPopupCheckUserTarget | ||
.public MistIsActive | ||
.public ShouldMonsterRunAway | ||
.public SubstitutePlaceholderStringTags | ||
.public UpdateStateFlags | ||
.public ov29_022E62A8 | ||
.public ov29_02314DC4 | ||
.public ov29_02324BE8 | ||
.public ov29_02344B44 | ||
.public ov29_023527A0 |
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,12 @@ | ||
#pragma once | ||
.public DefenderAbilityIsActive__02301A0C | ||
.public EXCL_ITEM_EFFECTS_WEATHER_NO_STATUS | ||
.public ExclusiveItemEffectIsActive__022FFF28 | ||
.public GetApparentWeather | ||
.public GetExclusiveItemWithEffectFromBag | ||
.public LogMessageByIdWithPopupCheckUserTarget | ||
.public MistIsActive | ||
.public SubstitutePlaceholderStringTags | ||
.public ov29_02314DC4 | ||
.public ov29_02324BE8 | ||
.public ov29_02344B44 |
Oops, something went wrong.