BOND

Contains a list of coordinates?

Structure

struct bond_header
for (bond_header.nb_entry) {
    struct bond_entries
}

Specification

+0x00 :      VERSION      [DWORD]
+0x04 :      NB_ENTRY     [WORD]

Entries

+0x00 :      X_1          [WORD]
+0x02 :      Y_1          [WORD]
+0x04 :      X_2          [WORD]
+0x06 :      Y_2          [WORD]
+0x08 :      UNK_DWORD_00 [WORD]
+0x0A :      UNK_DWORD_01 [WORD]
+0x0C :      UNK_DWORD_02 [WORD]
  • Version is not tested

Example (Level_01.dvd)