Platz Type platformDirectory
From Uzebox
The platform directory converts a single index stored in the background directory into a platform retrieval pair. This helps to save flash.
typedef struct platformDirectory {
u8 index; // Position in the moving platform table at which these platforms can be found.
u8 count; // # of platformsto retrieve.
} platformDirectory;