Decompile wallhitsTick

This commit is contained in:
Ryan Dwyer
2022-11-29 19:18:23 +10:00
parent 087861fd3a
commit 1c6a5d98a4
4 changed files with 150 additions and 777 deletions
+5 -5
View File
@@ -70,17 +70,17 @@ extern u8 var8009caf0;
extern struct prop *g_DangerousProps[MAX_DANGEROUSPROPS];
extern u16 *g_WallhitCountsPerRoom;
extern s32 g_WallhitsMax;
extern u32 var8009cc48;
extern u32 g_WallhitsNumSettled;
extern u32 g_WallhitsNumFree;
extern u32 g_WallhitsNumUsed;
extern u32 var8009cc54;
extern u32 var8009cc58;
extern u32 g_WallhitsNumBloodSettled;
extern u32 g_WallhitsNumNonbloodSettled;
extern s32 g_MinPropWallhits;
extern u32 g_MaxPropWallhits;
extern s32 g_MinBgWallhitsPerRoom;
extern s32 g_MaxBgWallhitsPerRoom;
extern s32 var8009cc70;
extern s32 var8009cc74;
extern s32 g_WallhitsCriticalSpareLimit;
extern s32 g_WallhitsGoalSpareLimit;
extern f32 g_WallhitTargetBloodRatio;
extern Mtx *var8009cc80;
extern Mtx *var8009cc84;
+2 -2
View File
@@ -12,8 +12,8 @@ void wallhitsFreeByProp(struct prop *prop, s8 layer);
bool chrIsUsingPaintball(struct chrdata *chr);
void wallhitChooseBloodColour(struct prop *prop);
void wallhitFade(struct wallhit *wallhit, u32 arg1);
bool wallhitReapOneInRoom(s32 arg0);
void wallhitReapOne(void);
bool wallhitRemoveOneInRoom(s32 arg0);
void wallhitRemoveOne(void);
void wallhitsTick(void);
void wallhitCreate(struct coord *relpos, struct coord *arg1, struct coord *arg2, s16 arg3[3],