From cb07e206cfdd8412710ef8e80f6a1faffcc65fec Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 30 Aug 2016 17:42:07 -0400 Subject: bullet logic mostly figured out --- mklevelinfo.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mklevelinfo.pl') diff --git a/mklevelinfo.pl b/mklevelinfo.pl index 376651f..43c6588 100644 --- a/mklevelinfo.pl +++ b/mklevelinfo.pl @@ -7,7 +7,7 @@ 6 => [ 2, 'sub2', "a subroutine" ], 8 => [ 2, 'sub3', "a subroutine" ], 10 => [ 1, 'num_bombs', "number of bombs to pick up on this level" ], - 11 => [ 1, 'bullet_chance', '0 = no bullets' ], + 11 => [ 1, 'bullet_max', '0 = no bullets, range 0-4.' ], 12 => [ 1, 'y_start', 'jumpman starting Y position' ], 13 => [ 1, 'x_start', 'jumpman starting X position' ], 14 => [ 2, 'offs', 'points to $0600' ], -- cgit v1.2.3