Commit Graph

459 Commits

Author SHA1 Message Date
AnonymousRandomPerson
f7a73281cf Decomped GetFlashFireStatus() 2022-03-10 22:32:17 -05:00
AnonymousRandomPerson
9a4864c1cf Decomped WeightWeakTypePicker() 2022-03-10 22:32:17 -05:00
AnonymousRandomPerson
8c0df48b9e Decomped WeightMove() 2022-03-10 22:32:17 -05:00
AnonymousRandomPerson
f50e233c91 Removed redundant struct fills 2022-03-10 22:32:17 -05:00
AnonymousRandomPerson
70ce2c1642 Decomped LastUsedMoveOutOfPP() 2022-03-10 22:32:17 -05:00
AnonymousRandomPerson
07285e7e82 Decomped HasDisabledMove() 2022-03-10 22:32:17 -05:00
AnonymousRandomPerson
91c0a142cc Decomped HasLastUsedMove() 2022-03-10 22:32:17 -05:00
AnonymousRandomPerson
17a6ab3794 Decomped CanUseOnTargetWithStatusChecker() 2022-03-10 22:32:17 -05:00
Seth Barberee
ea1aa9c0c5 Merge pull request #97 from AnonymousRandomPerson/master
More attack AI decomp
2022-02-27 08:43:59 -08:00
AnonymousRandomPerson
a5296a2f99 Merge remote-tracking branch 'upstream/master' 2022-02-26 13:29:30 -05:00
Seth Barberee
0dd38993f6 Merge pull request #95 from SethBarberee/data_move
Move Menu Data to src/data/menus
2022-02-26 09:59:49 -08:00
AnonymousRandomPerson
6e56b9f034 Decomped CanUseStatusMove() 2022-02-24 23:38:21 -05:00
AnonymousRandomPerson
40a34fafd6 Decomped WeightMoveIfUsable() 2022-02-22 22:38:57 -05:00
AnonymousRandomPerson
598a588589 Decomped CanAttackInFront() 2022-02-21 17:03:34 -05:00
AnonymousRandomPerson
33d2d61750 Decomped CanLayTrap() 2022-02-21 15:40:12 -05:00
AnonymousRandomPerson
07795b6ff6 Decomped IsWaterTileset() 2022-02-20 23:59:57 -05:00
AnonymousRandomPerson
4aafa434a6 Decomped IsTileGround() 2022-02-20 23:43:06 -05:00
AnonymousRandomPerson
ec6abc684e Decomped HasQuarterHPOrLess 2022-02-20 22:51:36 -05:00
AnonymousRandomPerson
7c714bd14e Decomped GetWeather() 2022-02-20 22:30:05 -05:00
AnonymousRandomPerson
e54b3427db Decomped IsBossBattle() 2022-02-20 22:12:40 -05:00
AnonymousRandomPerson
60a19d681c Decomped GetMapTile_2 2022-02-20 21:59:23 -05:00
AnonymousRandomPerson
96372eb336 Decomped CanUseOnSelfWithStatusChecker() 2022-02-20 21:59:22 -05:00
Seth Barberee
2d6f3afbd4 whitespace cleanup 2022-02-20 09:09:52 -08:00
Seth Barberee
0829319ee5 these funcs have nothing to do with those so separate them 2022-02-20 09:08:42 -08:00
Seth Barberee
6c5749a148 actually nuke src/data/menus and put strings in the structs when possible vs references 2022-02-20 09:00:38 -08:00
Seth Barberee
179d3d1bc3 Revert "Revert "delete src/data/menus""
This reverts commit 4a0a498c4d.
2022-02-20 08:22:53 -08:00
Seth Barberee
4a0a498c4d Revert "delete src/data/menus"
This reverts commit b9a6e74268449d2283b5cb4532b4f4452dce9e9d.
2022-02-20 08:22:26 -08:00
Seth Barberee
3555fb7c94 Merge pull request #96 from AnonymousRandomPerson/master
Attack AI decomp
2022-02-17 21:45:57 -08:00
Seth Barberee
ab11f056c9 change the hex constants to something more readable 2022-02-17 19:06:30 -06:00
Seth Barberee
f8d0556b20 remove redudant casts 2022-02-17 19:06:30 -06:00
Seth Barberee
e2eb257c19 decomp a few more easy ones 2022-02-17 19:06:29 -06:00
Seth Barberee
8e0ba3615a few more decomped funcs 2022-02-17 19:02:44 -06:00
Seth Barberee
617e992dac decomp a few more funcs 2022-02-17 18:59:56 -06:00
Seth Barberee
601cdeb52f static away more strings 2022-02-17 18:59:56 -06:00
Seth Barberee
19decc36d0 Move all the menus to respective directory in src/data/menus 2022-02-17 18:59:56 -06:00
Seth Barberee
6bf6f8ded1 finish moving data to load_screen 2022-02-17 18:59:56 -06:00
Seth Barberee
ee5fb3584d move data from data to wonder_mail 2022-02-17 18:59:56 -06:00
Seth Barberee
3de1f79307 add more to moves header 2022-02-17 18:59:53 -06:00
Seth Barberee
ef97af7d03 add more funcs to headers and clean externs 2022-02-17 18:54:59 -06:00
Seth Barberee
b2e109dab1 Move some data to src and add some more headers
- 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-17 18:54:59 -06:00
AnonymousRandomPerson
ece475a480 Renamed some boolean move functions 2022-02-13 23:17:46 -05:00
AnonymousRandomPerson
2a2a0805b4 Decomped HasType() 2022-02-13 23:15:33 -05:00
AnonymousRandomPerson
3bbb6035e7 Decomped GetMoveTargetingFlagsForPokemon() 2022-02-13 22:30:25 -05:00
AnonymousRandomPerson
a02346be01 Decomped FindMoveTarget() 2022-02-13 22:02:17 -05:00
AnonymousRandomPerson
9939c543ce Decomped TargetTileInFront() 2022-02-05 22:02:03 -05:00
AnonymousRandomPerson
a9b5977d4c Decomped MoveMatchesChargingStatus 2022-02-05 20:23:01 -05:00
AnonymousRandomPerson
f728e7e90e Decomped DecideAttack() 2022-02-04 23:13:01 -05:00
Seth Barberee
1d64db5214 Merge pull request #94 from AnonymousRandomPerson/master
Dungeon movement decomp
2022-01-31 15:57:02 -08:00
AnonymousRandomPerson
5dc5b3b1f9 Used official or more common names for music tracks 2022-01-26 00:07:18 -05:00
AnonymousRandomPerson
f2457501ee Decomped IsFixedDungeon() 2022-01-25 23:24:14 -05:00