Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_background_replace

(view raw script w/o annotations or w/e)
1
function background_replace(argument0, argument1, argument2, argument3) //gml_Script_background_replace
2
{
3
    sprite_replace(argument0, argument1, 1, argument2, argument3, 0, 0)
4
}