Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_snowcastle_Draw_0

(view raw script w/o annotations or w/e)
1
if live_call()
2
    return global.live_result;
3
draw_self()
4
if (global.route != 3)
5
    draw_sprite(spr_snowcastle_flag_full, 0, (x + 18), (y - 60))
6
else
7
    draw_sprite(spr_snowcastle_flag_half, 0, (x + 18), (y - 60))