Skip to content

Commit

Permalink
Merge pull request #102 from AnonymousRandomPerson/main
Browse files Browse the repository at this point in the history
Decomped CheckVariousStatuses
  • Loading branch information
AnonymousRandomPerson authored Dec 20, 2024
2 parents c119099 + a264a87 commit 2392b4a
Show file tree
Hide file tree
Showing 12 changed files with 932 additions and 908 deletions.
21 changes: 2 additions & 19 deletions asm/include/overlay_29_02300BF8.inc
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
21 changes: 21 additions & 0 deletions asm/include/overlay_29_02300D00.inc
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
Loading

0 comments on commit 2392b4a

Please sign in to comment.