ReC98/th02/sprites/main_pat.h

10 lines
295 B
C

/// Stage-independent pattern numbers for the super_*() functions
/// -------------------------------------------------------------
typedef enum {
// miko16.bft
PAT_OPTION_A = 72,
PAT_OPTION_B,
PAT_OPTION_C,
} main_patnum_t;
/// -------------------------------------------------------------