File diff r2185:83c584e8be30 → r2186:5ee653b1b5e1
table/tree_land.h
Show inline comments
 
/* $Id$ */
 

	
 
#ifndef TREE_LAND_H
 
#define TREE_LAND_H
 

	
 
static const SpriteID _tree_sprites_1[4] = {
 
	0x118D,
 
	0x11A0,
 
	0x11B3,
 
	0x11C6,
 
};
 

	
 
static const byte _tree_base_by_landscape[4] = {0, 12, 20, 32};
 
static const byte _tree_count_by_landscape[4] = {12, 8, 12, 9};
 

	
 
static const byte _tree_layout_xy[4][8] = {
 
{9, 3, 1, 8, 0, 0, 8, 9},
 
{4, 4, 9, 1, 6, 9, 0, 9},
 
{9, 1, 0, 9, 6, 6, 3, 0},
 
{3, 9, 8, 2, 9, 9, 1, 5},
 
};
 

	
 
static const PalSpriteID _tree_layout_sprite[164+(79-48+1)][4] = {
 
	{     0x652,      0x659,      0x660,      0x667}, /* 0 */
 
	{     0x652,      0x667,      0x66e,      0x675}, /* 1 */
 
	{     0x652,      0x66e,      0x659,      0x675}, /* 2 */