Talk:DO/Heads.db
From Dark Omen Wiki
(Difference between revisions)
(Created page with 'here's an 010 editor template: byte HEADCOUNT; enum <byte> FLAGS {NO_DEATH=32, NO_INJ=16, NO_BITS=1}; struct { char ID[2]; FLAGS flags; char unknown1[2]; stru...') |
|||
Line 1: | Line 1: | ||
here's an 010 editor template: | here's an 010 editor template: | ||
- | byte HEADCOUNT; | + | byte HEADCOUNT; |
- | + | ||
- | enum <byte> FLAGS {NO_DEATH=32, NO_INJ=16, NO_BITS=1}; | + | enum <byte> FLAGS {NO_DEATH=32, NO_INJ=16, NO_BITS=1}; |
- | + | ||
- | struct | + | struct |
- | { | + | { |
char ID[2]; | char ID[2]; | ||
FLAGS flags; | FLAGS flags; | ||
char unknown1[2]; | char unknown1[2]; | ||
- | + | ||
struct | struct | ||
{ | { | ||
Line 18: | Line 18: | ||
byte Y; | byte Y; | ||
} mouth; | } mouth; | ||
- | + | ||
struct | struct | ||
{ | { | ||
Line 26: | Line 26: | ||
byte y; | byte y; | ||
} eyes; | } eyes; | ||
- | + | ||
char unknown11[26]; | char unknown11[26]; | ||
- | } HEAD[HEADCOUNT]; | + | } HEAD[HEADCOUNT]; |
Current revision as of 20:50, 6 December 2009
here's an 010 editor template:
byte HEADCOUNT; enum <byte> FLAGS {NO_DEATH=32, NO_INJ=16, NO_BITS=1}; struct { char ID[2]; FLAGS flags; char unknown1[2]; struct { byte width; byte height; byte X; byte Y; } mouth; struct { byte width; byte height; byte x; byte y; } eyes; char unknown11[26]; } HEAD[HEADCOUNT];