2019-12-07 10:37:53 +00:00
|
|
|
/* ReC98
|
|
|
|
* -----
|
2019-12-07 10:37:53 +00:00
|
|
|
* Code segment #1 of TH05's OP.EXE
|
2019-12-07 10:37:53 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
extern "C" {
|
|
|
|
|
2020-09-19 17:18:59 +00:00
|
|
|
#include "ReC98.h"
|
2019-12-07 10:37:53 +00:00
|
|
|
#include "th01/ranks.h"
|
2019-12-26 16:19:44 +00:00
|
|
|
#include "th04/formats/scoredat.h"
|
2020-04-05 14:17:33 +00:00
|
|
|
#include "th05/chars.h"
|
2020-09-19 17:18:59 +00:00
|
|
|
#include "th04/op/op.h"
|
2019-12-07 10:37:53 +00:00
|
|
|
|
2019-12-26 16:19:44 +00:00
|
|
|
scoredat_section_t hi;
|
|
|
|
scoredat_section_t hi2;
|
|
|
|
static uint8_t scoredat_unused;
|
2019-12-07 10:37:53 +00:00
|
|
|
|
|
|
|
unsigned char hiscore_rank;
|
|
|
|
unsigned char cleared_with[PLAYCHAR_COUNT][RANK_COUNT];
|
|
|
|
bool extra_unlocked;
|
2020-09-19 17:18:59 +00:00
|
|
|
|
2019-12-07 10:37:53 +00:00
|
|
|
|
|
|
|
}
|