2015-02-21 13:13:58 +00:00
|
|
|
/* ReC98
|
|
|
|
* -----
|
|
|
|
* Include file for TH02
|
|
|
|
*/
|
|
|
|
|
2015-03-01 21:52:25 +00:00
|
|
|
#include "ReC98.h"
|
2020-04-15 15:48:40 +00:00
|
|
|
#include "th01/ranks.h"
|
2015-02-21 13:13:58 +00:00
|
|
|
|
2020-04-24 18:30:24 +00:00
|
|
|
#undef grcg_off
|
|
|
|
|
2015-02-21 13:13:58 +00:00
|
|
|
// Hardware
|
2015-03-14 22:25:50 +00:00
|
|
|
// -------
|
2020-01-13 21:52:19 +00:00
|
|
|
#include "th01/hardware/grppsafx.h"
|
2015-03-14 22:25:50 +00:00
|
|
|
// -------
|
2015-02-24 14:45:38 +00:00
|
|
|
|
|
|
|
// Music Room
|
|
|
|
#define MUSIC_CMT_FILE "MUSIC.TXT"
|
|
|
|
#define MUSIC_CMT_LINE_LEN 42
|
|
|
|
#define MUSIC_CMT_LINE_COUNT 20
|
2015-02-25 22:05:20 +00:00
|
|
|
|
2020-01-10 11:19:21 +00:00
|
|
|
extern char unused_op_2_3; // Maybe debug mode?
|
2015-03-16 21:35:52 +00:00
|
|
|
extern char rank;
|
|
|
|
extern char lives;
|
2020-01-10 11:19:21 +00:00
|
|
|
extern char bombs;
|
2015-03-16 21:35:52 +00:00
|
|
|
|
2015-02-25 22:05:20 +00:00
|
|
|
#define SHOTTYPE_COUNT 3
|