Add bonus square resource

This commit is contained in:
ehouse 2004-01-29 04:47:32 +00:00
parent c1d918dd79
commit 402c45ac7f

View file

@ -393,6 +393,23 @@ BEGIN
0x00, 0xFF, 0x00,
END
/////////////////////////////////////////////////////////////////////////////
//
// BONS: bonus square values.
//
// Butts' board
ID_BONUS_RES BONS MOVEABLE PURE
BEGIN
0x4001, 0x0004,
0x0200, 0x0300,
0x0020, 0x0010,
0x1002, 0x0001,
0x0000, 0x2000,
0x0300, 0x0300,
0x0010, 0x0010,
0x4001, 0x0002,
END
/////////////////////////////////////////////////////////////////////////////
//