File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 24
24
.\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
25
25
.\" SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
26
26
.\" DAMAGE.
27
- .Dd October 26 , 2019
27
+ .Dd October 27 , 2019
28
28
.Dt THECL 1
29
29
.Os thtk
30
30
.Sh NAME
31
31
.Nm thecl
32
- .Nd Touhou level script tool
32
+ .Nd Touhou enemy control language script tool
33
33
.Sh SYNOPSIS
34
34
.Nm
35
35
.Op Fl Vr
36
- .Op Oo Fl c | d Oc Ar version
36
+ .Op Oo Fl c | h | d Oc Ar version
37
37
.Oo Fl m Ar eclmap Oc Ns Ar ...
38
38
.Op Ar input Op Ar output
39
39
.Sh DESCRIPTION
@@ -43,9 +43,11 @@ utility (de)compiles ecl scripts.
43
43
The following commands are available:
44
44
.Bl -tag -width Ds
45
45
.It Nm Fl c Ar version Oo Fl s Oc Oo Fl m Ar eclmap Oc Ns Ar ... Op Ar input Op Ar output
46
- Compiles a level script.
46
+ Compiles an enemy script.
47
+ .It Nm Fl h Ar version Oo Fl m Ar eclmap Oc Ns Ar ... Op Ar input Op Ar output
48
+ Creates a header file with forward declarations of all subs in input.
47
49
.It Nm Fl d Ar version Oo Fl r Oc Oo Fl m Ar eclmap Oc Ns Ar ... Op Ar input Op Ar output
48
- Dumps a level script.
50
+ Dumps an enemy script.
49
51
.It Fl V
50
52
Displays the program version.
51
53
.El
@@ -69,7 +71,7 @@ option enables simple creation mode, which doesn't add any instructions automati
69
71
.Pp
70
72
Replace the
71
73
.Ar #
72
- option by the level script format version requested.
74
+ option by the enemy script format version requested.
73
75
Running the program without a command will list the supported formats.
74
76
.Sh EXIT STATUS
75
77
The
You can’t perform that action at this time.
0 commit comments