Reads the map cells and blocks from map0.mul.
Please note:
Map blocks are loaded from top to bottom and then from left to right. A map has a size of 768 * 512. So the first 512 entries in the array represent the first column, the next 512 entries represent the second column and so on. There are 768 columns of blocks at total.
Map cells are loaded from left to right and then from top to bottom. A block contains 8 * 8 cells. The first 8 cells in the cell array represent the first row in the block, the next 8 entries represent the second row and so on.
@author Jochen Kraushaar
|
|
|
|
|
|