summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-20whitespace cleanupSeth Barberee
2022-02-20these funcs have nothing to do with those so separate themSeth Barberee
2022-02-20actually nuke src/data/menus and put strings in the structs when possible vs ↵Seth Barberee
references
2022-02-20Revert "Revert "delete src/data/menus""Seth Barberee
This reverts commit 4a0a498c4d9244e304b550263ddb2f97c8e346c4.
2022-02-20Revert "delete src/data/menus"Seth Barberee
This reverts commit b9a6e74268449d2283b5cb4532b4f4452dce9e9d.
2022-02-17change the hex constants to something more readableSeth Barberee
2022-02-17remove redudant castsSeth Barberee
2022-02-17decomp a few more easy onesSeth Barberee
2022-02-17few more decomped funcsSeth Barberee
2022-02-17decomp a few more funcsSeth Barberee
2022-02-17static away more stringsSeth Barberee
2022-02-17Move all the menus to respective directory in src/data/menusSeth Barberee
2022-02-17finish moving data to load_screenSeth Barberee
2022-02-17move data from data to wonder_mailSeth Barberee
2022-02-17add more to moves headerSeth Barberee
2022-02-17add more funcs to headers and clean externsSeth Barberee
2022-02-17Move some data to src and add some more headersSeth Barberee
- Finish moving all data for main menu to src - Move some more data to wonder_mail - Add some headers to clean up some externs
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