mirror of
https://bitbucket.org/theswgsource/clientdata-1.2.git
synced 2026-07-31 01:16:15 -04:00
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
|