mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-09 04:29:29 -04:00
Decompile scenarioKohCallback0c
This commit is contained in:
@@ -32,7 +32,7 @@ u32 func0f00259c(void);
|
||||
u32 func0f002844(void);
|
||||
u32 func0f002a98(void);
|
||||
void func0f002b58(s32 roomthing, bool enable);
|
||||
void func0f002c28(s32 roomthing, s32 operation, s32 arg2, s32 arg3, s32 arg4);
|
||||
void func0f002c28(s16 room_id, s32 operation, s32 arg2, s32 arg3, s32 arg4);
|
||||
u32 func0f002ef8(void);
|
||||
u32 func0f0033b0(void);
|
||||
u32 func0f003444(void);
|
||||
|
||||
@@ -79,7 +79,7 @@ u32 func00029ffc(void);
|
||||
u32 func0002a13c(void);
|
||||
u32 func0002a1b0(void);
|
||||
u32 func0002a330(void);
|
||||
u32 func0002a36c(void);
|
||||
f32 func0002a36c(struct coord *coord, s16 *arg1, s32 arg2, s32 arg3);
|
||||
u32 func0002a400(void);
|
||||
u32 func0002a440(void);
|
||||
u32 func0002a4d0(void);
|
||||
|
||||
+5
-7
@@ -4389,14 +4389,12 @@ struct scenariodata_koh {
|
||||
/*0x800ac114*/ s16 unk04;
|
||||
/*0x800ac116*/ s16 unk06;
|
||||
/*0x800ac118*/ s16 unk08;
|
||||
/*0x800ac11a*/ s16 unk0a;
|
||||
/*0x800ac11c*/ s16 unk0c;
|
||||
/*0x800ac11e*/ s16 unk0e;
|
||||
/*0x800ac11a*/ s16 hillindex;
|
||||
/*0x800ac11c*/ s16 hillcount;
|
||||
/*0x800ac11e*/ s16 hillroom;
|
||||
/*0x800ac120*/ s16 unk10;
|
||||
/*0x800ac122*/ s16 unk12[9];
|
||||
/*0x800ac134*/ f32 unk24;
|
||||
/*0x800ac138*/ f32 unk28;
|
||||
/*0x800ac13c*/ f32 unk2c;
|
||||
/*0x800ac122*/ s16 hillpads[9];
|
||||
/*0x800ac134*/ struct coord hillpos;
|
||||
/*0x800ac140*/ f32 unk30;
|
||||
/*0x800ac144*/ f32 unk34;
|
||||
/*0x800ac148*/ f32 unk38;
|
||||
|
||||
Reference in New Issue
Block a user