2022-03-12 22:11:04 +00:00
|
|
|
#include "platform.h"
|
|
|
|
#include "th01/rank.h"
|
|
|
|
#include "th02/resident.hpp"
|
|
|
|
|
|
|
|
char rank = RANK_NORMAL;
|
|
|
|
int8_t rank_padding = 0;
|
|
|
|
resident_t *resident;
|
|
|
|
int8_t unused_op_2_3; // Maybe debug mode?
|
2023-03-25 19:05:28 +00:00
|
|
|
int8_t lives;
|
|
|
|
int8_t bombs;
|
2022-08-15 17:15:40 +00:00
|
|
|
int8_t unused_3; // ZUN bloat
|
|
|
|
int16_t unused_4; // ZUN bloat
|
2022-03-12 22:11:04 +00:00
|
|
|
long score;
|
2022-08-15 17:15:40 +00:00
|
|
|
int16_t unused_5; // ZUN bloat
|