Skip to content

Commit 58bc872

Browse files
committed
Prepare a release.
1 parent c52c701 commit 58bc872

File tree

2 files changed

+26
-5
lines changed

2 files changed

+26
-5
lines changed

TheGreatEscape.ref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ CodeFiles={address:04X}.html
1515
Game=The Great Escape
1616
Logo=#SCR,6,6,20,8(/images/logo|The Great Escape)
1717
StyleSheet=skoolkit.css;TheGreatEscape.css
18-
Release=The nearly complete The Great Escape disassembly 20190220
18+
Release=The nearly complete The Great Escape disassembly 20190312
1919
Copyright=© 1986 Denton Designs & Ocean Software Ltd. (The Great Escape). © 2012-2019 David Thomas (this disassembly).
2020
TitlePrefix=The nearly complete
2121
TitleSuffix=disassembly

TheGreatEscapeChangelog.ref

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;
22
; SkoolKit ref file for The Great Escape by Denton Designs.
33
;
4-
; This disassembly copyright (c) David Thomas, 2012-2018. <dave@davespace.co.uk>
4+
; This disassembly copyright (c) David Thomas, 2012-2019. <dave@davespace.co.uk>
55
;
66

77
[Page:Changelog]
@@ -18,6 +18,29 @@ SectionType=ListItems
1818
; Second top-level item.
1919
; ...
2020

21+
[Changelog:20190313]
22+
The rewrite of the disassembly commentary continues. About 90% of the disassembly has now been rewritten in plain English.
23+
24+
The disassembly is now built with SkoolKit 7.1.
25+
The 'make install' step is no longer required.
26+
The .skool file must sit alongside its .ref file now, so no longer gets put in the 'build' dir.
27+
@assemble directive values were renumbered.
28+
29+
Improvements to main disassembly commentary
30+
The file prologue now has a "common types" section for types used across the file. The policy otherwise is to define a table next to where the structures are first used.
31+
Music related changes
32+
Renamings
33+
$F52C/get_tuning -> frequency_for_semitone
34+
$FA48/music_tuning_table -> semitone_to_frequency
35+
Where the individual tunes start are identified, as are their names.
36+
All of the notes in semitone_to_frequency are now documented.
37+
The spare space at the end of semitone_to_frequency is noted (it's only spare when the menu screen is running).
38+
Renamings
39+
vischar_BYTE7_LOCATABLE -> vischar_TOUCH_ENTERED
40+
vischar_BYTE7_MASK_HI -> vischar_BYTE7_COUNTER_MASK
41+
$6BAD/rooms_and_tunnels: Added a table describing the room definition format.
42+
43+
2144
[Changelog:20180825]
2245
Small tweaks to the HTML output only.
2346

@@ -27,9 +50,7 @@ The page footers now advertise the disassembly as "nearly complete" rather than
2750

2851

2952
[Changelog:20180822]
30-
Huge rewrite of the disassembly commentary.
31-
32-
The first 50% of the disassembly has now been rewritten in (hopefully!) plain English prose.
53+
Huge rewrite of the disassembly commentary. The first 50% of the disassembly has now been rewritten in (hopefully!) plain English prose.
3354

3455

3556
[Changelog:20180419]

0 commit comments

Comments
 (0)