matched func_80078190 and render_rain_overlay (#506)

* matched func_80078190

* renamed the function

* match render_rain_overlay

* update score

* update symbol files

* use DKR_TRIANGLE
This commit is contained in:
Unnunu
2025-04-10 12:22:34 -04:00
committed by GitHub
parent c0228a75b2
commit 59cc857f2a
11 changed files with 161 additions and 183 deletions
+2
View File
@@ -575,6 +575,8 @@ typedef struct TexCoords {
#define BACKFACE_CULL 0x00
#define BACKFACE_DRAW 0x40
#define DKR_TRIANGLE(flags, ind0, ind1, ind2) ((flags << 24) | (ind0 << 16) | (ind1 << 8) | (ind2 << 0))
/* Size: 0x10 bytes */
typedef struct Triangle {
union {