Undertale Yellow script viewer
← back to main script listing
gml_GlobalScript_background_save
(
view raw script w/o annotations or w/e
)
1
function background_save(arg0, arg1)
2
{
3
sprite_save(arg0, 0, arg1);
4
}