mirror of https://github.com/nmlgc/ReC98.git
15 lines
279 B
C++
15 lines
279 B
C++
![]() |
#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;
|