Multi Map

Data File: MultiMap.rle

This file contains an overhead view of the Britannia map.

Data:

Dim width As Long
Dim height As Long
Pixel Data......

This file contains an overhead view of the Britannia map. The image dimensions are defined by Width and Height.
Pixels are either on or off.

Pixel Data:

76543210
On?Count

Then the on/off pixel is repeated Count number of times.
If X exceeds width, set X to (X Modulus width)