aboutsummaryrefslogtreecommitdiff
path: root/mklevelinfo.pl
diff options
context:
space:
mode:
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' ],