aboutsummaryrefslogtreecommitdiff
path: root/mklevelinfo.pl
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-08-30 17:42:07 -0400
committerB. Watson <yalhcru@gmail.com>2016-08-30 17:42:07 -0400
commitcb07e206cfdd8412710ef8e80f6a1faffcc65fec (patch)
tree11e97af1363da8730b2ff8444ba4f4a2126dc04d /mklevelinfo.pl
parentb6836545db316380fe176ba72cb1b7d0cb28962a (diff)
downloadjumpmanjr-cb07e206cfdd8412710ef8e80f6a1faffcc65fec.tar.gz
bullet logic mostly figured out
Diffstat (limited to 'mklevelinfo.pl')
-rw-r--r--mklevelinfo.pl2
1 files changed, 1 insertions, 1 deletions
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' ],