diff --git a/output/Memory.xml b/output/Memory.xml index c9a2ec837..cc3dd1461 100755 --- a/output/Memory.xml +++ b/output/Memory.xml @@ -1845,14 +1845,12 @@ map_data_1b60_offset 0x1B9c creature types actually used for creatures,
0x09324F14
- Color descriptors =================
0x9329378
VERIFIED
0x9329390
VERIFIED + Translations ============ WORLD + 0x54E50 @@ -1977,15 +1975,15 @@ map_data_1b60_offset 0x1B9c fea3801a26538b1741f3cc9294139fca -
0x92D00C0
BOGUS! +
0x92C60E0
MOST PROBABLY BOGUS! Position and window dimensions ============================== -
0x8b0d36c
BOGUS! -
0x8b0d370
BOGUS! -
0x8b0d374
BOGUS! +
0x8cc9b38
VERIFIED +
0x8cc9b3c
VERIFIED +
0x8cc9b40
VERIFIED
0x8b0d36c
VERIFIED -
0x8b0d370
BOGUS! +
0x945ad8c
VERIFIED GUI State =========
0x92bf73c
VERIFIED @@ -1993,7 +1991,72 @@ map_data_1b60_offset 0x1B9c Map data ======== WORLD + 0x52C60? -
0x9322d20
+
0x9318D40
+ + Map Features + ============ + WORLD + 0x5487C? +
0x931A95C
+ WORLD + 0x548F4? +
0x931A9D4
+ + * map size in blocks * +
0x9318D54
VERIFIED +
0x9318D58
VERIFIED +
0x9318D5C
VERIFIED + + * map size in tiles * +
0x9318D60
VERIFIED +
0x9318D64
VERIFIED +
0x9318D68
VERIFIED + + * region coords * + WORLD + 0x525C8 +
0x9318D6C
VERIFIED + WORLD + 0x525CC +
0x9318D70
VERIFIED + WORLD + 0x525D0 +
0x9318D74
VERIFIED (old = 0x9322d54) + + * World size * (WORDs) + WORLD + 0x542E0 +
0x931A3C0
old = 0x93243A0 + WORLD + 0x542E2 +
0x931A3C2
old = 0x93243A2 + WORLD + 0x54894 +
0x931A974
old = 0x9324954 + WORLD + 0x548B8 +
0x931A998
old = 0x9324978 + + Materials + ========= + soil, stone, metal + inorganics vector +
0x931ae88
+ + wood and plant matter +
0x931ae94
+ + plant matter +
0x931aea0
+ + just wood +
0x931aeb8
+ + creature types actually used for creatures, +
0x931af34
+ + Color descriptors + ================= +
0x931f398
VERIFIED +
0x931f3b0
VERIFIED + + Translations + ============ + WORLD + 0x54E50 +
0x931aff4
+ WORLD + 0x54E80 +
0x931b00c
diff --git a/tools/playground/incrementalsearch.cpp b/tools/playground/incrementalsearch.cpp index 540d90194..1c03398d8 100644 --- a/tools/playground/incrementalsearch.cpp +++ b/tools/playground/incrementalsearch.cpp @@ -210,12 +210,12 @@ bool Incremental ( vector &found, const char * what, T& output, { if( sscanf(select.c_str(),"0x%x", &output) == 1 ) { - cout << dec << output << endl; + //cout << dec << output << endl; return true; } if( sscanf(select.c_str(),"%d", &output) == 1 ) { - cout << dec << output << endl; + //cout << dec << output << endl; return true; } cout << "not a valid value for type: " << what << endl;