mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-23 00:09:47 -04:00
Attempt to decompile wallhitsTick
This commit is contained in:
+2
-2
@@ -79,8 +79,8 @@ extern u32 var8009cc5c;
|
||||
extern u32 var8009cc60;
|
||||
extern s32 var8009cc64;
|
||||
extern u32 var8009cc68;
|
||||
extern u32 var8009cc70;
|
||||
extern u32 var8009cc74;
|
||||
extern s32 var8009cc70;
|
||||
extern s32 var8009cc74;
|
||||
extern f32 var8009cc78;
|
||||
extern Mtx *var8009cc80;
|
||||
extern Mtx *var8009cc84;
|
||||
|
||||
+1
-1
@@ -463,7 +463,7 @@ extern s32 g_LanguageId;
|
||||
extern struct surfacetype *g_SurfaceTypes[15];
|
||||
extern u16 *var800844f0;
|
||||
extern f32 var800845d4;
|
||||
extern u32 var800845dc;
|
||||
extern struct coord var800845dc;
|
||||
extern struct menudialogdef g_2PMissionInventoryHMenuDialog;
|
||||
extern struct menudialogdef g_2PMissionInventoryVMenuDialog;
|
||||
extern struct menudialogdef g_MpEndscreenChallengeCheatedMenuDialog;
|
||||
|
||||
@@ -8,7 +8,7 @@ extern u8 *g_GfxBuffers[3];
|
||||
|
||||
void gfxReset(void);
|
||||
Gfx *gfxGetMasterDisplayList(void);
|
||||
struct gfxvtx *gfxAllocateVertices(s32 count);
|
||||
struct gfxvtx *gfxAllocateVertices(u32 count);
|
||||
void *gfxAllocateMatrix(void);
|
||||
void *gfxAllocateLookAt(s32 count);
|
||||
void *gfxAllocateColours(s32 count);
|
||||
|
||||
@@ -13,7 +13,7 @@ bool chrIsUsingPaintball(struct chrdata *chr);
|
||||
void func0f13e5c8(struct prop *prop);
|
||||
void func0f13e640(struct wallhit *wallhit, u32 arg1);
|
||||
u32 func0f13e744(void);
|
||||
u32 func0f13e994(void);
|
||||
void func0f13e994(void);
|
||||
void wallhitsTick(void);
|
||||
|
||||
void wallhitCreate(struct coord *arg0, struct coord *arg1, struct coord *arg2, u32 arg3,
|
||||
|
||||
Reference in New Issue
Block a user