changeset 4:617e7760fd9f

Fix thstd_viewpos2_instr_t.center_dy as well as a link with incorrect description.
author Thibaut Girka <thib@sitedethib.com>
date Fri, 05 Aug 2011 21:28:14 +0200
parents bd0f1253691d
children b3644dff344c
files 06/std.xhtml index.xhtml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/06/std.xhtml
+++ b/06/std.xhtml
@@ -114,7 +114,7 @@ typedef struct { // type == 0
 
 typedef struct { // type == 2
     uint32_t unknown_x; //TODO
-    uint32_t center_dy; // y delta between the camera position and its view center
+    float center_dy; // y delta between the camera position and its view center
     float dz; // z coordinate of the camera, divided by -835.979370
 } thstd_viewpos2_instr_t;
 
--- a/index.xhtml
+++ b/index.xhtml
@@ -15,7 +15,7 @@
 		</ul>
 		<h3>Opcodes</h3>
 		<ul>
-			<li><a href="06/anm.xml">STD</a> (stages)</li>
+			<li><a href="06/anm.xml">ANM</a> (sprites/animations)</li>
 			<li><a href="06/ecl.xml">ECL</a> (enemy comportement)</li>
 			<li><a href="06/msg.xml">MSG</a> (dialogs)</li>
 		</ul>