diff options
| author | krimtonz <33664508+krimtonz@users.noreply.github.com> | 2020-05-14 18:11:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-14 19:11:33 -0400 |
| commit | 44ffb7ec62e8407723445a73b921e07b58d89962 (patch) | |
| tree | 4284a4a321db7c4ae56f01bd76830103b65b5d8c /src/code/code_800ACE70.c | |
| parent | efa9742984718cd5520be1b3264dedb76015a995 (diff) | |
Decomp game.c (#129)
* decomp most of game.c
* improve GameState_DrawInputDisplay matching
* fix merge conflicts
* pr suggestions
* remove builtin math functions
Diffstat (limited to 'src/code/code_800ACE70.c')
| -rw-r--r-- | src/code/code_800ACE70.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/code/code_800ACE70.c b/src/code/code_800ACE70.c index f62d54335..e9fa414a4 100644 --- a/src/code/code_800ACE70.c +++ b/src/code/code_800ACE70.c @@ -1,12 +1,5 @@ #include <global.h> -typedef struct { - /* 0x00 */ u32 type; - /* 0x04 */ u32 setScissor; - /* 0x08 */ Color_RGBA8 color; - /* 0x0C */ u32 unk_0C; -} struct_801664F0; - Gfx D_8012AC00[] = { gsDPSetOtherMode(G_AD_PATTERN | G_CD_MAGICSQ | G_CK_NONE | G_TC_CONV | G_TF_POINT | G_TT_NONE | G_TL_TILE | G_TD_CLAMP | G_TP_NONE | G_CYC_1CYCLE | G_PM_NPRIMITIVE, |
