Platz Type platformDirectory

From Uzebox

Revision as of 20:43, 7 August 2009 by Paul (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, 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;
Personal tools