Mercurial > touhou-doc
annotate index.xhtml @ 7:2a7b9d62c0c4
Fix details, and details and documentation for a few instructions
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Tue, 23 Aug 2011 11:58:03 +0200 |
parents | 617e7760fd9f |
children | c5b074b0abbd |
rev | line source |
---|---|
0 | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!DOCTYPE html> | |
1
b1bec4b5ccf3
Add anm and pbg3 file formats, and improve the std one.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
0
diff
changeset
|
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
0 | 4 <head> |
5 <title>Touhou</title> | |
6 </head> | |
7 <body> | |
8 <h1>Touhou</h1> | |
9 <h2>Embodiment of Scarlet Devil</h2> | |
10 <h3>Formats</h3> | |
11 <ul> | |
1
b1bec4b5ccf3
Add anm and pbg3 file formats, and improve the std one.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
0
diff
changeset
|
12 <li><a href="06/pbg3.xhtml">PBG3</a> (dat archives)</li> |
0 | 13 <li><a href="06/std.xhtml">STD</a> (stages)</li> |
3
bd0f1253691d
Add documentation of ECL format.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
1
diff
changeset
|
14 <li><a href="06/ecl.xhtml">ECL</a> (enemies and patterns)</li> |
0 | 15 </ul> |
16 <h3>Opcodes</h3> | |
17 <ul> | |
4
617e7760fd9f
Fix thstd_viewpos2_instr_t.center_dy as well as a link with incorrect description.
Thibaut Girka <thib@sitedethib.com>
parents:
3
diff
changeset
|
18 <li><a href="06/anm.xml">ANM</a> (sprites/animations)</li> |
0 | 19 <li><a href="06/ecl.xml">ECL</a> (enemy comportement)</li> |
20 <li><a href="06/msg.xml">MSG</a> (dialogs)</li> | |
21 </ul> | |
22 | |
23 <h2>Mountain of Faith</h2> | |
24 <ul> | |
1
b1bec4b5ccf3
Add anm and pbg3 file formats, and improve the std one.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
0
diff
changeset
|
25 <li><a href="10/ecl.xml">ECL</a> (<a href="//code.google.com/p/thtk/wiki/Ecl10Reference">original</a>)</li> |
0 | 26 </ul> |
27 | |
28 <h2>Subterranean Animism</h2> | |
29 <ul> | |
1
b1bec4b5ccf3
Add anm and pbg3 file formats, and improve the std one.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
0
diff
changeset
|
30 <li><a href="//code.google.com/p/thtk/wiki/Ecl11Reference">ECL</a></li> |
0 | 31 </ul> |
1
b1bec4b5ccf3
Add anm and pbg3 file formats, and improve the std one.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
0
diff
changeset
|
32 |
b1bec4b5ccf3
Add anm and pbg3 file formats, and improve the std one.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
0
diff
changeset
|
33 <p>The sources are <a href="//hg.linkmauve.fr/touhou-doc">here</a></p> |
0 | 34 </body> |
35 </html> |