mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-03 02:28:16 -04:00
Decompile mpHtmAddPad
This commit is contained in:
@@ -85,7 +85,7 @@ void scenarioKohCallback10(void);
|
||||
u32 scenarioKohCallback18(void);
|
||||
void func0f182aac(s32 *cmd);
|
||||
void scenarioKohCallback38(s16 arg0, s32 *arg1, s32 *arg2, s32 *arg3);
|
||||
void func0f182ba4(s16 padnum);
|
||||
void mpHtmAddPad(s16 padnum);
|
||||
void func0f182bf4(void);
|
||||
void func0f182c98(void);
|
||||
void scenarioHtmReset(void);
|
||||
|
||||
+2
-2
@@ -4568,9 +4568,9 @@ struct htmthing {
|
||||
};
|
||||
|
||||
struct scenariodata_htm {
|
||||
/*0x800ac110*/ u16 unk000;
|
||||
/*0x800ac110*/ s16 nextindex;
|
||||
/*0x800ac112*/ u16 unk002;
|
||||
/*0x800ac114*/ s16 unk004[60];
|
||||
/*0x800ac114*/ s16 padnums[60];
|
||||
/*0x800ac18c*/ struct htmthing unk07c[7]; // only the first element is used?
|
||||
/*0x800ac1e0*/ s16 unk0d0;
|
||||
/*0x800ac1e2*/ s16 unk0d2;
|
||||
|
||||
Reference in New Issue
Block a user