-
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 #100 from AnonymousRandomPerson/main
Added some decomped functions from decomp.me scratches
- Loading branch information
Showing
15 changed files
with
5,263 additions
and
5,210 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,122 @@ | ||
#pragma once | ||
.public CountStickyItemsInBag | ||
.public DUNGEON_PTR | ||
.public DetermineAllTilesWalkableNeighbors | ||
.public DungeonRand16Bit | ||
.public DungeonRandInt | ||
.public DungeonRandRange | ||
.public DungeonRngSetPrimary | ||
.public DungeonRngSetSecondary | ||
.public EntityIsValid__02344AF8 | ||
.public FIRST_DUNGEON_WITH_MONSTER_HOUSE_TRAPS | ||
.public FIXED_ROOM_DATA_PTR | ||
.public FIXED_ROOM_ENTITY_SPAWN_TABLE | ||
.public FIXED_ROOM_MONSTER_SPAWN_STATS_TABLE | ||
.public GenerateCleanItem | ||
.public GenerateStandardItem | ||
.public GetActiveTeamMember | ||
.public GetDungeonMode | ||
.public GetExclusiveItem | ||
.public GetExplorerMazeMonster | ||
.public GetFloorType | ||
.public GetItemCategoryVeneer | ||
.public GetMissionEnemyMinionGroup | ||
.public GetMissionTargetEnemy | ||
.public GetMoneyCarried | ||
.public GetMonsterIdFromSpawnEntry | ||
.public GetMonsterLevelToSpawn | ||
.public GetOutlawLeaderLevel | ||
.public GetOutlawLevel | ||
.public GetOutlawMinionLevel | ||
.public GetPerformanceFlagWithChecks | ||
.public GetSpecialTargetItem | ||
.public GetTile | ||
.public GetTileSafe | ||
.public HIDDEN_STAIRS_SPAWN_BLOCKED | ||
.public HIDDEN_STAIRS_SPAWN_CHANCE_MULTIPLIER | ||
.public HandleSir0Translation | ||
.public InitOtherMonsterData | ||
.public InitStandardItem | ||
.public InitializeTile | ||
.public IsBagFull | ||
.public IsCurrentMissionType | ||
.public IsDestinationFloor | ||
.public IsFullFloorFixedRoom | ||
.public IsGoldenChamber | ||
.public IsItemInBag | ||
.public IsSecretBazaar | ||
.public IsSecretRoom | ||
.public IsTreasureBox | ||
.public KECLEON_SHOP_BOOST_CHANCE_MULTIPLIER | ||
.public LoadFileFromRom | ||
.public LoadScriptVariableValue | ||
.public LogMessageByIdWithPopupCheckUser | ||
.public MONSTER_HOUSE_MAX_MONSTER_SPAWNS | ||
.public MONSTER_HOUSE_MAX_NON_MONSTER_SPAWNS | ||
.public MemAlloc | ||
.public MemFree | ||
.public MemZero | ||
.public MultiplyByFixedPoint | ||
.public PointsToZero | ||
.public PosIsOutOfBounds | ||
.public SHOP_ITEM_CHANCES | ||
.public SetMonsterLevelAndId | ||
.public SetShouldBoostHiddenStairsSpawnChance | ||
.public SetShouldBoostKecleonShopSpawnChance | ||
.public ShouldBoostHiddenStairsSpawnChance | ||
.public ShouldBoostKecleonShopSpawnChance | ||
.public SpawnEnemyTrapAtPos | ||
.public SpawnItem | ||
.public SpawnMonster | ||
.public StartFadeDungeonWrapper | ||
.public SubstitutePlaceholderStringTags | ||
.public TREASURE_BOX_1_ITEM_IDS | ||
.public UnloadFile | ||
.public UpdateMinimap | ||
.public UpdateTrapsVisibility | ||
.public ZInit8 | ||
.public _s32_div_f | ||
.public abs | ||
.public ov10_022C4B34 | ||
.public ov10_022C6C74 | ||
.public ov10_022C6C75 | ||
.public ov10_022C6C76 | ||
.public ov10_022C6C77 | ||
.public ov10_022C6C78 | ||
.public ov10_022C6C79 | ||
.public ov29_022E6694 | ||
.public ov29_022E7BB8 | ||
.public ov29_022E7BD0 | ||
.public ov29_022EA370 | ||
.public ov29_022EFB20 | ||
.public ov29_022EFB84 | ||
.public ov29_022F05B4 | ||
.public ov29_022F05E4 | ||
.public ov29_022F0604 | ||
.public ov29_022F0618 | ||
.public ov29_022F062C | ||
.public ov29_022F0654 | ||
.public ov29_022F067C | ||
.public ov29_022F0780 | ||
.public ov29_022F07BC | ||
.public ov29_022F07D8 | ||
.public ov29_022F0848 | ||
.public ov29_023365E8 | ||
.public ov29_02336694 | ||
.public ov29_02344B9C | ||
.public ov29_02345004 | ||
.public ov29_02348BE8 | ||
.public ov29_0234B09C | ||
.public ov29_0234B1A4 | ||
.public ov29_0234C738 | ||
.public ov29_023502F0 | ||
.public ov29_023502F4 | ||
.public ov29_02353030 | ||
.public ov29_02353050 | ||
.public ov29_02353110 | ||
.public ov29_023534F0 | ||
.public ov29_02353798 | ||
.public ov29_0237CFBC | ||
.public ov29_0237CFC0 | ||
.public ov29_0237CFFC | ||
.public sub_02056880 |
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
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
Oops, something went wrong.