17 lines
394 B
PHP
Executable File
17 lines
394 B
PHP
Executable File
// ======================================================================
|
|
//
|
|
// inputs:
|
|
//
|
|
// none
|
|
//
|
|
// outputs:
|
|
//
|
|
// r7 = cell/ambient lighting
|
|
//
|
|
// ======================================================================
|
|
|
|
// ----------------------------------------------------------------------
|
|
// calculate ambient light
|
|
|
|
mov r7, cLightData_ambient_ambientColor
|