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
+3 -2
View File
@@ -727,9 +727,10 @@ struct MapList {
be_uint16_t height;
parray<parray<uint8_t, 0x10>, 0x10> map_tiles;
parray<parray<uint8_t, 0x10>, 0x10> modification_tiles;
// This appears to be 0xFF000000 for free battle maps, and 0 for quests.
// This appears to be 0xFF for free battle maps, and 0 for quests.
// TODO: Figure out what this field's meaning actually is
be_uint32_t unknown_a2;
uint8_t unknown_a1;
parray<uint8_t, 3> unused;
} __attribute__((packed));
// Variable-length fields: