mirror of https://github.com/nmlgc/ReC98.git
10 lines
295 B
C
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;
|
|
/// -------------------------------------------------------------
|