mirror of
https://bitbucket.org/seefoe/clientdata.git
synced 2026-07-28 23:16:35 -04:00
17 lines
367 B
PHP
Executable File
17 lines
367 B
PHP
Executable File
// ======================================================================
|
|
//
|
|
// inputs:
|
|
//
|
|
// none
|
|
//
|
|
// outputs:
|
|
//
|
|
// r7 = cell/ambient lighting
|
|
//
|
|
// ======================================================================
|
|
|
|
// ----------------------------------------------------------------------
|
|
// calculate cell light
|
|
|
|
mov r7, vColor0
|