Platz Type platformDirectory

From Uzebox Wiki
Jump to navigation Jump to search

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;