2022-03-12 22:54:37 +00:00
|
|
|
/* ReC98
|
|
|
|
* -----
|
|
|
|
* Common, essential macros for TH02. No types here!
|
|
|
|
*/
|
|
|
|
|
2023-10-26 15:55:45 +00:00
|
|
|
#define MAIN_STAGE_COUNT 5
|
|
|
|
#define TOTAL_STAGE_COUNT (MAIN_STAGE_COUNT + 1)
|
|
|
|
|
2022-03-12 22:54:37 +00:00
|
|
|
#define SHOTTYPE_COUNT 3
|