diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2025-07-01 00:37:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-01 00:37:52 +0200 |
| commit | cfb0123c4a582a7cd28e1a49e7642cba0260cc6f (patch) | |
| tree | f5e88a237371e2f30a7694df7fdb13d8ba14814c /include/DTCM | |
| parent | 3fe49695b4936ea29526eb8b7d07250a69a06c38 (diff) | |
| parent | d5ee59ebf71787a0c6a8ac9c5f5890e79407c60d (diff) | |
Merge pull request #60 from Yanis002/bmg
Decomp functions related to BMG files
Diffstat (limited to 'include/DTCM')
| -rw-r--r-- | include/DTCM/UnkStruct_027e103c.hpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/DTCM/UnkStruct_027e103c.hpp b/include/DTCM/UnkStruct_027e103c.hpp index 0538e54e..02f58f4c 100644 --- a/include/DTCM/UnkStruct_027e103c.hpp +++ b/include/DTCM/UnkStruct_027e103c.hpp @@ -57,7 +57,7 @@ struct UnkStruct_027e103c { void func_ov000_020cf3f0(); void func_ov000_020cf404(); void func_ov000_020cf414(); - void func_ov000_020cf42c(); + bool func_ov000_020cf42c(); bool func_ov000_020cf444(); bool func_ov000_020cf488(); bool func_ov000_020cf4bc(); @@ -80,7 +80,10 @@ struct UnkStruct_027e103c { unk8 func_ov000_020cfab0(); void func_ov000_020cfabc(s32 param1, s32 param2); void func_ov000_020cfae8(s32 param1, s32 param2); - void func_ov000_020cfb20(unk32 param1); + + //! TODO: find out if the type is always `UnkStruct_020397f8*` + void func_ov000_020cfb20(void *); + void func_ov000_020cfb38(); void func_ov000_020cfb48(); void func_ov000_020cfb58(); |
