~vcs-imports/crossfire-arch/main

« back to all changes in this revision

Viewing changes to monster/goblin/orc_gen.111

  • Committer: uid200
  • Date: 1999-03-29 04:46:43 UTC
  • Revision ID: vcs-imports@canonical.com-19990329044643-f5e80d33562fef45
Initial revision

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define orchus_width 24
 
2
#define orchus_height 24
 
3
static char orchus_bits[] = {
 
4
0x00,0x00,0x00,0x04,0x08,0x10,0x04,0x1c,0x10,0x0c,0x2a,0x18,
 
5
0x9c,0xff,0x1c,0xf8,0xff,0x0f,0xf8,0xff,0x0f,0x70,0x7f,0x07,
 
6
0xf0,0xbe,0x07,0xf8,0xdd,0x0f,0x78,0x7f,0x0f,0x78,0x5d,0x0f,
 
7
0xf8,0x9c,0x0f,0xf8,0xff,0x0f,0xf8,0xff,0x0f,0xf0,0xf7,0x07,
 
8
0xf0,0xe3,0x07,0xf0,0xff,0x07,0x70,0x7f,0x07,0xe0,0x80,0x03,
 
9
0xe0,0xc1,0x03,0xc0,0xff,0x01,0x00,0x7f,0x00,0x00,0x00,0x00};