// // Generated By: dol2asm // Translation Unit: GFLight // #include "dolphin/gf/GFLight.h" #include "dolphin/types.h" #include "dolphin/gx/GXEnum.h" #include "dolphin/gx/GXStruct.h" #include "dolphin/gx/GX.h" // // Types: // // // Forward References: // // // External References: // // // Declarations: // /* 802CDE54-802CDE9C 2C8794 0048+00 0/0 0/0 1/1 .text GFSetChanAmbColor__F12_GXChannelID8_GXColor */ void GFSetChanAmbColor(_GXChannelID param_0, _GXColor param_1) { GFFill((param_0 & 1) + 0x100a, param_1.r << 0x18 | param_1.g << 0x10 | param_1.b << 8 | param_1.a); }