mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-26 09:24:24 -04:00
Decompile func00020248
This commit is contained in:
@@ -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
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user