aboutsummaryrefslogtreecommitdiff
path: root/mklevelinfo.pl
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-08-30 01:21:54 -0400
committerB. Watson <yalhcru@gmail.com>2016-08-30 01:21:54 -0400
commit437f20a048870245f93f92fe264e5a92e090c202 (patch)
tree5c85f46a173f1c611e3f587a0ba5a952bb83b583 /mklevelinfo.pl
parentdd20e776204f2e266f8c1e1b207ff0a9c0b9a92d (diff)
downloadjumpmanjr-437f20a048870245f93f92fe264e5a92e090c202.tar.gz
level_desc stuff, jumping mechanics
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 e94c6fa..376651f 100644
--- a/mklevelinfo.pl
+++ b/mklevelinfo.pl
@@ -21,7 +21,7 @@
28 => [ 2, 'unkn_table1', 'unknown, pointer to a ROM table or $0000' ],
30 => [ 2, 'offs', 'always $0000' ],
32 => [ 2, 'sub_bomb', 'called when a bomb is picked up. $06E6 for most levels (just an RTS), or else a ROM subroutine' ],
- 34 => [ 2, 'sub5', '$06E6 for some levels, or else a ROM subroutine' ],
+ 34 => [ 2, 'sub_start', 'called at start of level, $06E6 for some levels, or else a ROM subroutine' ],
36 => [ 2, 'sub6', 'always $9740 aka game_main_loop' ],
38 => [ 2, 'sub_eol', 'called at end of level (all bombs picked up). $06E6 for all but level07' ],
40 => [ 6, 'offs', 'all zeroes' ],