diff options
| author | Random <28494085+Random06457@users.noreply.github.com> | 2020-05-15 11:02:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-15 05:02:39 -0400 |
| commit | d556999b2b127e7cfe4ceb4b03c7b9023fd78543 (patch) | |
| tree | ffae7bd684687555745c357f5b77e01789f15d2d /src/code/code_800ACE70.c | |
| parent | 461525b40c39ce5facd9118d42e7cb7f1f7c6066 (diff) | |
Decompile remaining z_vis... files (#131)
* Decompile z_vismono.c / code_800AD920.c
- z_vismono.c: OK
- code_800AD920.c: OK
* Minor fixes in PR #131
Diffstat (limited to 'src/code/code_800ACE70.c')
| -rw-r--r-- | src/code/code_800ACE70.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/code/code_800ACE70.c b/src/code/code_800ACE70.c index e9fa414a4..90cb9494b 100644 --- a/src/code/code_800ACE70.c +++ b/src/code/code_800ACE70.c @@ -1,5 +1,8 @@ #include <global.h> +// Note : This file is related to z_vismono, the original name was probably z_vis<something before "mono" +// alphabetically> + 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, @@ -46,7 +49,7 @@ Gfx D_8012AC58[] = { gsSPEndDisplayList(), }; -// Init func +// Init void func_800ACE70(struct_801664F0* this) { this->type = 0; this->setScissor = false; @@ -56,11 +59,11 @@ void func_800ACE70(struct_801664F0* this) { this->color.a = 0xFF; } -// Destroy func +// Destroy void func_800ACE90(struct_801664F0* this) { } -// Update func +// Draw void func_800ACE98(struct_801664F0* this, Gfx** gfxp) { Gfx* gfx; |
