Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-22 | Decomped WeightMoveIfUsable() | AnonymousRandomPerson | |
2022-02-21 | Decomped CanAttackInFront() | AnonymousRandomPerson | |
2022-02-21 | Decomped CanLayTrap() | AnonymousRandomPerson | |
2022-02-20 | Decomped IsWaterTileset() | AnonymousRandomPerson | |
2022-02-20 | Decomped IsTileGround() | AnonymousRandomPerson | |
2022-02-20 | Decomped HasQuarterHPOrLess | AnonymousRandomPerson | |
2022-02-20 | Decomped GetWeather() | AnonymousRandomPerson | |
2022-02-20 | Decomped IsBossBattle() | AnonymousRandomPerson | |
2022-02-20 | Decomped GetMapTile_2 | AnonymousRandomPerson | |
2022-02-20 | Decomped CanUseOnSelfWithStatusChecker() | AnonymousRandomPerson | |
2022-02-17 | Merge pull request #96 from AnonymousRandomPerson/master | Seth Barberee | |
Attack AI decomp | |||
2022-02-13 | Renamed some boolean move functions | AnonymousRandomPerson | |
2022-02-13 | Decomped HasType() | AnonymousRandomPerson | |
2022-02-13 | Decomped GetMoveTargetingFlagsForPokemon() | AnonymousRandomPerson | |
2022-02-13 | Decomped FindMoveTarget() | AnonymousRandomPerson | |
2022-02-05 | Decomped TargetTileInFront() | AnonymousRandomPerson | |
2022-02-05 | Decomped MoveMatchesChargingStatus | AnonymousRandomPerson | |
2022-02-04 | Decomped DecideAttack() | AnonymousRandomPerson | |
2022-01-31 | Merge pull request #94 from AnonymousRandomPerson/master | Seth Barberee | |
Dungeon movement decomp | |||
2022-01-26 | Used official or more common names for music tracks | AnonymousRandomPerson | |
2022-01-25 | Decomped IsFixedDungeon() | AnonymousRandomPerson | |
2022-01-25 | Decomped GetCrossableTerrain() | AnonymousRandomPerson | |
2022-01-25 | Decomped CanMoveInDirection() | AnonymousRandomPerson | |
2022-01-20 | Merge pull request #93 from AnonymousRandomPerson/master | Seth Barberee | |
More AI decomp | |||
2022-01-20 | Decomped IsSleeping() | AnonymousRandomPerson | |
-Function provided by SethBarberee. | |||
2022-01-16 | Made recruit rate signed in species data | AnonymousRandomPerson | |
2022-01-13 | Decomped SetWalkAction() | AnonymousRandomPerson | |
2022-01-13 | Decomped HasStatusAffectingActions() | AnonymousRandomPerson | |
2022-01-08 | Labeled CalculateFacingDir() | AnonymousRandomPerson | |
2022-01-07 | Decomped HasNegativeStatus() | AnonymousRandomPerson | |
2022-01-07 | Merge pull request #92 from AnonymousRandomPerson/master | Seth Barberee | |
More item AI decomp | |||
2022-01-07 | Decomped CanTargetAdjacentPokemon() | AnonymousRandomPerson | |
2022-01-06 | Decomped RoundUpFixedPoint() | AnonymousRandomPerson | |
2022-01-06 | Fixed typo with Munchlax | AnonymousRandomPerson | |
2022-01-06 | Labeled Warp Scarf variables | AnonymousRandomPerson | |
2022-01-04 | Moved some constants from data to source | AnonymousRandomPerson | |
2022-01-04 | Decomped EvaluateItem() | AnonymousRandomPerson | |
2021-12-29 | Decomped HasItem() | AnonymousRandomPerson | |
2021-12-28 | Merge pull request #91 from AnonymousRandomPerson/master | Seth Barberee | |
More item AI decomp | |||
2021-12-28 | Created header for pokemon_3 | AnonymousRandomPerson | |
2021-12-28 | Decomped IsTargetStraightAhead() | AnonymousRandomPerson | |
2021-12-28 | Decomped TargetThrownItem() | AnonymousRandomPerson | |
2021-12-28 | Merge pull request #90 from pret/pokemon_mail_data | Seth Barberee | |
Pokemon mail data and some decomp | |||
2021-12-24 | decomp some more | Seth Barberee | |
2021-12-22 | move pokemon mail data to src | Seth Barberee | |
2021-12-21 | Merge pull request #87 from SethBarberee/personality_test_data_2 | Seth Barberee | |
Personality test data 2 | |||
2021-12-21 | Delete build artifacts on clean target (#89) | Seth Barberee | |
* delete build artifacts on clean target * clean out the graphics files too * fix up auto-gen message on pokemon_found and move END_OF_TABLE to actual end of table | |||
2021-12-21 | use personality natures for wraparound | Seth Barberee | |
2021-12-20 | Merge pull request #86 from mid-kid/master | Seth Barberee | |
More disassembly and dependency generation fixes... | |||
2021-12-20 | Explicitly declare dependencies for generated files | mid-kid | |
These are harder to pick up automatically, and will only change when the tools are edited, anyway... Any other methods for solving this issue can always be reconsidered later down the line... |