aboutsummaryrefslogtreecommitdiff
path: root/mklevelinfo.pl
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-08-29 22:09:51 -0400
committerB. Watson <yalhcru@gmail.com>2016-08-29 22:09:51 -0400
commit9adb57030389b8fe337cdfb144edacdded00739a (patch)
tree307a9f8ee9fcda3cc3c4d5a7f2a29f4dcfacc5b4 /mklevelinfo.pl
parentdc0f471095e8d30527845fd04f900c793329f2b4 (diff)
downloadjumpmanjr-9adb57030389b8fe337cdfb144edacdded00739a.tar.gz
bomb pickups
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 56a8894..e94c6fa 100644
--- a/mklevelinfo.pl
+++ b/mklevelinfo.pl
@@ -20,7 +20,7 @@
26 => [ 2, 'map2', 'map data' ],
28 => [ 2, 'unkn_table1', 'unknown, pointer to a ROM table or $0000' ],
30 => [ 2, 'offs', 'always $0000' ],
- 32 => [ 2, 'sub4', '$06E6 for most levels, or else a ROM subroutine' ],
+ 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' ],
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' ],