-
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 #102 from AnonymousRandomPerson/main
Decomped CheckVariousStatuses
- Loading branch information
Showing
12 changed files
with
932 additions
and
908 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,23 +1,6 @@ | ||
#pragma once | ||
.public DIRECTIONS_XY | ||
.public DUNGEON_PTR | ||
.public DungeonRandInt | ||
.public GetMobilityTypeCheckSlipAndFloating | ||
.public GetTile | ||
.public GetTreatmentBetweenMonsters | ||
.public IqSkillIsEnabled | ||
.public IsChargingAnyTwoTurnMove | ||
.public IsCurrentTilesetBackground | ||
.public IsExperienceLocked | ||
.public IsTacticSet | ||
.public ItemIsActive__022FF898 | ||
.public ov29_023008DC | ||
.public ov29_0235171E | ||
.public ov29_02352770 | ||
.public ov29_02352778 | ||
.public ov29_02352780 | ||
.public ov29_02352788 | ||
.public ov29_02352790 | ||
.public ov29_02352798 | ||
.public SECONDARY_TERRAIN_TYPES | ||
.public ShouldMonsterRunAway | ||
.public ov29_023008DC | ||
.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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#pragma once | ||
.public CheckVariousStatuses | ||
.public DIRECTIONS_XY | ||
.public DUNGEON_PTR | ||
.public DungeonRandInt | ||
.public GetMobilityTypeCheckSlipAndFloating | ||
.public GetTile | ||
.public GetTreatmentBetweenMonsters | ||
.public IqSkillIsEnabled | ||
.public IsCurrentTilesetBackground | ||
.public IsTacticSet | ||
.public ItemIsActive__022FF898 | ||
.public SECONDARY_TERRAIN_TYPES | ||
.public ShouldMonsterRunAway | ||
.public ov29_0235171E | ||
.public ov29_02352770 | ||
.public ov29_02352778 | ||
.public ov29_02352780 | ||
.public ov29_02352788 | ||
.public ov29_02352790 | ||
.public ov29_02352798 |
Oops, something went wrong.