                  Special Thanks to Patrick Pelissier !



How to make your own levels ?

	You can build your own levels :
	 First see how 'PacLvls.asm' has been made
	 Build a file LevelName.asm, like PacLvls.asm
	 Compil it by using 'Mk_spr LevelName'
	 Normally, it will work.
	 If you have problems, send me your level and I'll see
	 what's wrong with it !

	Levels format :
	 0 = Empty
	 1 = Wall
	 2 = Point
	 3 = Ball
	 4 = Monsters Box
	 5 = PacMan's Starting Point

	That's all I think !



Comment faire vos propres niveaux ?

	Vous pouvez vous faire vos propres niveaux :
	 Regardez comment est fait 'PacLvls.asm'
	 Faites un NomLevel.asm du meme type en respectant
	 bien le format comme c'est indiqu dans le niveau
	 original
	 Compilez le en utilisant 'Mk_spr NomLevel'
	 Normalement c'est bon.
	 Si vous avez des problemes, envoyez moi votre niveau
	 et je regarderai ce qui ne va pas !

	Format des niveaux :
	 0 = Case Vide
	 1 = Mur
	 2 = Petit Point
	 3 = Gorsse Balle
	 4 = Cage  Fantmes
	 5 = Point de Dpart de PacMan

	Je crois que c'est tout.