Commit Graph

486 Commits

Author SHA1 Message Date
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
AnonymousRandomPerson
42909d0333 Decomped GetCrossableTerrain() 2022-01-25 23:17:27 -05:00
AnonymousRandomPerson
154c442505 Decomped CanMoveInDirection() 2022-01-25 22:46:40 -05:00
Seth Barberee
408fe77d7b
Merge pull request #93 from AnonymousRandomPerson/master
More AI decomp
2022-01-20 15:26:19 -08:00
AnonymousRandomPerson
c5cd6e137f Decomped IsSleeping()
-Function provided by SethBarberee.
2022-01-20 18:12:17 -05:00
AnonymousRandomPerson
74d89a6fe4 Made recruit rate signed in species data 2022-01-16 23:45:59 -05:00
AnonymousRandomPerson
afbc7deaea Decomped SetWalkAction() 2022-01-13 23:18:59 -05:00
AnonymousRandomPerson
453618864e Decomped HasStatusAffectingActions() 2022-01-13 22:56:30 -05:00
AnonymousRandomPerson
52e7368f30 Labeled CalculateFacingDir() 2022-01-08 00:08:00 -06:00
AnonymousRandomPerson
cbf41c6bf3 Decomped HasNegativeStatus() 2022-01-07 23:32:32 -06:00
Seth Barberee
3cdde2a92a
Merge pull request #92 from AnonymousRandomPerson/master
More item AI decomp
2022-01-07 16:30:55 -08:00
AnonymousRandomPerson
42bcb068b6 Decomped CanTargetAdjacentPokemon() 2022-01-07 01:45:35 -06:00
AnonymousRandomPerson
05768ae71d Decomped RoundUpFixedPoint() 2022-01-06 23:11:38 -06:00
AnonymousRandomPerson
393e6e9eb0 Fixed typo with Munchlax 2022-01-06 22:48:26 -06:00
AnonymousRandomPerson
d9b1ef43a6 Labeled Warp Scarf variables 2022-01-06 21:52:23 -06:00
AnonymousRandomPerson
2fa42b2987 Moved some constants from data to source 2022-01-04 23:34:35 -06:00
AnonymousRandomPerson
c30cf5c6da Decomped EvaluateItem() 2022-01-04 00:00:31 -06:00
AnonymousRandomPerson
a61f7ea2a1 Decomped HasItem() 2021-12-29 23:33:22 -06:00
Seth Barberee
edf909be4d
Merge pull request #91 from AnonymousRandomPerson/master
More item AI decomp
2021-12-28 23:00:59 -06:00
AnonymousRandomPerson
ea10f7b7bd Created header for pokemon_3 2021-12-28 22:15:56 -06:00
AnonymousRandomPerson
d40d2e55a3 Decomped IsTargetStraightAhead() 2021-12-28 21:38:42 -06:00
AnonymousRandomPerson
4bf154654b Decomped TargetThrownItem() 2021-12-28 21:38:39 -06:00
Seth Barberee
6512ebff67
Merge pull request #90 from pret/pokemon_mail_data
Pokemon mail data and some decomp
2021-12-28 21:34:16 -06:00
Seth Barberee
f0ef6ae481 decomp some more 2021-12-24 17:45:49 -06:00