Mercurial > mm7
diff mm7_data.cpp @ 357:b07cf89108d5
Spell positions in book
author | Gloval |
---|---|
date | Thu, 21 Feb 2013 14:26:00 +0400 |
parents | b9aff98467e3 |
children | 38bfbee60146 2bc1c8d68f41 |
line wrap: on
line diff
--- a/mm7_data.cpp Thu Feb 21 10:07:51 2013 +0600 +++ b/mm7_data.cpp Thu Feb 21 14:26:00 2013 +0400 @@ -572,19 +572,8 @@ __int16 pTownPortalBook_ys[6]; __int16 pTownPortalBook_ws[6]; __int16 pTownPortalBook_hs[6]; -int dword_4E20D0[777]; // idb -unsigned char pSpellbookSpellIndices[9][12] = // 4E2430 -{ - {0, 3, 1, 8, 11, 7, 4, 10, 6, 2, 5, 9}, - {0, 11, 2, 9, 6, 8, 5, 10, 3, 7, 1, 4}, - {0, 4, 8, 9, 1, 10, 3, 11, 7, 6, 2, 5}, - {0, 7, 10, 8, 2, 11, 1, 5, 3, 6, 4, 9}, - {0, 5, 10, 11, 7, 2, 8, 1, 4, 9, 3, 6}, - {0, 5, 9, 8, 3, 7, 6, 4, 1, 11, 2, 10}, - {0, 1, 6, 9, 3, 5, 8, 11, 7, 10, 4, 2}, - {0, 1, 10, 11, 9, 4, 3, 6, 5, 7, 8, 2}, - {0, 9, 3, 7, 1, 5, 2, 10, 11, 8, 6, 4} -}; + + unsigned int pLloydsBeaconsPreviewXs[5] = {61, 281, 61, 281, 171}; // 004E249C unsigned int pLloydsBeaconsPreviewYs[5] = {84, 84, 228, 228, 155}; unsigned int pLloydsBeacons_SomeXs[5] = {59, 279, 59, 279, 169};