ReC98/th02/core/globals.cpp

15 lines
279 B
C++
Raw Normal View History

#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?
char lives;
char bombs;
int8_t unused_3;
int16_t unused_4;
long score;
int16_t unused_5;