mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-29 07:32:16 -04:00
Decompile ciGetChrBioDescription
This commit is contained in:
@@ -62,7 +62,7 @@ u32 func0f1a0cc0(void);
|
||||
u32 func0f1a0fc8(void);
|
||||
bool ciIsChrBioUnlocked(u32 bodynum);
|
||||
struct chrbio *ciGetChrBioByBodynum(u32 bodynum);
|
||||
u32 func0f1a1184(void);
|
||||
char *ciGetChrBioDescription(void);
|
||||
u32 func0f1a11b8(void);
|
||||
u32 func0f1a1210(u32 arg0);
|
||||
struct miscbio *ciGetMiscBio(s32 index);
|
||||
|
||||
+1
-1
@@ -4728,7 +4728,7 @@ struct chrbio {
|
||||
u32 name;
|
||||
u32 race;
|
||||
u32 age;
|
||||
u32 profile;
|
||||
u32 description;
|
||||
};
|
||||
|
||||
struct mpteaminfo {
|
||||
|
||||
Reference in New Issue
Block a user