Decompile radarRender

This commit is contained in:
Ryan Dwyer
2021-01-02 21:54:06 +10:00
parent 5ad2d78dd7
commit cd4183e31b
7 changed files with 202 additions and 586 deletions
+2 -2
View File
@@ -4,9 +4,9 @@
#include "types.h"
Gfx *func0f18e5ac(Gfx *gdl, struct textureconfig *tconfig, s32 arg2, s32 arg3, s32 arg4);
s32 teamGetIndex(s32 team);
s32 radarGetTeamIndex(s32 team);
Gfx *radarDrawDot(Gfx *gdl, struct prop *prop, struct coord *dist, u32 colour, s32 arg4, s32 arg5);
Gfx *radarRender(Gfx *gdl);
Gfx *radarDrawProps(Gfx *gdl);
Gfx *radarRenderRTrackedProps(Gfx *gdl);
#endif
+2 -2
View File
@@ -843,8 +843,8 @@ extern struct mpsetup g_MpSetup;
extern struct savefile_setup g_MpSetupSaveFile;
extern struct mplockinfo g_MpLockInfo;
extern u32 var800acc28[18];
extern u32 var800acc70;
extern u32 var800acc74;
extern u32 g_RadarX;
extern u32 g_RadarY;
extern struct chrdata *g_MpSimulantChrs[MAX_SIMULANTS];
extern u8 g_MpFeaturesForceUnlocked[40];
extern u8 g_MpFeaturesUnlocked[80];