Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_snowdin_water_ripples_north_overworld_yellow_Step_0

(view raw script w/o annotations or w/e)
1
yy = sprite_height;
2
if (y < -yy)
3
    y = room_height + yy;
4
y -= 1;