Source position: sprite.inc line 60
type ObjSize = (
OBJSIZE_8 = 0,
OBJSIZE_16 = 1,
OBJSIZE_32 = 2,
OBJSIZE_64 = 3
);