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
|
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
|
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 |
|
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 |
|
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 |
|
AnonymousRandomPerson
|
cc4053130f
|
Decomped TargetRegularAttack()
|
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
|
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
|
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 |
|
AnonymousRandomPerson
|
a5296a2f99
|
Merge remote-tracking branch 'upstream/master'
|
2022-02-26 13:29:30 -05: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
|
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
|
0829319ee5
|
these funcs have nothing to do with those so separate them
|
2022-02-20 09:08:42 -08: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
|
f728e7e90e
|
Decomped DecideAttack()
|
2022-02-04 23:13:01 -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 |
|
AnonymousRandomPerson
|
c5cd6e137f
|
Decomped IsSleeping()
-Function provided by SethBarberee.
|
2022-01-20 18:12:17 -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 |
|
AnonymousRandomPerson
|
42bcb068b6
|
Decomped CanTargetAdjacentPokemon()
|
2022-01-07 01:45:35 -06:00 |
|
AnonymousRandomPerson
|
05768ae71d
|
Decomped RoundUpFixedPoint()
|
2022-01-06 23:11:38 -06:00 |
|