FF8/Main wm2

From Final Fantasy Inside
< FF8
Revision as of 19:02, 20 April 2016 by my_wiki>MaKiPL (Structure)

By MaKiPL


Info

wm2field.tbl is file that handles the world map to field warping.

Structure

File is 1728 bytes. Where every entry is 24 bytes. Though 1728/24 = 72 entries

One entry:

Offset SizeOf Name Description
0 int16 UNKNOWN_1 Doesn't seem to do anything
2 int16 UNKNOWN_2 Doesn't seem to do anything
4 uint_16? Field_WalkMeshID ? Changing operates where party starts
6 uint_16 FieldID ID of field
8 16 bytes UNKNOWN_NULL? AlwaysZERO?

I'm not sure about Field_WalkMeshID - it's a bit more complicated probably.