LBA2:Scene association file

From LBA File Information
Jump to navigation Jump to search
Scene association file
Occurence

LBA2

Programs supporting this format

(none)

References

Find entries of this type

This file is found as the lastentry of Scene.hqr file in LBA 2. It contains a description of which set uses which grid.

Specification[edit]


The nth entry refers to the nth scene

For example

01 06 01 05 02 04 01 02
Means that
Scene 1 = Grid 6
Scene 2 = Grid 5
Scene 3 = Island ID 4
Scene 4 = Grid 2

[ Entry ]
00:	u8	Opcode

[ IF Opcode == 0 ]
End
[ / IF ]
[ IF Opcode == 1 ]
01:	u8	Grid
[ / IF ]
[ IF Opcode == 2 ]
01:	u8	Some kind of Island ID
[ /IF ]

[ /Entry ]