mirror of
https://bitbucket.org/theswgsource/clientdata-1.2.git
synced 2026-07-14 00:03:40 -04:00
13 lines
276 B
PHP
Executable File
13 lines
276 B
PHP
Executable File
// ======================================================================
|
|
// inputs:
|
|
//
|
|
// r7 = cell/ambient lighting
|
|
//
|
|
// outputs:
|
|
//
|
|
// oD0 = diffuse light
|
|
//
|
|
// ======================================================================
|
|
|
|
mov oD0, r7
|