Platz Type bgAnimIndex

From Uzebox Wiki
Jump to navigation Jump to search

The bgAnimIndex is used for looking up animations within a slice.

typedef struct bgAnimIndex {
    u8 iOuter;         // Outer bg index of bg animation
    u8 iInner;         // Inner bg index of bg animation
} bgAnimIndex;