-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbuilding_enters.h
30 lines (30 loc) · 1 KB
/
building_enters.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
int building_enters[][3] = { {0x00, 0x0714, 0x0130} /* 0 */ ,
{0x00, 0x0854, 0x02ac} /* 1 */ ,
{0x08, 0x00c6, 0x0400} /* 2 */ ,
{0x08, 0x00a2, 0x0538} /* 3 */ ,
{0x08, 0x0176, 0x04b0} /* 4 */ ,
{0x0a, 0x07fc, 0x0554} /* 5 */ ,
{0x0a, 0x023c, 0x0468} /* 6 */ ,
{0x0a, 0x0280, 0x05d8} /* 7 */ ,
{0x0a, 0x02e4, 0x05c4} /* 8 */ ,
{0x0a, 0x03a4, 0x0600} /* 9 */ ,
{0x0a, 0x0564, 0x0544} /* 10 */ ,
{0x0a, 0x0564, 0x0444} /* 11 */ ,
{0x0a, 0x0614, 0x0344} /* 12 */ ,
{0x0a, 0x07e4, 0x0300} /* 13 */ ,
{0x0a, 0x0864, 0x03c0} /* 14 */ ,
{0x0a, 0x0864, 0x0480} /* 15 */ ,
{0x0c, 0x02b4, 0x05fa} /* 16 */ ,
{0x0e, 0x0617, 0x02d0} /* 17 */ ,
{0x0e, 0x0084, 0x0486} /* 18 */ ,
{0x0e, 0x00e0, 0x04ea} /* 19 */ ,
{0x0e, 0x00e0, 0x061a} /* 20 */ ,
{0x0e, 0x00dc, 0x06aa} /* 21 */ ,
{0x0e, 0x0174, 0x04c2} /* 22 */ ,
{0x0e, 0x0144, 0x0582} /* 23 */ ,
{0x0e, 0x0144, 0x0642} /* 24 */ ,
{0x0e, 0x0174, 0x0702} /* 25 */ ,
{0x0e, 0x0498, 0x01f4} /* 26 */ ,
{0x0e, 0x0548, 0x0134} /* 27 */ ,
{0x0e, 0x0734, 0x01f4} /* 28 */
};