From c945f8c5c31ee6d48fca1a51e2381ba1bcda9349 Mon Sep 17 00:00:00 2001 From: Gericom Date: Wed, 14 Jan 2015 14:30:10 +0100 Subject: [PATCH] CGFX Generator supports alpha blending now --- 3DS/NintendoWare/GFX/CMDL.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3DS/NintendoWare/GFX/CMDL.cs b/3DS/NintendoWare/GFX/CMDL.cs index f442cca..a38aae6 100644 --- a/3DS/NintendoWare/GFX/CMDL.cs +++ b/3DS/NintendoWare/GFX/CMDL.cs @@ -1428,7 +1428,7 @@ namespace _3DS.NintendoWare.GFX BlendColor = new Vector4(0, 0, 0, 1); Command1 = 0xe40100; Command2 = 0x803f0100; - Command3 = 0x01010000; + Command3 = 0x76760000;//0x01010000; Command4 = 0; Command5 = 0xff000000; Command6 = 0;