diff options
| author | Prakxo <87568477+Prakxo@users.noreply.github.com> | 2024-05-21 18:21:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-21 09:21:23 -0700 |
| commit | 8f73c61ec5b1505582d9d83aea99adff718a78e3 (patch) | |
| tree | 977c8fab65f93d351fdc2f091957398f9b0e87b2 /include/69CB30.h | |
| parent | 448405671db5a0c0ffd5d62c04c333d7e3b4e7fc (diff) | |
second_game OK (#190)
Diffstat (limited to 'include/69CB30.h')
| -rw-r--r-- | include/69CB30.h | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/include/69CB30.h b/include/69CB30.h index dc18253..0964515 100644 --- a/include/69CB30.h +++ b/include/69CB30.h @@ -6,7 +6,12 @@ struct Animal_c; struct PrivateInfo; -s32 mCPk_PakOpen(void* arg0, s32 arg1); +typedef struct PakInfo { + /* 0x00 */ UNK_TYPE1 unk_00[0x70]; + /* 0x70 */ s32 unk_70; +} PakInfo; // size >= 0x70 + +s32 mCPk_PakOpen(PakInfo* info, s32 arg1); // void func_80078EB4_jp(); // void func_80078EE0_jp(); // void func_80078F08_jp(); @@ -20,8 +25,8 @@ s32 mCPk_PakOpen(void* arg0, s32 arg1); // void func_800792FC_jp(); // void func_80079378_jp(); // void func_800793A8_jp(); -s32 mCPk_SavePak(struct PrivateInfo*, struct Animal_c*, void*); -s32 func_8007942C_jp(struct PrivateInfo*, struct Animal_c*, void*); +s32 mCPk_SavePak(struct PrivateInfo*, struct Animal_c*, PakInfo*); +s32 func_8007942C_jp(struct PrivateInfo*, struct Animal_c*, PakInfo*); // void func_800794E4_jp(); // void func_8007967C_jp(); // void func_80079708_jp(); @@ -40,7 +45,7 @@ s32 func_8007942C_jp(struct PrivateInfo*, struct Animal_c*, void*); // void func_80079EDC_jp(); // void func_80079F44_jp(); // void func_8007A008_jp(); -void* mCPk_get_pkinfo(void); +PakInfo* mCPk_get_pkinfo(void); // void func_8007A080_jp(); #endif |
