Match more z_fbdemo functions (#370)

* Match some and improve nonmatchings

* Remove pads in TransitionFade_Update, no effect towards matching

* Remove pragma comments, ran formatter

* Remove unused asm
This commit is contained in:
Tharo
2020-09-03 19:13:57 +01:00
committed by GitHub
parent 48f2e10bef
commit 18775320f8
6 changed files with 130 additions and 231 deletions
+6 -1
View File
@@ -4,11 +4,16 @@
#include <ultra64/gbi.h>
#include <color.h>
typedef struct {
f32 unk_0;
f32 unk_4;
} TransitionUnkData;
typedef struct {
/* 0x00 */ s32 row;
/* 0x04 */ s32 col;
/* 0x08 */ s32 frame;
/* 0x0C */ f32* unk_0C;
/* 0x0C */ TransitionUnkData* unk_0C;
/* 0x10 */ Vtx* vtxFrame1;
/* 0x14 */ Vtx* vtxFrame2;
/* 0x18 */ Mtx projection;