summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-11decomp some more saving functionsSeth Barberee
2022-03-11Merge pull request #98 from AnonymousRandomPerson/masterSeth Barberee
Finished attack AI decomp
2022-03-11Used char[] instead of char*AnonymousRandomPerson
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-27Merge pull request #97 from AnonymousRandomPerson/masterSeth Barberee
More attack AI decomp
2022-02-26Merge remote-tracking branch 'upstream/master'AnonymousRandomPerson
2022-02-26Merge pull request #95 from SethBarberee/data_moveSeth Barberee
Move Menu Data to src/data/menus
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-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-17Merge pull request #96 from AnonymousRandomPerson/masterSeth Barberee
Attack AI decomp
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