update some format notes

This commit is contained in:
Martin Michelsen
2023-02-27 21:31:46 -08:00
parent 2b959386d7
commit 215f5deff6
3 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -1552,7 +1552,7 @@ const string& DataIndex::get_compressed_map_list() const {
strings_w.write(map.description.data(), map.description.len());
strings_w.put_u8(0);
e.unknown_a2 = map_it.second->is_quest ? 0x00000000 : 0xFF000000;
e.unknown_a1 = map_it.second->is_quest ? 0x00 : 0xFF;
entries_w.put(e);
}