Commit Graph

905 Commits

Author SHA1 Message Date
AnonymousRandomPerson
5bedbc4753 Decomped CalculateAiTargetPos
Matched by @taxicat1
2025-10-03 20:05:37 -04:00
AnonymousRandomPerson
0dbd134215 Moved FACING_DIRECTION_INCREMENTS to C 2025-10-01 23:31:38 -04:00
AnonymousRandomPerson
511f383793 Added nonmatching for AiMovement 2025-10-01 22:34:12 -04:00
AnonymousRandomPerson
7d347d9c77 Merge branch 'main' of https://github.com/pret/pmd-sky 2025-10-01 21:52:08 -04:00
AnonymousRandomPerson
5bc1388a05
Merge pull request #188 from slaw-22/IsFullFloorFixedRoom
Decomp IsFullFloorFixedRoom
2025-10-01 17:24:54 -04:00
slaw-22
3dcfe927f9 Decomp IsFullFloorFixedRoom 2025-10-01 20:18:46 +00:00
AnonymousRandomPerson
5b5dc49a1b
Merge pull request #187 from slaw-22/IsRecruitingAllowed
Decomp IsRecruitingAllowed
2025-09-29 20:14:44 -04:00
AnonymousRandomPerson
b6774b9731
Merge branch 'main' into IsRecruitingAllowed 2025-09-29 19:59:15 -04:00
slaw-22
9016a31ff3 Decomp IsRecruitingAllowed 2025-09-29 20:01:20 +00:00
AnonymousRandomPerson
ae086d3918 Documented AI movement symbols 2025-09-29 00:41:27 -04:00
AnonymousRandomPerson
b1e3759540 Merge branch 'main' of https://github.com/pret/pmd-sky 2025-09-28 21:58:22 -04:00
AnonymousRandomPerson
b86f1c7583 Added ai_target substruct 2025-09-28 21:52:21 -04:00
AnonymousRandomPerson
d83b3b15db
Merge pull request #186 from slaw-22/RecruitCheck
Decomp RecruitCheck
2025-09-28 21:50:39 -04:00
AnonymousRandomPerson
1b2d01a53e
Merge branch 'main' into RecruitCheck 2025-09-28 21:41:47 -04:00
AnonymousRandomPerson
d47f2d8544
Merge pull request #185 from slaw-22/FixDevcontainerSetup
Fix Devcontainer setup by referencing the same NitroSDK filename throughout.
2025-09-28 21:41:31 -04:00
slaw-22
95a8888dc9
Update src/dungeon_recruitment.c
Co-authored-by: AnonymousRandomPerson <chenghanngan.us@gmail.com>
2025-09-28 19:44:32 +01:00
slaw-22
c48972a630 Decomp RecruitCheck 2025-09-28 18:09:03 +00:00
AnonymousRandomPerson
2bb9e10fd4
Merge branch 'main' into FixDevcontainerSetup 2025-09-26 21:14:17 -04:00
AnonymousRandomPerson
2450268607 Synced from pmdsky-debug 2025-09-24 19:54:43 -04:00
AnonymousRandomPerson
7e20d92e17
Merge pull request #184 from slaw-22/SpecificRecruitCheck
Some checks failed
build / build (push) Has been cancelled
Decomp SpecificRecruitCheck
2025-09-23 12:53:30 -04:00
slaw-22
3b2cab13dc Fix Devcontainer setup by referencing the same NitroSDK filename throughout. 2025-09-23 16:51:53 +00:00
slaw-22
f62afbf45d Decomp SpecificRecruitCheck 2025-09-23 16:11:44 +00:00
AnonymousRandomPerson
85bb9d5e1e
Merge pull request #183 from AnonymousRandomPerson/main
Some checks are pending
build / build (push) Waiting to run
Decomped more AI funcs
2025-09-23 00:13:43 -04:00
AnonymousRandomPerson
64e7505a3d Decomped GetMoveAiWeight 2025-09-22 23:59:01 -04:00
AnonymousRandomPerson
fbb4f5892b Decomped CanMonsterUseMove 2025-09-22 23:44:07 -04:00
AnonymousRandomPerson
c28dd4fbb8 Decomped CanAiUseMove 2025-09-22 23:15:15 -04:00
AnonymousRandomPerson
6fdf587b7c Decomped SetActionStruggle 2025-09-22 23:08:27 -04:00
AnonymousRandomPerson
4efffb8b3a Decomped SetActionRegularAttack 2025-09-22 22:54:46 -04:00
AnonymousRandomPerson
92d098e694 Decomped FindDirectionOfAdjacentMonsterWithItem 2025-09-22 21:45:14 -04:00
AnonymousRandomPerson
48780aa1ab Decomped TargetRegularAttack 2025-09-22 21:45:14 -04:00
AnonymousRandomPerson
c9b9b65fdf Excluded symbols starting with @ in pmdsky-debug sync 2025-09-22 21:45:14 -04:00
AnonymousRandomPerson
5cad2b4162 Decomped FindAdjacentEnemy 2025-09-22 21:45:14 -04:00
AnonymousRandomPerson
cb8bb1d5e6 Decomped ov29_02338350 2025-09-22 21:45:14 -04:00
AnonymousRandomPerson
ab7ef9fabb Moved AI attack BSS vars to C 2025-09-22 21:45:14 -04:00
AnonymousRandomPerson
78ff1a2a8f Moved TYPE_MATCHUP_TABLE to C 2025-09-22 21:45:14 -04:00
AnonymousRandomPerson
f303fbba9d Decomped ScrappyShouldActivate 2025-09-22 21:45:14 -04:00
AnonymousRandomPerson
8cefad5398 Decomped LevitateIsActive 2025-09-22 21:45:14 -04:00
AnonymousRandomPerson
a215111625
Merge pull request #182 from Chesyon/main
Some checks are pending
build / build (push) Waiting to run
Decomped SinAbs4096, CosAbs4096, Rand16Bit, RandInt, RandRange, & Rand32Bit
2025-09-22 21:34:29 -04:00
Chesyon
1acc75c833 Decomped some basic RNG functions 2025-09-22 11:22:35 -04:00
Chesyon
056569ca77 Decomped SinAbs4096 & CosAbs4096 2025-09-22 10:35:14 -04:00
AnonymousRandomPerson
b3eec41fa1
Merge pull request #181 from AnonymousRandomPerson/main
Some checks failed
build / build (push) Has been cancelled
Decomped more AI functions
2025-09-21 02:57:53 -04:00
AnonymousRandomPerson
b5f17acedf Decomped GetTypeMatchup
Matched by @taxicat1
2025-09-21 00:38:56 -04:00
AnonymousRandomPerson
6a237cb667 Matched WeightWeakTypePicker
Matched by @taxicat1
2025-09-21 00:37:06 -04:00
AnonymousRandomPerson
9837dd4e2e Moved WEAK_TYPE_PICKER_MATCHUP_MULTIPLIERS to ASM 2025-09-20 23:36:50 -04:00
AnonymousRandomPerson
189e075747 Decomped FlashFireShouldActivate 2025-09-20 23:26:30 -04:00
AnonymousRandomPerson
b8e95f9fab Decomped DefenderAbilityIsActive 2025-09-20 22:46:41 -04:00
AnonymousRandomPerson
43a1379025 Added nonmatching for WeightWeakTypePicker 2025-09-20 20:51:38 -04:00
AnonymousRandomPerson
e889c2cc38
Merge pull request #180 from Chesyon/main
Some checks failed
build / build (push) Has been cancelled
Decomped GetColorCodePaletteOffset, UnloadFile, MemFree, and RoundUpDiv256
2025-09-19 19:50:15 -04:00
Chesyon
76b50b4ca4 Decomped RoundUpDiv256 2025-09-19 18:47:09 -04:00
Chesyon
65a0a07be8 Decomp UnloadFile and MemFree 2025-09-19 18:11:31 -04:00