2021-04-01 02:07:58 +02:00
|
|
|
//
|
2021-03-28 22:49:05 +02:00
|
|
|
// Generated By: dol2asm
|
|
|
|
|
// Translation Unit: GFLight
|
2021-04-01 02:07:58 +02:00
|
|
|
//
|
2021-03-28 22:49:05 +02:00
|
|
|
|
2021-04-01 02:07:58 +02:00
|
|
|
#include "dolphin/gf/GFLight.h"
|
2021-03-28 22:49:05 +02:00
|
|
|
#include "dolphin/types.h"
|
2023-02-09 17:52:32 +02:00
|
|
|
#include "dolphin/gx/GXEnum.h"
|
|
|
|
|
#include "dolphin/gx/GXStruct.h"
|
|
|
|
|
#include "dolphin/gx/GX.h"
|
2021-03-28 22:49:05 +02:00
|
|
|
|
2021-04-01 02:07:58 +02:00
|
|
|
//
|
2021-03-28 22:49:05 +02:00
|
|
|
// Types:
|
2021-04-01 02:07:58 +02:00
|
|
|
//
|
2021-03-28 22:49:05 +02:00
|
|
|
|
2021-04-01 02:07:58 +02:00
|
|
|
//
|
2021-03-28 22:49:05 +02:00
|
|
|
// Forward References:
|
2021-04-01 02:07:58 +02:00
|
|
|
//
|
2021-03-28 22:49:05 +02:00
|
|
|
|
2021-04-01 02:07:58 +02:00
|
|
|
//
|
2021-03-28 22:49:05 +02:00
|
|
|
// External References:
|
2021-04-01 02:07:58 +02:00
|
|
|
//
|
2021-03-28 22:49:05 +02:00
|
|
|
|
2021-04-01 02:07:58 +02:00
|
|
|
//
|
2021-03-28 22:49:05 +02:00
|
|
|
// Declarations:
|
2021-04-01 02:07:58 +02:00
|
|
|
//
|
2021-03-28 22:49:05 +02:00
|
|
|
|
2021-04-06 18:00:35 +02:00
|
|
|
/* 802CDE54-802CDE9C 2C8794 0048+00 0/0 0/0 1/1 .text GFSetChanAmbColor__F12_GXChannelID8_GXColor
|
2021-04-01 02:07:58 +02:00
|
|
|
*/
|
2023-02-09 17:52:32 +02:00
|
|
|
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);
|
|
|
|
|
}
|