DEFPASS.BIN

From OHRRPGCE-Wiki
Jump to navigation Jump to search

DEFPASS.BIN holds default passability information for tilesets.

Record length is 322 bytes, one int per tile. Each int specifies passability values, as shown below:

Data Meaning
INT * 160 Tile Passability
INT Magic Number = 4444


Bit # Meaning
0 Block north
1 Block east
2 Block south
3 Block west
4 Vehicle A
5 Vehicle B
6 Harm tile
7 Overhead tile


There are exactly as many records as the number of tilesets.