mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-03 16:42:16 -04:00
Decompile currentPlayerSetGlobalDrawWorldOffset
This commit is contained in:
@@ -134,7 +134,7 @@ u32 func0f0bd4a8(void);
|
||||
u32 func0f0bd4e4(void);
|
||||
u32 func0f0bd764(void);
|
||||
u32 func0f0bd904(void);
|
||||
u32 func0f0bfbb8(void);
|
||||
void currentPlayerSetGlobalDrawWorldOffset(s32 arg0);
|
||||
void currentPlayerSetGlobalDrawCameraOffset(void);
|
||||
u32 func0f0bfc7c(void);
|
||||
u32 func0f0bffcc(void);
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include "types.h"
|
||||
|
||||
void fadeConfigure(u32 color, s16 num_frames);
|
||||
u32 func0f1668e0(void);
|
||||
void func0f1668e0(s32 arg0);
|
||||
u32 func0f1668f0(void);
|
||||
u32 func0f16692c(void);
|
||||
u32 func0f16696c(void);
|
||||
@@ -13,7 +13,7 @@ u32 func0f166a6c(void);
|
||||
u32 func0f166c20(void);
|
||||
u32 func0f166d7c(void);
|
||||
u32 func0f166dd0(void);
|
||||
u32 func0f166df0(void);
|
||||
void func0f166df0(s32 arg0, struct coord *globaldrawworldoffset);
|
||||
u32 func0f166e40(void);
|
||||
u32 func0f166e54(void);
|
||||
u32 func0f166e7c(void);
|
||||
|
||||
+1
-3
@@ -969,9 +969,7 @@ struct player {
|
||||
/*0x0034*/ u32 unk0034;
|
||||
/*0x0038*/ struct coord globaldrawworldoffset;
|
||||
/*0x0044*/ struct coord globaldrawcameraoffset;
|
||||
/*0x0050*/ u32 unk0050;
|
||||
/*0x0054*/ u32 unk0054;
|
||||
/*0x0058*/ u32 unk0058;
|
||||
/*0x0050*/ struct coord globaldrawworldbgoffset;
|
||||
/*0x005c*/ u32 unk005c;
|
||||
/*0x0060*/ u32 unk0060;
|
||||
/*0x0064*/ u32 unk0064;
|
||||
|
||||
Reference in New Issue
Block a user