// Written by James "Anthem" Costlow
// Released without license, free for all purposes.


function LandControlAll
locals
	animal
	Sheep2Pos
endl
begin
	blk	lbl7F7

// fade in immediately (if this isn't here, screen stays black on game start
// for some people)

	pshf	0.0
	sys	0xF2

// create the sheep's coordinates

	pshi	0x1
	pshi	0x0
	pshf	1649.016968
	crd	
	pshf	17.420000
	crd	
	pshf	2619.968018
	crd	
	sys	0x1B
	popf	Sheep2Pos

// create the sheep at the coordinates

	pshi	0x6
	pshi	0x4
	pshi	[Sheep2Pos]
	sys	0x17
	sys	0x1B
	popf	animal

// set the sheep's size (100 times normal)

	pshi	0x8
	pshf	[animal]
	sys2	0x15
	pshi	0x8
	pshf	[animal]
	pshf	100.0
	sys2	0x16

	endb
	jmp	lbl7F8
lbl7F7:
	iter
lbl7F8:
	ret
end


