Mercurial > touhou-doc
comparison 06/ecl.xhtml @ 12:79dfd9765a67
I *really* should commit more often.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Tue, 04 Oct 2011 11:45:04 +0200 |
parents | 2a7b9d62c0c4 |
children | 2925b0e246c6 |
comparison
equal
deleted
inserted
replaced
11:9f0e37b7eeab | 12:79dfd9765a67 |
---|---|
47 uint16_t size; | 47 uint16_t size; |
48 uint8_t arguments[size-8]; | 48 uint8_t arguments[size-8]; |
49 } thecl_main_instr_t; | 49 } thecl_main_instr_t; |
50 </pre> | 50 </pre> |
51 | 51 |
52 <p>Most present instruction, that pops an enemy.</p> | 52 <p id="enemy_sub">Most present instruction, that pops an enemy.</p> |
53 <pre> | 53 <pre> |
54 typedef struct { | 54 typedef struct { |
55 uint16_t time; | 55 uint16_t time; |
56 uint16_t sub; // Sub function to use. | 56 uint16_t sub; // Sub function to use. |
57 uint16_t <a href="#type">type</a>; | 57 uint16_t <a href="#type">type</a>; |