mirror of
https://github.com/zeldaret/oot
synced 2026-07-08 14:26:45 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user