/// 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;
/// -------------------------------------------------------------