Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-25 | Decomped GetCrossableTerrain() | AnonymousRandomPerson | |
2022-01-13 | Decomped SetWalkAction() | AnonymousRandomPerson | |
2022-01-13 | Decomped HasStatusAffectingActions() | AnonymousRandomPerson | |
2021-12-28 | Decomped IsTargetStraightAhead() | AnonymousRandomPerson | |
2021-12-18 | Decomped GetMapTileAtPosition() | AnonymousRandomPerson | |
2021-12-17 | Moved gDungeonGlobalData definition to dungeon_global_data.h | AnonymousRandomPerson | |
2021-12-14 | Decomped CanSee() | AnonymousRandomPerson | |
2021-12-14 | Decomped CanTarget() | AnonymousRandomPerson | |
2021-12-12 | Dungeon random/AI decomp + converted positions to structs (#83) | Cheng Hann Gan | |
* Decomped RollPercentChance() * Decomped DungeonRandomCapped() * Decomped DungeonRandom() * Decomped FindRockItemTargets() -Added position struct. | |||
2021-12-09 | AI 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-01 | No 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-10-28 | Decomped more dungeon AI (#67) | Cheng Hann Gan | |
* Decomped IsMovingClient() * Fixed typos in boss dialogue * Fixed spelling of Pelipper * Decomped CannotUseItems * Decomped ShouldAvoidEnemies() * Decomped HasAbility() * Decomped HasTactic() * Decomped CannotMove * Decomped CannotAct() and IsCharging() | |||
2021-10-22 | Decomped DecideAction() (#66) | Cheng Hann Gan | |
* Decomped DecideAction() * Defined dungeon Pokémon array sizes |