summaryrefslogtreecommitdiff
path: root/src/dungeon_util.c
AgeCommit message (Collapse)Author
2022-02-20Decomped GetMapTile_2AnonymousRandomPerson
2022-01-25Decomped CanMoveInDirection()AnonymousRandomPerson
2022-01-07Decomped CanTargetAdjacentPokemon()AnonymousRandomPerson
2021-12-18Decomped GetMapTileAtPosition()AnonymousRandomPerson
2021-12-12Dungeon random/AI decomp + converted positions to structs (#83)Cheng Hann Gan
* Decomped RollPercentChance() * Decomped DungeonRandomCapped() * Decomped DungeonRandom() * Decomped FindRockItemTargets() -Added position struct.
2021-12-09AI decomp + type cleanup (#82)Cheng Hann Gan
* Decomped SetAction() * Changed MapTile.tileType to u16 bit field * Decomped FindStraightThrowableTargets() * Cleaned up CannotAttack() * Cleaned up some externs * Converted dungeon action to substruct
2021-12-01No wifi + 2 days on train = more decomp (#80)Seth Barberee
* No wifi + 2 days on train = more decomp * layin some more * one func, one file
2021-11-20Labeled more symbols (#77)Cheng Hann Gan
* Labeled more symbols * Fixed comment typo * Renamed some functions
2021-11-15Label and doc iq skills and tactics info (#75)Seth Barberee
* label/doc iq skills/tactics info * decomp a few more dungeon_util and label some funcs * doc the IQSkills field
2021-10-22Decomped DecideAction() (#66)Cheng Hann Gan
* Decomped DecideAction() * Defined dungeon Pokémon array sizes