Decompile func00020248

This commit is contained in:
Ryan Dwyer
2021-05-06 22:30:21 +10:00
parent 025769ab96
commit edd2ab03f1
5 changed files with 166 additions and 654 deletions
+1
View File
@@ -106,6 +106,7 @@
}
#define gDPSetEnvColorViaWord(pkt, rgba) gDPSetColor(pkt, G_SETENVCOLOR, rgba)
#define gDPSetFogColorViaWord(pkt, rgba) gDPSetColor(pkt, G_SETFOGCOLOR, rgba)
/**
* gDPFillRectangle - a wrapper around gDPFillRectangle which applies
+3 -3
View File
@@ -6065,9 +6065,9 @@ struct modelrenderdata {
/*0x24*/ u32 unk24;
/*0x28*/ u32 unk28;
/*0x2c*/ u32 unk2c;
/*0x30*/ u32 unk30;
/*0x34*/ u32 colour34;
/*0x38*/ u32 colour38;
/*0x30*/ s32 unk30;
/*0x34*/ u32 envcolour;
/*0x38*/ u32 fogcolour;
/*0x3c*/ u32 cullmode;
};