Port over fault_drawer.c from oot decomp. Not much effort was made to fix nonmatching

This commit is contained in:
rozlette
2020-01-12 18:17:55 -06:00
parent 36f623023d
commit 76c3d660a9
7 changed files with 139 additions and 21 deletions
+1 -1
View File
@@ -925,7 +925,7 @@ typedef union {
} F3DVertex;
typedef struct {
/* 0x00 */ void* fb;
/* 0x00 */ u16* fb;
/* 0x04 */ u16 w;
/* 0x06 */ u16 h;
/* 0x08 */ u16 yStart;