mirror of https://github.com/nmlgc/ReC98.git
6 lines
249 B
NASM
6 lines
249 B
NASM
|
; Called with the GRCG set to the [color] parameter to boss_bg_render(), this
|
||
|
; function is supposed to fill the entire playfield area around the background
|
||
|
; image with the given color.
|
||
|
public _boss_backdrop_colorfill
|
||
|
_boss_backdrop_colorfill dw ?
|