summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-20Decomped GetMapTile_2AnonymousRandomPerson
2022-02-20Decomped CanUseOnSelfWithStatusChecker()AnonymousRandomPerson
2022-02-17Merge pull request #96 from AnonymousRandomPerson/masterSeth Barberee
Attack AI decomp
2022-02-13Renamed some boolean move functionsAnonymousRandomPerson
2022-02-13Decomped HasType()AnonymousRandomPerson
2022-02-13Decomped GetMoveTargetingFlagsForPokemon()AnonymousRandomPerson
2022-02-13Decomped FindMoveTarget()AnonymousRandomPerson
2022-02-05Decomped TargetTileInFront()AnonymousRandomPerson
2022-02-05Decomped MoveMatchesChargingStatusAnonymousRandomPerson
2022-02-04Decomped DecideAttack()AnonymousRandomPerson
2022-01-31Merge pull request #94 from AnonymousRandomPerson/masterSeth Barberee
Dungeon movement decomp
2022-01-26Used official or more common names for music tracksAnonymousRandomPerson
2022-01-25Decomped IsFixedDungeon()AnonymousRandomPerson
2022-01-25Decomped GetCrossableTerrain()AnonymousRandomPerson
2022-01-25Decomped CanMoveInDirection()AnonymousRandomPerson
2022-01-20Merge pull request #93 from AnonymousRandomPerson/masterSeth Barberee
More AI decomp
2022-01-20Decomped IsSleeping()AnonymousRandomPerson
-Function provided by SethBarberee.
2022-01-16Made recruit rate signed in species dataAnonymousRandomPerson
2022-01-13Decomped SetWalkAction()AnonymousRandomPerson
2022-01-13Decomped HasStatusAffectingActions()AnonymousRandomPerson
2022-01-08Labeled CalculateFacingDir()AnonymousRandomPerson
2022-01-07Decomped HasNegativeStatus()AnonymousRandomPerson
2022-01-07Merge pull request #92 from AnonymousRandomPerson/masterSeth Barberee
More item AI decomp
2022-01-07Decomped CanTargetAdjacentPokemon()AnonymousRandomPerson
2022-01-06Decomped RoundUpFixedPoint()AnonymousRandomPerson
2022-01-06Fixed typo with MunchlaxAnonymousRandomPerson
2022-01-06Labeled Warp Scarf variablesAnonymousRandomPerson
2022-01-04Moved some constants from data to sourceAnonymousRandomPerson
2022-01-04Decomped EvaluateItem()AnonymousRandomPerson
2021-12-29Decomped HasItem()AnonymousRandomPerson
2021-12-28Merge pull request #91 from AnonymousRandomPerson/masterSeth Barberee
More item AI decomp
2021-12-28Created header for pokemon_3AnonymousRandomPerson
2021-12-28Decomped IsTargetStraightAhead()AnonymousRandomPerson
2021-12-28Decomped TargetThrownItem()AnonymousRandomPerson
2021-12-28Merge pull request #90 from pret/pokemon_mail_dataSeth Barberee
Pokemon mail data and some decomp
2021-12-24decomp some moreSeth Barberee
2021-12-22move pokemon mail data to srcSeth Barberee
2021-12-21Merge pull request #87 from SethBarberee/personality_test_data_2Seth Barberee
Personality test data 2
2021-12-21Delete 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-21use personality natures for wraparoundSeth Barberee
2021-12-20Merge pull request #86 from mid-kid/masterSeth Barberee
More disassembly and dependency generation fixes...
2021-12-20Explicitly declare dependencies for generated filesmid-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...
2021-12-20Translate all .include to #includemid-kid
This decision was made to reduce the complexity of using .include whilst juggling with tools/scaninc and tools/preproc: - tools/scaninc doesn't apply the proper search rules for .include (it assumes #include behavior). In particular, it doesn't consider paths starting from $PWD, and doesn't scan the included files as a result. - .include had to be processed before #include by preproc in many cases, as code was being included that had to be preprocessed by CPP (think of #define). This contradicts standard GCC behavior. To make include paths consistent across the asm/ data/ and src/ directories, the following files were moved: - constants/ → include/asm/constants/ - asm/macros/ → include/asm/macros/ - asm/macros.inc → include/asm/macros.inc - include/macros/m4a.inc → include/asm/macros/m4a.inc As part of the necessary changes for this to work, the scaninc method in the makefile was improved to generate .d files that don't choke when files are missing.
2021-12-20Finish de-incbinning data_80E59A8.s and data_80E7D40.smid-kid
2021-12-20Finish de-incbinning data_80D47B8.s and data_80DED44.smid-kid
2021-12-19Merge pull request #88 from AnonymousRandomPerson/masterSeth Barberee
Renamed inconsistent color macros
2021-12-19Renamed inconsistent color macrosAnonymousRandomPerson
2021-12-19fix nonmatch and move question referencesSeth Barberee
2021-12-19all data moved except questionsSeth Barberee
2021-12-19Merge pull request #85 from AnonymousRandomPerson/masterSeth Barberee
More AI decomp