src/table/tree_land.h
branchgamebalance
changeset 9895 7bd07f43b0e3
parent 5920 16287dbdc64e
child 6308 646711c5feaa
equal deleted inserted replaced
9894:70d78ac95d6c 9895:7bd07f43b0e3
    11 };
    11 };
    12 
    12 
    13 static const byte _tree_base_by_landscape[4] = {0, 12, 20, 32};
    13 static const byte _tree_base_by_landscape[4] = {0, 12, 20, 32};
    14 static const byte _tree_count_by_landscape[4] = {12, 8, 12, 9};
    14 static const byte _tree_count_by_landscape[4] = {12, 8, 12, 9};
    15 
    15 
    16 typedef struct TreePos {
    16 struct TreePos {
    17 	uint8 x;
    17 	uint8 x;
    18 	uint8 y;
    18 	uint8 y;
    19 } TreePos;
    19 };
    20 
    20 
    21 static const TreePos _tree_layout_xy[][4] = {
    21 static const TreePos _tree_layout_xy[][4] = {
    22 	{ { 9, 3 }, { 1, 8 }, { 0, 0 }, { 8, 9 } },
    22 	{ { 9, 3 }, { 1, 8 }, { 0, 0 }, { 8, 9 } },
    23 	{ { 4, 4 }, { 9, 1 }, { 6, 9 }, { 0, 9 } },
    23 	{ { 4, 4 }, { 9, 1 }, { 6, 9 }, { 0, 9 } },
    24 	{ { 9, 1 }, { 0, 9 }, { 6, 6 }, { 3, 0 } },
    24 	{ { 9, 1 }, { 0, 9 }, { 6, 6 }, { 3, 0 } },