summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2022-03-21fix a few nonmatchings and code cleanupSeth Barberee
2022-03-13continue doing some more decompSeth Barberee
2022-03-11All saving functions decompedSeth Barberee
- poke_sub_4 was determined to be Dungeon Index/Floor - Clean up code that references these functions
2022-03-11decomp some more saving functionsSeth Barberee
2022-03-10Renamed move boolean functionsAnonymousRandomPerson
2022-03-10Decomped ResetAction()AnonymousRandomPerson
2022-03-10Decomped TargetRegularAttack()AnonymousRandomPerson
2022-03-10Renamed sprintf() duplicate functionAnonymousRandomPerson
2022-03-10Decomped IsMoveUsable()AnonymousRandomPerson
2022-03-10Decomped IsMoveIndexUsableAnonymousRandomPerson
2022-03-10Removed function address comments in favor of .map fileAnonymousRandomPerson
2022-03-10Decomped IsTargetInLineRange()AnonymousRandomPerson
.
2022-03-10Decomped GetFlashFireStatus()AnonymousRandomPerson
2022-03-10Decomped WeightWeakTypePicker()AnonymousRandomPerson
2022-03-10Decomped WeightMove()AnonymousRandomPerson
2022-03-10Removed redundant struct fillsAnonymousRandomPerson
2022-03-10Decomped LastUsedMoveOutOfPP()AnonymousRandomPerson
2022-03-10Decomped HasDisabledMove()AnonymousRandomPerson
2022-03-10Decomped HasLastUsedMove()AnonymousRandomPerson
2022-03-10Decomped CanUseOnTargetWithStatusChecker()AnonymousRandomPerson
2022-02-26Merge remote-tracking branch 'upstream/master'AnonymousRandomPerson
2022-02-24Decomped CanUseStatusMove()AnonymousRandomPerson
2022-02-22Decomped WeightMoveIfUsable()AnonymousRandomPerson
2022-02-21Decomped CanAttackInFront()AnonymousRandomPerson
2022-02-21Decomped CanLayTrap()AnonymousRandomPerson
2022-02-20Decomped IsWaterTileset()AnonymousRandomPerson
2022-02-20Decomped IsTileGround()AnonymousRandomPerson
2022-02-20Decomped HasQuarterHPOrLessAnonymousRandomPerson
2022-02-20Decomped GetWeather()AnonymousRandomPerson
2022-02-20Decomped IsBossBattle()AnonymousRandomPerson
2022-02-20Decomped GetMapTile_2AnonymousRandomPerson
2022-02-20Decomped CanUseOnSelfWithStatusChecker()AnonymousRandomPerson
2022-02-17few more decomped funcsSeth 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-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-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-20Decomped IsSleeping()AnonymousRandomPerson
-Function provided by SethBarberee.
2022-01-13Decomped SetWalkAction()AnonymousRandomPerson