Commit Graph

486 Commits

Author SHA1 Message Date
Seth Barberee
6e4fce8608 decomp a few and combine few files 2022-04-23 08:29:33 -07:00
Seth Barberee
519c9ebb6a lazy day so more decomp away 2022-04-22 19:02:28 -07:00
Seth Barberee
01ca155b81 start dumping dialogues 2022-04-16 09:17:32 -07:00
Seth Barberee
e80b02cb09 move more data to src 2022-04-10 09:45:16 -07:00
Seth Barberee
16cdcfe04b finish off dungeon random and few simple status funcs 2022-04-04 10:55:21 -07:00
Seth Barberee
7289155f83 decomp some dungeon weather stuff 2022-04-03 17:52:19 -07:00
Seth Barberee
a1692a1aa0 actually fix DisplayAdventureLog and decomp some more wonder mail 2022-03-28 14:47:19 -07:00
Seth Barberee
9f98e08fb9
Merge pull request #100 from SethBarberee/save_work
Save work
2022-03-25 09:39:44 -07:00
Seth Barberee
a0264b9995
Merge pull request #99 from Bassoonian/master
Three small functions
2022-03-22 11:44:43 -07:00
Bassoonian
0f928c3aab code_80A26CC function 2022-03-22 15:57:26 +01:00
Bassoonian
67b8dba508 ground_map function 2022-03-22 15:44:34 +01:00
Seth Barberee
57f540b320 fix a few nonmatchings and code cleanup 2022-03-21 17:48:40 -07:00
Bassoonian
a712277be3 ground_link function 2022-03-20 17:53:32 +01:00
Seth Barberee
46420815f4 code cleanup 2022-03-13 17:58:45 -07:00
Seth Barberee
3477f61cf2 continue doing some more decomp 2022-03-13 17:48:04 -07:00
Seth Barberee
aa939e0955 All saving functions decomped
- poke_sub_4 was determined to be Dungeon Index/Floor
- Clean up code that references these functions
2022-03-11 10:14:32 -08:00
Seth Barberee
a5c90b0970 decomp some more saving functions 2022-03-11 10:14:30 -08:00
Seth Barberee
30fea2d6f3
Merge pull request #98 from AnonymousRandomPerson/master
Finished attack AI decomp
2022-03-11 10:10:49 -08:00
AnonymousRandomPerson
cf492fd141 Used char[] instead of char* 2022-03-11 13:01:28 -05:00
AnonymousRandomPerson
64651ef818 Renamed move boolean functions 2022-03-10 22:59:38 -05:00
AnonymousRandomPerson
ddb9c518ec Decomped ResetAction() 2022-03-10 22:33:13 -05:00
AnonymousRandomPerson
cc4053130f Decomped TargetRegularAttack() 2022-03-10 22:33:13 -05:00
AnonymousRandomPerson
83d097624b Renamed sprintf() duplicate function 2022-03-10 22:33:13 -05:00
AnonymousRandomPerson
458001dbbd Decomped IsMoveUsable() 2022-03-10 22:33:13 -05:00
AnonymousRandomPerson
951b01114a Decomped IsMoveIndexUsable 2022-03-10 22:33:13 -05:00
AnonymousRandomPerson
26a7012be1 Removed function address comments in favor of .map file 2022-03-10 22:33:12 -05:00
AnonymousRandomPerson
7e0046a2c9 Decomped IsTargetInLineRange()
.
2022-03-10 22:33:12 -05:00
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